public class Vec4b
extends java.lang.Object
| Constructor and Description |
|---|
Vec4b(byte typeIn,
byte xIn,
byte yIn,
byte rotationIn) |
Vec4b(Vec4b vec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getRotation() |
byte |
getType() |
byte |
getX() |
byte |
getY() |
int |
hashCode() |
public Vec4b(byte typeIn,
byte xIn,
byte yIn,
byte rotationIn)
public Vec4b(Vec4b vec)
public byte getType()
public byte getX()
public byte getY()
public byte getRotation()
public boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object