Class ClientEntityEvents
java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientEntityEvents
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event<ClientEntityEvents.Load>
Called when an Entity is loaded into a ClientWorld.static final Event<ClientEntityEvents.Unload>
Called when an Entity is about to be unloaded from a ClientWorld. -
Constructor Summary
-
Method Summary
-
Field Details
-
ENTITY_LOAD
Called when an Entity is loaded into a ClientWorld.When this event is called, the chunk is already in the world.
-
ENTITY_UNLOAD
Called when an Entity is about to be unloaded from a ClientWorld.This event is called before the entity is unloaded from the world.
-
-
Constructor Details
-
ClientEntityEvents
public ClientEntityEvents()
-