ServerTickEvents

public final class ServerTickEvents

Types

EndTick
Link copied to clipboard
public interface EndTick
EndWorldTick
Link copied to clipboard
public interface EndWorldTick
StartTick
Link copied to clipboard
public interface StartTick
StartWorldTick
Link copied to clipboard
public interface StartWorldTick

Properties

END_SERVER_TICK
Link copied to clipboard
public final static Event<ServerTickEvents.EndTickEND_SERVER_TICK
Called at the end of the server tick.
END_WORLD_TICK
Link copied to clipboard
public final static Event<ServerTickEvents.EndWorldTickEND_WORLD_TICK
Called at the end of a ServerWorld's tick.
START_SERVER_TICK
Link copied to clipboard
public final static Event<ServerTickEvents.StartTickSTART_SERVER_TICK
Called at the start of the server tick.
START_WORLD_TICK
Link copied to clipboard
public final static Event<ServerTickEvents.StartWorldTickSTART_WORLD_TICK
Called at the start of a ServerWorld's tick.

Sources

jvm source
Link copied to clipboard