summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBed.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-3/+3
|
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-4/+3
| | | | | | | | | | By having a single function to process BlockPlacement logic, we make it so that there is consistent behavior throughout all BlockPlace events. This should allow for easier troubleshooting and less diffs in source. This also fixes BUKKIT-3463 by including the correct coordinates that were clicked to the event.
* Place beds with the correct data. Fixes BUKKIT-3447feildmaster2013-01-17-1/+1
|
* Handle beds and doors the same way as other blocks. Fixes BUKKIT-3437feildmaster2013-01-16-11/+3
| | | | Relates to: BUKKIT-3438
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-2/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-3/+4
|
* 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
* 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
* Update for 1.0.0Erik Broes2011-11-20-2/+5
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-12/+16
|
* 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-2/+1
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-1/+1
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-3/+3
|
* Fix BlockPlaceErik Broes2011-03-21-0/+66