Uses of Interface
net.minecraft.data.models.blockstates.BlockStateGenerator
Packages that use BlockStateGenerator
-
Uses of BlockStateGenerator in net.minecraft.data.models
Fields in net.minecraft.data.models with type parameters of type BlockStateGeneratorModifier and TypeFieldDescription(package private) Consumer<BlockStateGenerator>BlockModelGenerators.blockStateOutputMethods in net.minecraft.data.models that return BlockStateGeneratorModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block p_176278_, ResourceLocation p_176279_, TextureMapping p_176280_, BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> p_176281_)(package private) static BlockStateGeneratorBlockModelGenerators.createAxisAlignedPillarBlock(Block p_124882_, ResourceLocation p_124883_)(package private) static BlockStateGeneratorBlockModelGenerators.createButton(Block p_124885_, ResourceLocation p_124886_, ResourceLocation p_124887_)private static BlockStateGeneratorBlockModelGenerators.createDoor(Block p_124760_, ResourceLocation p_124761_, ResourceLocation p_124762_, ResourceLocation p_124763_, ResourceLocation p_124764_)(package private) static BlockStateGeneratorBlockModelGenerators.createFence(Block p_124905_, ResourceLocation p_124906_, ResourceLocation p_124907_)(package private) static BlockStateGeneratorBlockModelGenerators.createFenceGate(Block p_124810_, ResourceLocation p_124811_, ResourceLocation p_124812_, ResourceLocation p_124813_, ResourceLocation p_124814_)private static BlockStateGeneratorBlockModelGenerators.createMirroredColumnGenerator(Block p_176180_, ResourceLocation p_176181_, TextureMapping p_176182_, BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> p_176183_)private static BlockStateGeneratorBlockModelGenerators.createMirroredCubeGenerator(Block p_176110_, ResourceLocation p_176111_, TextureMapping p_176112_, BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> p_176113_)private static BlockStateGeneratorBlockModelGenerators.createOrientableTrapdoor(Block p_124889_, ResourceLocation p_124890_, ResourceLocation p_124891_, ResourceLocation p_124892_)(package private) static BlockStateGeneratorBlockModelGenerators.createPressurePlate(Block p_124942_, ResourceLocation p_124943_, ResourceLocation p_124944_)(package private) static BlockStateGeneratorBlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block p_124925_, ResourceLocation p_124926_, ResourceLocation p_124927_)(package private) static BlockStateGeneratorBlockModelGenerators.createSlab(Block p_124929_, ResourceLocation p_124930_, ResourceLocation p_124931_, ResourceLocation p_124932_)(package private) static BlockStateGeneratorBlockModelGenerators.createStairs(Block p_124867_, ResourceLocation p_124868_, ResourceLocation p_124869_, ResourceLocation p_124870_)private static BlockStateGeneratorBlockModelGenerators.createTrapdoor(Block p_124909_, ResourceLocation p_124910_, ResourceLocation p_124911_, ResourceLocation p_124912_)(package private) static BlockStateGeneratorBlockModelGenerators.createWall(Block p_124839_, ResourceLocation p_124840_, ResourceLocation p_124841_, ResourceLocation p_124842_)Constructor parameters in net.minecraft.data.models with type arguments of type BlockStateGeneratorModifierConstructorDescriptionBlockModelGenerators(Consumer<BlockStateGenerator> p_124481_, BiConsumer<ResourceLocation,Supplier<com.google.gson.JsonElement>> p_124482_, Consumer<Item> p_124483_) -
Uses of BlockStateGenerator in net.minecraft.data.models.blockstates
Classes in net.minecraft.data.models.blockstates that implement BlockStateGenerator