All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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