geforkt von Mirrors/Paper
Call EntityChangedBlockEvent for water splash potions extinguishing fire
Dieser Commit ist enthalten in:
Ursprung
daf45148d1
Commit
a602cb2e8c
@ -115,3 +115,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -151,6 +186,7 @@
|
||||||
|
|
||||||
|
private void a(BlockPosition blockposition) {
|
||||||
|
if (this.world.getType(blockposition).getBlock() == Blocks.FIRE) {
|
||||||
|
+ if (org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(this, blockposition.getX(), blockposition.getY(), blockposition.getZ(), Blocks.AIR, 0).isCancelled()) return; // CraftBukkit
|
||||||
|
this.world.setTypeAndData(blockposition, Blocks.AIR.getBlockData(), 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren