Class SophisticatedStorage
java.lang.Object
com.simibubi.create.compat.thresholdSwitch.SophisticatedStorage
- 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 be)
-
Constructor Details
-
SophisticatedStorage
public SophisticatedStorage()
-
-
Method Details
-
isFromThisMod
public boolean isFromThisMod(net.minecraft.world.level.block.entity.BlockEntity be) - Specified by:
isFromThisModin interfaceThresholdSwitchCompat
-
getSpaceInSlot
public long getSpaceInSlot(net.neoforged.neoforge.items.IItemHandler inv, int slot) - Specified by:
getSpaceInSlotin interfaceThresholdSwitchCompat
-