Package net.minecraft.recipe
Class FireworkStarFadeRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.FireworkStarFadeRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/FireworkStarFadeRecipeintermediary net/minecraft/class_1854official dev
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.SpecialCraftingRecipe
SpecialCraftingRecipe.SpecialRecipeSerializer<T extends CraftingRecipe> -
Field Summary
FieldsFields inherited from interface net.minecraft.recipe.Recipe
CODEC, KEY_CODEC, PACKET_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncraft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.Returns the serializer associated with this recipe.booleanmatches(CraftingRecipeInput craftingRecipeInput, World world) Returns whether this recipe matches the contents inside theinventoryin the givenworld.Methods inherited from class net.minecraft.recipe.SpecialCraftingRecipe
getCategory, getIngredientPlacement, isIgnoredInRecipeBookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getRecipeBookCategory, getRecipeRemainders, getTypeMethods inherited from interface net.minecraft.recipe.Recipe
getDisplays, getGroup, showNotification
-
Field Details
-
INPUT_STAR
- Mappings:
Namespace Name Mixin selector named INPUT_STARLnet/minecraft/recipe/FireworkStarFadeRecipe;INPUT_STAR:Lnet/minecraft/recipe/Ingredient;intermediary field_9015Lnet/minecraft/class_1854;field_9015:Lnet/minecraft/class_1856;official dLdev;d:Ldex;
-
-
Constructor Details
-
FireworkStarFadeRecipe
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)Vintermediary <init>Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_7710;)Vofficial <init>Lder;<init>(Ldeo;)V
-
-
Method Details
-
matches
Description copied from interface:RecipeReturns whether this recipe matches the contents inside theinventoryin the givenworld.The
worldcurrently is only used by the map cloning recipe to prevent duplication of explorer maps.- Parameters:
world- the input world- Returns:
- whether this recipe matches the contents inside the
inventoryin the givenworld - Mappings:
Namespace Name Mixin selector named matchesLnet/minecraft/recipe/FireworkStarFadeRecipe;matches(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Zintermediary method_17711Lnet/minecraft/class_1854;method_17711(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Zofficial aLdev;a(Ldep;Ldkj;)Z
-
craft
public ItemStack craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Description copied from interface:RecipeCrafts this recipe.This method does not perform side effects on the
inventory.This method should return a new item stack on each call.
- Returns:
- the resulting item stack
- Mappings:
Namespace Name Mixin selector named craftLnet/minecraft/recipe/FireworkStarFadeRecipe;craft(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_17710Lnet/minecraft/class_1854;method_17710(Lnet/minecraft/class_9694;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLdev;a(Ldep;Lji$a;)Ldak;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializerin interfaceCraftingRecipe- Specified by:
getSerializerin interfaceRecipe<CraftingRecipeInput>- Specified by:
getSerializerin classSpecialCraftingRecipe- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;official aLdfb;a()Ldfl;
-