Class GlowTippedArrow

All Implemented Interfaces:
net.kyori.adventure.audience.Audience, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, org.bukkit.command.CommandSender, org.bukkit.entity.AbstractArrow, org.bukkit.entity.Arrow, org.bukkit.entity.Entity, org.bukkit.entity.Projectile, org.bukkit.entity.TippedArrow, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.permissions.Permissible, org.bukkit.permissions.ServerOperator, org.bukkit.persistence.PersistentDataHolder

public class GlowTippedArrow extends GlowArrow implements org.bukkit.entity.TippedArrow
  • Constructor Details

    • GlowTippedArrow

      public GlowTippedArrow(org.bukkit.Location location)
  • Method Details

    • collide

      public void collide(org.bukkit.entity.LivingEntity entity)
      Overrides:
      collide in class GlowArrow
    • hasCustomEffects

      public boolean hasCustomEffects()
      Specified by:
      hasCustomEffects in interface org.bukkit.entity.Arrow
      Overrides:
      hasCustomEffects in class GlowArrow
    • getCustomEffects

      @NotNull public @NotNull List<org.bukkit.potion.PotionEffect> getCustomEffects()
      Specified by:
      getCustomEffects in interface org.bukkit.entity.Arrow
      Overrides:
      getCustomEffects in class GlowArrow
    • addCustomEffect

      public boolean addCustomEffect(@NotNull @NotNull org.bukkit.potion.PotionEffect potionEffect, boolean overwrite)
      Specified by:
      addCustomEffect in interface org.bukkit.entity.Arrow
      Overrides:
      addCustomEffect in class GlowArrow
    • removeCustomEffect

      public boolean removeCustomEffect(@NotNull @NotNull org.bukkit.potion.PotionEffectType potionEffectType)
      Specified by:
      removeCustomEffect in interface org.bukkit.entity.Arrow
      Overrides:
      removeCustomEffect in class GlowArrow
    • hasCustomEffect

      public boolean hasCustomEffect(org.bukkit.potion.PotionEffectType potionEffectType)
      Specified by:
      hasCustomEffect in interface org.bukkit.entity.Arrow
      Overrides:
      hasCustomEffect in class GlowArrow
    • clearCustomEffects

      public void clearCustomEffects()
      Specified by:
      clearCustomEffects in interface org.bukkit.entity.Arrow
      Overrides:
      clearCustomEffects in class GlowArrow
    • copyFrom

      public void copyFrom(org.bukkit.inventory.meta.PotionMeta itemMeta)
    • getColor

      public org.bukkit.Color getColor()
      Specified by:
      getColor in interface org.bukkit.entity.Arrow
      Overrides:
      getColor in class GlowArrow
    • setColor

      public void setColor(org.bukkit.Color color)
      Specified by:
      setColor in interface org.bukkit.entity.Arrow
      Overrides:
      setColor in class GlowArrow
    • getBasePotionData

      public org.bukkit.potion.PotionData getBasePotionData()
      Specified by:
      getBasePotionData in interface org.bukkit.entity.Arrow
      Overrides:
      getBasePotionData in class GlowArrow
    • setBasePotionData

      public void setBasePotionData(org.bukkit.potion.PotionData basePotionData)
      Specified by:
      setBasePotionData in interface org.bukkit.entity.Arrow
      Overrides:
      setBasePotionData in class GlowArrow