NameplateCustomization
A customization that can be applied to a nameplate
setText()
The text to use in this nameplate
setText(text)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| text | String | The text to set your nameplate to | nil |
Returns:
| Type | Description |
|---|---|
NameplateCustomization | Returns self for chaining |
Example:
nameplate.ALL:setText("Steve")
getText()
The text to use in this nameplate
getText()
Returns:
| Type | Description |
|---|---|
String | The string you set your nameplate to using setText |
Example:
nameplate.ENTITY:getText()