summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockPiston.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-400/+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.2mbax2013-11-30-70/+69
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+3
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-77/+108
|
* Return the valid max value for piston direction. Fixes BUKKIT-2191feildmaster2013-01-23-1/+1
| | | | | | By returning the following value (7) we remove the need to special case pistons in any way (other than the original purpose of this check, which is to ensure pistons have valid data)
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-20/+18
|
* Don't extend pistons until data is set. Fixes BUKKIT-2153John Driscoll2012-08-17-1/+1
|
* Pistons no longer extend before they are pistons. Fixes BUKKIT-1999Wesley Wolfe2012-08-06-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-65/+61
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-3/+8
|
* Updated to rename revision 02Erik Broes2012-03-01-2/+2
|
* Reverted onPlace changes.EvilSeph2012-01-28-1/+1
|
* Fix invalid data in pistonsTahg2012-01-24-0/+1
|
* [Bleeding] Audit of onPlace methods, Moved to postPlace as appropriate.Tahg2012-01-24-1/+1
| | | | Closes BUKKIT-89
* Fix CraftBukkit comments.Erik Broes2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-27/+27
|
* Update for 1.0.0Erik Broes2011-11-20-90/+86
|
* hopeful fix for blocks not being pistons when they should beTahg2011-10-05-2/+4
|
* Bunchafixes which may or may not have any end resultDinnerbone2011-09-16-56/+25
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-4/+46
|
* Implemented BLOCK_PISTON_CONTRACT/EXPANDErik Broes2011-07-17-0/+359