Interface PlayerAccount

All Superinterfaces:
Account, Source

public interface PlayerAccount extends Account
  • Method Details

    • getId

      @NotNull @NotNull UUID getId()
    • getName

      @NotNull @NotNull String getName()
      Specified by:
      getName in interface Account