Package org.bukkit.projectiles
Interface BlockProjectileSource
-
- All Superinterfaces:
ProjectileSource
public interface BlockProjectileSource extends ProjectileSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block
getBlock()
Gets the block this projectile source belongs to.-
Methods inherited from interface org.bukkit.projectiles.ProjectileSource
launchProjectile, launchProjectile
-
-
-
-
Method Detail
-
getBlock
@NotNull Block getBlock()
Gets the block this projectile source belongs to.- Returns:
- Block for the projectile source
-
-