Update chorus fruit tele event destination.

This commit is contained in:
md_5 2016-03-06 09:57:59 +11:00
parent d6a61e3e5d
commit 9e8c377287

View File

@ -12,7 +12,7 @@
public class ItemChorusFruit extends ItemFood {
public ItemChorusFruit(int i, float f) {
@@ -19,6 +25,17 @@
@@ -19,7 +25,21 @@
double d4 = MathHelper.a(entityliving.locY + (double) (entityliving.getRandom().nextInt(16) - 8), 0.0D, (double) (world.Z() - 1));
double d5 = entityliving.locZ + (entityliving.getRandom().nextDouble() - 0.5D) * 16.0D;
@ -24,9 +24,13 @@
+ if (teleEvent.isCancelled()) {
+ break;
+ }
+ d3 = teleEvent.getTo().getX();
+ d4 = teleEvent.getTo().getY();
+ d5 = teleEvent.getTo().getZ();
+ }
+ // CraftBukkit end
+
if (entityliving.k(d3, d4, d5)) {
+ // CraftBukkit end
world.a((EntityHuman) null, d0, d1, d2, SoundEffects.af, SoundCategory.PLAYERS, 1.0F, 1.0F);
entityliving.a(SoundEffects.af, 1.0F, 1.0F);
break;