Package org.bukkit.entity
Interface SpectralArrow
- All Superinterfaces:
- AbstractArrow,- CommandSender,- Entity,- Metadatable,- Nameable,- Permissible,- PersistentDataHolder,- Projectile,- ServerOperator
public interface SpectralArrow extends AbstractArrow
Represents a spectral arrow.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.bukkit.entity.AbstractArrowAbstractArrow.PickupStatus
- 
Method SummaryModifier and Type Method Description intgetGlowingTicks()Returns the amount of time that this arrow will apply the glowing effect for.voidsetGlowingTicks(int duration)Sets the amount of time to apply the glowing effect for.Methods inherited from interface org.bukkit.entity.AbstractArrowgetAttachedBlock, getDamage, getKnockbackStrength, getPickupStatus, getPierceLevel, isCritical, isInBlock, isShotFromCrossbow, setCritical, setDamage, setKnockbackStrength, setPickupStatus, setPierceLevel, setShotFromCrossbowMethods inherited from interface org.bukkit.command.CommandSendergetName, sendMessage, sendMessage, sendMessage, sendMessageMethods inherited from interface org.bukkit.entity.EntityaddPassenger, addScoreboardTag, eject, getBoundingBox, getEntityId, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isPersistent, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleportMethods inherited from interface org.bukkit.metadata.MetadatablegetMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.permissions.PermissibleaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentMethods inherited from interface org.bukkit.persistence.PersistentDataHoldergetPersistentDataContainerMethods inherited from interface org.bukkit.entity.ProjectiledoesBounce, getShooter, setBounce, setShooter
- 
Method Details- 
getGlowingTicksint getGlowingTicks()Returns the amount of time that this arrow will apply the glowing effect for.- Returns:
- the glowing effect ticks
 
- 
setGlowingTicksvoid setGlowingTicks(int duration)Sets the amount of time to apply the glowing effect for.- Parameters:
- duration- the glowing effect ticks
 
 
-