summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockTripwire.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-201/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-3/+3
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-31/+31
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-2/+2
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+2
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-2/+2
|
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-1/+1
|
* Cleanup and rework physical interaction events. Fixes BUKKIT-3686Travis Watkins2013-03-22-21/+27
| | | | | | | | | | 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-16/+16
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-3/+3
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-12/+22
|
* CraftBukkit comment fixesWesley Wolfe2012-09-14-4/+1
|
* Tripwire isn't redstone, only fire interact events.Travis Watkins2012-08-06-5/+0
|
* Fire events for tripwire and hooks.Travis Watkins2012-08-05-0/+38
|
* Add BlockTripwire and BlockTripwireHook from mc-dev for diff visibility.Travis Watkins2012-08-05-0/+155