Interface Vex

All Superinterfaces:
Attributable, CommandSender, Creature, Damageable, Enemy, Entity, LivingEntity, Lootable, Metadatable, Mob, Monster, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator

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

    • isCharging

      boolean isCharging()
      Gets the charging state of this entity. When this entity is charging it will having a glowing red texture.
      Returns:
      charging state
    • setCharging

      void setCharging(boolean charging)
      Sets the charging state of this entity. When this entity is charging it will having a glowing red texture.
      Parameters:
      charging - new state
    • getBound

      @Nullable Location getBound()
      Gets the bound of this entity. An idle vex will navigate a 15x11x15 area centered around its bound location. When summoned by an Evoker, this location will be set to that of the summoner.
      Returns:
      Location of the bound or null if not set
    • setBound

      void setBound(@Nullable Location location)
      Sets the bound of this entity. An idle vex will navigate a 15x11x15 area centered around its bound location. When summoned by an Evoker, this location will be set to that of the summoner.
      Parameters:
      location - Location of the bound or null to clear
    • getLifeTicks

      int getLifeTicks()
      Gets the remaining lifespan of this entity.
      Returns:
      life in ticks
    • setLifeTicks

      void setLifeTicks(int lifeTicks)
      Sets the remaining lifespan of this entity.
      Parameters:
      lifeTicks - life in ticks, or negative for unlimited lifepan
    • hasLimitedLife

      boolean hasLimitedLife()
      Gets if the entity has a limited life.
      Returns:
      true if the entity has limited life