Uses of Enum Class
net.minecraft.scoreboard.Team.CollisionRule
Packages that use Team.CollisionRule
- 
Uses of Team.CollisionRule in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type Team.CollisionRuleModifier and TypeMethodDescriptionprivate static intTeamCommand.setCollision(CommandSource p_198787_0_, ScorePlayerTeam p_198787_1_, Team.CollisionRule p_198787_2_)  - 
Uses of Team.CollisionRule in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as Team.CollisionRuleFields in net.minecraft.scoreboard with type parameters of type Team.CollisionRuleModifier and TypeFieldDescriptionprivate static final Map<String,Team.CollisionRule> Team.CollisionRule.BY_NAMEMethods in net.minecraft.scoreboard that return Team.CollisionRuleModifier and TypeMethodDescriptionstatic Team.CollisionRuleScorePlayerTeam.getCollisionRule()abstract Team.CollisionRuleTeam.getCollisionRule()static Team.CollisionRuleReturns the enum constant of this class with the specified name.static Team.CollisionRule[]Team.CollisionRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.scoreboard with parameters of type Team.CollisionRuleModifier and TypeMethodDescriptionvoidScorePlayerTeam.setCollisionRule(Team.CollisionRule p_186682_1_)