@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/IProjectile.java
|
||||
+++ b/net/minecraft/server/IProjectile.java
|
||||
@@ -4,6 +4,10 @@
|
||||
import java.util.UUID;
|
||||
import javax.annotation.Nullable;
|
||||
--- a/net/minecraft/world/entity/projectile/IProjectile.java
|
||||
+++ b/net/minecraft/world/entity/projectile/IProjectile.java
|
||||
@@ -15,6 +15,10 @@
|
||||
import net.minecraft.world.phys.MovingObjectPositionEntity;
|
||||
import net.minecraft.world.phys.Vec3D;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import org.bukkit.projectiles.ProjectileSource;
|
||||
@@ -11,7 +11,7 @@
|
||||
public abstract class IProjectile extends Entity {
|
||||
|
||||
private UUID shooter;
|
||||
@@ -19,6 +23,7 @@
|
||||
@@ -30,6 +34,7 @@
|
||||
this.shooter = entity.getUniqueID();
|
||||
this.c = entity.getId();
|
||||
}
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
}
|
||||
|
||||
@@ -101,6 +106,7 @@
|
||||
@@ -112,6 +117,7 @@
|
||||
}
|
||||
|
||||
protected void a(MovingObjectPosition movingobjectposition) {
|
||||
|
||||
Reference in New Issue
Block a user