Package net.minecraft.recipe
Class SmokingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.SmokingRecipe
- Mappings:
Namespace Name official btu
intermediary net/minecraft/class_3862
named net/minecraft/recipe/SmokingRecipe
-
Field Summary
Fields inherited from class net.minecraft.recipe.AbstractCookingRecipe
cookTime, experience, group, id, input, output, type
-
Constructor Summary
ConstructorDescriptionSmokingRecipe
(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime) -
Method Summary
Modifier and TypeMethodDescriptionCreates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked.Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
craft, fits, getCookTime, getExperience, getGroup, getId, getIngredients, getOutput, getType, matches
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.Recipe
getRemainder, isEmpty, isIgnoredInRecipeBook
-
Constructor Details
-
SmokingRecipe
public SmokingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime) - Mappings:
Namespace Name Mixin selector official <init>
Lbtu;<init>(Lww;Ljava/lang/String;Lbte;Lbqp;FI)V
intermediary <init>
Lnet/minecraft/class_3862;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V
named <init>
Lnet/minecraft/recipe/SmokingRecipe;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V
-
-
Method Details
-
createIcon
Creates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked. Used in conjunction withRecipe.getGroup()
.- Mappings:
Namespace Name Mixin selector official h
Lbth;h()Lbqp;
intermediary method_17447
Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;
named createIcon
Lnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;
-
getSerializer
- Mappings:
Namespace Name Mixin selector official R_
Lbth;R_()Lbtj;
intermediary method_8119
Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;
named getSerializer
Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-