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, PlayerEntity player) RenderTickEvent
(TickEvent.Phase phase, float renderTickTime) ServerTickEvent
(TickEvent.Phase phase) TickEvent
(TickEvent.Type type, LogicalSide side, TickEvent.Phase phase) WorldTickEvent
(LogicalSide side, TickEvent.Phase phase, World world)