public class ImageData extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
checkLegacyCapeSize() |
void |
checkLegacySkinSize() |
long |
getHeight() |
byte[] |
getImage() |
long |
getWidth() |
static ImageData |
of(byte[] image) |
static ImageData |
of(long width,
long height,
byte[] image) |
String |
toString() |
public static final ImageData EMPTY
public static ImageData of(long width, long height, byte[] image)
public static ImageData of(byte[] image)
public void checkLegacySkinSize()
public void checkLegacyCapeSize()
public long getWidth()
public long getHeight()
public byte[] getImage()
Copyright © 2018–2019 NukkitX. All rights reserved.