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 int
TeamCommand.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_NAME
Methods in net.minecraft.scoreboard that return Team.CollisionRuleModifier and TypeMethodDescriptionstatic Team.CollisionRule
ScorePlayerTeam.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.scoreboard with parameters of type Team.CollisionRuleModifier and TypeMethodDescriptionvoid
ScorePlayerTeam.setCollisionRule
(Team.CollisionRule p_186682_1_)