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 p_386773_, SpriteGetter p_405238_, ModelState p_386536_, ModelDebugName p_404999_) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> p_405653_, TextureSlots p_404888_, SpriteGetter p_404947_, ModelState p_405413_, ModelDebugName p_404876_) SimpleUnbakedGeometry.bake
(TextureSlots p_405009_, ModelBaker p_404737_, ModelState p_404670_, ModelDebugName p_404742_, ContextMap additionalProperties) TextureSlots.Resolver.resolve
(ModelDebugName p_388348_) -
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 p_405831_, ModelBaker p_405026_, ModelState p_405122_, ModelDebugName p_405635_) Deprecated.SpriteGetter.get
(Material p_387809_, ModelDebugName p_404904_) SpriteGetter.reportMissingReference
(String p_387031_, ModelDebugName p_405621_) static TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots p_404698_, ModelBaker p_405533_, ModelDebugName p_405824_) default TextureAtlasSprite
SpriteGetter.resolveSlot
(TextureSlots p_404867_, String p_405322_, ModelDebugName p_405457_) -
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)
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap)
.