PaperMC/paper-api/src
Bukkit/Spigot 7731218b97 Add BlockMultiPlaceEvent. Adds BUKKIT-5558
Some blocks, such as beds, doors, or flowers, are actually composed of
multiple blocks when they are placed.  Currently, to detect how many
blocks are actually modified a plugin has to perform various calculations
to determine the directions of relative blocks, many of which are
difficult to perform and can easily return false positives.

This commit adds in a BlockMultiPlaceEvent, which adds in easy support for
accessing all blocks modified by the placement of a block.

By: Nate Mortensen <nate.richard.mortensen@gmail.com>
2014-04-21 17:23:36 -06:00
..
main Add BlockMultiPlaceEvent. Adds BUKKIT-5558 2014-04-21 17:23:36 -06:00
site Fix menus for relative pathing. 2012-12-23 20:44:02 +00:00
test/java/org/bukkit Add unit tests for org.bukkit.util.StringUtil 2014-01-04 12:43:49 -06:00