Paper/src/main/java/org/bukkit/craftbukkit
2011-01-14 19:44:11 +00:00
..
block Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
CraftArrow.java Renamed ArrowEntity->Arrow to be consistent. 2011-01-03 22:15:26 +08:00
CraftBlock.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
CraftBoat.java Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little 2011-01-08 01:22:17 +00:00
CraftChunk.java Implemented Chunk.getWorld() 2011-01-04 14:17:05 +00:00
CraftEgg.java Added LivingEntity.throwEgg() and LivingEntity.throwSnowball(). 2011-01-03 23:17:14 +08:00
CraftEntity.java Small whitespace/warning sanitation 2011-01-11 23:11:10 +01:00
CraftHumanEntity.java Added getContents() to IInventory and implemented it. 2011-01-09 18:28:46 +01:00
CraftInventory.java Fixed blocks not keeping data on placement 2011-01-14 19:44:11 +00:00
CraftInventoryPlayer.java Small whitespace/warning sanitation 2011-01-11 23:11:10 +01:00
CraftItemDrop.java Implemented item drops. 2011-01-08 12:48:45 -08:00
CraftItemStack.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
CraftLivingEntity.java Added passenger methods to Vehicle/LivingEntity. 2011-01-07 16:26:08 -08:00
CraftMappable.java Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little 2011-01-08 01:22:17 +00:00
CraftMinecart.java Implemented boat, fixed some event issues with minecarts, and implemented the events for boats that were implemented for minecarts. 2011-01-07 13:05:25 -08:00
CraftPlayer.java Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s 2011-01-11 09:27:35 +01:00
CraftPoweredMinecart.java Added minecart classes and World.spawn*Minecart(). Minecart.getPassenger() is still a stub that needs to be implemented (due to of a need of a MC entity -> CraftBukkit entity lookup) and StorageMinecart.getInventory() is waiting on the implementation of inventory. 2011-01-03 14:54:20 +00:00
CraftServer.java Update to Minecraft Server 1.2_01 2011-01-14 13:47:47 +00:00
CraftSlot.java Added getContents() to IInventory and implemented it. 2011-01-09 18:28:46 +01:00
CraftSnowball.java Added LivingEntity.throwEgg() and LivingEntity.throwSnowball(). 2011-01-03 23:17:14 +08:00
CraftStorageMinecart.java Added getContents() to IInventory and implemented it. 2011-01-09 18:28:46 +01:00
CraftVehicle.java Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s 2011-01-11 09:27:35 +01:00
CraftWorld.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
Main.java Small whitespace/warning sanitation 2011-01-11 23:11:10 +01:00