Interface TemplateDTO


public interface TemplateDTO
A reusable set of member privilege values owned by a player.
  • Method Details

    • getId

      @NotNull @NotNull Integer getId()
    • getCreator

      @NotNull @NotNull UUID getCreator()
    • getName

      @NotNull @NotNull String getName()
    • getFlagValue

      @NotNull @NotNull Boolean getFlagValue(@NotNull @NotNull PriFlag flag)
    • getFlagsValue

      @NotNull @NotNull Map<PriFlag,Boolean> getFlagsValue()