Uses of Enum Class
net.minecraft.world.scores.Team.CollisionRule
Packages that use Team.CollisionRule
-
Uses of Team.CollisionRule in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type Team.CollisionRuleModifier and TypeMethodDescriptionprivate static intTeamCommand.setCollision(CommandSourceStack p_138887_, PlayerTeam p_138888_, Team.CollisionRule p_138889_) -
Uses of Team.CollisionRule in net.minecraft.world.scores
Fields in net.minecraft.world.scores declared as Team.CollisionRuleFields in net.minecraft.world.scores with type parameters of type Team.CollisionRuleModifier and TypeFieldDescriptionprivate static final Map<String,Team.CollisionRule> Team.CollisionRule.BY_NAMEMethods in net.minecraft.world.scores that return Team.CollisionRuleModifier and TypeMethodDescriptionstatic Team.CollisionRulePlayerTeam.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.world.scores with parameters of type Team.CollisionRule