Uses of Class
net.minecraft.client.renderer.block.model.TextureSlots
Packages that use TextureSlots
Package
Description
Extension interfaces for
client-only classes.-
Uses of TextureSlots in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as TextureSlotsMethods in net.minecraft.client.renderer.block.model that return TextureSlotsModifier and TypeMethodDescriptionTextureSlots.Resolver.resolve(ModelDebugName debugNameProvider) Methods in net.minecraft.client.renderer.block.model with parameters of type TextureSlotsModifier 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) -
Uses of TextureSlots in net.minecraft.client.renderer.item
Methods in net.minecraft.client.renderer.item with parameters of type TextureSlotsModifier and TypeMethodDescriptionstatic ModelRenderPropertiesModelRenderProperties.fromResolvedModel(ModelBaker baker, ResolvedModel resolvedModel, TextureSlots textureSlots) -
Uses of TextureSlots in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type TextureSlotsModifier and TypeFieldDescriptionprivate static final ModelDiscovery.Slot<TextureSlots> ModelDiscovery.ModelWrapper.KEY_TEXTURE_SLOTSMethods in net.minecraft.client.resources.model that return TextureSlotsModifier and TypeMethodDescriptionstatic TextureSlotsResolvedModel.findTopTextureSlots(ResolvedModel top) ModelDiscovery.ModelWrapper.getTopTextureSlots()default TextureSlotsResolvedModel.getTopTextureSlots()Methods in net.minecraft.client.resources.model with parameters of type TextureSlotsModifier and TypeMethodDescriptionUnbakedGeometry.bake(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) Deprecated.private QuadCollectionModelDiscovery.ModelWrapper.bakeDefaultState(TextureSlots textureSlots, ModelBaker baker, ModelState state) ModelDiscovery.ModelWrapper.bakeTopGeometry(TextureSlots textureSlots, ModelBaker baker, ModelState state) default QuadCollectionResolvedModel.bakeTopGeometry(TextureSlots textureSlots, ModelBaker baker, ModelState state) ModelDiscovery.ModelWrapper.resolveParticleMaterial(TextureSlots textureSlots, ModelBaker baker) default Material.BakedResolvedModel.resolveParticleMaterial(TextureSlots textureSlots, ModelBaker baker) static Material.BakedResolvedModel.resolveParticleMaterial(TextureSlots textureSlots, ModelBaker baker, ModelDebugName resolvedModel) default Material.BakedMaterialBaker.resolveSlot(TextureSlots slots, String id, ModelDebugName name) -
Uses of TextureSlots in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type TextureSlotsModifier 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). -
Uses of TextureSlots in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model with parameters of type TextureSlotsModifier 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 TextureSlots in net.neoforged.neoforge.client.model.obj
Methods in net.neoforged.neoforge.client.model.obj with parameters of type TextureSlotsModifier 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)
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap).