Interface SlimeChunkSection


public interface SlimeChunkSection
In-memory representation of a SRF chunk section.
  • Method Details

    • getBlockStatesTag

      com.flowpowered.nbt.CompoundTag getBlockStatesTag()
    • getBiomeTag

      com.flowpowered.nbt.CompoundTag getBiomeTag()
    • getBlockLight

      @Nullable @Nullable NibbleArray getBlockLight()
      Returns the block light data.
      Returns:
      A NibbleArray with the block light data.
    • getSkyLight

      @Nullable @Nullable NibbleArray getSkyLight()
      Returns the sky light data.
      Returns:
      A NibbleArray containing the sky light data.