Class PlayerStorage<T>
java.lang.Object
net.dillon.dillonlib.util.PlayerStorage<T>
- Type Parameters:
T- the type of data stored for the player's UUID.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected voidPerforms an action when data is set.voidRemoves the value for the player.voidSets the value for the player.
-
Constructor Details
-
PlayerStorage
-
-
Method Details
-
set
-
onSet
-
get
-
remove
Removes the value for the player. -
contains
- Returns:
- if the player has this data.
-