Package net.minecraft.recipe
Class ShapelessRecipeType
java.lang.Object
net.minecraft.recipe.ShapelessRecipeType
- All Implemented Interfaces:
RecipeType
- Mappings:
Namespace Name official akxintermediary net/minecraft/class_1116named net/minecraft/recipe/ShapelessRecipeType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DefaultedList<Ingredient>private final Stringprivate final ItemStack -
Constructor Summary
ConstructorsConstructorDescriptionShapelessRecipeType(String string, ItemStack itemStack, DefaultedList<Ingredient> defaultedList) -
Method Summary
Modifier and TypeMethodDescriptiongetResult(CraftingInventory inventory) booleanmatches(CraftingInventory inventory, World world) method_13670(CraftingInventory craftingInventory) booleanmethod_14250(int int2, int int3) private static DefaultedList<Ingredient>method_14274(JsonArray jsonArray) static ShapelessRecipeTypemethod_14275(JsonObject jsonObject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.RecipeType
method_14251
-
Field Details
-
result
- Mappings:
Namespace Name Mixin selector official aLakx;a:Laip;intermediary field_4442Lnet/minecraft/class_1116;field_4442:Lnet/minecraft/class_1071;named resultLnet/minecraft/recipe/ShapelessRecipeType;result:Lnet/minecraft/item/ItemStack;
-
field_15688
- Mappings:
Namespace Name Mixin selector official bLakx;b:Lfi;intermediary field_15688Lnet/minecraft/class_1116;field_15688:Lnet/minecraft/class_3114;named field_15688Lnet/minecraft/recipe/ShapelessRecipeType;field_15688:Lnet/minecraft/util/collection/DefaultedList;
-
field_15689
- Mappings:
Namespace Name Mixin selector official cLakx;c:Ljava/lang/String;intermediary field_15689Lnet/minecraft/class_1116;field_15689:Ljava/lang/String;named field_15689Lnet/minecraft/recipe/ShapelessRecipeType;field_15689:Ljava/lang/String;
-
-
Constructor Details
-
ShapelessRecipeType
public ShapelessRecipeType(String string, ItemStack itemStack, DefaultedList<Ingredient> defaultedList)
-
-
Method Details
-
method_14253
- Specified by:
method_14253in interfaceRecipeType- Mappings:
Namespace Name Mixin selector official eLakt;e()Ljava/lang/String;intermediary method_14253Lnet/minecraft/class_1114;method_14253()Ljava/lang/String;named method_14253Lnet/minecraft/recipe/RecipeType;method_14253()Ljava/lang/String;
-
getOutput
- Specified by:
getOutputin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official bLakt;b()Laip;intermediary method_3501Lnet/minecraft/class_1114;method_3501()Lnet/minecraft/class_1071;named getOutputLnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
-
method_14252
- Specified by:
method_14252in interfaceRecipeType- Mappings:
Namespace Name Mixin selector official dLakt;d()Lfi;intermediary method_14252Lnet/minecraft/class_1114;method_14252()Lnet/minecraft/class_3114;named method_14252Lnet/minecraft/recipe/RecipeType;method_14252()Lnet/minecraft/util/collection/DefaultedList;
-
method_13670
- Specified by:
method_13670in interfaceRecipeType- Mappings:
Namespace Name Mixin selector official bLakt;b(Lafy;)Lfi;intermediary method_13670Lnet/minecraft/class_1114;method_13670(Lnet/minecraft/class_1011;)Lnet/minecraft/class_3114;named method_13670Lnet/minecraft/recipe/RecipeType;method_13670(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/util/collection/DefaultedList;
-
matches
- Specified by:
matchesin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLakt;a(Lafy;Lamu;)Zintermediary method_3500Lnet/minecraft/class_1114;method_3500(Lnet/minecraft/class_1011;Lnet/minecraft/class_1150;)Znamed matchesLnet/minecraft/recipe/RecipeType;matches(Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/world/World;)Z
-
getResult
- Specified by:
getResultin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLakt;a(Lafy;)Laip;intermediary method_3502Lnet/minecraft/class_1114;method_3502(Lnet/minecraft/class_1011;)Lnet/minecraft/class_1071;named getResultLnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
method_14275
- Mappings:
Namespace Name Mixin selector official aLakx;a(Lcom/google/gson/JsonObject;)Lakx;intermediary method_14275Lnet/minecraft/class_1116;method_14275(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1116;named method_14275Lnet/minecraft/recipe/ShapelessRecipeType;method_14275(Lcom/google/gson/JsonObject;)Lnet/minecraft/recipe/ShapelessRecipeType;
-
method_14274
- Mappings:
Namespace Name Mixin selector official aLakx;a(Lcom/google/gson/JsonArray;)Lfi;intermediary method_14274Lnet/minecraft/class_1116;method_14274(Lcom/google/gson/JsonArray;)Lnet/minecraft/class_3114;named method_14274Lnet/minecraft/recipe/ShapelessRecipeType;method_14274(Lcom/google/gson/JsonArray;)Lnet/minecraft/util/collection/DefaultedList;
-
method_14250
- Specified by:
method_14250in interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLakt;a(II)Zintermediary method_14250Lnet/minecraft/class_1114;method_14250(II)Znamed method_14250Lnet/minecraft/recipe/RecipeType;method_14250(II)Z
-