fdq | |
net.minecraft.world.ticks.ScheduledTick | |
net.minecraft.class_6760 | |
net.minecraft.world.tick.OrderedTick | |
net.minecraft.world.ticks.NextTickListEntry |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
private final T |
| ||||||||
private final BlockPos |
| ||||||||
private final long |
| ||||||||
private final TickPriority |
| ||||||||
private final long |
| ||||||||
public static final Comparator<ScheduledTick<?>> |
| ||||||||
public static final Comparator<ScheduledTick<?>> |
| ||||||||
public static final it.unimi.dsi.fastutil.Hash$Strategy<ScheduledTick<?>> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (T type, BlockPos pos, long triggerTick, long subTickOrder) |
public | (T arg0, BlockPos arg1, long arg2, TickPriority arg3, long arg4) |
Method summary
Modifier and Type | Method | ||||||||
---|---|---|---|---|---|---|---|---|---|
public static <T> ScheduledTick<T> |
| ||||||||
public SavedTick<T> |
| ||||||||
public T |
| ||||||||
public BlockPos |
| ||||||||
public long |
| ||||||||
public TickPriority |
| ||||||||
public long |
|