Class ServerEntityEvents
java.lang.Object
net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic Event<ServerEntityEvents.Load>
Called when an Entity is loaded into a ServerWorld. -
Method Summary
-
Field Details
-
ENTITY_LOAD
Called when an Entity is loaded into a ServerWorld.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.
-