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 QuadCollectionItemModelGenerator.bake(TextureSlots textureSlots, ModelBaker baker, ModelState modelState, ModelDebugName debugName) private static QuadCollectionItemModelGenerator.bake(TextureSlots textureSlots, SpriteGetter sprites, ModelState modelState, ModelDebugName debugName) static QuadCollectionSimpleUnbakedGeometry.bake(List<BlockElement> elements, TextureSlots textureSlots, SpriteGetter sprites, ModelState modelState, ModelDebugName debugName) 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 ModelRenderPropertiesModelRenderProperties.fromResolvedModel(ModelBaker baker, ResolvedModel model, 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 model) ModelDiscovery.ModelWrapper.getTopTextureSlots()default TextureSlotsResolvedModel.getTopTextureSlots()Methods in net.minecraft.client.resources.model with parameters of type TextureSlotsModifier and TypeMethodDescriptionUnbakedGeometry.bake(TextureSlots textureSlots, ModelBaker baker, ModelState modelState, ModelDebugName debugName) Deprecated.private QuadCollectionModelDiscovery.ModelWrapper.bakeDefaultState(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState) ModelDiscovery.ModelWrapper.bakeTopGeometry(TextureSlots p_405587_, ModelBaker p_405166_, ModelState p_405646_) default QuadCollectionResolvedModel.bakeTopGeometry(TextureSlots textureSlots, ModelBaker modelBaker, ModelState modelState) ModelDiscovery.ModelWrapper.resolveParticleSprite(TextureSlots p_405019_, ModelBaker p_405134_) default TextureAtlasSpriteResolvedModel.resolveParticleSprite(TextureSlots textureSlots, ModelBaker modelBaker) static TextureAtlasSpriteResolvedModel.resolveParticleSprite(TextureSlots textureSlots, ModelBaker modelBaker, ModelDebugName debugName) default TextureAtlasSpriteSpriteGetter.resolveSlot(TextureSlots textureSlots, String name, ModelDebugName modelDebugName) -
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(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 QuadCollectionExtendedUnbakedGeometry.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 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).