| Public Constructors |
|
|
AngledLocation()
|
|
|
AngledLocation(float x, float y, float z, float angle)
|
|
|
AngledLocation(float x, float y, float z, int worldId, float angle)
|
|
|
AngledLocation(float x, float y, float z, int interiorId, int worldId, float angle)
|
|
|
AngledLocation(Vector3D pos, int worldId, float angle)
|
|
|
AngledLocation(Vector3D pos, int interiorId, int worldId, float angle)
|
|
|
AngledLocation(Location loc, float angle)
|
|
|
AngledLocation(AngledLocation loc)
|
| Public Methods |
|
AngledLocation
|
clone()
|
|
boolean
|
equals(Object obj)
|
|
float
|
getAngle()
|
|
int
|
hashCode()
|
|
void
|
set(float x, float y, float z, float angle)
|
|
void
|
set(float x, float y, float z, int interiorId, int worldId, float angle)
|
|
void
|
set(Vector3D pos, float angle)
|
|
void
|
set(Vector3D pos, int worldId, float angle)
|
|
void
|
set(Vector3D pos, int interiorId, int worldId, float angle)
|
|
void
|
set(AngledLocation loc)
|
|
void
|
set(float x, float y, float z, int worldId, float angle)
|
|
void
|
setAngle(float angle)
|
|
String
|
toLegibleString()
|
|
String
|
toString()
|
|
[Expand]
Inherited Methods |
From class
net.gtaun.shoebill.data.Location
|
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()
|
|
From class
net.gtaun.shoebill.data.Vector3D
|
From class
net.gtaun.shoebill.data.Vector2D
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|