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 int
TeamCommand.setCollision
(CommandSourceStack pSource, PlayerTeam pTeam, Team.CollisionRule pRule) -
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_NAME
Methods in net.minecraft.world.scores that return Team.CollisionRuleModifier and TypeMethodDescriptionstatic Team.CollisionRule
PlayerTeam.getCollisionRule()
abstract Team.CollisionRule
Team.getCollisionRule()
static Team.CollisionRule
Returns 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.CollisionRuleModifier and TypeMethodDescriptionvoid
PlayerTeam.setCollisionRule
(Team.CollisionRule pRule) Sets the rule to be used for handling collisions with members of this team.