Uses of Record Class
net.minecraft.client.resources.model.AtlasManager.AtlasConfig
Packages that use AtlasManager.AtlasConfig
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of AtlasManager.AtlasConfig in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as AtlasManager.AtlasConfigModifier and TypeFieldDescriptionprivate final AtlasManager.AtlasConfigAtlasManager.AtlasEntry.configThe field for theconfigrecord component.Fields in net.minecraft.client.resources.model with type parameters of type AtlasManager.AtlasConfigModifier and TypeFieldDescriptionprivate static final List<AtlasManager.AtlasConfig> AtlasManager.KNOWN_ATLASESMethods in net.minecraft.client.resources.model that return AtlasManager.AtlasConfigModifier and TypeMethodDescriptionAtlasManager.AtlasEntry.config()Returns the value of theconfigrecord component.Constructors in net.minecraft.client.resources.model with parameters of type AtlasManager.AtlasConfigModifierConstructorDescription(package private)AtlasEntry(TextureAtlas atlas, AtlasManager.AtlasConfig config) Creates an instance of aAtlasEntryrecord class. -
Uses of AtlasManager.AtlasConfig in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return types with arguments of type AtlasManager.AtlasConfigModifier and TypeMethodDescriptionstatic List<AtlasManager.AtlasConfig> ClientHooks.gatherTextureAtlases(List<AtlasManager.AtlasConfig> vanillaAtlases) Method parameters in net.neoforged.neoforge.client with type arguments of type AtlasManager.AtlasConfigModifier and TypeMethodDescriptionstatic List<AtlasManager.AtlasConfig> ClientHooks.gatherTextureAtlases(List<AtlasManager.AtlasConfig> vanillaAtlases) -
Uses of AtlasManager.AtlasConfig in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type AtlasManager.AtlasConfigModifier and TypeFieldDescriptionprivate final SequencedMap<ResourceLocation, AtlasManager.AtlasConfig> RegisterTextureAtlasesEvent.atlasesMethods in net.neoforged.neoforge.client.event with parameters of type AtlasManager.AtlasConfigModifier and TypeMethodDescriptionvoidRegisterTextureAtlasesEvent.register(AtlasManager.AtlasConfig atlasConfig) Register a texture atlas with the given configurationConstructor parameters in net.neoforged.neoforge.client.event with type arguments of type AtlasManager.AtlasConfigModifierConstructorDescription