public class Position extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_X |
static String |
SERIALIZED_NAME_Y |
static String |
SERIALIZED_NAME_Z |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX()
x number
|
Double |
getY()
y number
|
Double |
getZ()
z number
|
int |
hashCode() |
void |
setX(Double x) |
void |
setY(Double y) |
void |
setZ(Double z) |
String |
toString() |
Position |
x(Double x) |
Position |
y(Double y) |
Position |
z(Double z) |
public static final String SERIALIZED_NAME_X
public static final String SERIALIZED_NAME_Y
public static final String SERIALIZED_NAME_Z
Copyright © 2021. All Rights Reserved.