Class ServerTickEvents
java.lang.Object
net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static interfaceDeprecated.static interfaceDeprecated.static interfaceDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ServerTickEvents.EndTick>Deprecated.Called at the end of the server tick.static final Event<ServerTickEvents.EndWorldTick>Deprecated.Called at the end of a ServerWorld's tick.static final Event<ServerTickEvents.StartTick>Deprecated.Called at the start of the server tick.static final Event<ServerTickEvents.StartWorldTick>Deprecated.Called at the start of a ServerWorld's tick. -
Method Summary
-
Field Details
-
START_SERVER_TICK
Deprecated.Called at the start of the server tick. -
END_SERVER_TICK
Deprecated.Called at the end of the server tick. -
START_WORLD_TICK
Deprecated.Called at the start of a ServerWorld's tick. -
END_WORLD_TICK
Deprecated.Called at the end of a ServerWorld's tick.End of world tick may be used to start async computations for the next tick.
-
ServerTickEventsandServerWorldTickEventsinstead.