• Type: New Feature
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      N/A

    • N/A

      In the PortalType Enum, add PortalType.GATEWAY to represent the gateway generated after defeating the Ender Dragon

      public enum PortalType {
      
          /**
           * This is a Nether portal, made of obsidian.
           */
          NETHER,
      
          /**
           * This is an Ender portal.
           */
          ENDER,
      
      // start new
          /**
           * This is an End gateway portal
           */
          GATEWAY,
      // end new
      
          /**
           * This is a custom Plugin portal.
           */
          CUSTOM;
      }

            Assignee:
            Unassigned
            Reporter:
            Parker Hawke
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: