-
- All Implemented Interfaces:
public final class ClientTexture
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClientTexture.Companion
-
Constructor Summary
Constructors Constructor Description ClientTexture(Bitmap data, Integer width, Integer height)ClientTexture(ByteArray data, Integer width, Integer height)
-
Method Summary
-
-
Method Detail
-
getData
final ByteArray getData()
bytes needs to be exactly that.. raw bytes r,g,b,a,r,g,b,a,r,g,b,a etc where every one of those is a byte in a regular byte array
-
getWidth
final Integer getWidth()
width of image
-
getHeight
final Integer getHeight()
height of image
-
equals
Boolean equals(Object other)
-
hashCode
Integer hashCode()
-
-
-
-