Package net.minecraft.client.texture
Class PaintingManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<SpriteAtlasTexture.Data>
net.minecraft.client.texture.SpriteAtlasHolder
net.minecraft.client.texture.PaintingManager
- All Implemented Interfaces:
AutoCloseable
,ResourceReloader
- Mappings:
Namespace Name official fkt
intermediary net/minecraft/class_4044
named net/minecraft/client/texture/PaintingManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPaintingSprite
(PaintingVariant variant) protected Stream<Identifier>
Methods inherited from class net.minecraft.client.texture.SpriteAtlasHolder
apply, close, getSprite, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
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
-
PAINTING_BACK_ID
- Mappings:
Namespace Name Mixin selector official a
Lfkt;a:Labb;
intermediary field_18032
Lnet/minecraft/class_4044;field_18032:Lnet/minecraft/class_2960;
named PAINTING_BACK_ID
Lnet/minecraft/client/texture/PaintingManager;PAINTING_BACK_ID:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
PaintingManager
- Mappings:
Namespace Name Mixin selector official <init>
Lfkt;<init>(Lfkf;)V
intermediary <init>
Lnet/minecraft/class_4044;<init>(Lnet/minecraft/class_1060;)V
named <init>
Lnet/minecraft/client/texture/PaintingManager;<init>(Lnet/minecraft/client/texture/TextureManager;)V
-
-
Method Details
-
getSprites
- Specified by:
getSprites
in classSpriteAtlasHolder
- Mappings:
Namespace Name Mixin selector official a
Lfkw;a()Ljava/util/stream/Stream;
intermediary method_18665
Lnet/minecraft/class_4075;method_18665()Ljava/util/stream/Stream;
named getSprites
Lnet/minecraft/client/texture/SpriteAtlasHolder;getSprites()Ljava/util/stream/Stream;
-
getPaintingSprite
- Mappings:
Namespace Name Mixin selector official a
Lfkt;a(Lbqr;)Lfke;
intermediary method_18345
Lnet/minecraft/class_4044;method_18345(Lnet/minecraft/class_1535;)Lnet/minecraft/class_1058;
named getPaintingSprite
Lnet/minecraft/client/texture/PaintingManager;getPaintingSprite(Lnet/minecraft/entity/decoration/painting/PaintingVariant;)Lnet/minecraft/client/texture/Sprite;
-
getBackSprite
- Mappings:
Namespace Name Mixin selector official b
Lfkt;b()Lfke;
intermediary method_18342
Lnet/minecraft/class_4044;method_18342()Lnet/minecraft/class_1058;
named getBackSprite
Lnet/minecraft/client/texture/PaintingManager;getBackSprite()Lnet/minecraft/client/texture/Sprite;
-