Class Chunk_v1_8
java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.impl.v1_8.Chunk_v1_8
- All Implemented Interfaces:
BaseChunk
-
Constructor Summary
ConstructorDescriptionChunk_v1_8
(boolean skylight) Chunk_v1_8
(ShortArray3d blocks, NibbleArray3d blocklight, NibbleArray3d skylight) -
Method Summary
Modifier and TypeMethodDescriptionint
getBlockId
(int x, int y, int z) boolean
isEmpty()
void
set
(int x, int y, int z, int combinedID)
-
Constructor Details
-
Chunk_v1_8
public Chunk_v1_8(boolean skylight) -
Chunk_v1_8
-
-
Method Details
-
getBlocks
-
getBlockLight
-
getSkyLight
-
getBlockId
public int getBlockId(int x, int y, int z) - Specified by:
getBlockId
in interfaceBaseChunk
-
set
public void set(int x, int y, int z, int combinedID) -
isEmpty
public boolean isEmpty()
-