Paper/src/main/java/org/bukkit/craftbukkit
2011-01-09 23:41:14 +01:00
..
block Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little 2011-01-08 01:22:17 +00:00
CraftArrow.java Renamed ArrowEntity->Arrow to be consistent. 2011-01-03 22:15:26 +08:00
CraftBlock.java Changed Block.setTypeID() to return a boolean indicating whether the block was changed (as provided by Minecraft). 2011-01-08 12:24:39 -08: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 Added Entity.teleportTo(Entity) 2011-01-08 02:20:11 +00:00
CraftHumanEntity.java Added getContents() to IInventory and implemented it. 2011-01-09 18:28:46 +01:00
CraftInventory.java Fixed some bugs with inventory 2011-01-09 23:41:14 +01:00
CraftInventoryPlayer.java Fixed some bugs with inventory 2011-01-09 23:41:14 +01:00
CraftItemDrop.java Implemented item drops. 2011-01-08 12:48:45 -08:00
CraftItemStack.java Fixed some bugs with inventory 2011-01-09 23:41:14 +01: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 Merge branch 'master' of https://github.com/Bukkit/CraftBukkit 2011-01-09 15:01:25 -05: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 Make matchPlayer return only the exact-matched player, if there is one. 2011-01-08 00:14:06 +08: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 Added passenger methods to Vehicle/LivingEntity. 2011-01-07 16:26:08 -08:00
CraftWorld.java Implemented item drops. 2011-01-08 12:48:45 -08:00
Main.java Added -w for world directory 2011-01-04 01:19:26 +00:00