3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-18 05:50:04 +01:00
Paper/src/main/java/net/minecraft/server
2011-06-17 16:55:00 -04:00
..
BlockBloodStone.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
BlockButton.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockCactus.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockDispenser.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockDoor.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockFire.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
BlockFlowing.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockLeaves.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockLever.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockPortal.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockPressurePlate.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockPumpkin.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
BlockRedstoneTorch.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockRedstoneWire.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockSapling.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockSign.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
BlockSoil.java Generic cleanup 2011-06-12 00:30:52 +02:00
BlockStationary.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
Chunk.java Generic cleanup 2011-06-12 00:30:52 +02:00
ChunkProviderServer.java Implemented ChunkPopulateEvent 2011-06-16 19:33:36 +01:00
ConsoleCommandHandler.java Generic cleanup 2011-06-12 00:30:52 +02:00
ConsoleLogManager.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
ContainerPlayer.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ContainerWorkbench.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
CraftingManager.java Update for 1.6.6 2011-05-31 15:56:05 +02:00
Entity.java Forgot to account for code shuffling with player.dat fixes. 2011-06-17 08:59:03 -04:00
EntityArrow.java Generic cleanup 2011-06-12 00:30:52 +02:00
EntityBoat.java Generic cleanup 2011-06-12 00:30:52 +02:00
EntityCow.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
EntityCreature.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityCreeper.java Fixed Creepers being killed even if their Explosion Prime event is cancelled. 2011-06-10 03:52:48 -04:00
EntityEgg.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityFireball.java Added the implementation of the concept of an Explosive. 2011-06-17 16:55:00 -04:00
EntityFish.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityHuman.java Possible Player.dat fixes to address issues with switching between Vanilla and Bukkit or vice versa. 2011-06-17 01:00:19 -04:00
EntityItem.java Fixed issues with infinite items. Thanks for the help Rigby! 2011-06-17 01:12:49 -04:00
EntityLiving.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityMinecart.java Generic cleanup 2011-06-12 00:30:52 +02:00
EntityMonster.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityPainting.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityPig.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
EntityPigZombie.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntityPlayer.java Added per player time support. Thanks eisental, Shamebot and needspeed10! 2011-06-17 02:29:16 -04:00
EntitySkeleton.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
EntitySnowball.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntitySpider.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
EntitySquid.java Made Squids fire EntityDeath events. 2011-06-14 10:16:53 -04:00
EntityTNTPrimed.java Added the implementation of the concept of an Explosive. 2011-06-17 16:55:00 -04:00
EntityTracker.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
EntityTrackerEntry.java Update for 1.6.6 2011-05-31 15:56:05 +02:00
EntityWeatherStorm.java Generic cleanup 2011-06-12 00:30:52 +02:00
EntityWolf.java Fixed EntityTame event. 2011-06-15 15:01:09 -04:00
EntityZombie.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
Explosion.java Fixed fireball explosions not producing fire. 2011-06-10 19:59:31 -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.6.5 2011-05-30 22:37:34 -04:00
ItemBed.java Generic cleanup 2011-06-12 00:30:52 +02:00
ItemBlock.java Generic cleanup 2011-06-12 00:30:52 +02:00
ItemBoat.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ItemBucket.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
ItemDoor.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ItemFlintAndSteel.java Generic cleanup 2011-06-12 00:30:52 +02:00
ItemHoe.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ItemInWorldManager.java Generic cleanup 2011-06-12 00:30:52 +02:00
ItemMinecart.java Update for 1.5_02. 2011-04-21 04:25:46 -04:00
ItemPainting.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
ItemRedstone.java Properly fixed BlockPlace event for Redstone wire. 2011-06-15 14:56:20 -04:00
ItemReed.java Implemented 1.6! 2011-05-26 13:48:22 +01: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 Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
ItemStack.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ItemWorldMap.java More multiworld fixes 2011-05-31 21:19:37 +02:00
MinecraftServer.java Added per player time support. Thanks eisental, Shamebot and needspeed10! 2011-06-17 02:29:16 -04:00
NetLoginHandler.java Added per player time support. Thanks eisental, Shamebot and needspeed10! 2011-06-17 02:29:16 -04:00
NetServerHandler.java Moved spawn-protection from server.properties into (settings.)spawn-radius in bukkit.yml 2011-06-17 04:49:58 +01:00
NetworkManager.java Generic cleanup 2011-06-12 00:30:52 +02:00
Packet3Chat.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
Packet51MapChunk.java Generic cleanup 2011-06-12 00:30:52 +02:00
Packet.java Update for 1.6.5 2011-05-30 22:37:34 -04: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 Generic cleanup 2011-06-12 00:30:52 +02:00
PlayerManager.java Generic cleanup 2011-06-12 00:30:52 +02:00
PortalTravelAgent.java Generic cleanup 2011-06-12 00:30:52 +02:00
PropertyManager.java Moved spawn-protection from server.properties into (settings.)spawn-radius in bukkit.yml 2011-06-17 04:49:58 +01:00
SecondaryWorldServer.java Generic cleanup 2011-06-12 00:30:52 +02:00
ServerConfigurationManager.java Generic cleanup 2011-06-12 00:30:52 +02:00
Slot.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
ThreadCommandReader.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
ThreadLoginVerifier.java Implemented 1.6! 2011-05-26 13:48:22 +01: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 Implemented 1.6! 2011-05-26 13:48:22 +01:00
TileEntityFurnace.java Generic cleanup 2011-06-12 00:30:52 +02:00
TileEntityMobSpawner.java Update for 1.6.5 2011-05-30 22:37:34 -04:00
TileEntitySign.java improved sign handling 2011-04-28 01:30:15 -04:00
World.java Moved some craftbukkit stuff down from WorldServer to World; should fix a few NPEs during generation, and saves on a lot of casting 2011-06-17 03:06:45 +01:00
WorldData.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
WorldGenBigTree.java Implemented 1.6! 2011-05-26 13:48:22 +01:00
WorldGenClay.java Possible fix for clay generation. 2011-06-10 19:59:52 -04:00
WorldGenForest.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
WorldGenTaiga1.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
WorldGenTaiga2.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
WorldGenTrees.java Whitespace + general cleanup 2011-05-15 13:41:46 +02:00
WorldManager.java Generic cleanup 2011-06-12 00:30:52 +02:00
WorldMap.java Generic cleanup 2011-06-12 00:30:52 +02:00
WorldServer.java Moved spawn-protection from server.properties into (settings.)spawn-radius in bukkit.yml 2011-06-17 04:49:58 +01:00