- valueOf(String) - Static method in enum paintball.user.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum paintball.user.GameColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum paintball.user.MapObject
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum paintball.user.Team
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum paintball.user.UnitStat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum paintball.user.UnitType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum paintball.user.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum paintball.user.GameColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum paintball.user.MapObject
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum paintball.user.Team
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum paintball.user.UnitStat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum paintball.user.UnitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.