summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemStep.java
Commit message (Collapse)AuthorAgeLines
* Readd BlockPlaceEvent for half slab to full block. Fixes BUKKIT-5390Aikar2014-02-09-2/+6
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-28/+25
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-0/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-3/+5
|
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-18/+10
| | | | | | | | | | By having a single function to process BlockPlacement logic, we make it so that there is consistent behavior throughout all BlockPlace events. This should allow for easier troubleshooting and less diffs in source. This also fixes BUKKIT-3463 by including the correct coordinates that were clicked to the event.
* Throw BlockPlaceEvent when placing double slabs. Fixes BUKKIT-2469feildmaster2013-01-16-2/+19
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+2
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-19/+22
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-10/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+45
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-5/+3
|
* Updated to rename revision 02Erik Broes2012-03-01-5/+4
|
* Made steps fire a BlockPlace event. Fixes BUKKIT-394Tahg2012-02-09-2/+5
|
* Added ItemStep for diff visibility.EvilSeph2012-02-09-0/+50