ClientLifecycleEvents

public final class ClientLifecycleEvents

Types

ClientStarted
Link copied to clipboard
public interface ClientStarted
ClientStopping
Link copied to clipboard
public interface ClientStopping

Properties

CLIENT_STARTED
Link copied to clipboard
public final static Event<ClientLifecycleEvents.ClientStartedCLIENT_STARTED
Called when Minecraft has started and it's client about to tick for the first time.
CLIENT_STOPPING
Link copied to clipboard
public final static Event<ClientLifecycleEvents.ClientStoppingCLIENT_STOPPING
Called when Minecraft's client begins to stop.This is caused by quitting while in game, or closing the game window.

Sources

jvm source
Link copied to clipboard