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 SpriteSource
AtlasProvider.forMapper
(MaterialMapper p_400274_) private static SpriteSource
AtlasProvider.forMaterial
(Material p_399538_) 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 p_400275_) private static List
<SpriteSource> AtlasProvider.shieldPatterns()
private static List
<SpriteSource> AtlasProvider.simpleMapper
(MaterialMapper p_399878_) Method parameters in net.minecraft.client.data with type arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate CompletableFuture
<?> AtlasProvider.storeAtlas
(CachedOutput p_399787_, ResourceLocation p_399960_, List<SpriteSource> p_399735_) -
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.CODEC
static final com.mojang.serialization.Codec
<List<SpriteSource>> SpriteSources.FILE_CODEC
private static final ExtraCodecs.LateBoundIdMapper
<ResourceLocation, com.mojang.serialization.MapCodec<? extends SpriteSource>> SpriteSources.ID_MAPPER
private final List
<SpriteSource> SpriteSourceList.sources
Methods 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 record
final record
final record
final record
final 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.sources
The field for thesources
record component.Methods in net.neoforged.neoforge.client.data that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.sources()
Returns the value of thesources
record component.Methods in net.neoforged.neoforge.client.data with parameters of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.addSource
(SpriteSource source) Add the givenSpriteSource
to this atlas configurationConstructor parameters in net.neoforged.neoforge.client.data with type arguments of type SpriteSourceModifierConstructorDescriptionprotected
SourceList
(List<SpriteSource> sources) Creates an instance of aSourceList
record 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.idMapper
Method parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifier and TypeMethodDescriptionvoid
RegisterSpriteSourcesEvent.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()