Builder
interface Builder
A builder for building teams.
Functions
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Adds the given member to the team's list of members.
Link copied to clipboard
Allows all team members to attack each other.
Link copied to clipboard
Builds the team and adds it to the scoreboard.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets whether or not team members can see invisible team members.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the collision rule for the team to the given rule.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the team colour to the given color.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the death message visibility for the team to the given visibility.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the display name for the team to the given name.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets whether or not team members are allowed to attack each other.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the name tag visibility for the team to the given visibility.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the prefix for the team to the given prefix.
Link copied to clipboard
Allows all team members to see invisible team members.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the suffix for the team to the given suffix.