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()
    • 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
    • setSkyLight

      public void setSkyLight(byte[] copyArray)
    • setBlockLight

      public void setBlockLight(byte[] copyArray)
    • skyLight

      public Light skyLight()
    • blockLight

      public Light blockLight()