SPIGOT-1319: Add EntityBreedEvent

By: Ryan Michela <deltahat@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2016-06-18 22:00:39 -07:00
parent 0628968019
commit 8e8c7d72aa
4 changed files with 63 additions and 5 deletions

View File

@@ -1,6 +1,18 @@
--- a/net/minecraft/server/PathfinderGoalMakeLove.java
+++ b/net/minecraft/server/PathfinderGoalMakeLove.java
@@ -87,7 +87,7 @@
@@ -80,6 +80,11 @@
private void i() {
EntityVillager entityvillager = this.b.b((EntityAgeable) this.c);
+ // CraftBukkit start - call EntityBreedEvent
+ if (org.bukkit.craftbukkit.event.CraftEventFactory.callEntityBreedEvent(entityvillager, this.b, this.c, null, null, 0).isCancelled()) {
+ return;
+ }
+ // CraftBukkit end
this.c.setAgeRaw(6000);
this.b.setAgeRaw(6000);
@@ -87,7 +92,7 @@
this.b.s(false);
entityvillager.setAgeRaw(-24000);
entityvillager.setPositionRotation(this.b.locX, this.b.locY, this.b.locZ, 0.0F, 0.0F);