.. |
BlockCactus.java
|
Explosion damage entity hook.
|
2011-01-03 16:20:36 +00:00 |
BlockFlowing.java
|
fixed bug where water wasn't flowing
|
2011-01-05 08:16:44 -05:00 |
BlockLeaves.java
|
Implemented LEAVES_DECAY
|
2011-01-04 22:09:40 +00:00 |
ChunkProviderServer.java
|
Implemented CHUNK_LOADED
|
2011-01-04 15:54:41 +00:00 |
Entity.java
|
Added passenger methods to Vehicle/LivingEntity.
|
2011-01-07 16:26:08 -08:00 |
EntityBoat.java
|
Implemented World.spawnBoat(), added CraftMappable interface that defines a method to get an org.bukkit.craftbukkit.CraftEntity from implementing net.minecart.server.Entity entities, changed CraftWorld.toCraftEntity() to use this new interface for boats and minecarts.
|
2011-01-07 14:01:37 -08:00 |
EntityMinecart.java
|
Implemented BlockState.update(boolean), signs should now work, cleaned up some code a little
|
2011-01-08 01:22:17 +00:00 |
Explosion.java
|
Explosion damage entity hook.
|
2011-01-03 16:20:36 +00:00 |
ItemBlock.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemBoat.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemBucket.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemFlintAndSteel.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemHoe.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemMinecart.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemRedstone.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemSeeds.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
ItemSign.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
MinecraftServer.java
|
Fixed plugins being loaded before world.
|
2011-01-07 17:52:10 +08:00 |
NetServerHandler.java
|
Fixed lack of calling callEvent(event), finished Item Use
|
2011-01-08 06:18:05 -05:00 |
PropertyManager.java
|
Added command-line arguments, forced nogui
|
2011-01-04 00:43:23 +00:00 |
ServerConfigurationManager.java
|
Fixed NPE on Player related methods in CraftServer
|
2011-01-03 19:41:23 +00:00 |
WorldServer.java
|
Fixed block type/data not updating with the world
|
2011-01-08 02:03:41 +00:00 |