Interface ResolvedModel
- All Superinterfaces:
ModelDebugName,ResolvedModelExtension
- All Known Implementing Classes:
ModelDiscovery.ModelWrapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault QuadCollectionbakeTopGeometry(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState) static booleanstatic UnbakedGeometryfindTopGeometry(ResolvedModel model) static UnbakedModel.GuiLightfindTopGuiLight(ResolvedModel model) static TextureSlotsfindTopTextureSlots(ResolvedModel model) static ItemTransformfindTopTransform(ResolvedModel model, ItemDisplayContext displayContext) static ItemTransformsfindTopTransforms(ResolvedModel model) default booleandefault UnbakedGeometrydefault UnbakedModel.GuiLightdefault TextureSlotsdefault ItemTransformsparent()default TextureAtlasSpriteresolveParticleSprite(TextureSlots textureSlots, ModelBaker modelBaker) static TextureAtlasSpriteresolveParticleSprite(TextureSlots textureSlots, ModelBaker modelBaker, ModelDebugName debugName) wrapped()Methods inherited from interface net.minecraft.client.resources.model.ModelDebugName
debugNameMethods inherited from interface net.neoforged.neoforge.client.extensions.ResolvedModelExtension
getTopAdditionalProperties
-
Field Details
-
DEFAULT_AMBIENT_OCCLUSION
static final boolean DEFAULT_AMBIENT_OCCLUSION- See Also:
-
DEFAULT_GUI_LIGHT
-
-
Method Details
-
wrapped
UnbakedModel wrapped() -
parent
-
findTopTextureSlots
-
getTopTextureSlots
-
findTopAmbientOcclusion
-
getTopAmbientOcclusion
default boolean getTopAmbientOcclusion() -
findTopGuiLight
-
getTopGuiLight
-
findTopGeometry
-
getTopGeometry
-
bakeTopGeometry
default QuadCollection bakeTopGeometry(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState) -
resolveParticleSprite
static TextureAtlasSprite resolveParticleSprite(TextureSlots textureSlots, ModelBaker modelBaker, ModelDebugName debugName) -
resolveParticleSprite
-
findTopTransform
-
findTopTransforms
-
getTopTransforms
-