Class BasinBlockEntityMixin
java.lang.Object
ch.voidlee.repair.mixin.bug_fixes.clearable.BasinBlockEntityMixin
- All Implemented Interfaces:
net.minecraft.world.Clearable
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.simibubi.create.content.processing.basin.BasinInventoryprotected com.simibubi.create.foundation.item.SmartInventoryprotected List<net.minecraft.world.item.ItemStack> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
spoutputBuffer
-
inputInventory
public com.simibubi.create.content.processing.basin.BasinInventory inputInventory -
outputInventory
protected com.simibubi.create.foundation.item.SmartInventory outputInventory
-
-
Constructor Details
-
BasinBlockEntityMixin
public BasinBlockEntityMixin()
-
-
Method Details
-
clearContent
public void clearContent()- Specified by:
clearContentin interfacenet.minecraft.world.Clearable
-