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 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 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.CollisionRule