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 p_386773_, SpriteGetter p_405238_, ModelState p_386536_, ModelDebugName p_404999_) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> p_405653_, TextureSlots p_404888_, SpriteGetter p_404947_, ModelState p_405413_, ModelDebugName p_404876_) SimpleUnbakedGeometry.bake
(TextureSlots p_405009_, ModelBaker p_404737_, ModelState p_404670_, ModelDebugName p_404742_, 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 p_404716_, ResolvedModel p_405086_, TextureSlots p_405810_) -
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 p_405472_) ModelDiscovery.ModelWrapper.getTopTextureSlots()
default TextureSlots
ResolvedModel.getTopTextureSlots()
Methods in net.minecraft.client.resources.model with parameters of type TextureSlotsModifier and TypeMethodDescriptionUnbakedGeometry.bake
(TextureSlots p_405831_, ModelBaker p_405026_, ModelState p_405122_, ModelDebugName p_405635_) Deprecated.private QuadCollection
ModelDiscovery.ModelWrapper.bakeDefaultState
(TextureSlots p_405546_, ModelBaker p_404641_, ModelState p_405363_) ModelDiscovery.ModelWrapper.bakeTopGeometry
(TextureSlots p_405587_, ModelBaker p_405166_, ModelState p_405646_) default QuadCollection
ResolvedModel.bakeTopGeometry
(TextureSlots p_405784_, ModelBaker p_405450_, ModelState p_405844_) ModelDiscovery.ModelWrapper.resolveParticleSprite
(TextureSlots p_405019_, ModelBaker p_405134_) default TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots p_405126_, ModelBaker p_404926_) static TextureAtlasSprite
ResolvedModel.resolveParticleSprite
(TextureSlots p_404698_, ModelBaker p_405533_, ModelDebugName p_405824_) default TextureAtlasSprite
SpriteGetter.resolveSlot
(TextureSlots p_404867_, String p_405322_, ModelDebugName p_405457_) -
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)
.