Interface EvokerFangs

All Superinterfaces:
CommandSender, Entity, Metadatable, Nameable, Permissible, PersistentDataHolder, ServerOperator

public interface EvokerFangs extends Entity
Represents Evoker Fangs.
  • Method Details

    • getOwner

      @Nullable LivingEntity getOwner()
      Gets the LivingEntity which summoned the fangs.
      Returns:
      the LivingEntity which summoned the fangs
    • setOwner

      void setOwner(@Nullable LivingEntity owner)
      Sets the LivingEntity which summoned the fangs.
      Parameters:
      owner - the LivingEntity which summoned the fangs
    • getAttackDelay

      int getAttackDelay()
      Get the delay in ticks until the fang attacks.
      Returns:
      the delay
    • setAttackDelay

      void setAttackDelay(int delay)
      Set the delay in ticks until the fang attacks.
      Parameters:
      delay - the delay, must be positive