public final class ServerEntityEvents extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ServerEntityEvents.Load |
Modifier and Type | Field and Description |
---|---|
static Event<ServerEntityEvents.Load> |
ENTITY_LOAD
Called when an Entity is loaded into a ServerWorld.
|
public static final Event<ServerEntityEvents.Load> ENTITY_LOAD
When this event is called, the entity is already in the world.
Note there is no corresponding unload event because entity unloads cannot be reliably tracked.