Uses of Interface
net.minecraft.client.resources.model.ModelDebugName
Packages that use ModelDebugName
Package
Description
Extension interfaces for
client
-only classes.-
Uses of ModelDebugName in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.model with parameters of type ModelDebugNameModifier and TypeMethodDescriptionprivate static QuadCollection
ItemModelGenerator.bake
(TextureSlots p_387202_, ModelBaker p_405519_, ModelState p_387172_, ModelDebugName p_405600_) private static QuadCollection
ItemModelGenerator.bake
(TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> pElements, TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) SimpleUnbakedGeometry.bake
(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName, ContextMap additionalProperties) TextureSlots.Resolver.resolve
(ModelDebugName pName) -
Uses of ModelDebugName in net.minecraft.client.resources.model
Subinterfaces of ModelDebugName in net.minecraft.client.resources.modelClasses in net.minecraft.client.resources.model that implement ModelDebugNameMethods in net.minecraft.client.resources.model with parameters of type ModelDebugNameModifier and TypeMethodDescriptionUnbakedGeometry.bake
(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) Deprecated.SpriteGetter.get
(Material pMaterial, ModelDebugName pDebugName) SpriteGetter.reportMissingReference
(String pName, ModelDebugName pDebugName) static TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelDebugName pDebugName) default TextureAtlasSprite
SpriteGetter.resolveSlot
(TextureSlots pTextureSlots, String pName, ModelDebugName pModelDebugName) -
Uses of ModelDebugName in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type ModelDebugNameModifier and TypeMethodDescriptiondefault QuadCollection
UnbakedGeometryExtension.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) Version ofUnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName)
that also receives additional properties sourced fromUnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder)
.default ResolvedModel
ModelBakerExtension.resolveInlineModel
(UnbakedModel inlineModel, ModelDebugName debugName) -
Uses of ModelDebugName in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model with parameters of type ModelDebugNameModifier and TypeMethodDescriptionCompositeUnbakedGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) default QuadCollection
ExtendedUnbakedGeometry.bake
(TextureSlots p_405831_, ModelBaker p_405026_, ModelState p_405122_, ModelDebugName p_405635_) ExtendedUnbakedGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) -
Uses of ModelDebugName in net.neoforged.neoforge.client.model.item
Fields in net.neoforged.neoforge.client.model.item declared as ModelDebugNameModifier and TypeFieldDescriptionprivate static final ModelDebugName
DynamicFluidContainerModel.DEBUG_NAME
-
Uses of ModelDebugName in net.neoforged.neoforge.client.model.obj
Methods in net.neoforged.neoforge.client.model.obj with parameters of type ModelDebugNameModifier and TypeMethodDescriptionvoid
ObjGeometry.ModelGroup.addQuads
(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) void
ObjGeometry.ModelMesh.addQuads
(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) void
ObjGeometry.ModelObject.addQuads
(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) ObjGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) -
Uses of ModelDebugName in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone declared as ModelDebugNameConstructors in net.neoforged.neoforge.client.model.standalone with parameters of type ModelDebugName
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap)
.