Class StorageDrawers
java.lang.Object
com.simibubi.create.compat.thresholdSwitch.StorageDrawers
- All Implemented Interfaces:
ThresholdSwitchCompat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetSpaceInSlot(net.neoforged.neoforge.items.IItemHandler inv, int slot) booleanisFromThisMod(net.minecraft.world.level.block.entity.BlockEntity blockEntity)
-
Constructor Details
-
StorageDrawers
public StorageDrawers()
-
-
Method Details
-
isFromThisMod
public boolean isFromThisMod(net.minecraft.world.level.block.entity.BlockEntity blockEntity) - Specified by:
isFromThisModin interfaceThresholdSwitchCompat
-
getSpaceInSlot
public long getSpaceInSlot(net.neoforged.neoforge.items.IItemHandler inv, int slot) - Specified by:
getSpaceInSlotin interfaceThresholdSwitchCompat
-