Package com.infernalsuite.aswm.api.world
Interface SlimeChunkSection
public interface SlimeChunkSection
In-memory representation of a SRF chunk section.
-
Method Summary
Modifier and TypeMethodDescriptioncom.flowpowered.nbt.CompoundTag
@Nullable NibbleArray
Returns the block light data.com.flowpowered.nbt.CompoundTag
@Nullable NibbleArray
Returns the sky light data.
-
Method Details
-
getBlockStatesTag
com.flowpowered.nbt.CompoundTag getBlockStatesTag() -
getBiomeTag
com.flowpowered.nbt.CompoundTag getBiomeTag() -
getBlockLight
Returns the block light data.- Returns:
- A
NibbleArray
with the block light data.
-
getSkyLight
Returns the sky light data.- Returns:
- A
NibbleArray
containing the sky light data.
-