Class BlockStateProvider
java.lang.Object
io.github.vampirestudios.vampirelib.api.datagen.BlockStateProvider
- All Implemented Interfaces:
net.minecraft.data.DataProvider
Data provider for blockstate files. Extends
BlockModelProvider so that
blockstates and their referenced models can be provided in tandem.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<net.minecraft.world.level.block.Block,IGeneratedBlockState> static final com.google.common.collect.ImmutableMap<net.minecraft.core.Direction,net.minecraft.world.level.block.state.properties.Property<net.minecraft.world.level.block.state.properties.WallSide>> Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionBlockStateProvider(net.minecraft.data.DataGenerator gen, String modid, ExistingFileHelper exFileHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidaxisBlock(net.minecraft.world.level.block.RotatedPillarBlock block) voidaxisBlock(net.minecraft.world.level.block.RotatedPillarBlock block, ModelFile vertical, ModelFile horizontal) voidaxisBlock(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName) voidaxisBlock(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, String renderType) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation renderType) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName, String renderType) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName, net.minecraft.resources.ResourceLocation renderType) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end, String renderType) voidaxisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end, net.minecraft.resources.ResourceLocation renderType) net.minecraft.resources.ResourceLocationblockTexture(net.minecraft.world.level.block.Block block) voidbuttonBlock(net.minecraft.world.level.block.ButtonBlock block, ModelFile button, ModelFile buttonPressed) voidbuttonBlock(net.minecraft.world.level.block.ButtonBlock block, net.minecraft.resources.ResourceLocation texture) cubeAll(net.minecraft.world.level.block.Block block) voiddirectionalBlock(net.minecraft.world.level.block.Block block, ModelFile model) voiddirectionalBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) voiddirectionalBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc) voiddirectionalBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc, int angleOffset) voiddoorBlock(net.minecraft.world.level.block.DoorBlock block, ModelFile bottomLeft, ModelFile bottomLeftOpen, ModelFile bottomRight, ModelFile bottomRightOpen, ModelFile topLeft, ModelFile topLeftOpen, ModelFile topRight, ModelFile topRightOpen) voiddoorBlock(net.minecraft.world.level.block.DoorBlock block, String name, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) voiddoorBlock(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) voiddoorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, String name, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) voiddoorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, String name, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) voiddoorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) voiddoorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) voidfenceBlock(net.minecraft.world.level.block.FenceBlock block, String name, net.minecraft.resources.ResourceLocation texture) voidfenceBlock(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture) voidfenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, String name, net.minecraft.resources.ResourceLocation texture, String renderType) voidfenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidfenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) voidfenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidfenceGateBlock(net.minecraft.world.level.block.FenceGateBlock block, ModelFile gate, ModelFile gateOpen, ModelFile gateWall, ModelFile gateWallOpen) voidfenceGateBlock(net.minecraft.world.level.block.FenceGateBlock block, String name, net.minecraft.resources.ResourceLocation texture) voidfenceGateBlock(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture) voidfenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, String name, net.minecraft.resources.ResourceLocation texture, String renderType) voidfenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidfenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) voidfenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidfourWayBlock(net.minecraft.world.level.block.CrossCollisionBlock block, ModelFile post, ModelFile side) voidfourWayMultipart(MultiPartBlockStateBuilder builder, ModelFile side) getMultipartBuilder(net.minecraft.world.level.block.Block b) @NotNull StringgetName()getVariantBuilder(net.minecraft.world.level.block.Block b) voidhorizontalBlock(net.minecraft.world.level.block.Block block, ModelFile model) voidhorizontalBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) voidhorizontalBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc) voidhorizontalBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc, int angleOffset) voidhorizontalBlock(net.minecraft.world.level.block.Block block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation front, net.minecraft.resources.ResourceLocation top) voidhorizontalFaceBlock(net.minecraft.world.level.block.Block block, ModelFile model) voidhorizontalFaceBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) voidhorizontalFaceBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc) voidhorizontalFaceBlock(net.minecraft.world.level.block.Block block, Function<net.minecraft.world.level.block.state.BlockState, ModelFile> modelFunc, int angleOffset) voidlogBlock(net.minecraft.world.level.block.RotatedPillarBlock block) voidlogBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, String renderType) voidlogBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation renderType) net.minecraft.resources.ResourceLocationmodels()net.minecraft.resources.ResourceLocationvoidpaneBlock(net.minecraft.world.level.block.IronBarsBlock block, ModelFile post, ModelFile side, ModelFile sideAlt, ModelFile noSide, ModelFile noSideAlt) voidpaneBlock(net.minecraft.world.level.block.IronBarsBlock block, String name, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge) voidpaneBlock(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge) voidpaneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, String name, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, String renderType) voidpaneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, String name, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, net.minecraft.resources.ResourceLocation renderType) voidpaneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, String renderType) voidpaneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, net.minecraft.resources.ResourceLocation renderType) voidpressurePlateBlock(net.minecraft.world.level.block.PressurePlateBlock block, ModelFile pressurePlate, ModelFile pressurePlateDown) voidpressurePlateBlock(net.minecraft.world.level.block.PressurePlateBlock block, net.minecraft.resources.ResourceLocation texture) protected abstract voidvoidrun(net.minecraft.data.CachedOutput cache) voidsignBlock(net.minecraft.world.level.block.StandingSignBlock signBlock, net.minecraft.world.level.block.WallSignBlock wallSignBlock, ModelFile sign) voidsignBlock(net.minecraft.world.level.block.StandingSignBlock signBlock, net.minecraft.world.level.block.WallSignBlock wallSignBlock, net.minecraft.resources.ResourceLocation texture) voidsimpleBlock(net.minecraft.world.level.block.Block block) voidsimpleBlock(net.minecraft.world.level.block.Block block, ConfiguredModel... models) voidsimpleBlock(net.minecraft.world.level.block.Block block, ModelFile model) voidsimpleBlock(net.minecraft.world.level.block.Block block, Function<ModelFile, ConfiguredModel[]> expander) voidsimpleBlockItem(net.minecraft.world.level.block.Block block, ModelFile model) voidslabBlock(net.minecraft.world.level.block.SlabBlock block, ModelFile bottom, ModelFile top, ModelFile doubleslab) voidslabBlock(net.minecraft.world.level.block.SlabBlock block, net.minecraft.resources.ResourceLocation doubleslab, net.minecraft.resources.ResourceLocation texture) voidslabBlock(net.minecraft.world.level.block.SlabBlock block, net.minecraft.resources.ResourceLocation doubleslab, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) voidstairsBlock(net.minecraft.world.level.block.StairBlock block, ModelFile stairs, ModelFile stairsInner, ModelFile stairsOuter) voidstairsBlock(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation texture) voidstairsBlock(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) voidstairsBlock(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture) voidstairsBlock(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation texture, String renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) voidstairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) voidtrapdoorBlock(net.minecraft.world.level.block.TrapDoorBlock block, ModelFile bottom, ModelFile top, ModelFile open, boolean orientable) voidtrapdoorBlock(net.minecraft.world.level.block.TrapDoorBlock block, String name, net.minecraft.resources.ResourceLocation texture, boolean orientable) voidtrapdoorBlock(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable) voidtrapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, String name, net.minecraft.resources.ResourceLocation texture, boolean orientable, String renderType) voidtrapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, String name, net.minecraft.resources.ResourceLocation texture, boolean orientable, net.minecraft.resources.ResourceLocation renderType) voidtrapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable, String renderType) voidtrapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable, net.minecraft.resources.ResourceLocation renderType) voidwallBlock(net.minecraft.world.level.block.WallBlock block, ModelFile post, ModelFile side, ModelFile sideTall) voidwallBlock(net.minecraft.world.level.block.WallBlock block, String name, net.minecraft.resources.ResourceLocation texture) voidwallBlock(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture) voidwallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, String name, net.minecraft.resources.ResourceLocation texture, String renderType) voidwallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) voidwallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) voidwallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType)
-
Field Details
-
registeredBlocks
-
WALL_PROPS
public static final com.google.common.collect.ImmutableMap<net.minecraft.core.Direction,net.minecraft.world.level.block.state.properties.Property<net.minecraft.world.level.block.state.properties.WallSide>> WALL_PROPS
-
-
Constructor Details
-
BlockStateProvider
public BlockStateProvider(net.minecraft.data.DataGenerator gen, String modid, ExistingFileHelper exFileHelper)
-
-
Method Details
-
run
- Specified by:
runin interfacenet.minecraft.data.DataProvider- Throws:
IOException
-
registerStatesAndModels
protected abstract void registerStatesAndModels() -
getVariantBuilder
-
getMultipartBuilder
-
models
-
itemModels
-
modLoc
-
mcLoc
-
blockTexture
public net.minecraft.resources.ResourceLocation blockTexture(net.minecraft.world.level.block.Block block) -
cubeAll
-
simpleBlock
public void simpleBlock(net.minecraft.world.level.block.Block block) -
simpleBlock
public void simpleBlock(net.minecraft.world.level.block.Block block, Function<ModelFile, ConfiguredModel[]> expander) -
simpleBlock
-
simpleBlockItem
-
simpleBlock
-
axisBlock
public void axisBlock(net.minecraft.world.level.block.RotatedPillarBlock block) -
logBlock
public void logBlock(net.minecraft.world.level.block.RotatedPillarBlock block) -
axisBlock
public void axisBlock(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName) -
axisBlock
public void axisBlock(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, String renderType) -
logBlockWithRenderType
public void logBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, String renderType) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName, String renderType) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end, String renderType) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation renderType) -
logBlockWithRenderType
public void logBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation renderType) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation baseName, net.minecraft.resources.ResourceLocation renderType) -
axisBlockWithRenderType
public void axisBlockWithRenderType(net.minecraft.world.level.block.RotatedPillarBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation end, net.minecraft.resources.ResourceLocation renderType) -
axisBlock
-
horizontalBlock
public void horizontalBlock(net.minecraft.world.level.block.Block block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation front, net.minecraft.resources.ResourceLocation top) -
horizontalBlock
-
horizontalBlock
public void horizontalBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) -
horizontalBlock
-
horizontalBlock
-
horizontalFaceBlock
-
horizontalFaceBlock
public void horizontalFaceBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) -
horizontalFaceBlock
-
horizontalFaceBlock
-
directionalBlock
-
directionalBlock
public void directionalBlock(net.minecraft.world.level.block.Block block, ModelFile model, int angleOffset) -
directionalBlock
-
directionalBlock
-
stairsBlock
public void stairsBlock(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture) -
stairsBlock
public void stairsBlock(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation texture) -
stairsBlock
public void stairsBlock(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) -
stairsBlock
public void stairsBlock(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) -
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) -
stairsBlockWithRenderType
-
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) -
stairsBlockWithRenderType
-
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) -
stairsBlockWithRenderType
public void stairsBlockWithRenderType(net.minecraft.world.level.block.StairBlock block, String name, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) -
stairsBlock
-
slabBlock
public void slabBlock(net.minecraft.world.level.block.SlabBlock block, net.minecraft.resources.ResourceLocation doubleslab, net.minecraft.resources.ResourceLocation texture) -
slabBlock
public void slabBlock(net.minecraft.world.level.block.SlabBlock block, net.minecraft.resources.ResourceLocation doubleslab, net.minecraft.resources.ResourceLocation side, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) -
slabBlock
-
buttonBlock
public void buttonBlock(net.minecraft.world.level.block.ButtonBlock block, net.minecraft.resources.ResourceLocation texture) -
buttonBlock
-
pressurePlateBlock
public void pressurePlateBlock(net.minecraft.world.level.block.PressurePlateBlock block, net.minecraft.resources.ResourceLocation texture) -
pressurePlateBlock
-
signBlock
public void signBlock(net.minecraft.world.level.block.StandingSignBlock signBlock, net.minecraft.world.level.block.WallSignBlock wallSignBlock, net.minecraft.resources.ResourceLocation texture) -
signBlock
public void signBlock(net.minecraft.world.level.block.StandingSignBlock signBlock, net.minecraft.world.level.block.WallSignBlock wallSignBlock, ModelFile sign) -
fourWayBlock
-
fourWayMultipart
-
fenceBlock
public void fenceBlock(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture) -
fenceBlock
public void fenceBlock(net.minecraft.world.level.block.FenceBlock block, String name, net.minecraft.resources.ResourceLocation texture) -
fenceBlockWithRenderType
public void fenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) -
fenceBlockWithRenderType
-
fenceBlockWithRenderType
public void fenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
fenceBlockWithRenderType
public void fenceBlockWithRenderType(net.minecraft.world.level.block.FenceBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
fenceGateBlock
public void fenceGateBlock(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture) -
fenceGateBlock
public void fenceGateBlock(net.minecraft.world.level.block.FenceGateBlock block, String name, net.minecraft.resources.ResourceLocation texture) -
fenceGateBlockWithRenderType
public void fenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) -
fenceGateBlockWithRenderType
-
fenceGateBlockWithRenderType
public void fenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
fenceGateBlockWithRenderType
public void fenceGateBlockWithRenderType(net.minecraft.world.level.block.FenceGateBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
fenceGateBlock
-
wallBlock
public void wallBlock(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture) -
wallBlock
public void wallBlock(net.minecraft.world.level.block.WallBlock block, String name, net.minecraft.resources.ResourceLocation texture) -
wallBlockWithRenderType
public void wallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture, String renderType) -
wallBlockWithRenderType
-
wallBlockWithRenderType
public void wallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
wallBlockWithRenderType
public void wallBlockWithRenderType(net.minecraft.world.level.block.WallBlock block, String name, net.minecraft.resources.ResourceLocation texture, net.minecraft.resources.ResourceLocation renderType) -
wallBlock
-
paneBlock
public void paneBlock(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge) -
paneBlock
public void paneBlock(net.minecraft.world.level.block.IronBarsBlock block, String name, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge) -
paneBlockWithRenderType
public void paneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, String renderType) -
paneBlockWithRenderType
-
paneBlockWithRenderType
public void paneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, net.minecraft.resources.ResourceLocation renderType) -
paneBlockWithRenderType
public void paneBlockWithRenderType(net.minecraft.world.level.block.IronBarsBlock block, String name, net.minecraft.resources.ResourceLocation pane, net.minecraft.resources.ResourceLocation edge, net.minecraft.resources.ResourceLocation renderType) -
paneBlock
-
doorBlock
public void doorBlock(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) -
doorBlock
public void doorBlock(net.minecraft.world.level.block.DoorBlock block, String name, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top) -
doorBlockWithRenderType
public void doorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, String renderType) -
doorBlockWithRenderType
-
doorBlockWithRenderType
public void doorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) -
doorBlockWithRenderType
public void doorBlockWithRenderType(net.minecraft.world.level.block.DoorBlock block, String name, net.minecraft.resources.ResourceLocation bottom, net.minecraft.resources.ResourceLocation top, net.minecraft.resources.ResourceLocation renderType) -
doorBlock
-
trapdoorBlock
public void trapdoorBlock(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable) -
trapdoorBlock
public void trapdoorBlock(net.minecraft.world.level.block.TrapDoorBlock block, String name, net.minecraft.resources.ResourceLocation texture, boolean orientable) -
trapdoorBlockWithRenderType
public void trapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable, String renderType) -
trapdoorBlockWithRenderType
-
trapdoorBlockWithRenderType
public void trapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, net.minecraft.resources.ResourceLocation texture, boolean orientable, net.minecraft.resources.ResourceLocation renderType) -
trapdoorBlockWithRenderType
public void trapdoorBlockWithRenderType(net.minecraft.world.level.block.TrapDoorBlock block, String name, net.minecraft.resources.ResourceLocation texture, boolean orientable, net.minecraft.resources.ResourceLocation renderType) -
trapdoorBlock
-
getName
- Specified by:
getNamein interfacenet.minecraft.data.DataProvider
-