Uses of Interface
net.minecraft.client.renderer.texture.atlas.SpriteSource
Packages that use SpriteSource
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client-only classes.-
Uses of SpriteSource in net.minecraft.client.data
Methods in net.minecraft.client.data that return SpriteSourceModifier and TypeMethodDescriptionprivate static SpriteSourceAtlasProvider.forMapper(SpriteMapper mapper) private static SpriteSourceAtlasProvider.forMaterial(SpriteId sprite) Methods in net.minecraft.client.data that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate static List<SpriteSource> AtlasProvider.armorTrims()private static List<SpriteSource> AtlasProvider.bannerPatterns()private static List<SpriteSource> AtlasProvider.blocksList()private static List<SpriteSource> AtlasProvider.guiSprites()private static List<SpriteSource> AtlasProvider.itemsList()private static List<SpriteSource> AtlasProvider.noPrefixMapper(String directory) private static List<SpriteSource> AtlasProvider.shieldPatterns()private static List<SpriteSource> AtlasProvider.simpleMapper(SpriteMapper mapper) Method parameters in net.minecraft.client.data with type arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate CompletableFuture<?> AtlasProvider.storeAtlas(CachedOutput cache, Identifier atlasId, List<SpriteSource> contents) -
Uses of SpriteSource in net.minecraft.client.renderer.texture.atlas
Fields in net.minecraft.client.renderer.texture.atlas with type parameters of type SpriteSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpriteSource> SpriteSources.CODECstatic final com.mojang.serialization.Codec<List<SpriteSource>> SpriteSources.FILE_CODECprivate static final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> SpriteSources.ID_MAPPERprivate final List<SpriteSource> SpriteSourceList.sourcesMethods in net.minecraft.client.renderer.texture.atlas that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends SpriteSource> SpriteSource.codec()Constructor parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type SpriteSource -
Uses of SpriteSource in net.minecraft.client.renderer.texture.atlas.sources
Classes in net.minecraft.client.renderer.texture.atlas.sources that implement SpriteSourceModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of SpriteSource in net.neoforged.neoforge.client.data
Subclasses with type arguments of type SpriteSource in net.neoforged.neoforge.client.dataModifier and TypeClassDescriptionclassData provider for atlas configuration files.
An atlas configuration is bound to a specific texture atlas such as theminecraft:blocksatlas and allows adding additional textures to the atlas by addingSpriteSources to the configuration.Fields in net.neoforged.neoforge.client.data with type parameters of type SpriteSourceModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<List<Optional<WithConditions<SpriteSource>>>> SpriteSourceProvider.CODECprivate final List<Optional<WithConditions<SpriteSource>>> SpriteSourceProvider.SourceList.sourcesMethods in net.neoforged.neoforge.client.data with parameters of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.addSource(SpriteSource source) Add the givenSpriteSourceto this atlas configurationSpriteSourceProvider.SourceList.addSource(SpriteSource source, ICondition... conditions) Add the givenSpriteSourceto this atlas configuration with the given conditions -
Uses of SpriteSource in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type SpriteSourceModifier and TypeFieldDescriptionprivate final ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> RegisterSpriteSourcesEvent.idMapperMethod parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifier and TypeMethodDescriptionvoidRegisterSpriteSourcesEvent.register(Identifier id, com.mojang.serialization.MapCodec<? extends SpriteSource> codec) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifierConstructorDescriptionRegisterSpriteSourcesEvent(ExtraCodecs.LateBoundIdMapper<Identifier, com.mojang.serialization.MapCodec<? extends SpriteSource>> idMapper) -
Uses of SpriteSource in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return SpriteSource -
Uses of SpriteSource in net.neoforged.neoforge.client.textures
Classes in net.neoforged.neoforge.client.textures that implement SpriteSourceMethods in net.neoforged.neoforge.client.textures that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends SpriteSource> NamespacedDirectoryLister.codec()