Package com.infernalsuite.asp.api.world
Interface SlimeChunkSection
public interface SlimeChunkSection
In-memory representation of a SRF chunk section.
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.nbt.CompoundBinaryTag
@Nullable NibbleArray
Returns the block light data.net.kyori.adventure.nbt.CompoundBinaryTag
@Nullable NibbleArray
Returns the sky light data.
-
Method Details
-
getBlockStatesTag
net.kyori.adventure.nbt.CompoundBinaryTag getBlockStatesTag() -
getBiomeTag
net.kyori.adventure.nbt.CompoundBinaryTag 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.
-