Package net.minecraft.client.texture
Class PaintingManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloadListener<SpriteAtlasTexture.Data>
net.minecraft.client.texture.SpriteAtlasHolder
net.minecraft.client.texture.PaintingManager
- All Implemented Interfaces:
AutoCloseable
,ResourceReloadListener
@Environment(CLIENT) public class PaintingManager extends SpriteAtlasHolder
- Mappings:
Namespace Name official esj
intermediary net/minecraft/class_4044
named net/minecraft/client/texture/PaintingManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloadListener
ResourceReloadListener.Synchronizer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
PAINTING_BACK_ID
-
Constructor Summary
Constructors Constructor Description PaintingManager(TextureManager manager)
-
Method Summary
Modifier and Type Method Description Sprite
getBackSprite()
Sprite
getPaintingSprite(PaintingMotive motive)
protected Stream<Identifier>
getSprites()
Methods inherited from class net.minecraft.client.texture.SpriteAtlasHolder
apply, close, getSprite, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloadListener
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.ResourceReloadListener
getName
-
Field Details
-
PAINTING_BACK_ID
- Mappings:
Namespace Name Mixin selector official a
Lesj;a:Lwb;
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>
Lesj;<init>(Lerv;)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
Lesm;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
Lesj;a(Lbeg;)Leru;
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/PaintingMotive;)Lnet/minecraft/client/texture/Sprite;
-
getBackSprite
- Mappings:
Namespace Name Mixin selector official b
Lesj;b()Leru;
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;
-