Interface Vex

All Superinterfaces:
Attributable, Audience, CommandSender, Creature, Damageable, Entity, HoverEventSource<HoverEvent.ShowEntity>, 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
    • 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