public class WolfWatcher extends TameableWatcher
  • Constructor Details

    • WolfWatcher

      public WolfWatcher(Disguise disguise)
  • Method Details

    • getSoundVariant

      public com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant getSoundVariant()
    • setSoundVariant

      public void setSoundVariant(com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant soundVariant)
    • getCollarColor

      public org.bukkit.DyeColor getCollarColor()
    • setCollarColor

      @Deprecated public void setCollarColor(AnimalColor color)
      Deprecated.
    • setCollarColor

      public void setCollarColor(org.bukkit.DyeColor newColor)
    • isBegging

      public boolean isBegging()
    • setBegging

      public void setBegging(boolean begging)
    • isAngry

      public boolean isAngry()
    • setAngry

      public void setAngry(boolean angry)
    • getAnger

      public int getAnger()
    • setAnger

      public void setAnger(int anger)
    • getDamageTaken

      @Deprecated public float getDamageTaken()
      Deprecated.
      Used for tail rotation.
      Returns:
    • setDamageTaken

      @Deprecated public void setDamageTaken(float damage)
      Deprecated.
      Used for tail rotation.
      Parameters:
      damage -
    • setVariant

      public void setVariant(org.bukkit.entity.Wolf.Variant variant)
    • getVariant

      public org.bukkit.entity.Wolf.Variant getVariant()
    • getWolfArmor

      public org.bukkit.inventory.ItemStack getWolfArmor()
    • setWolfArmor

      public void setWolfArmor(org.bukkit.inventory.ItemStack item)
    • getWolfArmorColor

      public org.bukkit.Color getWolfArmorColor()
    • setWolfArmorColor

      public void setWolfArmorColor(org.bukkit.Color color)