Package net.minecraft.recipe
Class SpecialCraftingRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInventory>
- Direct Known Subclasses:
ArmorDyeRecipe,BannerDuplicateRecipe,BookCloningRecipe,FireworkRocketRecipe,FireworkStarFadeRecipe,FireworkStarRecipe,MapCloningRecipe,RepairItemRecipe,ShieldDecorationRecipe,ShulkerBoxColoringRecipe,SuspiciousStewRecipe,TippedArrowRecipe
public abstract class SpecialCraftingRecipe extends Object implements CraftingRecipe
- Mappings:
Namespace Name official bqgintermediary net/minecraft/class_1852named net/minecraft/recipe/SpecialCraftingRecipe
-
Field Summary
Fields Modifier and Type Field Description private Identifierid -
Constructor Summary
Constructors Constructor Description SpecialCraftingRecipe(Identifier id) -
Method Summary
Modifier and Type Method Description IdentifiergetId()ItemStackgetOutput()booleanisIgnoredInRecipeBook()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.recipe.Recipe
craft, fits, getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, isEmpty, matches
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official aLbqg;a:Lwb;intermediary field_9009Lnet/minecraft/class_1852;field_9009:Lnet/minecraft/class_2960;named idLnet/minecraft/recipe/SpecialCraftingRecipe;id:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
SpecialCraftingRecipe
- Mappings:
Namespace Name Mixin selector official <init>Lbqg;<init>(Lwb;)Vintermediary <init>Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_2960;)Vnamed <init>Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official fLbqn;f()Lwb;intermediary method_8114Lnet/minecraft/class_1860;method_8114()Lnet/minecraft/class_2960;named getIdLnet/minecraft/recipe/Recipe;getId()Lnet/minecraft/util/Identifier;
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()- Specified by:
isIgnoredInRecipeBookin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official ah_Lbqn;ah_()Zintermediary method_8118Lnet/minecraft/class_1860;method_8118()Znamed isIgnoredInRecipeBookLnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getOutput
- Specified by:
getOutputin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official cLbqn;c()Lbnv;intermediary method_8110Lnet/minecraft/class_1860;method_8110()Lnet/minecraft/class_1799;named getOutputLnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemStack;
-