summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/entity/ShulkerBullet.java18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/main/java/org/bukkit/entity/ShulkerBullet.java b/src/main/java/org/bukkit/entity/ShulkerBullet.java
index 7e232338..f285c0a8 100644
--- a/src/main/java/org/bukkit/entity/ShulkerBullet.java
+++ b/src/main/java/org/bukkit/entity/ShulkerBullet.java
@@ -1,22 +1,6 @@
package org.bukkit.entity;
-import org.bukkit.projectiles.ProjectileSource;
-
-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);
+public interface ShulkerBullet extends Projectile {
/**
* Retrieve the target of this bullet.