Class ClientLifecycleEvents
java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static interfaceDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ClientLifecycleEvents.ClientStarted>Deprecated.Called when Minecraft has started and it's client about to tick for the first time.static final Event<ClientLifecycleEvents.ClientStopping>Deprecated.Called when Minecraft's client begins to stop. -
Method Summary
-
Field Details
-
CLIENT_STARTED
Deprecated.Called when Minecraft has started and it's client about to tick for the first time.This occurs while the splash screen is displayed.
-
CLIENT_STOPPING
Deprecated.Called when Minecraft's client begins to stop. This is caused by quitting while in game, or closing the game window.This will be called before the integrated server is stopped if it is running.
-
ClientLifecycleEventsinstead.