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
-
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 IdentifierPAINTING_BACK_ID -
Constructor Summary
Constructors Constructor Description PaintingManager(TextureManager manager) -
Method Summary
Modifier and Type Method Description SpritegetBackSprite()SpritegetPaintingSprite(PaintingMotive motive)protected Stream<Identifier>getSprites()Methods inherited from class net.minecraft.client.texture.SpriteAtlasHolder
apply, close, getSprite, prepareMethods inherited from class net.minecraft.resource.SinglePreparationResourceReloadListener
reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloadListener
getName
-
Field Details
-
PAINTING_BACK_ID
-
-
Constructor Details
-
PaintingManager
-
-
Method Details
-
getSprites
- Specified by:
getSpritesin classSpriteAtlasHolder
-
getPaintingSprite
-
getBackSprite
-