PotionType.getEffectType() should return a list

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None
    • 1.13-1.15.2
    • Yes

      Since a potion with 2 effects (turtle_master) appeared in Minecraft, PotionEffectType should be in the list.
      Now:

      PotionEffectType effecttype = arrow.getBasePotionData().getType().getEffectType();
      

      Should be:

      List<PotionEffectType> effecttypes = arrow.getBasePotionData().getType().getEffectTypes();
      

            Assignee:
            Unassigned
            Reporter:
            Bomb
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: