Uses of Class
net.minecraftforge.event.TickEvent.Phase
-
Packages that use TickEvent.Phase Package Description net.minecraftforge.event -
-
Uses of TickEvent.Phase in net.minecraftforge.event
Fields in net.minecraftforge.event declared as TickEvent.Phase Modifier and Type Field Description TickEvent.Phase
TickEvent. phase
Methods in net.minecraftforge.event that return TickEvent.Phase Modifier and Type Method Description static TickEvent.Phase
TickEvent.Phase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TickEvent.Phase[]
TickEvent.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraftforge.event with parameters of type TickEvent.Phase Constructor Description ClientTickEvent(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)
-