net.minecraft.world.ticks

public record ScheduledTick<T>

eyt
net.minecraft.world.ticks.ScheduledTick
net.minecraft.class_6760
net.minecraft.world.tick.OrderedTick
net.minecraft.src.C_183047_
net.minecraft.world.ticks.NextTickListEntry

Field summary

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

Constructor summary

ModifierConstructor
public (T type, BlockPos pos, long triggerTick, long subTickOrder)
public (T pos, BlockPos triggerTick, long priority, TickPriority arg3, long arg4)

Method summary

Modifier and TypeMethod
public static <T> ScheduledTick<T>
a(T arg0, jd arg1)
probe(T arg0, BlockPos arg1)
method_39410(T arg0, class_2338 arg1)
create(T type, BlockPos pos)
m_193397_(T p_193398_, C_4675_ p_193399_)
public T
a()
type()
comp_252()
type()
f_193376_()
public BlockPos
b()
pos()
comp_253()
pos()
f_193377_()
public long
c()
triggerTick()
comp_254()
triggerTick()
f_193378_()
public TickPriority
d()
priority()
comp_255()
priority()
f_193379_()
public long
e()
subTickOrder()
comp_256()
subTickOrder()
f_193380_()