Class Chunk_1_18
java.lang.Object
net.pl3x.map.core.world.Chunk
net.pl3x.map.core.world.Chunk_1_18
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classprotected static classstatic classNested classes/interfaces inherited from class Chunk
Chunk.BlockData -
Field Summary
Fields inherited from class Chunk
BLOCKS_PER_SECTION, data, EMPTY_BLOCKSTATE_ARRAY, EMPTY_BYTE_ARRAY, EMPTY_INT_ARRAY, EMPTY_LONG_ARRAY, EMPTY_STRING_ARRAY, populated, VALUES_PER_HEIGHTMAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBiome(int x, int y, int z) getBlockState(int x, int y, int z) longintgetLight(int x, int y, int z) intgetMaxY()intgetMinY()intgetWorldSurfaceY(int x, int z) booleanbooleanisFull()
-
Constructor Details
-
Chunk_1_18
-
-
Method Details
-
isFull
-
getInhabitedTime
public long getInhabitedTime()- Specified by:
getInhabitedTimein classChunk
-
getBlockState
- Specified by:
getBlockStatein classChunk
-
getBiome
-
getLight
-
getMinY
-
getMaxY
-
hasWorldSurfaceHeights
public boolean hasWorldSurfaceHeights()- Specified by:
hasWorldSurfaceHeightsin classChunk
-
getWorldSurfaceY
public int getWorldSurfaceY(int x, int z) - Specified by:
getWorldSurfaceYin classChunk
-