| net.gtaun.shoebill.object.Textdraw |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | INVALID_ID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
net.gtaun.shoebill.object.TextdrawBase
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract static Textdraw |
create(float x, float y, String text)
Create a Textdraw with params.
| ||||||||||
| abstract static Textdraw |
create(float x, float y)
Create a Textdraw with params.
| ||||||||||
| abstract static Textdraw |
create(Vector2D pos)
Create a Textdraw with params.
| ||||||||||
| abstract static Textdraw |
create(Vector2D pos, String text)
Create a Textdraw with params.
| ||||||||||
| abstract static Textdraw | get(int id) | ||||||||||
| abstract static Collection<Textdraw> | get() | ||||||||||
| abstract void | hide(Player player) | ||||||||||
| abstract void | hideForAll() | ||||||||||
| abstract boolean | isShowed(Player player) | ||||||||||
| abstract void | show(Player player) | ||||||||||
| abstract void | showForAll() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
net.gtaun.shoebill.object.Destroyable
| |||||||||||
From interface
net.gtaun.shoebill.object.Proxyable
| |||||||||||
From interface
net.gtaun.shoebill.object.TextdrawBase
| |||||||||||
Create a Textdraw with params. If the Creation fails, it will throw a CreationFailedException.
| x | X-Pos where the Textdraw should be. |
|---|---|
| y | Y-Pos where the Textdraw should be. |
| text | The displayed Text. |
| CreationFailedException |
|---|
Create a Textdraw with params. If the Creation fails, it will throw a CreationFailedException.
| x | X-Pos where the Textdraw should be. |
|---|---|
| y | Y-Pos where the Textdraw should be. |
Create a Textdraw with params. If the Creation fails, it will throw a CreationFailedException.
| pos | Vector2D-Position where the Textdraw should be. |
|---|
Create a Textdraw with params. If the Creation fails, it will throw a CreationFailedException.
| pos | Vector2D-Position where the Textdraw should be. |
|---|---|
| text | The displayed Text. |