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) final 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 BlockStateGeneratorBlockModelGenerators.createCopperBulb(Block p_309175_, ResourceLocation p_309189_, ResourceLocation p_308957_, ResourceLocation p_308948_, ResourceLocation p_309019_) (package private) static BlockStateGeneratorBlockModelGenerators.createCustomFence(Block p_248625_, ResourceLocation p_248654_, ResourceLocation p_249827_, ResourceLocation p_248819_, ResourceLocation p_251062_, ResourceLocation p_249076_) private static BlockStateGeneratorBlockModelGenerators.createDoor(Block p_236284_, ResourceLocation p_236285_, ResourceLocation p_236286_, ResourceLocation p_236287_, ResourceLocation p_236288_, ResourceLocation p_236289_, ResourceLocation p_236290_, ResourceLocation p_236291_, ResourceLocation p_236292_) (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_, boolean p_251730_) 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.createNorthWestMirroredCubeGenerator(Block p_236317_, ResourceLocation p_236318_, TextureMapping p_236319_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_236320_) private static BlockStateGeneratorBlockModelGenerators.createOrientableTrapdoor(Block p_124889_, ResourceLocation p_124890_, ResourceLocation p_124891_, ResourceLocation p_124892_) (package private) static BlockStateGeneratorBlockModelGenerators.createPillarBlockUVLocked(Block p_259670_, TextureMapping p_259852_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_259181_) (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