Package net.darkhax.botanypots.block
Class BotanyPotVariantGenerator
java.lang.Object
net.darkhax.botanypots.block.BotanyPotVariantGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerate()static voidgenerateBasicCrafting(net.minecraft.resources.ResourceLocation blockId) static voidgenerateBlockModel(net.minecraft.resources.ResourceLocation blockId, String suffix, boolean hopper) static voidgenerateBlockState(net.minecraft.resources.ResourceLocation blockId, String suffix) static voidgenerateCompactHopperCrafting(net.minecraft.resources.ResourceLocation blockId) static voidgenerateHopperCrafting(net.minecraft.resources.ResourceLocation blockId) static voidgenerateItemModel(net.minecraft.resources.ResourceLocation blockId, String suffix) static voidgenerateLootTable(net.minecraft.resources.ResourceLocation blockId, String suffix) static voidgeneratePot(net.minecraft.world.level.block.Block block)
-
Field Details
-
blockDir
-
itemDir
-
stateDir
-
lootDir
-
craftingDir
-
-
Constructor Details
-
BotanyPotVariantGenerator
public BotanyPotVariantGenerator()
-
-
Method Details
-
generate
public static void generate() -
generatePot
public static void generatePot(net.minecraft.world.level.block.Block block) -
generateCompactHopperCrafting
public static void generateCompactHopperCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException - Throws:
IOException
-
generateHopperCrafting
public static void generateHopperCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException - Throws:
IOException
-
generateBasicCrafting
public static void generateBasicCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException - Throws:
IOException
-
generateLootTable
public static void generateLootTable(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException - Throws:
IOException
-
generateBlockState
public static void generateBlockState(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException - Throws:
IOException
-
generateItemModel
public static void generateItemModel(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException - Throws:
IOException
-
generateBlockModel
public static void generateBlockModel(net.minecraft.resources.ResourceLocation blockId, String suffix, boolean hopper) throws IOException - Throws:
IOException
-