Package net.minecraft.recipe
Class CraftingRecipeManager
java.lang.Object
net.minecraft.recipe.CraftingRecipeManager
- Mappings:
Namespace Name intermediary net/minecraft/class_148glue class_188server eyclient hknamed net/minecraft/recipe/CraftingRecipeManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddShapedRecipe(ItemStack output, Object[] input) (package private) voidaddShapelessRecipe(ItemStack output, Object[] input) craft(CraftingInventory craftingInventory) static final CraftingRecipeManager
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector intermediary field_561Lnet/minecraft/class_148;field_561:Lnet/minecraft/class_148;glue field_768Lclass_188;field_768:Lclass_188;server aLey;a:Ley;client aLhk;a:Lhk;named INSTANCELnet/minecraft/recipe/CraftingRecipeManager;INSTANCE:Lnet/minecraft/recipe/CraftingRecipeManager;
-
recipes
- Mappings:
Namespace Name Mixin selector intermediary field_562Lnet/minecraft/class_148;field_562:Ljava/util/List;glue field_769Lclass_188;field_769:Ljava/util/List;server bLey;b:Ljava/util/List;client bLhk;b:Ljava/util/List;named recipesLnet/minecraft/recipe/CraftingRecipeManager;recipes:Ljava/util/List;
-
-
Constructor Details
-
CraftingRecipeManager
private CraftingRecipeManager()
-
-
Method Details
-
getInstance
- Mappings:
Namespace Name Mixin selector intermediary method_538Lnet/minecraft/class_148;method_538()Lnet/minecraft/class_148;glue method_887Lclass_188;method_887()Lclass_188;server aLey;a()Ley;client aLhk;a()Lhk;named getInstanceLnet/minecraft/recipe/CraftingRecipeManager;getInstance()Lnet/minecraft/recipe/CraftingRecipeManager;
-
addShapedRecipe
- Mappings:
Namespace Name Mixin selector intermediary method_539Lnet/minecraft/class_148;method_539(Lnet/minecraft/class_31;[Ljava/lang/Object;)Vglue method_888Lclass_188;method_888(Lclass_224;[Ljava/lang/Object;)Vserver aLey;a(Lfy;[Ljava/lang/Object;)Vclient aLhk;a(Liz;[Ljava/lang/Object;)Vnamed addShapedRecipeLnet/minecraft/recipe/CraftingRecipeManager;addShapedRecipe(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V
-
addShapelessRecipe
- Mappings:
Namespace Name Mixin selector intermediary method_542Lnet/minecraft/class_148;method_542(Lnet/minecraft/class_31;[Ljava/lang/Object;)Vglue method_891Lclass_188;method_891(Lclass_224;[Ljava/lang/Object;)Vserver bLey;b(Lfy;[Ljava/lang/Object;)Vclient bLhk;b(Liz;[Ljava/lang/Object;)Vnamed addShapelessRecipeLnet/minecraft/recipe/CraftingRecipeManager;addShapelessRecipe(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V
-
craft
- Mappings:
Namespace Name Mixin selector intermediary method_540Lnet/minecraft/class_148;method_540(Lnet/minecraft/class_159;)Lnet/minecraft/class_31;glue method_889Lclass_188;method_889(Lclass_305;)Lclass_224;server aLey;a(Lhz;)Lfy;client aLhk;a(Lmq;)Liz;named craftLnet/minecraft/recipe/CraftingRecipeManager;craft(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
getRecipes
- Mappings:
Namespace Name Mixin selector intermediary method_541Lnet/minecraft/class_148;method_541()Ljava/util/List;glue method_890Lclass_188;method_890()Ljava/util/List;server bLey;b()Ljava/util/List;client bLhk;b()Ljava/util/List;named getRecipesLnet/minecraft/recipe/CraftingRecipeManager;getRecipes()Ljava/util/List;
-