summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBlock.java
Commit message (Collapse)AuthorAgeLines
* Fixed a couple of minor obf translationsDinnerbone2011-09-15-2/+5
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-59/+73
|
* Fixed BlockPlace event for doublesteps. Thanks DiddiZ!EvilSeph2011-07-28-1/+5
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-3/+2
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-2/+2
|
* Updated the block place cancellation code for steps to handle many more ↵sk89q2011-06-11-7/+13
| | | | cases. There's still one edge case left however.
* Implemented 1.6!Dinnerbone2011-05-26-9/+12
|
* Whitespace + general cleanupErik Broes2011-05-15-12/+10
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-47/+47
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+1
|
* Minor cleanupsErik Broes2011-03-23-2/+0
|
* 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