summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemWaterLily.java
Commit message (Collapse)AuthorAgeLines
* 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