Package net.minecraft.client.texture
Class GuiAtlasManager
java.lang.Object
net.minecraft.client.texture.SpriteAtlasHolder
net.minecraft.client.texture.GuiAtlasManager
- All Implemented Interfaces:
AutoCloseable
,ResourceReloader
- Mappings:
Namespace Name official esg
intermediary net/minecraft/class_8658
named net/minecraft/client/texture/GuiAtlasManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate GuiResourceMetadata
getGuiMetadata
(Sprite sprite) getScaling
(Sprite sprite) getSprite
(Identifier objectId) Methods inherited from class net.minecraft.client.texture.SpriteAtlasHolder
close, reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
METADATA_READERS
- Mappings:
Namespace Name Mixin selector official a
Lesg;a:Ljava/util/Set;
intermediary field_45338
Lnet/minecraft/class_8658;field_45338:Ljava/util/Set;
named METADATA_READERS
Lnet/minecraft/client/texture/GuiAtlasManager;METADATA_READERS:Ljava/util/Set;
-
-
Constructor Details
-
GuiAtlasManager
- Mappings:
Namespace Name Mixin selector official <init>
Lesg;<init>(Lfzf;)V
intermediary <init>
Lnet/minecraft/class_8658;<init>(Lnet/minecraft/class_1060;)V
named <init>
Lnet/minecraft/client/texture/GuiAtlasManager;<init>(Lnet/minecraft/client/texture/TextureManager;)V
-
-
Method Details
-
getSprite
- Overrides:
getSprite
in classSpriteAtlasHolder
- Mappings:
Namespace Name Mixin selector official a
Lgah;a(Laew;)Lfze;
intermediary method_18667
Lnet/minecraft/class_4075;method_18667(Lnet/minecraft/class_2960;)Lnet/minecraft/class_1058;
named getSprite
Lnet/minecraft/client/texture/SpriteAtlasHolder;getSprite(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/texture/Sprite;
-
getScaling
- Mappings:
Namespace Name Mixin selector official a
Lesg;a(Lfze;)Lgaw;
intermediary method_52714
Lnet/minecraft/class_8658;method_52714(Lnet/minecraft/class_1058;)Lnet/minecraft/class_8690;
named getScaling
Lnet/minecraft/client/texture/GuiAtlasManager;getScaling(Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/texture/Scaling;
-
getGuiMetadata
- Mappings:
Namespace Name Mixin selector official b
Lesg;b(Lfze;)Lgav;
intermediary method_52715
Lnet/minecraft/class_8658;method_52715(Lnet/minecraft/class_1058;)Lnet/minecraft/class_8689;
named getGuiMetadata
Lnet/minecraft/client/texture/GuiAtlasManager;getGuiMetadata(Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/resource/metadata/GuiResourceMetadata;
-