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).
-
Uses of SpriteSource in net.minecraft.client.data
Methods in net.minecraft.client.data that return SpriteSourceModifier and TypeMethodDescriptionprivate static SpriteSourceAtlasProvider.forMapper(MaterialMapper mapper) private static SpriteSourceAtlasProvider.forMaterial(Material material) 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.noPrefixMapper(String path) private static List<SpriteSource> AtlasProvider.shieldPatterns()private static List<SpriteSource> AtlasProvider.simpleMapper(MaterialMapper mapper) Method parameters in net.minecraft.client.data with type arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate CompletableFuture<?> AtlasProvider.storeAtlas(CachedOutput output, ResourceLocation atlasId, List<SpriteSource> sources) -
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<ResourceLocation, 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
Fields in net.neoforged.neoforge.client.data with type parameters of type SpriteSourceModifier and TypeFieldDescriptionprivate final List<SpriteSource> SpriteSourceProvider.SourceList.sourcesThe field for thesourcesrecord component.Methods in net.neoforged.neoforge.client.data that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.sources()Returns the value of thesourcesrecord component.Methods in net.neoforged.neoforge.client.data with parameters of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.addSource(SpriteSource source) Add the givenSpriteSourceto this atlas configurationConstructor parameters in net.neoforged.neoforge.client.data with type arguments of type SpriteSourceModifierConstructorDescriptionprotectedSourceList(List<SpriteSource> sources) Creates an instance of aSourceListrecord class. -
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<ResourceLocation, com.mojang.serialization.MapCodec<? extends SpriteSource>> RegisterSpriteSourcesEvent.idMapperMethod parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifier and TypeMethodDescriptionvoidRegisterSpriteSourcesEvent.register(ResourceLocation id, com.mojang.serialization.MapCodec<? extends SpriteSource> codec) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifierConstructorDescriptionRegisterSpriteSourcesEvent(ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends SpriteSource>> idMapper) -
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()