public class CorporationOutpostCoordinates extends Object implements Serializable
| Constructor and Description |
|---|
CorporationOutpostCoordinates() |
| 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() |
CorporationOutpostCoordinates |
x(Double x) |
CorporationOutpostCoordinates |
y(Double y) |
CorporationOutpostCoordinates |
z(Double z) |
public CorporationOutpostCoordinates x(Double x)
public Double getX()
public void setX(Double x)
public CorporationOutpostCoordinates y(Double y)
public Double getY()
public void setY(Double y)
public CorporationOutpostCoordinates z(Double z)
public Double getZ()
public void setZ(Double z)
Copyright © 2018. All Rights Reserved.