@@ -1,22 +1,6 @@
|
|||||||
package org.bukkit.entity;
|
package org.bukkit.entity;
|
||||||
|
|
||||||
import org.bukkit.projectiles.ProjectileSource;
|
public interface ShulkerBullet extends Projectile {
|
||||||
|
|
||||||
public interface ShulkerBullet extends Entity {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieve the shooter of this bullet.
|
|
||||||
*
|
|
||||||
* @return the {@link ProjectileSource} that shot this bullet
|
|
||||||
*/
|
|
||||||
ProjectileSource getShooter();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the shooter of this bullet.
|
|
||||||
*
|
|
||||||
* @param source the {@link ProjectileSource} that shot this bullet
|
|
||||||
*/
|
|
||||||
void setShooter(ProjectileSource source);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the target of this bullet.
|
* Retrieve the target of this bullet.
|
||||||
|
|||||||
Reference in New Issue
Block a user