public abstract static class ChunkBlockHandler.ChunkProcedure
extends java.lang.Object
implements gnu.trove.procedure.TLongProcedure
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.world.chunk.Chunk |
chunk |
protected BlockState |
state |
protected net.minecraft.world.World |
world |
| Constructor and Description |
|---|
ChunkBlockHandler.ChunkProcedure() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(long coord)
Checks whether the passed coordinate is a valid
IChunkCollidable and that it belong to the current Chunk. |
protected void |
clean() |
protected void |
set(net.minecraft.world.chunk.Chunk chunk) |
protected net.minecraft.world.World world
protected net.minecraft.world.chunk.Chunk chunk
protected BlockState state
protected void set(net.minecraft.world.chunk.Chunk chunk)
protected boolean check(long coord)
IChunkCollidable and that it belong to the current Chunk.ChunkBlockHandler.ChunkProcedure.coord - the coordprotected void clean()