Uses of Enum
net.md_5.bungee.protocol.packet.Team.NameTagVisibility
Packages that use Team.NameTagVisibility
-
Uses of Team.NameTagVisibility in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Team.NameTagVisibilityModifier and TypeMethodDescriptionTeam.getNameTagVisibility()static Team.NameTagVisibilityReturns the enum constant of this type with the specified name.static Team.NameTagVisibility[]Team.NameTagVisibility.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.protocol.packet with parameters of type Team.NameTagVisibilityModifier and TypeMethodDescriptionvoidTeam.setNameTagVisibility(Team.NameTagVisibility nameTagVisibility) Constructors in net.md_5.bungee.protocol.packet with parameters of type Team.NameTagVisibilityModifierConstructorDescriptionTeam(String name, byte mode, Either<String, net.md_5.bungee.api.chat.BaseComponent> displayName, Either<String, net.md_5.bungee.api.chat.BaseComponent> prefix, Either<String, net.md_5.bungee.api.chat.BaseComponent> suffix, Team.NameTagVisibility nameTagVisibility, Team.CollisionRule collisionRule, int color, byte friendlyFire, String[] players) Creates a newTeaminstance.