Package net.minecraft.recipe
Interface RecipeType
- All Known Implementing Classes:
ArmorDyeRecipeType,BannerRecipeDispatcher.CopyingRecipeType,BannerRecipeDispatcher.PatternRecipeType,BookCloningRecipeType,class_2700.class_2701,class_2702,FireworkRecipeType,MapCloningRecipeType,MapUpscaleRecipeType,RepairingRecipeType,ShapedRecipeType,ShapelessRecipeType
public interface RecipeType
- Mappings:
Namespace Name official afuintermediary net/minecraft/class_1114named net/minecraft/recipe/RecipeType
-
Method Summary
Modifier and TypeMethodDescriptiongetRemainders(CraftingInventory inventory) getResult(CraftingInventory inventory) intgetSize()booleanmatches(CraftingInventory inventory, World world)
-
Method Details
-
matches
- Mappings:
Namespace Name Mixin selector official aLafu;a(Labc;Laht;)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
- Mappings:
Namespace Name Mixin selector official aLafu;a(Labc;)Ladq;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
int getSize()- Mappings:
Namespace Name Mixin selector official aLafu;a()Iintermediary method_3499Lnet/minecraft/class_1114;method_3499()Inamed getSizeLnet/minecraft/recipe/RecipeType;getSize()I
-
getOutput
- Mappings:
Namespace Name Mixin selector official bLafu;b()Ladq;intermediary method_3501Lnet/minecraft/class_1114;method_3501()Lnet/minecraft/class_1071;named getOutputLnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
-
getRemainders
- Mappings:
Namespace Name Mixin selector official bLafu;b(Labc;)[Ladq;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;
-