FollowingText
Tracks text at a moving anchor without making it a passenger. Minecraft hides ordinary living-entity names when they carry passengers, including packet-only ones. Owns the supplied text until closed; use the existing tracker for viewer lifecycle.
Constructors
Link copied to clipboard
public void FollowingText(FakeText text, Entity anchor, Supplier<Location> position, Predicate<Player> viewerFilter)
Functions
Link copied to clipboard
Checks whether a player is allowed to see this entity, independent of range and world.
Link copied to clipboard
Gets all players who can currently see this entity.
Link copied to clipboard
Gets the location used for tracking distance.
Link copied to clipboard
Gets the unique identifier for this entity.
Link copied to clipboard
Gets the vehicle entity this is attached to, if any.
Link copied to clipboard
Hides this entity from a player.
Link copied to clipboard
Checks if this entity is currently visible to a player.
Link copied to clipboard
Shows this entity to a player.
Link copied to clipboard
Updates a moving anchor before visibility is evaluated.