summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemHoe.java
Commit message (Expand)AuthorAgeLines
* Implemented 1.6!Dinnerbone2011-05-26-17/+2
* Whitespace + general cleanupErik Broes2011-05-15-0/+1
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-8/+8
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-2/+2
* Fix BlockPlaceErik Broes2011-03-21-21/+10
* More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for...Erik Broes2011-02-25-1/+1
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-3/+3
* Port to new mc-dev format.Erik Broes2011-01-30-45/+45
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-9/+19
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
* All inventory stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit...Dinnerbone2011-01-15-1/+1
* All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...Dinnerbone2011-01-15-1/+1
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-7/+7
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-9/+10
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+63