Interface Vex

All Superinterfaces:
Attributable, Audience, CommandSender, Creature, Damageable, Entity, HoverEventSource<HoverEvent.ShowEntity>, LivingEntity, Lootable, Metadatable, Mob, Monster, Nameable, Permissible, PersistentDataHolder, Pointered, ProjectileSource, ServerOperator, Sound.Emitter

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

      @Nullable @Nullable Mob getSummoner()
      Get the Mob that summoned this vex
      Returns:
      Mob that summoned this vex
    • setSummoner

      void setSummoner(@Nullable @Nullable Mob summoner)
      Set the summoner of this vex
      Parameters:
      summoner - New summoner
    • hasLimitedLifetime

      boolean hasLimitedLifetime()
      Gets if this vex should start to take damage once getLimitedLifetimeTicks() is less than or equal to 0.
      Returns:
      will take damage
    • setLimitedLifetime

      void setLimitedLifetime(boolean hasLimitedLifetime)
      Sets if this vex should start to take damage once getLimitedLifetimeTicks() is less than or equal to 0.
      Parameters:
      hasLimitedLifetime - should take damage
    • getLimitedLifetimeTicks

      int getLimitedLifetimeTicks()
      Gets the number of ticks remaining until the vex will start to take damage.
      Returns:
      ticks until the vex will start to take damage
    • setLimitedLifetimeTicks

      void setLimitedLifetimeTicks(int ticks)
      Sets the number of ticks remaining until the vex takes damage. This number is ticked down only if hasLimitedLifetime() is true.
      Parameters:
      ticks - ticks remaining