3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 13:00:06 +01:00
Paper/src/main/java/net/minecraft/server
2011-01-10 21:05:45 -05:00
..
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
BlockFire.java Added hooks for BlockIgniteEvent 2011-01-11 05:25:09 +08: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
BlockStationary.java Added hooks for BlockIgniteEvent 2011-01-11 05:25:09 +08: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 Remember, minimal diffs and *NO TABS* 2011-01-10 09:30:34 +01:00
EntitySkeleton.java Remember, minimal diffs and *NO TABS* 2011-01-10 09:30:34 +01:00
EntityZombie.java Remember, minimal diffs and *NO TABS* 2011-01-10 09:30:34 +01: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 file name mismatch :( 2011-01-11 05:45:59 +08:00
ItemHoe.java Fixed lack of calling callEvent(event), finished Item Use 2011-01-08 06:18:05 -05:00
ItemInWorldManager.java Remember, minimal diffs and *NO TABS* 2011-01-10 09:30:34 +01: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 Revert "Bukkit Timers, now with 100% less github-services branch." 2011-01-10 03:09:41 +00:00
NetServerHandler.java Fixed BROKEN spamming 2011-01-10 21:05:45 -05:00
NetworkAcceptThread.java Clean up and fix bug in NetworkAcceptThread and NetworkListenThread classes. 2011-01-11 05:34:52 +08:00
NetworkListenThread.java Clean up and fix bug in NetworkAcceptThread and NetworkListenThread classes. 2011-01-11 05:34:52 +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