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
Methods in net.minecraft.client.renderer.block with parameters of type ModelDebugNameModifier and TypeMethodDescriptionFluidModel.Unbaked.bake(MaterialBaker materials, ModelDebugName modelName) -
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 TypeMethodDescriptionstatic Material.BakedResolvedModel.resolveParticleMaterial(TextureSlots textureSlots, ModelBaker baker, ModelDebugName resolvedModel) -
Uses of ModelDebugName in net.minecraft.client.resources.model.cuboid
Methods in net.minecraft.client.resources.model.cuboid with parameters of type ModelDebugNameModifier and TypeMethodDescriptionprivate static QuadCollectionItemModelGenerator.bake(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) Deprecated.private static QuadCollectionItemModelGenerator.bake(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name, ContextMap additionalProperties) static QuadCollectionUnbakedCuboidGeometry.bake(List<CuboidModelElement> elements, TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) UnbakedCuboidGeometry.bake(TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name, ContextMap additionalProperties) -
Uses of ModelDebugName in net.minecraft.client.resources.model.geometry
Methods in net.minecraft.client.resources.model.geometry with parameters of type ModelDebugNameModifier and TypeMethodDescriptionUnbakedGeometry.bake(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) -
Uses of ModelDebugName in net.minecraft.client.resources.model.sprite
Methods in net.minecraft.client.resources.model.sprite with parameters of type ModelDebugNameModifier and TypeMethodDescriptionMaterialBaker.get(Material material, ModelDebugName name) MaterialBaker.reportMissingReference(String reference, ModelDebugName name) TextureSlots.Resolver.resolve(ModelDebugName debugNameProvider) 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_NAMEprivate static final ModelDebugNameTrimmedArmorModel.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 ModelDebugNameMethods in net.neoforged.neoforge.client.model.standalone with parameters of type ModelDebugNameModifier and TypeMethodDescriptionSimpleUnbakedStandaloneModel.bake(ModelBaker baker, ModelDebugName name) SimpleUnbakedStandaloneModel.SimpleBaker.bake(ResolvedModel model, ModelBaker baker, ModelDebugName name) UnbakedStandaloneModel.bake(ModelBaker baker, ModelDebugName name) Bake this model.Constructors in net.neoforged.neoforge.client.model.standalone with parameters of type ModelDebugName
ItemModelGenerator.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap)instead