Paper/src/main/java/org/bukkit/craftbukkit
2011-01-07 12:07:16 -08:00
..
block Start of update() + added sign 2011-01-07 16:53:16 +00:00
CraftArrow.java Renamed ArrowEntity->Arrow to be consistent. 2011-01-03 22:15:26 +08:00
CraftBlock.java Implemented CraftBlockState 2011-01-07 16:26:06 +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 Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity. 2011-01-03 16:20:36 +00:00
CraftHumanEntity.java Transition to Maven 2011-01-01 11:47:24 +01:00
CraftItemStack.java Create a concept of a null item stack 2011-01-06 06:26:12 -05:00
CraftLivingEntity.java Implemented LivingEntity.shootArrow(). 2011-01-07 12:07:16 -08:00
CraftMinecart.java Fixed compile errors 2011-01-03 16:37:08 +00:00
CraftPlayer.java Player display name is shown in chat 2011-01-07 13:35:10 +00: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
CraftSnowball.java Added LivingEntity.throwEgg() and LivingEntity.throwSnowball(). 2011-01-03 23:17:14 +08:00
CraftStorageMinecart.java Initial implementation of inventory stuff, (read-)only for StorageMinecart sofar 2011-01-05 01:00:57 +01:00
CraftVehicle.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
CraftWorld.java Implemented CHUNK_LOADED 2011-01-04 15:54:41 +00:00
Main.java Added -w for world directory 2011-01-04 01:19:26 +00:00