Interface Wolf

All Superinterfaces:
Ageable, Animals, Attributable, Breedable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator, Sittable, Tameable

public interface Wolf extends Tameable, Sittable
Represents a Wolf
  • Method Details

    • isAngry

      boolean isAngry()
      Checks if this wolf is angry
      Returns:
      Anger true if angry
    • setAngry

      void setAngry(boolean angry)
      Sets the anger of this wolf.

      An angry wolf can not be fed or tamed.

      Parameters:
      angry - true if angry
      See Also:
    • getCollarColor

      @NotNull DyeColor getCollarColor()
      Get the collar color of this wolf
      Returns:
      the color of the collar
    • setCollarColor

      void setCollarColor(@NotNull DyeColor color)
      Set the collar color of this wolf
      Parameters:
      color - the color to apply