Class EntityZombieVillager

All Implemented Interfaces:
org.cloudburstmc.api.entity.Creature, org.cloudburstmc.api.entity.Damageable, org.cloudburstmc.api.entity.Entity, org.cloudburstmc.api.entity.hostile.ZombieVillager, org.cloudburstmc.api.entity.Living, org.cloudburstmc.api.entity.Smiteable, org.cloudburstmc.api.inventory.InventoryHolder

public class EntityZombieVillager extends EntityHostile implements org.cloudburstmc.api.entity.hostile.ZombieVillager, org.cloudburstmc.api.entity.Smiteable
Author:
PikyCZ
  • Constructor Details

    • EntityZombieVillager

      public EntityZombieVillager(org.cloudburstmc.api.entity.EntityType<org.cloudburstmc.api.entity.hostile.ZombieVillager> type, org.cloudburstmc.api.level.Location location)
  • Method Details

    • initEntity

      protected void initEntity()
      Overrides:
      initEntity in class BaseEntity
    • getWidth

      public float getWidth()
      Specified by:
      getWidth in interface org.cloudburstmc.api.entity.Entity
      Overrides:
      getWidth in class BaseEntity
    • getHeight

      public float getHeight()
      Specified by:
      getHeight in interface org.cloudburstmc.api.entity.Entity
      Overrides:
      getHeight in class BaseEntity
    • getName

      public String getName()
      Specified by:
      getName in interface org.cloudburstmc.api.entity.Entity
      Overrides:
      getName in class BaseEntity
    • isUndead

      public boolean isUndead()
      Specified by:
      isUndead in interface org.cloudburstmc.api.entity.Entity