summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockPressurePlateBinary.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-3/+3
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-1/+1
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-1/+1
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-2/+2
|
* Only call event when turning pressure plate on. Fixes BUKKIT-3881Travis Watkins2013-03-29-15/+17
|
* Cleanup and rework physical interaction events. Fixes BUKKIT-3686Travis Watkins2013-03-22-2/+3
| | | | | | | | | | 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/+71