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.renderer.texture.atlas
Fields in net.minecraft.client.renderer.texture.atlas with type parameters of type SpriteSourceModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<? extends SpriteSource> SpriteSourceType.codecThe field for thecodecrecord component.static com.mojang.serialization.Codec<SpriteSource> SpriteSources.CODECstatic com.mojang.serialization.Codec<List<SpriteSource>> SpriteSources.FILE_CODECprivate 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> SpriteSourceType.codec()Returns the value of thecodecrecord component.Method parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate static SpriteSourceTypeSpriteSources.register(String p_262175_, com.mojang.serialization.MapCodec<? extends SpriteSource> p_338536_) Constructor parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type SpriteSourceModifierConstructorDescriptionprivateSpriteSourceList(List<SpriteSource> p_295898_) SpriteSourceType(com.mojang.serialization.MapCodec<? extends SpriteSource> codec) Creates an instance of aSpriteSourceTyperecord class. -
Uses of SpriteSource in net.minecraft.client.renderer.texture.atlas.sources
Classes in net.minecraft.client.renderer.texture.atlas.sources that implement SpriteSourceModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of SpriteSource in net.neoforged.neoforge.client.event
Method parameters in net.neoforged.neoforge.client.event with type arguments of type SpriteSourceModifier and TypeMethodDescriptionRegisterSpriteSourceTypesEvent.register(ResourceLocation id, com.mojang.serialization.MapCodec<? extends SpriteSource> codec) Registers the givenMapCodecas SpriteSourceType under the given id. -
Uses of SpriteSource in net.neoforged.neoforge.common.data
Fields in net.neoforged.neoforge.common.data with type parameters of type SpriteSourceModifier and TypeFieldDescriptionprivate final List<SpriteSource> SpriteSourceProvider.SourceList.sourcesThe field for thesourcesrecord component.Methods in net.neoforged.neoforge.common.data that return types with arguments of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.sources()Returns the value of thesourcesrecord component.Methods in net.neoforged.neoforge.common.data with parameters of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.addSource(SpriteSource source) Add the givenSpriteSourceto this atlas configurationConstructor parameters in net.neoforged.neoforge.common.data with type arguments of type SpriteSourceModifierConstructorDescriptionprotectedSourceList(List<SpriteSource> sources) Creates an instance of aSourceListrecord class. -
Uses of SpriteSource in net.neoforged.neoforge.oldtest.client
Classes in net.neoforged.neoforge.oldtest.client that implement SpriteSourceModifier and TypeClassDescriptionprivate static final record