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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) static QuadCollectionSimpleUnbakedGeometry.bake(List<BlockElement> elements, TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) SimpleUnbakedGeometry.bake(TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name, ContextMap additionalProperties) TextureSlots.Resolver.resolve(ModelDebugName debugNameProvider) -
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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) Deprecated.MaterialBaker.get(Material material, ModelDebugName name) MaterialBaker.reportMissingReference(String reference, ModelDebugName name) static Material.BakedResolvedModel.resolveParticleMaterial(TextureSlots textureSlots, ModelBaker baker, ModelDebugName resolvedModel) default Material.BakedMaterialBaker.resolveSlot(TextureSlots slots, String id, ModelDebugName name) -
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(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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) 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).