| Public Methods |
|
abstract
static
PlayerLabel
|
create(Player player, String text, Color color, float x, float y, float z, float drawDistance, boolean testLOS)
Create a Label which is only visible for one player, with params.
|
|
abstract
static
PlayerLabel
|
create(Player player, String text, Color color, Location loc, float drawDistance, boolean testLOS, Vehicle attachedVehicle)
Create a Label which is only visible for one player, with params.
|
|
abstract
static
PlayerLabel
|
create(Player player, String text, Color color, float x, float y, float z, int worldId, float drawDistance, boolean testLOS)
Create a Label which is only visible for one player, with params.
|
|
abstract
static
PlayerLabel
|
create(Player player, String text, Color color, Location loc, float drawDistance, boolean testLOS)
Create a Label which is only visible for one player, with params.
|
|
abstract
static
PlayerLabel
|
create(Player player, String text, Color color, Location loc, float drawDistance, boolean testLOS, Player attachedPlayer)
Create a Label which is only visible for one player, with params.
|
|
abstract
static
Collection<PlayerLabel>
|
get(Player player)
|
|
abstract
static
PlayerLabel
|
get(Player player, int id)
|
|
[Expand]
Inherited Methods |
From interface
net.gtaun.shoebill.object.Destroyable
|
abstract
void
|
destroy()
Destroys the Object
|
|
abstract
boolean
|
isDestroyed()
Checks if the Object is destroyed
|
|
From interface
net.gtaun.shoebill.object.Label
|
abstract
void
|
attach(Vehicle vehicle, float x, float y, float z)
Attaches the Label to a Vehicle
|
|
abstract
void
|
attach(Player player, float x, float y, float z)
Attaches the Label to a Player
|
|
abstract
void
|
attach(Vehicle vehicle, Vector3D offset)
Attaches the Label to a Vehicle
|
|
abstract
void
|
attach(Player player, Vector3D offset)
Attaches the Label to a Player
|
|
abstract
static
Label
|
create(String text, Color color, float x, float y, float z, int worldId, float drawDistance, boolean testLOS)
Create a Label with params.
|
|
abstract
static
Label
|
create(String text, Color color, Location loc, float drawDistance, boolean testLOS)
Create a Label with params.
|
|
abstract
static
Label
|
create(String text, Color color, Vector3D pos, int worldId, float drawDistance, boolean testLOS)
Create a Label with params.
|
|
abstract
static
Label
|
get(int id)
Gets a Label by its Id
|
|
abstract
static
Collection<Label>
|
get()
|
|
abstract
Player
|
getAttachedPlayer()
Gets the attached Player.
|
|
abstract
Vehicle
|
getAttachedVehicle()
Gets the attached Vehicle.
|
|
abstract
Color
|
getColor()
Gets the Color of the Dialog
|
|
abstract
float
|
getDrawDistance()
Gets the draw distance of the Label.
|
|
abstract
int
|
getId()
Gets the Id of the Label
|
|
abstract
Location
|
getLocation()
Gets the Location of the Label
|
|
abstract
String
|
getText()
Gets the Text of the Label
|
|
abstract
void
|
update(Color color, String text)
Updates the Text and Color of the Label
|
|
From interface
net.gtaun.shoebill.object.PlayerRelated
|
From interface
net.gtaun.shoebill.object.Proxyable
|