Package cz.jeme.bestium.api.inject


package cz.jeme.bestium.api.inject
  • Class
    Description
    ConvertFunction<M extends net.minecraft.world.entity.Entity,E extends org.bukkit.entity.Entity>
    A functional interface representing a conversion function that transforms a Minecraft entity of type M into a Bukkit entity of type E, using the given CraftServer context.
    EntityInjection<M extends net.minecraft.world.entity.Entity & Injectable,E extends org.bukkit.entity.Entity>
    Represents all necessary metadata and configuration for injecting a custom Entity into the game.
    EntityInjection.Builder<M extends net.minecraft.world.entity.Entity & Injectable,E extends org.bukkit.entity.Entity>
    A builder used to configure and construct an EntityInjection.
    Responsible for injecting custom entities into the Minecraft server runtime.
    Represents the lifecycle phases of the entity injection process.
    Represents a Bestium entity that can be injected into the Minecraft runtime.