net.minecraft.world.ticks

public record ScheduledTick<T>

fdq
net.minecraft.world.ticks.ScheduledTick
net.minecraft.class_6760
net.minecraft.world.tick.OrderedTick
net.minecraft.world.ticks.NextTickListEntry

Field summary

Modifier and TypeField
private final T
d
type
comp_252
type
private final BlockPos
e
pos
comp_253
pos
private final long
f
triggerTick
comp_254
triggerTick
private final TickPriority
g
priority
comp_255
priority
private final long
h
subTickOrder
comp_256
subTickOrder
public static final Comparator<ScheduledTick<?>>
a
DRAIN_ORDER
field_35549
TRIGGER_TICK_COMPARATOR
public static final Comparator<ScheduledTick<?>>
b
INTRA_TICK_DRAIN_ORDER
field_35550
BASIC_COMPARATOR
public static final it.unimi.dsi.fastutil.Hash$Strategy<ScheduledTick<?>>
c
UNIQUE_TICK_HASH
field_35551
HASH_STRATEGY

Constructor summary

ModifierConstructor
public (T type, BlockPos pos, long triggerTick, long subTickOrder)
public (T arg0, BlockPos arg1, long arg2, TickPriority arg3, long arg4)

Method summary

Modifier and TypeMethod
public static <T> ScheduledTick<T>
a(T arg0, jh arg1)
probe(T arg0, BlockPos arg1)
method_39410(T arg0, class_2338 arg1)
create(T type, BlockPos pos)
public SavedTick<T>
a(long arg0)
toSavedTick(long arg0)
method_61899(long arg0)
toTick(long time)
public T
a()
type()
comp_252()
type()
public BlockPos
b()
pos()
comp_253()
pos()
public long
c()
triggerTick()
comp_254()
triggerTick()
public TickPriority
d()
priority()
comp_255()
priority()
public long
e()
subTickOrder()
comp_256()
subTickOrder()