java.lang.Object
ca.spottedleaf.dataconverter.minecraft.versions.V1496.Section
Direct Known Subclasses:
V1496.LeavesSection, V1624.TrappedChestSection
Enclosing class:
V1496

public abstract static class V1496.Section extends Object
  • Field Details

    • palette

      protected final ListType palette
    • sectionY

      protected final int sectionY
    • storage

      protected PaletteData storage
  • Constructor Details

  • Method Details

    • readStorage

      protected void readStorage(MapType<String> section)
    • writeInto

      public void writeInto(MapType<String> section)
    • isSkippable

      public boolean isSkippable()
    • getBlock

      public int getBlock(int index)
    • getStateId

      protected int getStateId(String name, boolean persistent, int distance)
    • getSectionY

      protected int getSectionY()
    • initSkippable

      protected abstract boolean initSkippable()