Uses of Enum Class
net.minecraft.world.scores.Team.CollisionRule
-
Uses of Team.CollisionRule in net.minecraft.server.commands
Modifier 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
Modifier and TypeFieldDescriptionprivate static final Map<String,
Team.CollisionRule> Team.CollisionRule.BY_NAME
Modifier 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.