Class EntityLlama

All Implemented Interfaces:
org.cloudburstmc.api.entity.Creature, org.cloudburstmc.api.entity.Damageable, org.cloudburstmc.api.entity.Entity, org.cloudburstmc.api.entity.EntityAgeable, org.cloudburstmc.api.entity.Living, org.cloudburstmc.api.entity.passive.Llama, org.cloudburstmc.api.inventory.InventoryHolder

public class EntityLlama extends Animal implements org.cloudburstmc.api.entity.passive.Llama
Author:
PikyCZ
  • Constructor Details

    • EntityLlama

      public EntityLlama(org.cloudburstmc.api.entity.EntityType<org.cloudburstmc.api.entity.passive.Llama> type, org.cloudburstmc.api.level.Location location)
  • Method Details

    • 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
    • getEyeHeight

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

      public void initEntity()
      Overrides:
      initEntity in class BaseEntity