Uses of Interface
org.bukkit.entity.Arrow
Package | Description |
---|---|
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. |
-
Uses of Arrow in org.bukkit
Methods in org.bukkit that return Arrow Modifier and Type Method Description Arrow
World. spawnArrow(Location location, Vector direction, float speed, float spread)
-
Uses of Arrow in org.bukkit.entity
Methods in org.bukkit.entity that return Arrow Modifier and Type Method Description Arrow
LivingEntity. shootArrow()
Deprecated.use launchProjectile(Arrow.class) instead