Repackage NMS

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2021-03-16 09:00:00 +11:00
parent 18496e998f
commit 9da047989c
968 changed files with 5448 additions and 5050 deletions

View File

@@ -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) {