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
heldStacksFields inherited from interface net.minecraft.inventory.Inventory
DEFAULT_MAX_INTERACTION_RANGE -
Constructor Summary
Constructors -
Method Summary
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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
setStackin interfacenet.minecraft.inventory.Inventory- Overrides:
setStackin classnet.minecraft.inventory.SimpleInventory
-