Package net.minecraft.recipe
Interface CraftingRecipe
- All Superinterfaces:
Recipe<CraftingInventory>
- All Known Implementing Classes:
ArmorDyeRecipe
,BannerDuplicateRecipe
,BookCloningRecipe
,FireworkRocketRecipe
,FireworkStarFadeRecipe
,FireworkStarRecipe
,MapCloningRecipe
,MapExtendingRecipe
,RepairItemRecipe
,ShapedRecipe
,ShapelessRecipe
,ShieldDecorationRecipe
,ShulkerBoxColoringRecipe
,SpecialCraftingRecipe
,SuspiciousStewRecipe
,TippedArrowRecipe
- Mappings:
Namespace Name official cdh
intermediary net/minecraft/class_3955
named net/minecraft/recipe/CraftingRecipe
-
Method Summary
Modifier and TypeMethodDescriptiondefault RecipeType<?>
getType()
Returns the type of this recipe.Methods inherited from interface net.minecraft.recipe.Recipe
craft, createIcon, fits, getGroup, getId, getIngredients, getOutput, getRemainder, getSerializer, isEmpty, isIgnoredInRecipeBook, matches
-
Method Details
-
getType
Returns the type of this recipe.The
type
in the recipe JSON format is the serializer instead.- Specified by:
getType
in interfaceRecipe<CraftingInventory>
- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector official g
Lcdp;g()Lcds;
intermediary method_17716
Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;
named getType
Lnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;
-