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.Codec<? extends SpriteSource>
SpriteSourceType.codec
The field for thecodec
record component.static com.mojang.serialization.Codec<SpriteSource>
SpriteSources.CODEC
static com.mojang.serialization.Codec<List<SpriteSource>>
SpriteSources.FILE_CODEC
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.Codec<? extends SpriteSource>
SpriteSourceType.codec()
Returns the value of thecodec
record component.Method parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type SpriteSourceModifier and TypeMethodDescriptionprivate static SpriteSourceType
SpriteSources.register
(String p_262175_, com.mojang.serialization.Codec<? extends SpriteSource> p_261464_) Constructor parameters in net.minecraft.client.renderer.texture.atlas with type arguments of type SpriteSourceModifierConstructorDescriptionprivate
SpriteSourceList
(List<SpriteSource> p_295898_) SpriteSourceType
(com.mojang.serialization.Codec<? extends SpriteSource> codec) Creates an instance of aSpriteSourceType
record 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 TypeClassDescriptionclass
class
class
class
class
-
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.Codec<? extends SpriteSource> codec) Registers the givenCodec
as 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.sources
The field for thesources
record component.Methods in net.neoforged.neoforge.common.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.common.data with parameters of type SpriteSourceModifier and TypeMethodDescriptionSpriteSourceProvider.SourceList.addSource
(SpriteSource source) Add the givenSpriteSource
to this atlas configurationConstructor parameters in net.neoforged.neoforge.common.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.oldtest.client
Classes in net.neoforged.neoforge.oldtest.client that implement SpriteSourceModifier and TypeClassDescriptionprivate static final record