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 TextureSlotsMethods in net.minecraft.client.renderer.block.model with parameters of type TextureSlotsModifier and TypeMethodDescriptionprivate static QuadCollection
ItemModelGenerator.bake
(TextureSlots p_387202_, ModelBaker p_405519_, ModelState p_387172_, ModelDebugName p_405600_) private static QuadCollection
ItemModelGenerator.bake
(TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> pElements, TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) SimpleUnbakedGeometry.bake
(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName, 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 ModelRenderProperties
ModelRenderProperties.fromResolvedModel
(ModelBaker pBaker, ResolvedModel pModel, TextureSlots pTextureSlots) -
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_SLOTS
Methods in net.minecraft.client.resources.model that return TextureSlotsModifier and TypeMethodDescriptionstatic TextureSlots
ResolvedModel.findTopTextureSlots
(ResolvedModel pModel) ModelDiscovery.ModelWrapper.getTopTextureSlots()
default TextureSlots
ResolvedModel.getTopTextureSlots()
Methods in net.minecraft.client.resources.model with parameters of type TextureSlotsModifier and TypeMethodDescriptionUnbakedGeometry.bake
(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) Deprecated.private QuadCollection
ModelDiscovery.ModelWrapper.bakeDefaultState
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) ModelDiscovery.ModelWrapper.bakeTopGeometry
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) default QuadCollection
ResolvedModel.bakeTopGeometry
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) ModelDiscovery.ModelWrapper.resolveParticleSprite
(TextureSlots pTextureSlots, ModelBaker pModelBaker) default TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots pTextureSlots, ModelBaker pModelBaker) static TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelDebugName pDebugName) default TextureAtlasSprite
SpriteGetter.resolveSlot
(TextureSlots pTextureSlots, String pName, ModelDebugName pModelDebugName) -
Uses of TextureSlots in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type TextureSlotsModifier 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)
. -
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 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 TextureSlots in net.neoforged.neoforge.client.model.obj
Methods in net.neoforged.neoforge.client.model.obj with parameters of type TextureSlotsModifier 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)
.