Package vazkii.botania.common.crafting
Class OrechidIgnemRecipe
java.lang.Object
vazkii.botania.common.crafting.OrechidRecipe
vazkii.botania.common.crafting.OrechidIgnemRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>,OrechidRecipe
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface vazkii.botania.api.recipe.OrechidRecipe
IGNEM_TYPE_ID, MARIMORPHOSIS_TYPE_ID, TYPE_IDFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionOrechidIgnemRecipe(StateIngredient input, StateIngredient output, int weight, @Nullable net.minecraft.commands.CacheableFunction successFunction) OrechidIgnemRecipe(StateIngredient input, StateIngredient output, int weight, @Nullable net.minecraft.commands.CacheableFunction successFunction, int weightBonus, @Nullable net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> biomes) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeSerializer<?> net.minecraft.world.item.crafting.RecipeType<? extends OrechidRecipe> getType()Methods inherited from class vazkii.botania.common.crafting.OrechidRecipe
getBiomes, getInput, getOutput, getSuccessFunction, getWeight, getWeight, getWeightBonusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface vazkii.botania.api.recipe.OrechidRecipe
assemble, canCraftInDimensions, getOutput, getResultItem, isSpecial, matchesMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete, showNotification
-
Constructor Details
-
OrechidIgnemRecipe
public OrechidIgnemRecipe(StateIngredient input, StateIngredient output, int weight, @Nullable @Nullable net.minecraft.commands.CacheableFunction successFunction, int weightBonus, @Nullable @Nullable net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> biomes) -
OrechidIgnemRecipe
public OrechidIgnemRecipe(StateIngredient input, StateIngredient output, int weight, @Nullable @Nullable net.minecraft.commands.CacheableFunction successFunction)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceOrechidRecipe- Specified by:
getTypein interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>- Overrides:
getTypein classOrechidRecipe
-
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>- Overrides:
getSerializerin classOrechidRecipe
-