Class V1496.Section
java.lang.Object
ca.spottedleaf.dataconverter.minecraft.versions.V1496.Section
- Direct Known Subclasses:
V1496.LeavesSection,V1624.TrappedChestSection
- Enclosing class:
V1496
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ListTypeprotected final intprotected PaletteData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBlock(int index) protected intprotected intgetStateId(String name, boolean persistent, int distance) protected abstract booleanbooleanprotected voidreadStorage(MapType<String> section) void
-
Field Details
-
palette
-
sectionY
protected final int sectionY -
storage
-
-
Constructor Details
-
Section
-
-
Method Details
-
readStorage
-
writeInto
-
isSkippable
public boolean isSkippable() -
getBlock
public int getBlock(int index) -
getStateId
-
getSectionY
protected int getSectionY() -
initSkippable
protected abstract boolean initSkippable()
-