Uses of Interface
net.minecraft.client.data.models.model.ModelInstance
Packages that use ModelInstance
-
Uses of ModelInstance in net.minecraft.client.data.models
Classes in net.minecraft.client.data.models that implement interfaces with type arguments of type ModelInstanceFields in net.minecraft.client.data.models with type parameters of type ModelInstanceModifier and TypeFieldDescriptionfinal BiConsumer<Identifier, ModelInstance> BlockModelGenerators.modelOutputfinal BiConsumer<Identifier, ModelInstance> ItemModelGenerators.modelOutputprivate final Map<Identifier, ModelInstance> ModelProvider.SimpleModelCollector.modelsMethods in net.minecraft.client.data.models with parameters of type ModelInstanceModifier and TypeMethodDescriptionvoidModelProvider.SimpleModelCollector.accept(Identifier id, ModelInstance contents) Method parameters in net.minecraft.client.data.models with type arguments of type ModelInstanceModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredColumnGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) Constructor parameters in net.minecraft.client.data.models with type arguments of type ModelInstanceModifierConstructorDescriptionBlockModelGenerators(Consumer<BlockModelDefinitionGenerator> blockStateOutput, ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelInstance> modelOutput) ItemModelGenerators(ItemModelOutput itemModelOutput, BiConsumer<Identifier, ModelInstance> modelOutput) -
Uses of ModelInstance in net.minecraft.client.data.models.model
Classes in net.minecraft.client.data.models.model that implement ModelInstanceMethod parameters in net.minecraft.client.data.models.model with type arguments of type ModelInstanceModifier and TypeMethodDescriptionModelTemplate.create(Identifier target, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Item item, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.create(Block block, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) ModelTemplate.createWithOverride(Block block, String suffixOverride, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String extraSuffix, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.createWithSuffix(Block block, String extraSuffix, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.createWithSuffix(Block block, String suffix, BiConsumer<Identifier, ModelInstance> modelOutput)