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
ConstructorsModifierConstructorDescriptionprotected
ChunkAnvil115
(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) int
getLight
(int x, int y, int z) int
getWorldSurfaceY
(int x, int z) boolean
isFull()
boolean
-
Field Details
-
worldSurfaceHeights
protected long[] worldSurfaceHeights
-
-
Constructor Details
-
ChunkAnvil115
-
-
Method Details
-
isFull
public boolean isFull() -
getBlockState
- Specified by:
getBlockState
in classChunk
-
getLight
public int getLight(int x, int y, int z) -
getBiome
-
noHeightmap
public boolean noHeightmap()- Specified by:
noHeightmap
in classChunk
-
getWorldSurfaceY
public int getWorldSurfaceY(int x, int z) - Specified by:
getWorldSurfaceY
in classChunk
-