summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBlock.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+2
| | | | | | | | | | | | | 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
* Assert that the block is still present after placement. Fixes BUKKIT-1399feildmaster2012-05-17-1/+1
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-6/+6
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ↵Feildmaster2012-02-23-1/+1
| | | | BUKKIT-767
* Made steps fire a BlockPlace event. Fixes BUKKIT-394Tahg2012-02-09-19/+8
|
* Allow plugins to change ID and Data during BlockPlace event.Tahg2012-02-03-15/+8
| | | | Fixes BUKKIT-674
* Fixed BlockPlace event. Fixes BUKKIT-663Tahg2012-01-30-0/+4
|
* Moved BlockPlace event.Tahg2012-01-28-28/+6
|
* Fix formatting.Erik Broes2012-01-15-2/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Fix missing data-value when placing a stair-block (somehow gets set after ↵Erik Broes2011-12-01-0/+5
| | | | the fact) - Fixes BUKKIT-40
* Update for 1.0.0Erik Broes2011-11-20-65/+62
|
* 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