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