public interface TeamMember
Text
representation on a Team
. The client may be able to link the team
Text
entry to a particular object, and perform extra functionality.
Examples include:
Player
s, represented in Vanilla by their nameliving entities
, represented in Vanilla by their UUID
Modifier and Type | Method and Description |
---|---|
Text |
getTeamRepresentation()
Gets a
Text representing this team member, suitable for adding
to an Team with Team.addMember(Text) . |
Text getTeamRepresentation()
Text
representing this team member, suitable for adding
to an Team
with Team.addMember(Text)
.Text
representing this team member