Class Section

java.lang.Object
net.minestom.server.instance.Section
All Implemented Interfaces:
NetworkBuffer.Writer

public final class Section extends Object implements NetworkBuffer.Writer
  • Constructor Details

    • Section

      public Section()
  • Method Details

    • blockPalette

      public Palette blockPalette()
    • biomePalette

      public Palette biomePalette()
    • getSkyLight

      public byte[] getSkyLight()
    • setSkyLight

      public void setSkyLight(byte[] skyLight)
    • getBlockLight

      public byte[] getBlockLight()
    • setBlockLight

      public void setBlockLight(byte[] blockLight)
    • clear

      public void clear()
    • clone

      @NotNull public @NotNull Section clone()
      Overrides:
      clone in class Object
    • write

      public void write(@NotNull @NotNull NetworkBuffer writer)
      Specified by:
      write in interface NetworkBuffer.Writer