Interface Piglin

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

public interface Piglin extends Mob, Ageable
Represents a piglin entity.
  • Method Details

    • isCharging

      boolean isCharging()
      Since:
      1.0.0
    • setCharging

      void setCharging(boolean charging)
      Since:
      1.0.0
    • isDancing

      boolean isDancing()
      Since:
      1.0.0
    • setDancing

      void setDancing(boolean dancing)
      Since:
      1.0.0