yarn/mappings/net/minecraft/inventory/SingleStackInventory.mapping

12 lines
568 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_8181 net/minecraft/inventory/SingleStackInventory
2023-08-24 19:01:48 -04:00
COMMENT An inventory that holds exactly one {@link ItemStack}, at slot {@code 0}.
METHOD method_49274 getStack ()Lnet/minecraft/class_1799;
2023-08-24 19:01:48 -04:00
COMMENT {@return the stack held by the inventory}
METHOD method_49275 setStack (Lnet/minecraft/class_1799;)V
2023-08-24 19:01:48 -04:00
COMMENT Sets the stack held by the inventory to {@code stack}.
ARG 1 stack
METHOD method_49276 removeStack ()Lnet/minecraft/class_1799;
2023-08-24 19:01:48 -04:00
COMMENT Removes the stack held by the inventory.
COMMENT
COMMENT @return the removed stack