Uses of Class
net.minecraft.client.texture.SpriteAtlasTexture
Packages that use SpriteAtlasTexture
Package
Description
-
Uses of SpriteAtlasTexture in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as SpriteAtlasTexture -
Uses of SpriteAtlasTexture in net.minecraft.client.render
Fields in net.minecraft.client.render declared as SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final SpriteAtlasTextureMapRenderer.decorationsAtlasManager -
Uses of SpriteAtlasTexture in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final SpriteAtlasTexturePaintingEntityRenderer.field_61801Methods in net.minecraft.client.render.entity that return SpriteAtlasTextureModifier and TypeMethodDescriptionEntityRendererFactory.Context.getSpriteAtlasTexture(Identifier id) -
Uses of SpriteAtlasTexture in net.minecraft.client.render.entity.equipment
Constructors in net.minecraft.client.render.entity.equipment with parameters of type SpriteAtlasTextureModifierConstructorDescriptionEquipmentRenderer(EquipmentModelLoader equipmentModelLoader, SpriteAtlasTexture armorTrimsAtlas) -
Uses of SpriteAtlasTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final SpriteAtlasTextureAtlasManager.Entry.atlasThe field for theatlasrecord component.(package private) final SpriteAtlasTextureSpriteAtlasGlyphs.atlasTextureMethods in net.minecraft.client.texture that return SpriteAtlasTextureModifier and TypeMethodDescriptionAtlasManager.Entry.atlas()Returns the value of theatlasrecord component.AtlasManager.getAtlasTexture(Identifier id) Methods in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifier and TypeMethodDescriptionstatic SpriteLoaderSpriteLoader.fromAtlas(SpriteAtlasTexture atlasTexture) Method parameters in net.minecraft.client.texture with type arguments of type SpriteAtlasTextureModifier and TypeMethodDescriptionvoidAtlasManager.acceptAtlasTextures(BiConsumer<Identifier, SpriteAtlasTexture> consumer) Constructors in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifierConstructorDescription(package private)Entry(SpriteAtlasTexture spriteAtlasTexture, AtlasManager.Metadata metadata) SpriteAtlasGlyphs(SpriteAtlasTexture atlasTexture)