Uses of Enum Class
net.minecraftforge.event.TickEvent.Phase
-
Uses of TickEvent.Phase in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic TickEvent.Phase
Returns the enum constant of this class with the specified name.static TickEvent.Phase[]
TickEvent.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientTickEvent
(TickEvent.Phase phase) PlayerTickEvent
(TickEvent.Phase phase, Player player) RenderTickEvent
(TickEvent.Phase phase, float renderTickTime) ServerTickEvent
(TickEvent.Phase phase) Deprecated, for removal: This API element is subject to removal in a future version.ServerTickEvent
(TickEvent.Phase phase, BooleanSupplier haveTime) TickEvent
(TickEvent.Type type, LogicalSide side, TickEvent.Phase phase) WorldTickEvent
(LogicalSide side, TickEvent.Phase phase, Level world) Deprecated, for removal: This API element is subject to removal in a future version.WorldTickEvent
(LogicalSide side, TickEvent.Phase phase, Level world, BooleanSupplier haveTime)
ServerTickEvent(Phase, BooleanSupplier)