summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBlock.java
Commit message (Collapse)AuthorAgeLines
* Fix BlockPlaceErik Broes2011-03-21-42/+11
|
* Fixing event namesErik Broes2011-03-21-1/+1
|
* Fix BLOCK_PLACED when placing on snow/stepErik Broes2011-03-18-6/+7
|
* Generic code cleanupErik Broes2011-02-23-3/+3
|
* possible fix for levers, ladders, and buttonsspeakeasy2011-02-23-1/+1
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-4/+8
|
* 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 ↵Brettflan2011-02-03-6/+11
| | | | | | | | | areas like the spawn area. The first line edited fixes it so other blocks placed on a single-step block aren't considered (only single-step blocks), and so that they're only considered when placed on the top face of the existing single-step block. The second section of changed code keeps the final world.setTypeIdAndData() call from being incorrectly applied if it was indeed a single-block placed on an existing single-block. Best way to test before and after is to put a bunch of single-step blocks in the spawn area as an Op, then de-Op yourself and try placing more blocks (single-step and otherwise, for example I also tested dirt blocks) on the sides and tops of the ones which you previously added as an Op.
* 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 ↵VictorD2011-01-24-6/+10
| | | | what type of block was there previously.
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-6/+10
| | | | Entity.getBukkitEntity() is now used instead.
* 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 ↵Dean Bailey2011-01-22-1/+1
| | | | https://github.com/Bukkit/CraftBukkit/commit/baff42c4d38dac382d3b4d06292f73591a591d28
* 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 ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.inventory
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* 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 ↵Erik Broes2011-01-11-19/+20
| | | | the cost of extra ()'s
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+1
|
* Partial Player Item, Block RightClick, Block Placedurron5972011-01-08-0/+108