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, setShooter
eject, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport
getMetadata, hasMetadata, removeMetadata, setMetadata
Collection<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 a potion, otherwise an exception is thrown.
item
- New ItemStackCopyright © 2014. All rights reserved.