Uses of Interface
net.minecraft.client.data.models.model.ModelInstance
Packages that use ModelInstance
-
Uses of ModelInstance in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models with type parameters of type ModelInstanceModifier and TypeFieldDescriptionBlockModelGenerators.modelOutput
ItemModelGenerators.modelOutput
private final Map
<ResourceLocation, ModelInstance> ModelProvider.SimpleModelCollector.models
Methods in net.minecraft.client.data.models with parameters of type ModelInstanceModifier and TypeMethodDescriptionvoid
ModelProvider.SimpleModelCollector.accept
(ResourceLocation pLocation, ModelInstance pModel) Method parameters in net.minecraft.client.data.models with type arguments of type ModelInstanceModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create
(Block pBlock, Variant pVariant, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) BlockModelGenerators.createMirroredColumnGenerator
(Block p_388746_, Variant p_404763_, TextureMapping p_388473_, BiConsumer<ResourceLocation, ModelInstance> p_388658_) BlockModelGenerators.createMirroredCubeGenerator
(Block p_386814_, Variant p_405366_, TextureMapping p_388177_, BiConsumer<ResourceLocation, ModelInstance> p_387825_) BlockModelGenerators.createNorthWestMirroredCubeGenerator
(Block p_387597_, Variant p_405212_, TextureMapping p_387083_, BiConsumer<ResourceLocation, ModelInstance> p_388766_) BlockModelGenerators.createPillarBlockUVLocked
(Block pBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pModelOutput) Constructor parameters in net.minecraft.client.data.models with type arguments of type ModelInstanceModifierConstructorDescriptionBlockModelGenerators
(Consumer<BlockModelDefinitionGenerator> pBlockStateOutput, ItemModelOutput pItemModelOutput, BiConsumer<ResourceLocation, ModelInstance> pModelOutput) ItemModelGenerators
(ItemModelOutput pItemModelOutput, BiConsumer<ResourceLocation, ModelInstance> pModelOutput) -
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
(ResourceLocation pModelLocation, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.create
(Item pItem, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.create
(Block pBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) TexturedModel.create
(Block pBlock, BiConsumer<ResourceLocation, ModelInstance> pOutput) default ResourceLocation
TexturedModel.Provider.create
(Block pBlock, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.createWithOverride
(Block pBlock, String pSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) ModelTemplate.createWithSuffix
(Block pBlock, String pSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, ModelInstance> pOutput) TexturedModel.createWithSuffix
(Block pBlock, String pSuffix, BiConsumer<ResourceLocation, ModelInstance> pOutput) default ResourceLocation
TexturedModel.Provider.createWithSuffix
(Block pBlock, String pSuffix, BiConsumer<ResourceLocation, ModelInstance> pOutput)