public interface ThrownPotion extends Projectile
Entity.Spigot| Modifier and Type | Method and Description | 
|---|---|
| Collection<PotionEffect> | getEffects()Returns the effects that are applied by this potion. | 
| ItemStack | getItem()Returns a copy of the ItemStack for this thrown potion. | 
| void | setItem(ItemStack item)Set the ItemStack for this thrown potion. | 
_INVALID_getShooter, _INVALID_setShooter, doesBounce, getShooter, setBounce, setShooteraddScoreboardTag, eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPortalCooldown, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isSilent, isValid, leaveVehicle, playEffect, remove, removeScoreboardTag, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPortalCooldown, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleportgetMetadata, hasMetadata, removeMetadata, setMetadatagetName, sendMessage, sendMessageaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentisOp, setOpCollection<PotionEffect> getEffects()
ItemStack getItem()
 Altering this copy will not alter the thrown potion directly. If you want
 to alter the thrown potion, you must use the setItemStack method.
void setItem(ItemStack item)
 The ItemStack must be of type Material.SPLASH_POTION
 or Material.LINGERING_POTION, otherwise an exception
 is thrown.
item - New ItemStackCopyright © 2016. All rights reserved.