implements TickList<T>
bnr | |
net.minecraft.world.chunk.ChunkPrimerTickList | |
net.minecraft.server.v1_13_R2.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) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public NBTTagList |
| ||||
public void |
| ||||
public void |
| ||||
public boolean |
| ||||
public void |
| ||||
public boolean |
|