Class EnderChestInventoryMixin

java.lang.Object
net.minecraft.inventory.SimpleInventory
io.github.realguyman.totally_lit.mixin.EnderChestInventoryMixin
All Implemented Interfaces:
net.minecraft.inventory.Inventory, net.minecraft.recipe.RecipeInputProvider, net.minecraft.util.Clearable

public abstract class EnderChestInventoryMixin extends net.minecraft.inventory.SimpleInventory
  • Field Summary

    Fields inherited from class net.minecraft.inventory.SimpleInventory

    heldStacks

    Fields inherited from interface net.minecraft.inventory.Inventory

    DEFAULT_MAX_INTERACTION_RANGE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStack(int slot, net.minecraft.item.ItemStack stack)
     

    Methods inherited from class net.minecraft.inventory.SimpleInventory

    addListener, addStack, canInsert, canPlayerUse, clear, clearToList, getHeldStacks, getStack, isEmpty, markDirty, provideRecipeInputs, readNbtList, removeItem, removeListener, removeStack, removeStack, size, toNbtList, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minecraft.inventory.Inventory

    canTransferTo, containsAny, containsAny, count, getMaxCount, getMaxCountPerStack, isValid, onClose, onOpen
  • Constructor Details

    • EnderChestInventoryMixin

      public EnderChestInventoryMixin()
  • Method Details

    • setStack

      public void setStack(int slot, net.minecraft.item.ItemStack stack)
      Specified by:
      setStack in interface net.minecraft.inventory.Inventory
      Overrides:
      setStack in class net.minecraft.inventory.SimpleInventory