.. |
BlockButton.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockCactus.java
|
Explosion damage entity hook.
|
2011-01-03 16:20:36 +00:00 |
BlockChest.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockDoor.java
|
Tahg's fix for BlockDoor needs to downcast
|
2011-01-09 13:15:45 -05:00 |
BlockFlowing.java
|
fixed bug where water wasn't flowing
|
2011-01-05 08:16:44 -05:00 |
BlockFurnace.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockJukeBox.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockLeaves.java
|
Implemented LEAVES_DECAY
|
2011-01-04 22:09:40 +00:00 |
BlockLever.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockPressurePlate.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05:00 |
BlockWorkbench.java
|
Added BLOCK_INTERACT event
|
2011-01-08 08:33:54 -05: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 |
EntityPlayerMP.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
EntitySkeleton.java
|
Fixed EntityZombie
|
2011-01-10 10:50:31 +08:00 |
EntityZombie.java
|
Fixed EntityZombie
|
2011-01-10 10:50:31 +08:00 |
Explosion.java
|
Explosion damage entity hook.
|
2011-01-03 16:20:36 +00:00 |
IInventory.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
InventoryCrafting.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
InventoryCraftResult.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
InventoryLargeChest.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
InventoryPlayer.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01: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
|
Another dumb bucket bug.
|
2011-01-09 03:36:52 -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 |
ItemInWorldManager.java
|
-
|
2011-01-10 10:29:21 +08: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
|
Bukkit Timers, now with 100% less github-services branch.
|
2011-01-10 10:32:09 +08:00 |
NetServerHandler.java
|
Fixed NPE
|
2011-01-10 11:05:41 +08: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 |
Slot.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
TileEntityChest.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
TileEntityFurnace.java
|
Added getContents() to IInventory and implemented it.
|
2011-01-09 18:28:46 +01:00 |
WorldServer.java
|
Fixed block type/data not updating with the world
|
2011-01-08 02:03:41 +00:00 |