summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-03-03 17:29:52 +1100
committermd_5 <git@md-5.net>2016-03-04 07:21:47 +1100
commite0f09419b372afc2149b071ada8345c194848e85 (patch)
tree64aaa40a129cb43dd247f726ce876c8db256d91f /src
parentfccf27b47d27d5bece10ccfc21770adfe89e26de (diff)
downloadbukkit-e0f09419b372afc2149b071ada8345c194848e85.tar
bukkit-e0f09419b372afc2149b071ada8345c194848e85.tar.gz
bukkit-e0f09419b372afc2149b071ada8345c194848e85.tar.lz
bukkit-e0f09419b372afc2149b071ada8345c194848e85.tar.xz
bukkit-e0f09419b372afc2149b071ada8345c194848e85.zip
Treat ShulkerBullet as Projectile
Diffstat (limited to 'src')
-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.