Paper/src/main/java/net/minecraft/server
2011-05-04 21:25:57 -04:00
..
BlockBloodStone.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockButton.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockCactus.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockDispenser.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
BlockDoor.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
BlockFire.java Fixed rain not putting out fires due to a mistranslation issue. 2011-04-25 21:09:29 -04:00
BlockFlowing.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockLeaves.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
BlockLever.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockPressurePlate.java Fix forgotten call of EntityInteractEvent for PressurePlates. 2011-04-25 22:21:07 +02:00
BlockPumpkin.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
BlockRedstoneTorch.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockRedstoneWire.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
BlockSign.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
BlockSoil.java Fixed ENTITY_INTERACT event for BlockSoil. Thanks wizjany! 2011-04-25 05:07:31 -04:00
BlockStationary.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
Chunk.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ChunkProviderServer.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ConsoleCommandHandler.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ConsoleLogManager.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ContainerPlayer.java Implemented addRecipe method in CraftServer and associated recipe classes. 2011-05-01 23:40:48 -04:00
ContainerWorkbench.java Implemented addRecipe method in CraftServer and associated recipe classes. 2011-05-01 23:40:48 -04:00
CraftingManager.java Implemented addRecipe method in CraftServer and associated recipe classes. 2011-05-01 23:40:48 -04:00
Entity.java Fixes the whitescreen issue some people were having. 2011-04-24 20:16:01 -04:00
EntityArrow.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityBoat.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityCow.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityCreature.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityCreeper.java Added events related to weather in 1.5. Thanks wizjany! 2011-04-25 19:47:25 -04:00
EntityEgg.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityFireball.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityFish.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityHuman.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityItem.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityLiving.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityMinecart.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityMonster.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityPainting.java fixed painting NPE 2011-04-26 15:40:24 -04:00
EntityPig.java Added events related to weather in 1.5. Thanks wizjany! 2011-04-25 19:47:25 -04:00
EntityPigZombie.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityPlayer.java Added per world PVP setting support. 2011-05-02 00:32:26 -04:00
EntitySkeleton.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntitySnowball.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntitySpider.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityTNTPrimed.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityTracker.java Fixed 'Entity is already tracked' issues. 2011-05-04 21:25:57 -04:00
EntityTrackerEntry.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
EntityWeatherStorm.java Added missing CraftBukkit comments. 2011-04-25 21:19:44 -04:00
EntityZombie.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
Explosion.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
IInventory.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
InventoryCrafting.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
InventoryCraftResult.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
InventoryLargeChest.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
InventoryPlayer.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemBed.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemBlock.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemBoat.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemBucket.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemDoor.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemFlintAndSteel.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemHoe.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemInWorldManager.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ItemMinecart.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ItemPainting.java Implemented painting events (thanks verrier and tanelsuurhans) 2011-04-25 23:27:10 +02:00
ItemRedstone.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemReed.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemSeeds.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemSign.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ItemStack.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
MinecraftServer.java Fixing CLI arguments for the 100th time - now with CraftBukkit comment-ey goodness. 2011-04-22 00:42:56 -04:00
NetLoginHandler.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
NetServerHandler.java Fixed crafting 'lag' introduced by additions to the Crafting API. 2011-05-04 21:08:43 -04:00
NetworkManager.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
Packet3Chat.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 22:17:07 +02:00
Packet.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 22:17:07 +02:00
PacketCounter.java Limit server to only send the packets it creates and only accept the packets the client creates 2011-03-27 12:36:51 +02:00
PlayerInstance.java Reduced console spam under certain conditions. 2011-04-22 19:57:19 -04:00
PlayerManager.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
PropertyManager.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
ServerConfigurationManager.java Proper fix for the console spam on disconnect/kick. 2011-04-21 19:08:40 -04:00
Slot.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ThreadCommandReader.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ThreadLoginVerifier.java Handle NPE in ThreadLoginVerifier that occurs when trying to continue using a closed socket. 2011-04-29 03:14:16 -04:00
TileEntityChest.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
TileEntityDispenser.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
TileEntityFurnace.java Implemented addRecipe method in CraftServer and associated recipe classes. 2011-05-01 23:40:48 -04:00
TileEntityMobSpawner.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
TileEntitySign.java improved sign handling 2011-04-28 01:30:15 -04:00
World.java Added SnowFormEvent. Thanks aPunch! 2011-05-02 01:48:08 -04:00
WorldData.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
WorldGenBigTree.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldGenForest.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldGenTaiga1.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldGenTaiga2.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldGenTrees.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldManager.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
WorldServer.java Added per world PVP setting support. 2011-05-02 00:32:26 -04:00