org.bukkit.projectiles
Interface BlockProjectileSource

All Superinterfaces:
ProjectileSource

public interface BlockProjectileSource
extends ProjectileSource


Method Summary
 Block getBlock()
          Gets the block this projectile source belongs to.
 
Methods inherited from interface org.bukkit.projectiles.ProjectileSource
launchProjectile, launchProjectile
 

Method Detail

getBlock

Block getBlock()
Gets the block this projectile source belongs to.

Returns:
Block for the projectile source


Copyright © 2014. All rights reserved.