Uses of Enum Class
net.minecraftforge.event.TickEvent.Phase
Packages that use TickEvent.Phase
-
Uses of TickEvent.Phase in net.minecraftforge.event
Fields in net.minecraftforge.event declared as TickEvent.PhaseMethods in net.minecraftforge.event that return TickEvent.PhaseModifier and TypeMethodDescriptionstatic TickEvent.PhaseReturns 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.Constructors in net.minecraftforge.event with parameters of type TickEvent.PhaseModifierConstructorDescriptionClientTickEvent(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)