implements TickList<T>
bxs | |
net.minecraft.class_2850 | |
net.minecraft.world.chunk.ChunkPrimerTickList | |
net.minecraft.server.v1_14_R1.ProtoChunkTickList |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
protected final Predicate<T> |
| ||||||
protected final Function<T, MinecraftKey> |
| ||||||
protected final Function<MinecraftKey, T> |
| ||||||
private final ChunkCoordIntPair |
| ||||||
private final it.unimi.dsi.fastutil.shorts.ShortList[] |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Predicate<T> arg0, Function<T, MinecraftKey> arg1, Function<MinecraftKey, T> arg2, ChunkCoordIntPair arg3) |
public | (Predicate<T> arg0, Function<T, MinecraftKey> arg1, Function<MinecraftKey, T> arg2, ChunkCoordIntPair arg3, NBTTagList arg4) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public NBTTagList |
| ||||||
public void |
| ||||||
public boolean |
| ||||||
public void |
| ||||||
public boolean |
| ||||||
public void |
|