Player
Protobuf enum org.emulinker.proto.Player
Entries
Link copied to clipboard
@Generated
Link copied to clipboard
@Generated
PLAYER_ONE = 1;
Link copied to clipboard
@Generated
PLAYER_TWO = 2;
Link copied to clipboard
@Generated
PLAYER_THREE = 3;
Link copied to clipboard
@Generated
PLAYER_FOUR = 4;
Link copied to clipboard
@Generated
Properties
Link copied to clipboard
PLAYER_FOUR = 4;Link copied to clipboard
PLAYER_ONE = 1;Link copied to clipboard
PLAYER_THREE = 3;Link copied to clipboard
PLAYER_TWO = 2;Link copied to clipboard
Note: In some languages having multiple enum values with the same
name causes issues so it's good to prefix with the name.
Content copied to clipboard
PLAYER_UNSPECIFIED = 0;Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)