summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockDoor.java
Commit message (Collapse)AuthorAgeLines
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-2/+3
| | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384
* Fixed Doors not dropping when the block they are placed on is removed. Fixes ↵EvilSeph2012-03-23-3/+1
| | | | BUKKIT-1292
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-2/+3
| | | | | | | | BUKKIT-397 and fixes BUKKIT-1252 - Allows drops in creative mode by adding items to the getDrops() list - Contents of containers are not reported - Contents of storage minecarts are not reported
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-76/+95
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-1/+1
| | | | | 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 door physics and revert to pre 1.0 behaviorTahg2012-01-07-4/+3
|
* Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150Nathan Adams2011-12-01-2/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-4/+4
|
* Doors and trapdoors should function correctly once againNathan Adams2011-11-28-1/+1
|
* Fixed trapdoors + few commentsNathan Adams2011-11-23-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-10/+13
|
* Fixed not being able to move properly around doors or trapdoorsDinnerbone2011-09-16-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-1/+2
|
* Update for 1.7.3Dinnerbone2011-07-08-0/+4
|
* Fixed BlockRedstone event firing too many times under certain circumstances.EvilSeph2011-06-30-7/+6
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-5/+5
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-11/+7
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-1/+1
|
* Implemented 1.6!Dinnerbone2011-05-26-12/+7
|
* Whitespace + general cleanupErik Broes2011-05-15-2/+2
|
* Update for 1.5_02.Erik Broes2011-04-21-0/+4
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-27/+30
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+1
|
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, ↵Erik Broes2011-03-23-1/+5
| | | | BLOCK_INTERACT, BLOCK_RIGHT_CLICK
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-4/+7
|
* Add redstone events to common blocksTahg2011-03-10-27/+10
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-7/+32
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-2/+1
|
* Port to new mc-dev format.Erik Broes2011-01-30-97/+93
|
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-7/+13
| | | | Entity.getBukkitEntity() is now used instead.
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
|
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-24/+24
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-10/+9
| | | | the cost of extra ()'s
* Tahg's fix for BlockDoor needs to downcastdurron5972011-01-09-1/+2
|
* Added BLOCK_INTERACT eventdurron5972011-01-08-0/+194