Uses of Interface
net.minecraft.client.resources.model.ResolvedModel
Packages that use ResolvedModel
Package
Description
Extension interfaces for
client
-only classes.-
Uses of ResolvedModel in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.model with parameters of type ResolvedModelModifier and TypeMethodDescriptionstatic SimpleModelWrapper
SimpleModelWrapper.bake
(ModelBaker p_405335_, ResolvedModel resolvedmodel, ModelState p_405869_) -
Uses of ResolvedModel in net.minecraft.client.renderer.item
Methods in net.minecraft.client.renderer.item with parameters of type ResolvedModelModifier and TypeMethodDescriptionstatic ModelRenderProperties
ModelRenderProperties.fromResolvedModel
(ModelBaker pBaker, ResolvedModel pModel, TextureSlots pTextureSlots) -
Uses of ResolvedModel in net.minecraft.client.resources.model
Classes in net.minecraft.client.resources.model that implement ResolvedModelFields in net.minecraft.client.resources.model declared as ResolvedModelModifier and TypeFieldDescriptionprivate final ResolvedModel
ModelManager.ResolvedModels.missing
The field for themissing
record component.(package private) final ResolvedModel
ModelBakery.missingModel
Fields in net.minecraft.client.resources.model with type parameters of type ResolvedModelModifier and TypeFieldDescriptionprivate final Map
<ResourceLocation, ResolvedModel> ModelManager.ResolvedModels.models
The field for themodels
record component.(package private) final Map
<ResourceLocation, ResolvedModel> ModelBakery.resolvedModels
Methods in net.minecraft.client.resources.model that return ResolvedModelModifier and TypeMethodDescriptionModelBaker.getModel
(ResourceLocation pModelLocation) ModelBakery.ModelBakerImpl.getModel
(ResourceLocation pModelLocation) ModelManager.ResolvedModels.missing()
Returns the value of themissing
record component.ModelDiscovery.missingModel()
ModelDiscovery.ModelWrapper.parent()
ResolvedModel.parent()
Methods in net.minecraft.client.resources.model that return types with arguments of type ResolvedModelModifier and TypeMethodDescriptionModelManager.ResolvedModels.models()
Returns the value of themodels
record component.ModelDiscovery.resolve()
Methods in net.minecraft.client.resources.model with parameters of type ResolvedModelModifier and TypeMethodDescriptionstatic ModelBakery.MissingModels
ModelBakery.MissingModels.bake
(ResolvedModel pModel, SpriteGetter pSprites) static boolean
ResolvedModel.findTopAmbientOcclusion
(ResolvedModel pModel) static UnbakedGeometry
ResolvedModel.findTopGeometry
(ResolvedModel pModel) static UnbakedModel.GuiLight
ResolvedModel.findTopGuiLight
(ResolvedModel pModel) static TextureSlots
ResolvedModel.findTopTextureSlots
(ResolvedModel pModel) static ItemTransform
ResolvedModel.findTopTransform
(ResolvedModel pModel, ItemDisplayContext pDisplayContext) static ItemTransforms
ResolvedModel.findTopTransforms
(ResolvedModel pModel) Method parameters in net.minecraft.client.resources.model with type arguments of type ResolvedModelModifier and TypeMethodDescriptionprivate <T> T
ModelDiscovery.ModelWrapper.getSimpleProperty
(ModelDiscovery.Slot<T> pSlot, Function<ResolvedModel, T> pPropertyGetter) Constructors in net.minecraft.client.resources.model with parameters of type ResolvedModelModifierConstructorDescriptionModelBakery
(EntityModelSet pEntityModelSet, Map<BlockState, BlockStateModel.UnbakedRoot> pUnbakedBlockStateModels, Map<ResourceLocation, ClientItem> pClientInfos, Map<ResourceLocation, ResolvedModel> pResolvedModels, ResolvedModel pMissingModel) Deprecated.ModelBakery
(EntityModelSet pEntityModelSet, Map<BlockState, BlockStateModel.UnbakedRoot> pUnbakedBlockStateModels, Map<ResourceLocation, ClientItem> pClientInfos, Map<ResourceLocation, ResolvedModel> pResolvedModels, ResolvedModel pMissingModel, StandaloneModelLoader.LoadedModels standaloneModels) (package private)
ResolvedModels
(ResolvedModel missing, Map<ResourceLocation, ResolvedModel> models) Creates an instance of aResolvedModels
record class.Constructor parameters in net.minecraft.client.resources.model with type arguments of type ResolvedModelModifierConstructorDescription(package private)
ResolvedModels
(ResolvedModel missing, Map<ResourceLocation, ResolvedModel> models) Creates an instance of aResolvedModels
record class. -
Uses of ResolvedModel in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return ResolvedModelModifier and TypeMethodDescriptiondefault ResolvedModel
ModelBakerExtension.resolveInlineModel
(UnbakedModel inlineModel, ModelDebugName debugName) private ResolvedModel
ResolvedModelExtension.self()
Methods in net.neoforged.neoforge.client.extensions with parameters of type ResolvedModelModifier and TypeMethodDescriptionprivate static void
ResolvedModelExtension.fillAdditionalProperties
(@Nullable ResolvedModel model, ContextMap.Builder propertiesBuilder) static ContextMap
ResolvedModelExtension.findTopAdditionalProperties
(ResolvedModel topModel) Resolves additional properties by walking the model child-parent chain, and callingUnbakedModelExtension.fillAdditionalProperties(ContextMap.Builder)
. -
Uses of ResolvedModel in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone with type parameters of type ResolvedModelModifier and TypeFieldDescriptionprivate final BiFunction
<ResolvedModel, ModelBaker, T> SimpleUnbakedStandaloneModel.bake
Constructor parameters in net.neoforged.neoforge.client.model.standalone with type arguments of type ResolvedModelModifierConstructorDescriptionSimpleUnbakedStandaloneModel
(ResourceLocation modelId, BiFunction<ResolvedModel, ModelBaker, T> bake) Construct a newSimpleUnbakedStandaloneModel
.
ModelBakery(EntityModelSet, Map, Map, Map, ResolvedModel, net.neoforged.neoforge.client.model.standalone.StandaloneModelLoader.LoadedModels)
instead