Uses of Interface
net.minecraft.client.data.BlockModelDefinitionCreator
Packages that use BlockModelDefinitionCreator
-
Uses of BlockModelDefinitionCreator in net.minecraft.client.data
Classes in net.minecraft.client.data that implement BlockModelDefinitionCreatorModifier and TypeClassDescriptionclassclassFields in net.minecraft.client.data with type parameters of type BlockModelDefinitionCreatorModifier and TypeFieldDescription(package private) final Consumer<BlockModelDefinitionCreator> BlockStateModelGenerator.blockStateCollectorprivate final Map<Block, BlockModelDefinitionCreator> ModelProvider.BlockStateSuppliers.blockStateSuppliersMethods in net.minecraft.client.data that return BlockModelDefinitionCreatorModifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createAxisRotatedBlockState(Block block, WeightedUnbakedModel model) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createAxisRotatedBlockState(Block block, WeightedUnbakedModel verticalModel, WeightedUnbakedModel horizontalModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createButtonBlockState(Block buttonBlock, WeightedUnbakedModel unpressedModel, WeightedUnbakedModel pressedModel) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createCopperBulbBlockState(Block block, WeightedUnbakedModel unlitUnpoweredModel, WeightedUnbakedModel litUnpoweredModel, WeightedUnbakedModel unlitPoweredModel, WeightedUnbakedModel litPoweredModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createCustomFenceBlockState(Block customFenceBlock, WeightedUnbakedModel postModel, WeightedUnbakedModel northSideModel, WeightedUnbakedModel eastSideModel, WeightedUnbakedModel southSideModel, WeightedUnbakedModel westSideModel) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createDeepslateState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createDoorBlockState(Block doorBlock, WeightedUnbakedModel bottomLeftClosedModel, WeightedUnbakedModel bottomLeftOpenModel, WeightedUnbakedModel bottomRightClosedModel, WeightedUnbakedModel bottomRightOpenModel, WeightedUnbakedModel topLeftClosedModel, WeightedUnbakedModel topLeftOpenModel, WeightedUnbakedModel topRightClosedModel, WeightedUnbakedModel topRightOpenModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createFenceBlockState(Block fenceBlock, WeightedUnbakedModel postModel, WeightedUnbakedModel sideModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createFenceGateBlockState(Block fenceGateBlock, WeightedUnbakedModel openModel, WeightedUnbakedModel closedModel, WeightedUnbakedModel openWallModel, WeightedUnbakedModel closedWallModel, boolean uvlock) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createMudBrickState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createOrientableTrapdoorBlockState(Block trapdoorBlock, WeightedUnbakedModel topModel, WeightedUnbakedModel bottomModel, WeightedUnbakedModel openModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createPressurePlateBlockState(Block pressurePlateBlock, WeightedUnbakedModel upModel, WeightedUnbakedModel downModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createSlabBlockState(Block slabBlock, WeightedUnbakedModel bottomModel, WeightedUnbakedModel topModel, WeightedUnbakedModel doubleModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createStairsBlockState(Block stairsBlock, WeightedUnbakedModel innerModel, WeightedUnbakedModel straightModel, WeightedUnbakedModel outerModel) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createStoneState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createTrapdoorBlockState(Block trapdoorBlock, WeightedUnbakedModel topModel, WeightedUnbakedModel bottomModel, WeightedUnbakedModel openModel) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createUvLockedColumnBlockState(Block block, TextureMap textureMap, BiConsumer<Identifier, ModelSupplier> modelCollector) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createWallBlockState(Block wallBlock, WeightedUnbakedModel postModel, WeightedUnbakedModel lowSideModel, WeightedUnbakedModel tallSideModel) Methods in net.minecraft.client.data with parameters of type BlockModelDefinitionCreatorModifier and TypeMethodDescriptionvoidModelProvider.BlockStateSuppliers.accept(BlockModelDefinitionCreator blockModelDefinitionCreator) Constructor parameters in net.minecraft.client.data with type arguments of type BlockModelDefinitionCreatorModifierConstructorDescriptionBlockStateModelGenerator(Consumer<BlockModelDefinitionCreator> blockStateCollector, ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelSupplier> modelCollector)