| java.lang.Object | |||
| ↳ | net.gtaun.shoebill.data.Vector2D | ||
| ↳ | net.gtaun.shoebill.data.Vector3D | ||
| ↳ | net.gtaun.shoebill.data.Location | ||
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | interiorId | ||||||||||
| public int | worldId | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.gtaun.shoebill.data.Vector3D
| |||||||||||
From class
net.gtaun.shoebill.data.Vector2D
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Location() | |||||||||||
| Location(float x, float y, float z) | |||||||||||
| Location(float x, float y, float z, int worldId) | |||||||||||
| Location(float x, float y, float z, int interiorId, int worldId) | |||||||||||
| Location(Vector3D pos) | |||||||||||
| Location(Vector3D pos, int worldId) | |||||||||||
| Location(Vector3D pos, int interiorId, int worldId) | |||||||||||
| Location(Location loc) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Location | clone() | ||||||||||
| float | distance(Location loc) | ||||||||||
| boolean | equals(Object obj) | ||||||||||
| int | getInteriorId() | ||||||||||
| int | getWorldId() | ||||||||||
| int | hashCode() | ||||||||||
| void | set(float x, float y, float z, int interiorId, int worldId) | ||||||||||
| void | set(float x, float y, float z, int worldId) | ||||||||||
| void | set(Vector3D pos, int worldId) | ||||||||||
| void | set(Location loc) | ||||||||||
| void | set(Vector3D pos, int interiorId, int worldId) | ||||||||||
| void | setInteriorId(int interiorId) | ||||||||||
| void | setWorldId(int worldId) | ||||||||||
| String | toLegibleString() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.gtaun.shoebill.data.Vector3D
| |||||||||||
From class
net.gtaun.shoebill.data.Vector2D
| |||||||||||
From class
java.lang.Object
| |||||||||||