public static class ObjectComponent.AtlasSprite extends java.lang.Object implements ObjectComponent.ObjectInfo
| Modifier and Type | Field and Description |
|---|---|
static com.viaversion.viaversion.libs.mcstructs.core.Identifier |
DEFAULT_ATLAS |
| Constructor and Description |
|---|
AtlasSprite(com.viaversion.viaversion.libs.mcstructs.core.Identifier sprite) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
FontDescription |
getUpdatedFont() |
java.lang.String |
toString() |
public static final com.viaversion.viaversion.libs.mcstructs.core.Identifier DEFAULT_ATLAS
public AtlasSprite(com.viaversion.viaversion.libs.mcstructs.core.Identifier sprite)
public FontDescription getUpdatedFont()
getUpdatedFont in interface ObjectComponent.ObjectInfopublic java.lang.String getDescription()
getDescription in interface ObjectComponent.ObjectInfopublic java.lang.String toString()
toString in interface ObjectComponent.ObjectInfotoString in class java.lang.Object