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

12 lines
612 B
Plaintext

CLASS net/minecraft/class_8566 net/minecraft/inventory/RecipeInputInventory
COMMENT Represents an inventory that is an input for a recipe, such as
COMMENT crafting table inputs.
METHOD method_17397 getHeight ()I
COMMENT {@return the height of the recipe grid}
METHOD method_17398 getWidth ()I
COMMENT {@return the width of the recipe grid}
METHOD method_51305 getHeldStacks ()Ljava/util/List;
COMMENT {@return the stacks held by the inventory}
METHOD method_59961 createRecipeInput ()Lnet/minecraft/class_9694;
METHOD method_60501 createPositionedRecipeInput ()Lnet/minecraft/class_9694$class_9765;