Class SpriteAtlasManager
java.lang.Object
net.minecraft.client.render.model.SpriteAtlasManager
- All Implemented Interfaces:
AutoCloseable
@Environment(CLIENT) public class SpriteAtlasManager extends Object implements AutoCloseable
-
Field Summary
Fields Modifier and Type Field Description private Map<Identifier,SpriteAtlasTexture>atlases -
Constructor Summary
Constructors Constructor Description SpriteAtlasManager(Collection<SpriteAtlasTexture> atlases) -
Method Summary
Modifier and Type Method Description voidclose()SpriteAtlasTexturegetAtlas(Identifier id)SpritegetSprite(SpriteIdentifier id)
-
Field Details
-
atlases
-
-
Constructor Details
-
SpriteAtlasManager
-
-
Method Details
-
getAtlas
-
getSprite
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-