Package net.pl3x.map.core.world
Class EmptyChunk
java.lang.Object
net.pl3x.map.core.world.Chunk
net.pl3x.map.core.world.EmptyChunk
-
Nested Class Summary
Nested classes/interfaces inherited from class net.pl3x.map.core.world.Chunk
Chunk.BlockData
-
Field Summary
-
Constructor Summary
Constructors -
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
populate()
toString()
-
Constructor Details
-
EmptyChunk
-
-
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
-
populate
-
toString
-