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.modelCollector
private final BiConsumer
<Identifier, ModelSupplier> ItemModelGenerator.modelCollector
private final Map
<Identifier, ModelSupplier> ModelProvider.ModelSuppliers.modelSuppliers
Methods in net.minecraft.client.data with parameters of type ModelSupplierModifier and TypeMethodDescriptionvoid
ModelProvider.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, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) private static BlockStateSupplier
BlockStateModelGenerator.createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) (package private) static BlockStateSupplier
BlockStateModelGenerator.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 Identifier
TexturedModel.Factory.upload
(Block block, String suffix, BiConsumer<Identifier, ModelSupplier> writer) default Identifier
TexturedModel.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<BlockStateSupplier> blockStateCollector, ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelSupplier> modelCollector) ItemModelGenerator
(ItemModelOutput output, BiConsumer<Identifier, ModelSupplier> modelCollector)