public interface Arrow extends Projectile
Modifier and Type | Method and Description |
---|---|
DamagingData |
getDamagingData()
Gets a copy of the current
DamagingData that this arrow will
deal on an Entity when hit. |
KnockbackData |
getKnockbackData()
Gets a copy of the current
KnockbackData that this arrow
has. |
getShooter, setShooter
createSnapshot, damage, getLocation, getRotation, getScale, getTransform, getType, getWorld, isLoaded, isOnGround, isRemoved, remove, setLocation, setLocationAndRotation, setLocationAndRotation, setLocationAndRotationSafely, setLocationAndRotationSafely, setLocationSafely, setRotation, setScale, setTransform, transferToWorld, transferToWorld
getUniqueId
getProperties, getProperty, setRawData, validateRawData
toContainer
DamagingData getDamagingData()
DamagingData
that this arrow will
deal on an Entity
when hit.KnockbackData getKnockbackData()
KnockbackData
that this arrow
has.