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

10 lines
455 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_8566 net/minecraft/inventory/RecipeInputInventory
2023-08-24 19:01:48 -04:00
COMMENT Represents an inventory that is an input for a recipe, such as
COMMENT crafting table inputs.
2023-05-10 09:10:04 -04:00
METHOD method_17397 getHeight ()I
2023-08-24 19:01:48 -04:00
COMMENT {@return the height of the recipe grid}
2023-05-10 09:10:04 -04:00
METHOD method_17398 getWidth ()I
2023-08-24 19:01:48 -04:00
COMMENT {@return the width of the recipe grid}
2023-10-22 01:47:45 -04:00
METHOD method_51305 getHeldStacks ()Ljava/util/List;
2023-08-24 19:01:48 -04:00
COMMENT {@return the stacks held by the inventory}