Class BasinBlockEntityMixin

java.lang.Object
ch.voidlee.repair.mixin.bug_fixes.clearable.BasinBlockEntityMixin
All Implemented Interfaces:
net.minecraft.world.Clearable

public abstract class BasinBlockEntityMixin extends Object implements net.minecraft.world.Clearable
  • Field Details

    • spoutputBuffer

      protected List<net.minecraft.world.item.ItemStack> 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:
      clearContent in interface net.minecraft.world.Clearable