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 TypeMethodDescriptiondefault <T> ScheduledTick<T> LevelAccessor.createTick(BlockPos pos, T type, int tickDelay, TickPriority priority) <T> ScheduledTick<T> ScheduledTickAccess.createTick(BlockPos pos, T type, int tickDelay, TickPriority priority) default voidScheduledTickAccess.scheduleTick(BlockPos pos, Block type, int tickDelay, TickPriority priority) default voidScheduledTickAccess.scheduleTick(BlockPos pos, Fluid type, int tickDelay, TickPriority priority) -
Uses of TickPriority in net.minecraft.world.ticks
Subclasses with type arguments of type TickPriority in net.minecraft.world.ticksFields 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.Fields in net.minecraft.world.ticks with type parameters of type TickPriorityModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TickPriority> TickPriority.CODECMethods in net.minecraft.world.ticks that return TickPriorityModifier and TypeMethodDescriptionstatic TickPriorityTickPriority.byValue(int value) 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.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.