Package net.minecraft
Interface class_8181
- All Known Implementing Classes:
JukeboxBlockEntity
- Mappings:
Namespace Name official eegintermediary net/minecraft/class_8181named 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 voidclear()default booleanisEmpty()default ItemStackdefault voidmethod_49275(ItemStack itemStack) default ItemStackdefault ItemStackremoveStack(int slot) Removes the stack currently stored at the indicated slot.default intsize()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_49274Lnet/minecraft/class_8181;method_49274()Lnet/minecraft/class_1799;named method_49274Lnet/minecraft/class_8181;method_49274()Lnet/minecraft/item/ItemStack;
-
method_49276
- Mappings:
Namespace Name Mixin selector official jLeeg;j()Lcfu;intermediary method_49276Lnet/minecraft/class_8181;method_49276()Lnet/minecraft/class_1799;named method_49276Lnet/minecraft/class_8181;method_49276()Lnet/minecraft/item/ItemStack;
-
method_49275
- Mappings:
Namespace Name Mixin selector official bLeeg;b(Lcfu;)Vintermediary method_49275Lnet/minecraft/class_8181;method_49275(Lnet/minecraft/class_1799;)Vnamed method_49275Lnet/minecraft/class_8181;method_49275(Lnet/minecraft/item/ItemStack;)V
-
removeStack
Removes the stack currently stored at the indicated slot.- Specified by:
removeStackin interfaceInventory- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
Namespace Name Mixin selector official bLbdq;b(I)Lcfu;intermediary method_5441Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-