FakeText
A fake text entity that displays text to players using packet-based entities. Automatically uses TextDisplay for Java Edition players and ArmorStand for Bedrock Edition players.
TextDisplay features (like background color, alignment, billboard mode) are only applied when the viewer is on Java Edition. Bedrock players see a simple armor stand with custom name.
Functions
Link copied to clipboard
Gets the current location of this fake text.
Link copied to clipboard
Gets the vehicle entity this fake text is attached to, if any.
Link copied to clipboard
Checks if this fake text has any viewers.
Link copied to clipboard
Checks if this fake text is using automatic tracking via attachTo().
Link copied to clipboard
Sets the background color with alpha (TextDisplay only).
Sets the background color (TextDisplay only).
Link copied to clipboard
Sets the billboard mode (TextDisplay only).
Link copied to clipboard
Sets whether the text is see-through (TextDisplay only).
Link copied to clipboard
Sets whether the text has shadow (TextDisplay only).
Link copied to clipboard
Sets the text opacity (TextDisplay only).
Link copied to clipboard
Sets whether the text is visible.