Interface Goat

All Superinterfaces:
Ageable, Animal, Entity, LivingEntity, Mob, Sound.Emitter, Viewable

public interface Goat extends Animal
Represents a goat entity.
  • Method Details

    • isScreaming

      boolean isScreaming()
      Since:
      1.0.0
    • isScreaming

      void isScreaming(boolean screaming)
      Since:
      1.0.0
    • hasLeftHorn

      boolean hasLeftHorn()
      Since:
      1.0.0
    • hasLeftHorn

      void hasLeftHorn(boolean leftHorn)
      Since:
      1.0.0
    • hasRightHorn

      boolean hasRightHorn()
      Since:
      1.0.0
    • rightHorn

      void rightHorn(boolean rightHorn)
      Since:
      1.0.0