Uses of Enum
net.md_5.bungee.protocol.packet.Team.CollisionRule
Packages that use Team.CollisionRule
-
Uses of Team.CollisionRule in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Team.CollisionRuleModifier and TypeMethodDescriptionTeam.getCollisionRule()static Team.CollisionRuleReturns the enum constant of this type with the specified name.static Team.CollisionRule[]Team.CollisionRule.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.CollisionRuleConstructors in net.md_5.bungee.protocol.packet with parameters of type Team.CollisionRuleModifierConstructorDescriptionTeam(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.