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 named net/minecraft/client/texture/GuiAtlasManager
intermediary net/minecraft/class_8658
official fog
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Constructor Details
-
Method Details
-
getSprite
- Overrides:
getSprite
in classSpriteAtlasHolder
- Mappings:
Namespace Name Mixin selector named getSprite
Lnet/minecraft/client/texture/SpriteAtlasHolder;getSprite(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/texture/Sprite;
intermediary method_18667
Lnet/minecraft/class_4075;method_18667(Lnet/minecraft/class_2960;)Lnet/minecraft/class_1058;
official a
Lhfy;a(Lakv;)Lhet;
-
getScaling
- Mappings:
Namespace Name Mixin selector named getScaling
Lnet/minecraft/client/texture/GuiAtlasManager;getScaling(Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/texture/Scaling;
intermediary method_52714
Lnet/minecraft/class_8658;method_52714(Lnet/minecraft/class_1058;)Lnet/minecraft/class_8690;
official a
Lfog;a(Lhet;)Lhgl;
-
getGuiMetadata
- Mappings:
Namespace Name Mixin selector named getGuiMetadata
Lnet/minecraft/client/texture/GuiAtlasManager;getGuiMetadata(Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/resource/metadata/GuiResourceMetadata;
intermediary method_52715
Lnet/minecraft/class_8658;method_52715(Lnet/minecraft/class_1058;)Lnet/minecraft/class_8689;
official b
Lfog;b(Lhet;)Lhgk;
-