Some entities do not override toString()

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None

      Very minor. But CraftShulker does not override toString() so its toString is "CraftGolem". Expected "CraftShulker".

       

      Should be as simple as adding in 

      @Override
      public String toString() {
          return "CraftShulker";
      }

            Assignee:
            Unassigned
            Reporter:
            chickeneer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: