Interface PlayerValueFactory<V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for creating default player values when no persisted data exists.
The provided UUID is the player's unique identifier and must be used to create a value associated with that specific player.
-
Method Summary
-
Method Details
-
create
-