Uses of Interface
org.bukkit.entity.Projectile
Packages that use Projectile
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes to represent the source of a projectile
-
Uses of Projectile in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return ProjectileModifier and TypeMethodDescriptionProjectileCollideEvent.getEntity()
Deprecated.Get the projectile that collidedConstructors in com.destroystokyo.paper.event.entity with parameters of type ProjectileModifierConstructorDescriptionProjectileCollideEvent
(@NotNull Projectile projectile, @NotNull Entity collidedWith) Deprecated. -
Uses of Projectile in com.destroystokyo.paper.event.player
Methods in com.destroystokyo.paper.event.player that return ProjectileModifier and TypeMethodDescriptionPlayerLaunchProjectileEvent.getProjectile()
Gets the projectile which will be launched by this eventConstructors in com.destroystokyo.paper.event.player with parameters of type ProjectileModifierConstructorDescriptionPlayerLaunchProjectileEvent
(Player shooter, ItemStack itemStack, Projectile projectile) -
Uses of Projectile in io.papermc.paper.event.block
Constructors in io.papermc.paper.event.block with parameters of type ProjectileModifierConstructorDescriptionTargetHitEvent
(Projectile projectile, Block block, BlockFace blockFace, int signalStrength) -
Uses of Projectile in org.bukkit.entity
Subinterfaces of Projectile in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Represents an arrow.interface
Represents a Wind Charge.interface
interface
Represents a Wind Charge.interface
interface
Represents a thrown egg.interface
Represents a thrown Ender Pearl entityinterface
Represents a Fireball.interface
interface
Represents a fishing hook.interface
Represents a largeFireball
interface
Represents a thrown lingering potion bottleinterface
Represents Llama spit.interface
interface
Represents a sized fireball.interface
Represents a smallFireball
interface
Represents a snowball.interface
Represents a spectral arrow.interface
Represents a thrown splash potion bottleinterface
interface
Represents a thrown Experience bottle.interface
Represents a thrown potion bottleinterface
Deprecated.tipped status depends only on base potion type not being UNCRAFTABLE and effects being empty.interface
Represents a thrown trident.interface
Represents a Wind Charge.interface
Represents a wither skullFireball
. -
Uses of Projectile in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return ProjectileModifier and TypeMethodDescriptionProjectileHitEvent.getEntity()
ProjectileLaunchEvent.getEntity()
Constructors in org.bukkit.event.entity with parameters of type ProjectileModifierConstructorDescriptionProjectileHitEvent
(@NotNull Projectile projectile) Deprecated, for removal: This API element is subject to removal in a future version.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Block hitBlock) Deprecated, for removal: This API element is subject to removal in a future version.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity) Deprecated, for removal: This API element is subject to removal in a future version.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity, @Nullable Block hitBlock) Deprecated, for removal: This API element is subject to removal in a future version.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace) -
Uses of Projectile in org.bukkit.projectiles
Methods in org.bukkit.projectiles with type parameters of type ProjectileModifier and TypeMethodDescription<T extends Projectile>
TProjectileSource.launchProjectile
(@NotNull Class<? extends T> projectile) Launches aProjectile
from the ProjectileSource.<T extends Projectile>
TProjectileSource.launchProjectile
(@NotNull Class<? extends T> projectile, @Nullable Vector velocity) Launches aProjectile
from the ProjectileSource with an initial velocity.<T extends Projectile>
TProjectileSource.launchProjectile
(@NotNull Class<? extends T> projectile, @Nullable Vector velocity, @Nullable Consumer<? super T> function) Launches aProjectile
from the ProjectileSource with an initial velocity, with the supplied function run before the entity is added to the world.