public interface PlayerStateValue
Modifier and Type | Method and Description |
---|---|
int |
value(PlayerState playerState)
Returns a value for the provided player state
This value should always be the same for the same player state
|
int value(PlayerState playerState)
playerState
- The player state to get the value for