Package net.minecraft.util.datafix.fixes
Class TrappedChestTileEntitySplit.Section
- java.lang.Object
-
- net.minecraft.util.datafix.fixes.LeavesFix.Section
-
- net.minecraft.util.datafix.fixes.TrappedChestTileEntitySplit.Section
-
- Enclosing class:
- TrappedChestTileEntitySplit
public static final class TrappedChestTileEntitySplit.Section extends LeavesFix.Section
-
-
Field Summary
Fields Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.IntSet
chestIds
-
Fields inherited from class net.minecraft.util.datafix.fixes.LeavesFix.Section
index, palette, paletteFinder, storage
-
-
Constructor Summary
Constructors Constructor Description Section(com.mojang.datafixers.Typed<?> p_i49831_1_, com.mojang.datafixers.schemas.Schema p_i49831_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTrappedChest(int p_212511_1_)
protected boolean
skippable()
-
Methods inherited from class net.minecraft.util.datafix.fixes.LeavesFix.Section
getBlock, getIndex, getStateId, isSkippable, readStorage, write
-
-
-
-
Method Detail
-
skippable
protected boolean skippable()
- Specified by:
skippable
in classLeavesFix.Section
-
isTrappedChest
public boolean isTrappedChest(int p_212511_1_)
-
-