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 QuadCollectionItemModelGenerator.bake(TextureSlots p_387202_, ModelBaker p_405519_, ModelState p_387172_, ModelDebugName p_405600_) private static QuadCollectionItemModelGenerator.bake(TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) static QuadCollectionSimpleUnbakedGeometry.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 TextureAtlasSpriteResolvedModel.resolveParticleSprite(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelDebugName pDebugName) default TextureAtlasSpriteSpriteGetter.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 QuadCollectionUnbakedGeometryExtension.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 ResolvedModelModelBakerExtension.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 QuadCollectionExtendedUnbakedGeometry.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 ModelDebugNameDynamicFluidContainerModel.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 TypeMethodDescriptionvoidObjGeometry.ModelGroup.addQuads(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) voidObjGeometry.ModelMesh.addQuads(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) voidObjGeometry.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).