Class SubCreator.ServerTemplate

java.lang.Object
net.ME1312.SubServers.Client.Common.Network.API.SubCreator.ServerTemplate
Enclosing class:
SubCreator

public static class SubCreator.ServerTemplate extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Get the Name of this Template
      Returns:
      Template Name
    • getDisplayName

      public String getDisplayName()
      Get the Display Name of this Template
      Returns:
      Display Name
    • isEnabled

      public boolean isEnabled()
      Get the Enabled Status of this Template
      Returns:
      Enabled Status
    • getIcon

      public String getIcon()
      Get the Item Icon for this Template
      Returns:
      Item Icon Name/ID
    • getType

      public SubCreator.ServerType getType()
      Get the Type of this Template
      Returns:
      Template Type
    • requiresVersion

      public boolean requiresVersion()
      Get whether this Template requires the Version argument
      Returns:
      Version Requirement
    • canUpdate

      public boolean canUpdate()
      Get whether this Template can be used to update it's servers
      Returns:
      Updatable Status