Interface EvokerFangs

All Superinterfaces:
net.kyori.adventure.audience.Audience, CommandSender, Entity, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, Metadatable, Nameable, Permissible, PersistentDataHolder, net.kyori.adventure.pointer.Pointered, ServerOperator, net.kyori.adventure.sound.Sound.Emitter

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

    • getOwner

      Gets the LivingEntity which summoned the fangs.
      Returns:
      the LivingEntity which summoned the fangs
    • setOwner

      void setOwner(@Nullable @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