Uses of Interface
net.minecraft.client.data.ModelSupplier
Packages that use ModelSupplier
-
Uses of ModelSupplier in net.minecraft.client.data
Classes in net.minecraft.client.data that implement ModelSupplierFields in net.minecraft.client.data with type parameters of type ModelSupplierModifier and TypeFieldDescription(package private) final BiConsumer<Identifier, ModelSupplier> BlockStateModelGenerator.modelCollectorprivate final BiConsumer<Identifier, ModelSupplier> ItemModelGenerator.modelCollectorprivate final Map<Identifier, ModelSupplier> ModelProvider.ModelSuppliers.modelSuppliersMethods in net.minecraft.client.data with parameters of type ModelSupplierModifier and TypeMethodDescriptionvoidModelProvider.ModelSuppliers.accept(Identifier identifier, ModelSupplier modelSupplier) Method parameters in net.minecraft.client.data with type arguments of type ModelSupplierModifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createDeepslateState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createMudBrickState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockModelDefinitionCreatorBlockStateModelGenerator.createStoneState(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) (package private) static BlockModelDefinitionCreatorBlockStateModelGenerator.createUvLockedColumnBlockState(Block block, TextureMap textureMap, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Block block, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Item item, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Model.upload(Identifier id, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) default IdentifierTexturedModel.Factory.upload(Block block, String suffix, BiConsumer<Identifier, ModelSupplier> writer) default IdentifierTexturedModel.Factory.upload(Block block, BiConsumer<Identifier, ModelSupplier> writer) TexturedModel.upload(Block block, String suffix, BiConsumer<Identifier, ModelSupplier> writer) TexturedModel.upload(Block block, BiConsumer<Identifier, ModelSupplier> writer) Model.uploadWithoutVariant(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) Constructor parameters in net.minecraft.client.data with type arguments of type ModelSupplierModifierConstructorDescriptionBlockStateModelGenerator(Consumer<BlockModelDefinitionCreator> blockStateCollector, ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelSupplier> modelCollector) ItemModelGenerator(ItemModelOutput output, BiConsumer<Identifier, ModelSupplier> modelCollector)