Schnittstelle ICorePlayerProvider


public interface ICorePlayerProvider
  • Methodendetails

    • corePlayer

      ICorePlayer corePlayer(org.bukkit.entity.Player player)
      Get the core player of the player.
      Parameter:
      player - the paper player
      Gibt zurück:
      the ICorePlayer of the player
    • corePlayer

      ICorePlayer corePlayer(UUID uuid)
      Get the core player of the uuid.
      Parameter:
      uuid - the uuid of the player
      Gibt zurück:
      the ICorePlayer of the uuid
    • corePlayer

      ICorePlayer corePlayer(String name)
      Get the core player of the name.
      Parameter:
      name - the name of the player
      Gibt zurück:
      the ICorePlayer of the name
    • corePlayers

      List<ICorePlayer> corePlayers()
      Get all core players.
      Gibt zurück:
      a list of all core players
    • init

      void init(UUID uuid)
      Initialize the core player.
      Parameter:
      uuid - the uuid of the player
    • update

      void update(ICorePlayer player)
      Update the core player.
      Parameter:
      player - the core player
    • exists

      boolean exists(UUID uuid)
      Check if the core player exists.
      Parameter:
      uuid - the uuid of the player
      Gibt zurück:
      true if the core player exists, otherwise false