Uses of Enum Class
net.minecraft.world.ticks.TickPriority
-
Uses of TickPriority in net.minecraft.world.level
Modifier and TypeMethodDescriptionprivate <T> ScheduledTick<T>
LevelAccessor.createTick
(BlockPos p_186483_, T p_186484_, int p_186485_, TickPriority p_186486_) default void
LevelAccessor.scheduleTick
(BlockPos p_186465_, Block p_186466_, int p_186467_, TickPriority p_186468_) default void
LevelAccessor.scheduleTick
(BlockPos p_186474_, Fluid p_186475_, int p_186476_, TickPriority p_186477_) -
Uses of TickPriority in net.minecraft.world.ticks
Modifier and TypeFieldDescriptionprivate final TickPriority
SavedTick.priority
The field for thepriority
record component.private final TickPriority
ScheduledTick.priority
The field for thepriority
record component.Modifier and TypeMethodDescriptionstatic TickPriority
TickPriority.byValue
(int p_193447_) SavedTick.priority()
Returns the value of thepriority
record component.ScheduledTick.priority()
Returns the value of thepriority
record component.static TickPriority
Returns the enum constant of this class with the specified name.static TickPriority[]
TickPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static CompoundTag
SavedTick.saveTick
(String p_193339_, BlockPos p_193340_, int p_193341_, TickPriority p_193342_) ModifierConstructorDescriptionSavedTick
(T type, BlockPos pos, int delay, TickPriority priority) Creates an instance of aSavedTick
record class.ScheduledTick
(T type, BlockPos pos, long triggerTick, TickPriority priority, long subTickOrder) Creates an instance of aScheduledTick
record class.