| Package | Description |
|---|---|
| net.techcable.tacospigot.event.entity | |
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.player |
| Modifier and Type | Method and Description |
|---|---|
Arrow |
ArrowCollideEvent.getEntity()
Get the arrow that collided
|
| Constructor and Description |
|---|
ArrowCollideEvent(Arrow what,
Entity collidedWith) |
| Modifier and Type | Method and Description |
|---|---|
Arrow |
World.spawnArrow(Location location,
Vector direction,
float speed,
float spread)
|
| Modifier and Type | Method and Description |
|---|---|
Arrow |
LivingEntity.shootArrow()
Deprecated.
use launchProjectile(Arrow.class) instead
|
| Modifier and Type | Method and Description |
|---|---|
Arrow |
PlayerPickupArrowEvent.getArrow()
Get the arrow being picked up by the player
|
| Constructor and Description |
|---|
PlayerPickupArrowEvent(Player player,
Item item,
Arrow arrow) |
Copyright © 2022. All rights reserved.