Package | Description |
---|---|
net.minecraft.scoreboard |
Modifier and Type | Field and Description |
---|---|
private Team.CollisionRule |
ScorePlayerTeam.collisionRule |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Team.CollisionRule> |
Team.CollisionRule.nameMap |
Modifier and Type | Method and Description |
---|---|
static Team.CollisionRule |
Team.CollisionRule.getByName(java.lang.String nameIn) |
abstract Team.CollisionRule |
Team.getCollisionRule() |
Team.CollisionRule |
ScorePlayerTeam.getCollisionRule() |
static Team.CollisionRule |
Team.CollisionRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Team.CollisionRule[] |
Team.CollisionRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScorePlayerTeam.setCollisionRule(Team.CollisionRule rule) |