Package net.pl3x.map.core.world
Class ChunkAnvil113
java.lang.Object
net.pl3x.map.core.world.Chunk
net.pl3x.map.core.world.ChunkAnvil113
-
Nested Class Summary
Nested classes/interfaces inherited from class net.pl3x.map.core.world.Chunk
Chunk.BlockData
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ChunkAnvil113
(@NotNull World world, @NotNull Region region, @NotNull net.querz.nbt.tag.CompoundTag chunkTag, int index) -
Method Summary
Modifier and TypeMethodDescription@NotNull Biome
getBiome
(int x, int y, int z) @NotNull BlockState
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
-
ChunkAnvil113
-
-
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
-