implements TickList<T>
| bnj | |
| net.minecraft.unmapped.C_40691181 | |
| net.minecraft.world.tick.ProtoTickList | |
| net.minecraft.world.chunk.ChunkPrimerTickList |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Predicate<T> |
| ||||||||
| protected final Function<T, Identifier> |
| ||||||||
| protected final Function<Identifier, T> |
| ||||||||
| private final ChunkPos |
| ||||||||
| private final it.unimi.dsi.fastutil.shorts.ShortList[] |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Predicate<T> filter, Function<T, Identifier> typeToKey, Function<Identifier, T> keyToType, ChunkPos pos) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public NbtList |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public boolean |
| ||||||||
| public void |
| ||||||||
| public boolean |
|