Skip to content
Success

Changes

Summary

  1. Default to BlockFace.SOUTH for null directions in getFacing (details)
  2. Return BlockFace.SELF on null direction (details)
  3. Check the value returned from useItemInHand() so plugins can properly (details)
Commit 94a43c0f44e86acf9306e38a5aa7e5296fa3c280 by nathan
Default to BlockFace.SOUTH for null directions in getFacing
The file was modified src/main/java/org/bukkit/craftbukkit/entity/CraftHanging.java
Commit 3eebf8a949b9ece62dc5a9b1e1418da5fac0b735 by nathan
Return BlockFace.SELF on null direction
The file was modified src/main/java/org/bukkit/craftbukkit/entity/CraftHanging.java
Commit 961287a4cc402839973d407b0cacc6a94bfda2a9 by demonwav
Check the value returned from useItemInHand() so plugins can properly cancel it - SPIGOT-764
The file was modified nms-patches/PlayerInteractManager.patch