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
public interface CraftingRecipe extends Recipe<CraftingInventory>
- Mappings:
Namespace Name official bqfintermediary net/minecraft/class_3955named net/minecraft/recipe/CraftingRecipe
-
Method Summary
Modifier and Type Method Description default RecipeType<?>getType()Methods inherited from interface net.minecraft.recipe.Recipe
craft, fits, getGroup, getId, getOutput, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, isEmpty, isIgnoredInRecipeBook, matches
-
Method Details
-
getType
- Specified by:
getTypein interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official gLbqn;g()Lbqq;intermediary method_17716Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;named getTypeLnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;
-