Package net.pl3x.map.core.world
Class Chunk.BlockData
java.lang.Object
net.pl3x.map.core.world.Chunk.BlockData
- Enclosing class:
Chunk
-
Field Summary
Modifier and TypeFieldDescriptionprotected Biome
protected BlockState
protected int
protected BlockState
protected int
protected LinkedList
<Integer> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Biome
@NotNull BlockState
int
@Nullable BlockState
int
static Chunk.BlockData
of
(int blockY, int fluidY, BlockState blockstate, BlockState fluidstate, LinkedList<Integer> glass)
-
Field Details
-
blockY
protected int blockY -
fluidY
protected int fluidY -
blockstate
-
fluidstate
-
biome
-
glass
-
-
Constructor Details
-
BlockData
public BlockData()
-
-
Method Details
-
of
public static Chunk.BlockData of(int blockY, int fluidY, BlockState blockstate, BlockState fluidstate, LinkedList<Integer> glass) -
getBlockY
public int getBlockY() -
getFluidY
public int getFluidY() -
getBlockState
-
getFluidState
-
getBiome
-
getGlassColors
-