| net.minecraft.world.ticks.ScheduledTick | |
| net.minecraft.class_6760 | |
| net.minecraft.world.tick.OrderedTick |
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<OrderedTick<?>> |
|
||||||
| public static final Comparator<OrderedTick<?>> |
|
||||||
| public static final it.unimi.dsi.fastutil.Hash$Strategy<OrderedTick<?>> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (T type, BlockPos pos, long triggerTick, long subTickOrder) |
| public | (T type, BlockPos pos, long triggerTick, TickPriority priority, long subTickOrder) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public static <T> OrderedTick<T> |
|
||||||
| public Tick<T> |
|
||||||
| public T |
|
||||||
| public BlockPos |
|
||||||
| public long |
|
||||||
| public TickPriority |
|
||||||
| public long |
|
||||||
| private static int |
|
||||||
| private static int |
|