Interface UserData

All Superinterfaces:
EconomicEntityData

public interface UserData extends EconomicEntityData
  • Method Details

    • getUniqueId

      @NotNull @NotNull UUID getUniqueId()
    • getUsername

      String getUsername()
    • getUser

      User getUser()
    • getGroup

      @Nullable @Nullable Group getGroup()
    • setGroup

      void setGroup(@Nullable @Nullable Group group)
    • 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

      void setCustomACFormat(String customACFormat)
    • getCustomACFormat

      AdminChatFormat getCustomACFormat()