Package net.minecraft.recipe
Class BannerRecipeDispatcher.PatternRecipeType
java.lang.Object
net.minecraft.recipe.BannerRecipeDispatcher.PatternRecipeType
- All Implemented Interfaces:
RecipeType
- Enclosing class:
- BannerRecipeDispatcher
- Mappings:
Namespace Name official abj$bintermediary net/minecraft/class_2158$class_2160named net/minecraft/recipe/BannerRecipeDispatcher$PatternRecipeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRemainders(CraftingInventory inventory) getResult(CraftingInventory inventory) intgetSize()booleanmatches(CraftingInventory inventory, World world)
-
Constructor Details
-
PatternRecipeType
private PatternRecipeType()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLabs;a(Lxp;Ladm;)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 aLabs;a(Lxp;)Lzx;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;
-
getSize
public int getSize()- Specified by:
getSizein interfaceRecipeType- Mappings:
Namespace Name Mixin selector official aLabs;a()Iintermediary method_3499Lnet/minecraft/class_1114;method_3499()Inamed getSizeLnet/minecraft/recipe/RecipeType;getSize()I
-
getOutput
- Specified by:
getOutputin interfaceRecipeType- Mappings:
Namespace Name Mixin selector official bLabs;b()Lzx;intermediary method_3501Lnet/minecraft/class_1114;method_3501()Lnet/minecraft/class_1071;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_8443Lnet/minecraft/class_1114;method_8443(Lnet/minecraft/class_1011;)[Lnet/minecraft/class_1071;named getRemaindersLnet/minecraft/recipe/RecipeType;getRemainders(Lnet/minecraft/inventory/CraftingInventory;)[Lnet/minecraft/item/ItemStack;
-