| Public Constructors |
|
|
Radius()
|
|
|
Radius(float x, float y, float z, float radius)
|
|
|
Radius(float x, float y, float z, int worldId, float radius)
|
|
|
Radius(float x, float y, float z, int interiorId, int worldId, float radius)
|
|
|
Radius(Vector3D pos, float radius)
|
|
|
Radius(Vector3D pos, int worldId, float radius)
|
|
|
Radius(Vector3D pos, int interiorId, int worldId, float radius)
|
|
|
Radius(Location loc, float radius)
|
|
|
Radius(Radius loc)
|
| Public Methods |
|
Radius
|
clone()
|
|
boolean
|
equals(Object obj)
|
|
float
|
getRadius()
|
|
int
|
hashCode()
|
|
boolean
|
isInRange(Vector3D pos)
|
|
void
|
set(float x, float y, float z, float radius)
|
|
void
|
set(float x, float y, float z, int interiorId, int worldId, float radius)
|
|
void
|
set(Vector3D pos, float radius)
|
|
void
|
set(Vector3D pos, int worldId, float radius)
|
|
void
|
set(Vector3D pos, int interiorId, int worldId, float radius)
|
|
void
|
set(float x, float y, float z, int worldId, float radius)
|
|
void
|
set(Radius loc)
|
|
void
|
setRadius(float radius)
|
|
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()
|
|
From interface
net.gtaun.shoebill.data.RangeCheckable3D
|