public abstract class ChunkCollision.ChunkProcedure
extends java.lang.Object
implements gnu.trove.procedure.TLongProcedure
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.block.Block |
block |
protected net.minecraft.world.chunk.Chunk |
chunk |
protected net.minecraft.world.World |
world |
protected int |
x |
protected int |
y |
protected int |
z |
| Constructor and Description |
|---|
ChunkCollision.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.World world,
net.minecraft.world.chunk.Chunk chunk) |
protected net.minecraft.world.World world
protected net.minecraft.world.chunk.Chunk chunk
protected int x
protected int y
protected int z
protected net.minecraft.block.Block block
protected void set(net.minecraft.world.World world,
net.minecraft.world.chunk.Chunk chunk)
protected boolean check(long coord)
IChunkCollidable and that it belong to the current Chunk.ChunkCollision.ChunkProcedure.coord - the coordprotected void clean()