summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBlock.java
Commit message (Expand)AuthorAgeLines
...
* refactor ItemsTahg2011-02-21-1/+1
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+0
* Added spawn-protection property to server.propertiesZenexer2011-02-10-3/+1
* Added spawn-protection property to server.propertiesZenexer2011-02-10-1/+1
* Added spawn-protection property to server.propertiesZenexer2011-02-10-1/+1
* Half-step placement bug fix, all credits to BrettflanVictorD2011-02-03-10/+15
* Fixes placement cancellation of single-step blocks, such as in protected area...Brettflan2011-02-03-6/+11
* Generic cleanup/reformat.Erik Broes2011-02-02-1/+1
* Port to new mc-dev format.Erik Broes2011-01-30-70/+77
* Added getBlockReplacedState to BlockPlaceEvent, in case one wants to see what...VictorD2011-01-24-6/+10
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-6/+10
* Fixed placement of blocks with meta-data. (Dyed wool, logs etc)Erik Broes2011-01-22-4/+11
* Simple fix for minecart tracks not curving as expected following commit https...Dean Bailey2011-01-22-1/+1
* Fixed half-step placingDinnerbone2011-01-20-3/+7
* Cleared up spawn distance calculation.FeepingCreature2011-01-20-6/+1
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
* Moved block stuff from org.bukkit to org.bukkit.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
* Events should be present tense, not paste tense.Erik Broes2011-01-15-2/+2
* Various fixes; boats, minecarts, musicblocksDinnerbone2011-01-14-0/+4
* Really fixed block placement... Really.Dinnerbone2011-01-14-3/+2
* Fixed blocks not keeping data on placementDinnerbone2011-01-14-2/+2
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-5/+5
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-19/+20
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+1
* Partial Player Item, Block RightClick, Block Placedurron5972011-01-08-0/+108