Interface Zombie

All Superinterfaces:
CommandSender, Creature, Damageable, Entity, LivingEntity, Metadatable, Monster, Permissible, ProjectileSource, ServerOperator
All Known Subinterfaces:
PigZombie

public interface Zombie
extends Monster
Represents a Zombie.
  • Method Details

    • isBaby

      boolean isBaby()
      Gets whether the zombie is a baby
      Returns:
      Whether the zombie is a baby
    • setBaby

      void setBaby​(boolean flag)
      Sets whether the zombie is a baby
      Parameters:
      flag - Whether the zombie is a baby
    • isVillager

      boolean isVillager()
      Gets whether the zombie is a villager
      Returns:
      Whether the zombie is a villager
    • setVillager

      void setVillager​(boolean flag)
      Sets whether the zombie is a villager
      Parameters:
      flag - Whether the zombie is a villager