Package me.totalfreedom.user
Interface UserData
- All Superinterfaces:
EconomicEntityData
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlaytime(long playtime) boolean@Nullable GroupgetGroup()long@NotNull UUIDgetUser()booleanvoidvoidsetCustomACFormat(String customACFormat) voidvoidsetInteractionState(boolean canInteract) voidsetPlaytime(long playtime) Methods inherited from interface me.totalfreedom.economy.EconomicEntityData
addToBalance, areTransactionsFrozen, getBalance, removeFromBalance, setBalance
-
Method Details
-
getUniqueId
-
getUsername
String getUsername() -
getUser
User getUser() -
getGroup
-
setGroup
-
getPlaytime
long getPlaytime() -
setPlaytime
void setPlaytime(long playtime) -
addPlaytime
void addPlaytime(long playtime) -
resetPlaytime
void resetPlaytime() -
canInteract
boolean canInteract() -
setInteractionState
void setInteractionState(boolean canInteract) -
hasCustomACFormat
boolean hasCustomACFormat() -
setCustomACFormat
-
getCustomACFormat
AdminChatFormat getCustomACFormat()
-