Class EnderChestInventoryMixin
java.lang.Object
net.minecraft.inventory.SimpleInventory
io.github.realguyman.totally_lit.mixin.EnderChestInventoryMixin
- All Implemented Interfaces:
Iterable<net.minecraft.item.ItemStack>,net.minecraft.inventory.Inventory,net.minecraft.inventory.StackReferenceGetter,net.minecraft.recipe.RecipeInputProvider,net.minecraft.util.Clearable
public abstract class EnderChestInventoryMixin
extends net.minecraft.inventory.SimpleInventory
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.inventory.Inventory
net.minecraft.inventory.Inventory.Iterator -
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, readDataList, removeItem, removeListener, removeStack, removeStack, size, toDataList, 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, getStackReference, getViewingUsers, isValid, iterator, onClose, onOpenMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.minecraft.inventory.StackReferenceGetter
getStackReferences
-
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
-