summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockButtonAbstract.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-332/+0
| | | | For more information please see http://www.spigotmc.org/
* [Bleeding] Add many missing event calls.GJ2014-04-18-11/+30
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-47/+47
|
* Cleanup and rework physical interaction events. Fixes BUKKIT-3686Travis Watkins2013-03-22-9/+24
| | | | | | | | | | Currently when dealing with physical interactions with pressure plates and tripwires we immediately block their activation as soon as a single entity involved has their event cancelled. We also fire events whenever an entity intersects the block a wooden button is in even if they aren't actually pressing it. To correct this we move the button interaction to the correct place and modify all three to only block the activation if every entity is blocked from using them instead of just one of them.
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-0/+298