implements Comparable<ScheduledTick<?>>
| bhy | |
| net.minecraft.class_1954 | |
| net.minecraft.server.world.tick.ScheduledTick | |
| net.minecraft.world.NextTickListEntry | |
| net.minecraft.world.NextTickListEntry |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static long |
| ||||||||||
| private final T |
| ||||||||||
| public final BlockPos |
| ||||||||||
| public final long |
| ||||||||||
| public final TickPriority |
| ||||||||||
| private final long |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (BlockPos pos, T type) |
| public | (BlockPos pos, T type, long time, TickPriority priority) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int |
| ||||||||||
| public T |
|