Package vazkii.botania.data.recipes
Class OrechidProvider
java.lang.Object
vazkii.botania.data.recipes.BotaniaRecipeProvider
vazkii.botania.data.recipes.OrechidProvider
- All Implemented Interfaces:
net.minecraft.data.DataProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionOrechidProvider(net.minecraft.data.PackOutput packOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> lookupProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbiomeStone(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> biome) voidbuildRecipes(net.minecraft.data.recipes.RecipeOutput consumer) protected voiddeepslate(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) protected static StateIngredientforBlock(net.minecraft.world.level.block.Block block) protected static StateIngredientforTag(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag) getName()protected net.minecraft.resources.ResourceLocationignemId(net.minecraft.world.level.block.Block b) protected net.minecraft.resources.ResourceLocationmarimorphosisId(net.minecraft.world.level.block.Block b) protected voidnetherrack(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) protected net.minecraft.resources.ResourceLocationorechidId(net.minecraft.world.level.block.Block b) protected voidstone(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) Methods inherited from class vazkii.botania.data.recipes.BotaniaRecipeProvider
run
-
Constructor Details
-
OrechidProvider
public OrechidProvider(net.minecraft.data.PackOutput packOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> lookupProvider)
-
-
Method Details
-
buildRecipes
public void buildRecipes(net.minecraft.data.recipes.RecipeOutput consumer) - Specified by:
buildRecipesin classBotaniaRecipeProvider
-
orechidId
protected net.minecraft.resources.ResourceLocation orechidId(net.minecraft.world.level.block.Block b) -
ignemId
protected net.minecraft.resources.ResourceLocation ignemId(net.minecraft.world.level.block.Block b) -
marimorphosisId
protected net.minecraft.resources.ResourceLocation marimorphosisId(net.minecraft.world.level.block.Block b) -
stone
protected void stone(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) -
deepslate
protected void deepslate(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) -
netherrack
protected void netherrack(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, int weight) -
biomeStone
protected void biomeStone(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.block.Block output, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> biome) -
forBlock
-
forTag
protected static StateIngredient forTag(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag) -
getName
-