Package net.minecraft
Interface class_8181
- All Known Implementing Classes:
JukeboxBlockEntity
- Mappings:
Namespace Name official eeg
intermediary net/minecraft/class_8181
named net/minecraft/class_8181
-
Field Summary
Fields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
clear()
default boolean
isEmpty()
default ItemStack
default void
method_49275
(ItemStack itemStack) default ItemStack
default ItemStack
removeStack
(int slot) Removes the stack currently stored at the indicated slot.default int
size()
Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, containsAny, containsAny, count, getMaxCountPerStack, getStack, isValid, markDirty, method_49104, onClose, onOpen, removeStack, setStack
-
Method Details
-
size
default int size() -
isEmpty
default boolean isEmpty() -
clear
default void clear() -
method_49274
- Mappings:
Namespace Name Mixin selector official ar_
Leeg;ar_()Lcfu;
intermediary method_49274
Lnet/minecraft/class_8181;method_49274()Lnet/minecraft/class_1799;
named method_49274
Lnet/minecraft/class_8181;method_49274()Lnet/minecraft/item/ItemStack;
-
method_49276
- Mappings:
Namespace Name Mixin selector official j
Leeg;j()Lcfu;
intermediary method_49276
Lnet/minecraft/class_8181;method_49276()Lnet/minecraft/class_1799;
named method_49276
Lnet/minecraft/class_8181;method_49276()Lnet/minecraft/item/ItemStack;
-
method_49275
- Mappings:
Namespace Name Mixin selector official b
Leeg;b(Lcfu;)V
intermediary method_49275
Lnet/minecraft/class_8181;method_49275(Lnet/minecraft/class_1799;)V
named method_49275
Lnet/minecraft/class_8181;method_49275(Lnet/minecraft/item/ItemStack;)V
-
removeStack
Removes the stack currently stored at the indicated slot.- Specified by:
removeStack
in interfaceInventory
- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
Namespace Name Mixin selector official b
Lbdq;b(I)Lcfu;
intermediary method_5441
Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;
named removeStack
Lnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-