Skip to main content

NameplateCustomization

A customization that can be applied to a nameplate


setText()

The text to use in this nameplate

setText(text)

Parameters:

NameTypeDescriptionDefault
textStringThe text to set your nameplate tonil

Returns:

TypeDescription
NameplateCustomizationReturns self for chaining

Example:

nameplate.ALL:setText("Steve")

getText()

The text to use in this nameplate

getText()

Returns:

TypeDescription
StringThe string you set your nameplate to using setText

Example:

nameplate.ENTITY:getText()