Uses of Enum Class
net.minecraft.world.tick.TickPriority
Packages that use TickPriority
-
Uses of TickPriority in net.minecraft.world
Methods in net.minecraft.world with parameters of type TickPriorityModifier and TypeMethodDescriptiondefault <T> OrderedTick<T> WorldAccess.createOrderedTick(BlockPos pos, T type, int delay, TickPriority priority) -
Uses of TickPriority in net.minecraft.world.tick
Fields in net.minecraft.world.tick declared as TickPriorityModifier and TypeFieldDescriptionprivate final TickPriorityOrderedTick.priorityThe field for thepriorityrecord component.private final TickPriorityTick.priorityThe field for thepriorityrecord component.Fields in net.minecraft.world.tick with type parameters of type TickPriorityModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TickPriority> TickPriority.CODECMethods in net.minecraft.world.tick that return TickPriorityModifier and TypeMethodDescriptionstatic TickPriorityTickPriority.byIndex(int index) OrderedTick.priority()Returns the value of thepriorityrecord component.Tick.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.tick with parameters of type TickPriorityModifier and TypeMethodDescription<T> OrderedTick<T> ScheduledTickView.createOrderedTick(BlockPos pos, T type, int delay, TickPriority priority) default voidScheduledTickView.scheduleBlockTick(BlockPos pos, Block block, int delay, TickPriority priority) default voidScheduledTickView.scheduleFluidTick(BlockPos pos, Fluid fluid, int delay, TickPriority priority) Constructors in net.minecraft.world.tick with parameters of type TickPriorityModifierConstructorDescriptionOrderedTick(T t, BlockPos blockPos, long long2, TickPriority tickPriority, long long3) Tick(T t, BlockPos blockPos, int int2, TickPriority tickPriority)