Uses of Enum Class
net.minecraft.world.ticks.TickPriority
Packages that use TickPriority
-
Uses of TickPriority in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type TickPriorityModifier and TypeMethodDescriptionprivate <T> ScheduledTick<T> LevelAccessor.createTick(BlockPos pos, T type, int delay, TickPriority priority) default voidLevelAccessor.scheduleTick(BlockPos pos, Block block, int delay, TickPriority priority) default voidLevelAccessor.scheduleTick(BlockPos pos, Fluid fluid, int delay, TickPriority priority) -
Uses of TickPriority in net.minecraft.world.ticks
Fields in net.minecraft.world.ticks declared as TickPriorityModifier and TypeFieldDescriptionprivate final TickPrioritySavedTick.priorityThe field for thepriorityrecord component.private final TickPriorityScheduledTick.priorityThe field for thepriorityrecord component.Methods in net.minecraft.world.ticks that return TickPriorityModifier and TypeMethodDescriptionstatic TickPriorityTickPriority.byValue(int priority) SavedTick.priority()Returns the value of thepriorityrecord component.ScheduledTick.priority()Returns the value of thepriorityrecord component.static TickPriorityReturns 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.Methods in net.minecraft.world.ticks with parameters of type TickPriorityModifier and TypeMethodDescriptionprivate static CompoundTagSavedTick.saveTick(String id, BlockPos pos, int delay, TickPriority priority) Constructors in net.minecraft.world.ticks with parameters of type TickPriorityModifierConstructorDescriptionSavedTick(T type, BlockPos pos, int delay, TickPriority priority) Creates an instance of aSavedTickrecord class.ScheduledTick(T type, BlockPos pos, long triggerTick, TickPriority priority, long subTickOrder) Creates an instance of aScheduledTickrecord class.