org.bukkit.projectiles.BlockProjectileSource Maven / Gradle / Ivy
package org.bukkit.projectiles;
import org.bukkit.block.Block;
public interface BlockProjectileSource extends ProjectileSource {
/**
* Gets the block this projectile source belongs to.
*
* @return Block for the projectile source
*/
Block getBlock();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy