Package net.pl3x.map.core.world
Class ChunkAnvil115
java.lang.Object
net.pl3x.map.core.world.Chunk
net.pl3x.map.core.world.ChunkAnvil115
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.pl3x.map.core.world.Chunk
Chunk.BlockData -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChunkAnvil115(World world, Region region, net.querz.nbt.tag.CompoundTag chunkTag, int index) -
Method Summary
Modifier and TypeMethodDescriptiongetBiome(int x, int y, int z) getBlockState(int x, int y, int z) intgetLight(int x, int y, int z) intgetWorldSurfaceY(int x, int z) booleanisFull()boolean
-
Field Details
-
worldSurfaceHeights
protected long[] worldSurfaceHeights
-
-
Constructor Details
-
ChunkAnvil115
-
-
Method Details
-
isFull
public boolean isFull() -
getBlockState
- Specified by:
getBlockStatein classChunk
-
getLight
public int getLight(int x, int y, int z) -
getBiome
-
noHeightmap
public boolean noHeightmap()- Specified by:
noHeightmapin classChunk
-
getWorldSurfaceY
public int getWorldSurfaceY(int x, int z) - Specified by:
getWorldSurfaceYin classChunk
-