summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemWaterLily.java
Commit message (Collapse)AuthorAgeLines
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-10/+3
| | | | | | | | | | 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.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-2/+2
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-57/+53
| | | | | | | | | | | | | 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
* [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ↵Feildmaster2012-02-23-1/+1
| | | | BUKKIT-767
* Fire BlockPlace event when placing a lilypad, Thanks DiddiZ; Fixes BUKKIT-162Erik Broes2011-12-01-0/+57