Schnittstelle IUUIDFetcher


public interface IUUIDFetcher
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    name(@NotNull UUID uuid)
    Get a player's name from their UUID.
    uuid(@NotNull String name)
    Get a player's UUID from their name.
  • Methodendetails

    • uuid

      UUID uuid(@NotNull @NotNull String name)
      Get a player's UUID from their name.
      Parameter:
      name - The name of the player
      Gibt zurück:
      The UUID of the player
    • name

      String name(@NotNull @NotNull UUID uuid)
      Get a player's name from their UUID.
      Parameter:
      uuid - The UUID of the player
      Gibt zurück:
      The name of the player