implements ITickList<T>
bnr | |
net.minecraft.world.chunk.ChunkPrimerTickList |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
protected final Predicate<T> |
| ||||
protected final Function<T, ResourceLocation> |
| ||||
protected final Function<ResourceLocation, T> |
| ||||
private final ChunkPos |
| ||||
private final it.unimi.dsi.fastutil.shorts.ShortList[] |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Predicate<T> arg0, Function<T, ResourceLocation> arg1, Function<ResourceLocation, T> arg2, ChunkPos arg3) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public NBTTagList |
| ||||
public void |
| ||||
public void |
| ||||
public boolean |
| ||||
public void |
| ||||
public boolean |
|