CommandSender, Entity, Metadatable, Nameable, Permissible, PersistentDataHolder, Projectile, ServerOperatorLingeringPotion, SplashPotionpublic interface ThrownPotion extends Projectile
Entity.Spigot| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Collection<PotionEffect> | getEffects() | Returns the effects that are applied by this potion. | 
| @NotNull ItemStack | getItem() | Returns a copy of the ItemStack for this thrown potion. | 
| void | setItem(@NotNull ItemStack item) | Set the ItemStack for this thrown potion. | 
getName, sendMessage, sendMessageaddPassenger, 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, teleportgetMetadata, hasMetadata, removeMetadata, setMetadatagetCustomName, setCustomNameaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentgetPersistentDataContainerdoesBounce, getShooter, setBounce, setShooterisOp, setOp@NotNull @NotNull Collection<PotionEffect> getEffects()
@NotNull @NotNull 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(@NotNull
             @NotNull ItemStack item)
 The ItemStack must be of type Material.SPLASH_POTION
 or Material.LINGERING_POTION, otherwise an exception
 is thrown.
item - New ItemStackCopyright © 2020. All rights reserved.