Package | Description |
---|---|
com.comphenix.protocol.concurrency |
Modifier and Type | Method and Description |
---|---|
static ConcurrentPlayerMap.PlayerKey |
ConcurrentPlayerMap.PlayerKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentPlayerMap.PlayerKey[] |
ConcurrentPlayerMap.PlayerKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConcurrentPlayerMap(ConcurrentPlayerMap.PlayerKey standardMethod)
Construct a new concurrent player map using the given standard key method.
|