Package net.kamkeyke.raccooncore.datagen
Class RaccoonBlockStateProvider
java.lang.Object
net.minecraftforge.client.model.generators.BlockStateProvider
net.kamkeyke.raccooncore.datagen.RaccoonBlockStateProvider
- All Implemented Interfaces:
net.minecraft.data.DataProvider
public abstract class RaccoonBlockStateProvider
extends net.minecraftforge.client.model.generators.BlockStateProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.client.model.generators.BlockStateProvider
net.minecraftforge.client.model.generators.BlockStateProvider.ConfiguredModelListNested classes/interfaces inherited from interface net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
Field Summary
FieldsFields inherited from class net.minecraftforge.client.model.generators.BlockStateProvider
registeredBlocks, WALL_PROPSFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionRaccoonBlockStateProvider(net.minecraft.data.PackOutput output, String modid, net.minecraftforge.common.data.ExistingFileHelper exFileHelper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidblockItem(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) protected voidblockWithItem(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) protected voidleavesBlock(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) protected voidsaplingBlock(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) Methods inherited from class net.minecraftforge.client.model.generators.BlockStateProvider
axisBlock, axisBlock, axisBlock, axisBlock, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderType, axisBlockWithRenderTypeAndFast, axisBlockWithRenderTypeAndFast, axisBlockWithRenderTypeAndFast, axisBlockWithRenderTypeAndFast, axisBlockWithRenderTypeAndFast, axisBlockWithRenderTypeAndFast, blockTexture, buttonBlock, buttonBlock, cubeAll, directionalBlock, directionalBlock, directionalBlock, directionalBlock, doorBlock, doorBlock, doorBlock, doorBlockWithRenderType, doorBlockWithRenderType, doorBlockWithRenderType, doorBlockWithRenderType, doorBlockWithRenderTypeAndFast, doorBlockWithRenderTypeAndFast, doorBlockWithRenderTypeAndFast, doorBlockWithRenderTypeAndFast, fenceBlock, fenceBlock, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceBlockWithRenderType, fenceBlockWithRenderTypeAndFast, fenceBlockWithRenderTypeAndFast, fenceBlockWithRenderTypeAndFast, fenceBlockWithRenderTypeAndFast, fenceGateBlock, fenceGateBlock, fenceGateBlock, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fenceGateBlockWithRenderType, fenceGateBlockWithRenderTypeAndFast, fenceGateBlockWithRenderTypeAndFast, fenceGateBlockWithRenderTypeAndFast, fenceGateBlockWithRenderTypeAndFast, fourWayBlock, fourWayMultipart, getMultipartBuilder, getName, getVariantBuilder, horizontalBlock, horizontalBlock, horizontalBlock, horizontalBlock, horizontalBlock, horizontalFaceBlock, horizontalFaceBlock, horizontalFaceBlock, horizontalFaceBlock, itemModels, logBlock, logBlockWithRenderType, logBlockWithRenderType, logBlockWithRenderType, logBlockWithRenderTypeAndFast, mcLoc, models, modLoc, paneBlock, paneBlock, paneBlock, paneBlockWithRenderType, paneBlockWithRenderType, paneBlockWithRenderType, paneBlockWithRenderType, paneBlockWithRenderTypeAndFast, paneBlockWithRenderTypeAndFast, paneBlockWithRenderTypeAndFast, paneBlockWithRenderTypeAndFast, pressurePlateBlock, pressurePlateBlock, registerStatesAndModels, run, signBlock, signBlock, simpleBlock, simpleBlock, simpleBlock, simpleBlock, simpleBlockItem, simpleBlockWithItem, slabBlock, slabBlock, slabBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlock, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderType, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, stairsBlockWithRenderTypeAndFast, trapdoorBlock, trapdoorBlock, trapdoorBlock, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, trapdoorBlockWithRenderType, trapdoorBlockWithRenderTypeAndFast, trapdoorBlockWithRenderTypeAndFast, trapdoorBlockWithRenderTypeAndFast, trapdoorBlockWithRenderTypeAndFast, wallBlock, wallBlock, wallBlock, wallBlockWithRenderType, wallBlockWithRenderType, wallBlockWithRenderType, wallBlockWithRenderType, wallBlockWithRenderTypeAndFast, wallBlockWithRenderTypeAndFast, wallBlockWithRenderTypeAndFast, wallBlockWithRenderTypeAndFast
-
Field Details
-
modid
-
-
Constructor Details
-
RaccoonBlockStateProvider
public RaccoonBlockStateProvider(net.minecraft.data.PackOutput output, String modid, net.minecraftforge.common.data.ExistingFileHelper exFileHelper)
-
-
Method Details
-
saplingBlock
protected void saplingBlock(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) -
blockWithItem
protected void blockWithItem(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) -
leavesBlock
protected void leavesBlock(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject) -
blockItem
protected void blockItem(net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> blockRegistryObject)
-