summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockFurnace.java
Commit message (Collapse)AuthorAgeLines
* Fixed items losing their enchantments under certain circumstances.Travis Watkins2012-02-03-1/+1
|
* Added BlockFurnace for diff visibility.Travis Watkins2012-02-03-0/+151
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-146/+0
|
* Fixed NPE in BlockFurnace.EvilSeph2011-07-22-0/+1
|
* Fixed NPE in BlockFurnace.EvilSeph2011-07-02-0/+145
|
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, ↵Erik Broes2011-03-23-126/+0
| | | | BLOCK_INTERACT, BLOCK_RIGHT_CLICK
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-42/+40
|
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-7/+15
| | | | 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-16/+16
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-9/+9
| | | | the cost of extra ()'s
* Added BLOCK_INTERACT eventdurron5972011-01-08-0/+121