Package net.minecraft.recipe
Class RepairingRecipeType
java.lang.Object
net.minecraft.recipe.RepairingRecipeType
- All Implemented Interfaces:
RecipeType
public class RepairingRecipeType extends Object implements RecipeType
- Mappings:
Namespace Name official abuintermediary net/minecraft/class_50named net/minecraft/recipe/RepairingRecipeType
-
Constructor Summary
Constructors Constructor Description RepairingRecipeType() -
Method Summary
Modifier and Type Method Description ItemStackgetOutput()ItemStack[]getRemainders(CraftingInventory inventory)ItemStackgetResult(CraftingInventory inventory)intgetSize()booleanmatches(CraftingInventory inventory, World world)
-
Constructor Details
-
RepairingRecipeType
public RepairingRecipeType()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLabs;a(Lxp;Ladm;)Zintermediary method_63Lnet/minecraft/class_48;method_63(Lnet/minecraft/class_1993;Lnet/minecraft/class_99;)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 aLabs;a(Lxp;)Lzx;intermediary method_62Lnet/minecraft/class_48;method_62(Lnet/minecraft/class_1993;)Lnet/minecraft/class_2056;named getResultLnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
getSize
public int getSize()- Specified by:
getSizein interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLabs;a()Iintermediary method_61Lnet/minecraft/class_48;method_61()Inamed getSizeLnet/minecraft/recipe/RecipeType;getSize()I
-
getOutput
- Specified by:
getOutputin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official bLabs;b()Lzx;intermediary method_64Lnet/minecraft/class_48;method_64()Lnet/minecraft/class_2056;named getOutputLnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
-
getRemainders
- Specified by:
getRemaindersin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official bLabs;b(Lxp;)[Lzx;intermediary method_65Lnet/minecraft/class_48;method_65(Lnet/minecraft/class_1993;)[Lnet/minecraft/class_2056;named getRemaindersLnet/minecraft/recipe/RecipeType;getRemainders(Lnet/minecraft/inventory/CraftingInventory;)[Lnet/minecraft/item/ItemStack;
-