3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00
Paper/src/main/java/net/minecraft/server
2011-11-21 22:56:17 +00:00
..
Block.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockBloodStone.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
BlockButton.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockCactus.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockDispenser.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockDoor.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockDragonEgg.java Fixed crash on right clicking dragon eggs 2011-11-21 22:56:17 +00:00
BlockFire.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockFlowing.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockGrass.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockIce.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockLeaves.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockLever.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockMinecartDetector.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockMobSpawner.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockMushroom.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockPiston.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockPistonExtension.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockPortal.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockPressurePlate.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockPumpkin.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockRedstoneTorch.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockRedstoneWire.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockSand.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockSapling.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockSign.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockSnow.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockSoil.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockStairs.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockStationary.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
BlockTrapdoor.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Chunk.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ChunkProviderServer.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ConsoleLogManager.java Added command line logging configuration which enables log file: 2011-07-10 18:28:57 +01:00
ContainerPlayer.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ContainerWorkbench.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
CraftingManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Entity.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityArrow.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityBoat.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityChicken.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityCow.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityCreature.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityCreeper.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityDamageSourceIndirect.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityEgg.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityEnderman.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityExperienceOrb.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityFallingSand.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityFireball.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityFishingHook.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityGhast.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityHuman.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityItem.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityLiving.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityMinecart.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityMonster.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityPainting.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityPig.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityPigZombie.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityPlayer.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityProjectile.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySheep.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySkeleton.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySlime.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySnowball.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySpider.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntitySquid.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityTNTPrimed.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityTracker.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityTrackerEntry.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityTypes.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityWeatherStorm.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityWolf.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
EntityZombie.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Explosion.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
FoodMetaData.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
IDataManager.java Fixed uuid code that was prematurely pushed. 2011-07-13 02:19:56 -04:00
IInventory.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
InventoryCrafting.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
InventoryCraftResult.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
InventoryLargeChest.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
InventoryPlayer.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemBed.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemBlock.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemBoat.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemBucket.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemDoor.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemFishingRod.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemFlintAndSteel.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemFood.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemHoe.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemInWorldManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemMinecart.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemMobSpawner.java fixed build issues, code cleanup 2011-09-26 04:30:24 -04:00
ItemPainting.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemRedstone.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemReed.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemSeeds.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemSign.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemStack.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ItemWorldMap.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
MinecraftServer.java Made the new Status info list plugins (test it out at http://dinnerbone.com/minecraft/tools/status/ ) 2011-11-20 00:01:57 -08:00
NetLoginHandler.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
NetServerHandler.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
NetworkManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Packet3Chat.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
Packet51MapChunk.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Packet.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
PlayerInstance.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
PlayerManager.java Rename revision 2 2011-09-15 17:39:17 +01:00
PlayerNBTManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
PortalTravelAgent.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
PropertyManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
SecondaryWorldServer.java Update for Minecraft 1.8 2011-09-15 01:23:52 +01:00
ServerConfigurationManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
Slot.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
SpawnerCreature.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
ThreadCommandReader.java Added new --noconsole command argument, thanks to mkurzeja for the idea 2011-11-05 20:15:19 +00:00
ThreadLoginVerifier.java Update for Minecraft 1.8 2011-09-15 01:23:52 +01:00
TileEntityChest.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
TileEntityDispenser.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
TileEntityFurnace.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
TileEntityMobSpawner.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
TileEntityPiston.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
TileEntitySign.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
World.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldData.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenBigTree.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenerator.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenForest.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenTaiga1.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenTaiga2.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldGenTrees.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldManager.java Update for Minecraft 1.8 2011-09-15 01:23:52 +01:00
WorldMap.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
WorldMapHumanTracker.java Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested! 2011-08-12 23:06:02 -04:00
WorldServer.java Update for 1.0.0 2011-11-20 00:01:33 -08:00