Paper/src/main/java/net/minecraft
toastedtruth a721fe8473 Fix BlockCanBuildEvent returning null. Fixes BUKKIT-4972
A Block object is now passed in place of the previous id value, so the
obfuscated name for all subsequent arguments was shifted.  As such,
BlockCanBuildEvent was using the incorrect values for both the material
and the location of the event.

This is corrected by swapping the values into the correct order and
providing an id based upon the Block passed into the method.
2013-12-02 21:03:57 -07:00
..
server Fix BlockCanBuildEvent returning null. Fixes BUKKIT-4972 2013-12-02 21:03:57 -07:00