Paper/src/main/java/org/bukkit/craftbukkit
2011-01-05 01:00:57 +01:00
..
CraftArrow.java Renamed ArrowEntity->Arrow to be consistent. 2011-01-03 22:15:26 +08:00
CraftBlock.java Light levels are bytes 2011-01-03 03:27:47 +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 Initial implementation of inventory stuff, (read-)only for StorageMinecart sofar 2011-01-05 01:00:57 +01:00
CraftLivingEntity.java Fixed compile errors 2011-01-03 16:37:08 +00:00
CraftMinecart.java Fixed compile errors 2011-01-03 16:37:08 +00:00
CraftPlayer.java Transition to Maven 2011-01-01 11:47:24 +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 Added command-line arguments, forced nogui 2011-01-04 00:43:23 +00: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