summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockDropper.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-8/+6
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-3/+3
|
* Handle large chests correctly for hopper events. Fixes BUKKIT-3979Travis Watkins2013-04-04-1/+8
| | | | | | | In commit 7710efc5f9 we corrected the handling of large chests as the destination for hoppers moving items but did not apply the same fix for large chests being the source or for droppers. This commit updates these to have the same fix.
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-3/+2
|
* Implement InventoryMoveItemEvent. Adds BUKKIT-3765Dennis Bliefernicht2013-03-23-2/+18
| | | | | | This makes droppers, hoppers and hopper minecarts fire an InventoryMoveItemEvent whenever an item is being moved from or to another inventory.
* Implement Dropper interface. Adds BUKKIT-3750Xephi2013-03-21-1/+1
|
* Add BlockDropper for diff visibilityXephi2013-03-21-0/+55