You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2830,17 +2978,106 @@ public abstract class Entity
29218
+
@@ -2826,17 +2974,106 @@ public abstract class Entity
29219
29219
return false;
29220
29220
}
29221
29221
@@ -29332,7 +29332,7 @@ index d8e2adefabb1de2506faa0e6789801b3d1f0203a..0682b5a6d828141f50c62ff5ea56d5bb
29332
29332
}
29333
29333
29334
29334
public InteractionResult interact(final Player player, final InteractionHand hand, final Vec3 location) {
29335
-
@@ -4447,15 +4684,17 @@ public abstract class Entity
29335
+
@@ -4443,15 +4680,17 @@ public abstract class Entity
29336
29336
}
29337
29337
29338
29338
public Iterable<Entity> getIndirectPassengers() {
@@ -29358,7 +29358,7 @@ index d8e2adefabb1de2506faa0e6789801b3d1f0203a..0682b5a6d828141f50c62ff5ea56d5bb
29358
29358
}
29359
29359
29360
29360
public int countPlayerPassengers() {
29361
-
@@ -4766,6 +5005,15 @@ public abstract class Entity
29361
+
@@ -4762,6 +5001,15 @@ public abstract class Entity
29362
29362
}
29363
29363
29364
29364
public final void setPosRaw(double x, double y, double z, boolean forceBoundingBoxUpdate) {
@@ -29374,7 +29374,7 @@ index d8e2adefabb1de2506faa0e6789801b3d1f0203a..0682b5a6d828141f50c62ff5ea56d5bb
29374
29374
if (!checkPosition(this, x, y, z)) {
29375
29375
return;
29376
29376
}
29377
-
@@ -4915,6 +5163,12 @@ public abstract class Entity
29377
+
@@ -4911,6 +5159,12 @@ public abstract class Entity
29378
29378
29379
29379
@Override
29380
29380
public final void setRemoved(final Entity.RemovalReason reason, org.bukkit.event.entity.EntityRemoveEvent.@Nullable Cause cause) { // CraftBukkit - add Bukkit remove cause
@@ -29387,7 +29387,7 @@ index d8e2adefabb1de2506faa0e6789801b3d1f0203a..0682b5a6d828141f50c62ff5ea56d5bb
0 commit comments