Class SchematicTableBlockEntityMixin
java.lang.Object
ch.voidlee.repair.mixin.bug_fixes.clearable.SchematicTableBlockEntityMixin
- All Implemented Interfaces:
net.minecraft.world.Clearable
public abstract class SchematicTableBlockEntityMixin
extends Object
implements net.minecraft.world.Clearable
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.simibubi.create.content.schematics.table.SchematicTableBlockEntity.SchematicTableInventory -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inventory
public com.simibubi.create.content.schematics.table.SchematicTableBlockEntity.SchematicTableInventory inventory
-
-
Constructor Details
-
SchematicTableBlockEntityMixin
public SchematicTableBlockEntityMixin()
-
-
Method Details
-
clearContent
public void clearContent()- Specified by:
clearContentin interfacenet.minecraft.world.Clearable
-