public interface Arrow extends Projectile
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPickup()
Represents whether or not you can pickup this Arrow
|
void |
setPickup(boolean pickup)
Sets the ability to pickup the projectile
|
doHit, launcher, setLauncherapplyProperties, boundingBox, displayName, eject, entityId, isNameVisible, isSilent, onGround, passenger, position, remove, setDisplayName, setPassenger, setSize, setVelocity, teleport, teleport, teleport, type, uniqueId, velocity, withinRange, worldboolean canPickup()
void setPickup(boolean pickup)
pickup - true if the arrow can be picked up, false if it should notCopyright © 2016. All rights reserved.