Interface BungeeChatAccountStorage


  • public interface BungeeChatAccountStorage
    • Method Detail

      • load

        AccountInfo load​(UUID uuid)
        Load a player with the given UUID from the data source this class represents.
        Parameters:
        uuid - UUID of the player to load.
        Returns:
        A tuple of the player and a boolean that specifies whether it needs to be saved right after.
      • requiresConsoleAccountSave

        default boolean requiresConsoleAccountSave()