Add in build for deobf data zip file, update for official mcp 7.39

This commit is contained in:
Christian 2013-03-02 10:02:02 -05:00
parent 97f2bbe5dd
commit 8b8b150aa9
5 changed files with 87 additions and 82 deletions

View File

@ -203,7 +203,16 @@
</zip>
</target>
<target name="build" depends="buildenvsetup,merge-client,merge-common,build-universal,build-source-pack" />
<target name="build-deobf-data" depends="makeversion">
<zip file="deobfuscation_data_${version.minecraft}.zip">
<mappedresources>
<fileset dir="${mcp.home}/conf" includes="packaged.srg"/>
<globmapper from="packaged.srg" to="joined.srg"/>
</mappedresources>
</zip>
</target>
<target name="build" depends="buildenvsetup,merge-client,merge-common,build-universal,build-source-pack,build-deobf-data" />
<target name="jenkinsbuild" depends="buildenvsetup,jenkinsfmldecompile,patch,build"/>

View File

@ -1,5 +1,5 @@
searge,name,side,desc
field_70009_b,chatBuffer,2,
field_70009_b,buffer,2,RCon string buffer for log
field_70010_a,consoleBuffer,2,only ever used by MinecraftServer.executeCommand
field_70116_cv,serverPosZ,2,
field_70117_cu,serverPosY,2,
@ -572,7 +572,7 @@ field_71324_y,canSpawnAnimals,2,True if the server has animals turned on.
field_71325_x,onlineMode,2,True if the server is in online mode.
field_71335_s,guiIsEnabled,2,
field_71336_r,networkThread,2,
field_71337_q,gameType,2,
field_71337_q,theGameType,2,The Game Type.
field_71338_p,canSpawnStructures,2,
field_71339_n,theRConThreadMain,2,
field_71340_o,settings,2,
@ -1162,11 +1162,11 @@ field_72449_c,zCoord,2,Z coordinate of Vec3D
field_72450_a,xCoord,2,X coordinate of Vec3D
field_72451_a,theDecitatedServer,2,Instance of the DecitatedServer.
field_72534_f,mcServer,2,Reference to the MinecraftServer object.
field_72535_g,connectionTimer,2,
field_72535_g,loginTimer,2,"While waiting to login, if this field ++'s to 600 it will kick you."
field_72536_d,verifyToken,2,The 4 byte verify token read from a Packet252SharedKey
field_72537_e,rand,2,The Random object used to generate serverId hex strings.
field_72538_b,myTCPConnection,2,
field_72539_c,connectionComplete,2,
field_72539_c,finishedProcessing,2,Returns if the login handler is finished and can be removed. It is set to true on either error or successful login.
field_72540_a,logger,2,The Minecraft logger.
field_72541_j,loginServerId,2,server ID that is randomly generated by this login handler.
field_72542_k,sharedKey,2,Secret AES key obtained from the client's Packet252SharedKey
@ -1193,7 +1193,7 @@ field_72579_o,lastPosX,2,The last known x position for this connection.
field_72580_l,ticksOfLastKeepAlive,2,
field_72581_m,chatSpamThresholdCount,2,
field_72582_j,keepAliveTimeSent,2,
field_72583_k,randomGenerator,2,
field_72583_k,rndmObj,2,The Java Random object.
field_72585_i,keepAliveRandomID,2,
field_72587_r,hasMoved,2,is true when the player has moved since his last movement packet
field_72588_q,lastPosZ,2,The last known z position for this connection.
@ -1295,8 +1295,8 @@ field_72781_x,glSkyList2,2,OpenGL sky list 2
field_72782_b,theWorldServer,2,The WorldServer object.
field_72783_a,mcServer,2,Reference to the MinecraftServer object.
field_72792_d,entityViewDistance,2,
field_72793_b,trackedEntities,2,
field_72794_c,trackedEntityIDs,2,
field_72793_b,trackedEntitySet,2,"List of tracked entities, used for iteration operations on tracked entities."
field_72794_c,trackedEntityHashTable,2,Used for identity lookup of tracked entities.
field_72795_a,theWorld,2,
field_72814_d,hasExtendedLevels,2,set by !chunk.getAreLevelsEmpty
field_72815_e,worldObj,2,Reference to the World object.
@ -1382,20 +1382,20 @@ field_73112_e,partialBlockProgress,2,damage ranges from 1 to 10. -1 causes the c
field_73113_b,partialBlockX,2,
field_73114_c,partialBlockY,2,
field_73115_a,miningPlayerEntId,2,"entity ID of the player associated with this partially destroyed Block. Used to identify the Blocks in the client Renderer, max 1 per player on a server"
field_73126_f,lastScaledZPosition,2,
field_73127_g,lastYaw,2,
field_73128_d,lastScaledXPosition,2,
field_73129_e,lastScaledYPosition,2,
field_73126_f,encodedPosZ,2,The encoded entity Z position.
field_73127_g,encodedRotationYaw,2,The encoded entity yaw rotation.
field_73128_d,encodedPosX,2,The encoded entity X position.
field_73129_e,encodedPosY,2,The encoded entity Y position.
field_73130_b,blocksDistanceThreshold,2,
field_73131_c,updateFrequency,2,check for sync when ticks % updateFrequency==0
field_73132_a,myEntity,2,
field_73132_a,trackedEntity,2,The entity that this EntityTrackerEntry tracks.
field_73133_n,playerEntitiesUpdated,2,
field_73134_o,trackingPlayers,2,Holds references to all the players that are currently receiving position updates for this entity.
field_73135_l,motionZ,2,
field_73136_m,ticks,2,
field_73137_j,motionX,2,
field_73138_k,motionY,2,
field_73139_h,lastPitch,2,
field_73139_h,encodedRotationPitch,2,The encoded entity pitch rotation.
field_73140_i,lastHeadMotion,2,
field_73141_v,ridingEntity,2,
field_73142_u,ticksSinceLastForcedTeleport,2,"every 400 ticks a full teleport packet is sent, rather than just a ""move me +x"" command, so that position remains fully synced."
@ -1469,17 +1469,17 @@ field_73235_d,worldObj,2,Reference to the World object.
field_73236_b,chunkMapping,2,The mapping between ChunkCoordinates and Chunks that ChunkProviderClient maintains.
field_73237_c,chunkListing,2,"This may have been intended to be an iterable version of all currently loaded chunks (MultiplayerChunkCache), with identical contents to chunkMapping's values. However it is never actually added to."
field_73238_a,blankChunk,2,The completely empty chunk used by ChunkProviderClient when field_73236_b doesn't contain the requested coordinates.
field_73244_f,loadedChunkHashMap,2,
field_73244_f,id2ChunkMap,2,map of chunk Id's to Chunk instances
field_73245_g,loadedChunks,2,
field_73246_d,currentChunkProvider,2,
field_73246_d,serverChunkGenerator,2,chunk generator object. Calls to load nonexistent chunks are forwarded to this object.
field_73247_e,currentChunkLoader,2,
field_73248_b,chunksToUnload,2,"used by unload100OldestChunks to iterate the loadedChunkHashMap for unload (underlying assumption, first in, first out)"
field_73249_c,defaultEmptyChunk,2,
field_73249_c,dummyChunk,2,"a dummy chunk, returned in place of an actual chunk."
field_73250_a,loadChunkOnProvideRequest,2,"if this is false, the defaultEmptyChunk will be returned by the provider"
field_73251_h,worldObj,2,
field_73261_d,locationOfBlockChange,2,
field_73262_e,numberOfTilesToUpdate,2,
field_73263_b,playersInChunk,2,
field_73261_d,blocksToUpdate,2,array of blocks to update this tick
field_73262_e,numBlocksToUpdate,2,the number of blocks that need to be updated next tick
field_73263_b,players,2,the list of all players in this instance (chunk)
field_73264_c,chunkLocation,2,note: this is final
field_73265_a,myManager,2,
field_73286_b,clientPacketIdList,2,List of the client's packet IDs.
@ -1771,8 +1771,8 @@ field_73661_d,updateTime,2,
field_73662_b,y,2,
field_73663_c,z,2,
field_73664_a,x,2,
field_73672_b,properties,2,
field_73673_c,associatedFile,2,
field_73672_b,serverProperties,2,The server properties object.
field_73673_c,serverPropertiesFile,2,The server properties file.
field_73674_a,logger,2,Reference to the logger.
field_73692_f,banEndDate,2,
field_73693_g,reason,2,
@ -3690,7 +3690,7 @@ field_77781_bS,record11,2,
field_77782_ar,porkCooked,2,
field_77783_bR,recordWard,2,
field_77784_aq,porkRaw,2,
field_77785_bY,potionEffect,2,
field_77785_bY,potionEffect,2,The string representing this item's effect on a potion when used as an ingredient.
field_77786_ax,bucketWater,2,
field_77787_bX,hasSubtypes,2,"Some items (like dyes) have multiple subtypes on same item, this is field define this behavior"
field_77788_aw,bucketEmpty,2,
@ -4571,7 +4571,7 @@ field_82724_e,isAmbient,2,Whether the potion effect came from a beacon
field_82727_n,wither,2,
field_82728_o,anvil,2,
field_82729_p,fallingBlock,2,
field_82730_x,magicDamage,2,
field_82730_x,magicDamage,2,Whether the damage is magic based.
field_82731_v,wither,2,The wither Potion object.
field_82741_K,vecPool,2,The world-local pool of vectors
field_82745_f,createdAtCloudUpdateTick,2,keeps track of how many ticks this PartiallyDestroyedBlock already exists
@ -4678,7 +4678,6 @@ field_92011_a,fireworkAge,2,The age of the firework in ticks.
field_92014_j,explosionStrength,2,The explosion radius of spawned fireballs.
field_92017_j,spawnedMob,2,
field_92039_az,fireworkExplosions,2,
field_92039_k,thorns,2,
field_92052_bU,firework,2,
field_92053_bW,enchantedBook,2,
field_92054_bV,fireworkCharge,2,

1 searge name side desc
2 field_70009_b chatBuffer buffer 2 RCon string buffer for log
3 field_70010_a consoleBuffer 2 only ever used by MinecraftServer.executeCommand
4 field_70116_cv serverPosZ 2
5 field_70117_cu serverPosY 2
572 field_71325_x onlineMode 2 True if the server is in online mode.
573 field_71335_s guiIsEnabled 2
574 field_71336_r networkThread 2
575 field_71337_q gameType theGameType 2 The Game Type.
576 field_71338_p canSpawnStructures 2
577 field_71339_n theRConThreadMain 2
578 field_71340_o settings 2
1162 field_72450_a xCoord 2 X coordinate of Vec3D
1163 field_72451_a theDecitatedServer 2 Instance of the DecitatedServer.
1164 field_72534_f mcServer 2 Reference to the MinecraftServer object.
1165 field_72535_g connectionTimer loginTimer 2 While waiting to login, if this field ++'s to 600 it will kick you.
1166 field_72536_d verifyToken 2 The 4 byte verify token read from a Packet252SharedKey
1167 field_72537_e rand 2 The Random object used to generate serverId hex strings.
1168 field_72538_b myTCPConnection 2
1169 field_72539_c connectionComplete finishedProcessing 2 Returns if the login handler is finished and can be removed. It is set to true on either error or successful login.
1170 field_72540_a logger 2 The Minecraft logger.
1171 field_72541_j loginServerId 2 server ID that is randomly generated by this login handler.
1172 field_72542_k sharedKey 2 Secret AES key obtained from the client's Packet252SharedKey
1193 field_72580_l ticksOfLastKeepAlive 2
1194 field_72581_m chatSpamThresholdCount 2
1195 field_72582_j keepAliveTimeSent 2
1196 field_72583_k randomGenerator rndmObj 2 The Java Random object.
1197 field_72585_i keepAliveRandomID 2
1198 field_72587_r hasMoved 2 is true when the player has moved since his last movement packet
1199 field_72588_q lastPosZ 2 The last known z position for this connection.
1295 field_72782_b theWorldServer 2 The WorldServer object.
1296 field_72783_a mcServer 2 Reference to the MinecraftServer object.
1297 field_72792_d entityViewDistance 2
1298 field_72793_b trackedEntities trackedEntitySet 2 List of tracked entities, used for iteration operations on tracked entities.
1299 field_72794_c trackedEntityIDs trackedEntityHashTable 2 Used for identity lookup of tracked entities.
1300 field_72795_a theWorld 2
1301 field_72814_d hasExtendedLevels 2 set by !chunk.getAreLevelsEmpty
1302 field_72815_e worldObj 2 Reference to the World object.
1382 field_73113_b partialBlockX 2
1383 field_73114_c partialBlockY 2
1384 field_73115_a miningPlayerEntId 2 entity ID of the player associated with this partially destroyed Block. Used to identify the Blocks in the client Renderer, max 1 per player on a server
1385 field_73126_f lastScaledZPosition encodedPosZ 2 The encoded entity Z position.
1386 field_73127_g lastYaw encodedRotationYaw 2 The encoded entity yaw rotation.
1387 field_73128_d lastScaledXPosition encodedPosX 2 The encoded entity X position.
1388 field_73129_e lastScaledYPosition encodedPosY 2 The encoded entity Y position.
1389 field_73130_b blocksDistanceThreshold 2
1390 field_73131_c updateFrequency 2 check for sync when ticks % updateFrequency==0
1391 field_73132_a myEntity trackedEntity 2 The entity that this EntityTrackerEntry tracks.
1392 field_73133_n playerEntitiesUpdated 2
1393 field_73134_o trackingPlayers 2 Holds references to all the players that are currently receiving position updates for this entity.
1394 field_73135_l motionZ 2
1395 field_73136_m ticks 2
1396 field_73137_j motionX 2
1397 field_73138_k motionY 2
1398 field_73139_h lastPitch encodedRotationPitch 2 The encoded entity pitch rotation.
1399 field_73140_i lastHeadMotion 2
1400 field_73141_v ridingEntity 2
1401 field_73142_u ticksSinceLastForcedTeleport 2 every 400 ticks a full teleport packet is sent, rather than just a "move me +x" command, so that position remains fully synced.
1469 field_73236_b chunkMapping 2 The mapping between ChunkCoordinates and Chunks that ChunkProviderClient maintains.
1470 field_73237_c chunkListing 2 This may have been intended to be an iterable version of all currently loaded chunks (MultiplayerChunkCache), with identical contents to chunkMapping's values. However it is never actually added to.
1471 field_73238_a blankChunk 2 The completely empty chunk used by ChunkProviderClient when field_73236_b doesn't contain the requested coordinates.
1472 field_73244_f loadedChunkHashMap id2ChunkMap 2 map of chunk Id's to Chunk instances
1473 field_73245_g loadedChunks 2
1474 field_73246_d currentChunkProvider serverChunkGenerator 2 chunk generator object. Calls to load nonexistent chunks are forwarded to this object.
1475 field_73247_e currentChunkLoader 2
1476 field_73248_b chunksToUnload 2 used by unload100OldestChunks to iterate the loadedChunkHashMap for unload (underlying assumption, first in, first out)
1477 field_73249_c defaultEmptyChunk dummyChunk 2 a dummy chunk, returned in place of an actual chunk.
1478 field_73250_a loadChunkOnProvideRequest 2 if this is false, the defaultEmptyChunk will be returned by the provider
1479 field_73251_h worldObj 2
1480 field_73261_d locationOfBlockChange blocksToUpdate 2 array of blocks to update this tick
1481 field_73262_e numberOfTilesToUpdate numBlocksToUpdate 2 the number of blocks that need to be updated next tick
1482 field_73263_b playersInChunk players 2 the list of all players in this instance (chunk)
1483 field_73264_c chunkLocation 2 note: this is final
1484 field_73265_a myManager 2
1485 field_73286_b clientPacketIdList 2 List of the client's packet IDs.
1771 field_73662_b y 2
1772 field_73663_c z 2
1773 field_73664_a x 2
1774 field_73672_b properties serverProperties 2 The server properties object.
1775 field_73673_c associatedFile serverPropertiesFile 2 The server properties file.
1776 field_73674_a logger 2 Reference to the logger.
1777 field_73692_f banEndDate 2
1778 field_73693_g reason 2
3690 field_77782_ar porkCooked 2
3691 field_77783_bR recordWard 2
3692 field_77784_aq porkRaw 2
3693 field_77785_bY potionEffect 2 The string representing this item's effect on a potion when used as an ingredient.
3694 field_77786_ax bucketWater 2
3695 field_77787_bX hasSubtypes 2 Some items (like dyes) have multiple subtypes on same item, this is field define this behavior
3696 field_77788_aw bucketEmpty 2
4571 field_82727_n wither 2
4572 field_82728_o anvil 2
4573 field_82729_p fallingBlock 2
4574 field_82730_x magicDamage 2 Whether the damage is magic based.
4575 field_82731_v wither 2 The wither Potion object.
4576 field_82741_K vecPool 2 The world-local pool of vectors
4577 field_82745_f createdAtCloudUpdateTick 2 keeps track of how many ticks this PartiallyDestroyedBlock already exists
4678 field_92014_j explosionStrength 2 The explosion radius of spawned fireballs.
4679 field_92017_j spawnedMob 2
4680 field_92039_az fireworkExplosions 2
field_92039_k thorns 2
4681 field_92052_bU firework 2
4682 field_92053_bW enchantedBook 2
4683 field_92054_bV fireworkCharge 2

View File

@ -7,7 +7,7 @@ func_70004_a,translateString,2,Translates and formats the given string key with
func_70005_c_,getCommandSenderName,2,"Gets the name of this command sender (usually username, but possibly ""Rcon"")"
func_70006_a,sendChatToPlayer,2,
func_70007_b,resetLog,2,Clears the RCon log
func_70008_c,getChatBuffer,2,
func_70008_c,getLogContents,2,Gets the contents of the RCon log
func_70011_f,getDistance,2,"Gets the distance to the position. Args: x, y, z"
func_70012_b,setLocationAndAngles,2,Sets the location and Yaw/Pitch of an entity in the world
func_70013_c,getBrightness,2,Gets how bright this entity is.
@ -32,7 +32,7 @@ func_70031_b,setSprinting,2,Set sprinting switch for Entity.
func_70032_d,getDistanceToEntity,2,Returns the distance to the entity. Args: entity
func_70033_W,getYOffset,2,Returns the Y Offset of this entity.
func_70034_d,setRotationYawHead,2,Sets the head's yaw rotation of the entity.
func_70035_c,getLastActiveItems,2,
func_70035_c,getInventory,2,returns the inventory of this entity (only used in EntityPlayerMP it seems)
func_70036_a,playStepSound,2,"Plays step sound at given x, y, z for the entity"
func_70037_a,readEntityFromNBT,2,(abstract) Protected helper method to read subclass entity data from NBT.
func_70038_c,isOffsetPositionInLiquid,2,"Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z"
@ -528,14 +528,14 @@ func_71062_b,canHarvestBlock,2,Checks if the player has the ability to harvest a
func_71063_a,setSpawnChunk,2,Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
func_71064_a,addStat,2,Adds a value to a statistic field.
func_71065_l,isInBed,2,Checks if the player is currently in a bed
func_71110_a,sendContainerAndContentsToPlayer,2,
func_71110_a,updateCraftingInventory,2,update the crafting window inventory with the items in the list
func_71111_a,sendSlotContents,2,"Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents"
func_71112_a,sendProgressBarUpdate,2,"Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP."
func_71113_k,updateHeldItem,2,updates item held by mouse
func_71114_r,getPlayerIP,2,Gets the player's IP address. Used in /banip.
func_71115_a,requestTexturePackLoad,2,on recieving this message the client (if permission is given) will download the requested textures
func_71116_b,addSelfToInternalCraftingInventory,2,
func_71117_bO,incrementWindowID,2,
func_71117_bO,getNextWindowId,2,get the next window id to use
func_71118_n,setPlayerHealthUpdated,2,"this function is called when a players inventory is sent to him, lastHealth is updated on any dimension transitions, then reset."
func_71119_a,sendTileEntityToPlayer,2,called from onUpdate for all tileEntity in specific chunks
func_71120_a,sendContainerToPlayer,2,
@ -546,7 +546,7 @@ func_71124_b,getCurrentItemOrArmor,2,"0 = item, 1-n is armor"
func_71125_a,updateClientInfo,2,
func_71126_v,getChatVisibility,2,
func_71127_g,onUpdateEntity,2,
func_71128_l,closeInventory,2,
func_71128_l,closeCraftingGui,2,close the current crafting gui
func_71150_b,setHealth,2,Updates health locally.
func_71151_f,getFOVMultiplier,2,Gets the player's field of view multiplier. (ex. when flying)
func_71152_a,setXPStats,2,"Sets the current XP, total XP, and level number."
@ -619,7 +619,7 @@ func_71248_a,getPossibleCompletions,2,"If par2Str begins with /, then it searche
func_71249_w,getMinecraftVersion,2,Returns the server's Minecraft version as string.
func_71250_E,getKeyPair,2,Gets KeyPair instanced in MinecraftServer.
func_71251_e,setCanSpawnAnimals,2,
func_71252_i,executeCommand,2,
func_71252_i,handleRConCommand,2,Handle a command received by an RCon instance
func_71253_a,setKeyPair,2,
func_71254_M,getActiveAnvilConverter,2,
func_71255_r,getAllowNether,2,
@ -1077,12 +1077,12 @@ func_72352_l,getMaxPlayers,2,Returns the maximum number of players allowed on th
func_72353_e,areCommandsAllowed,2,Returns true if the specific player is allowed to use commands.
func_72354_b,updateTimeAndWeatherForPlayer,2,Updates the time and weather for the given player to those of the given world
func_72355_a,initializeConnectionToPlayer,2,
func_72356_a,transferPlayerToDimension,2,
func_72356_a,transferPlayerToDimension,2,moves provided player from overworld to nether or vice versa
func_72357_a,setGameType,2,
func_72358_d,serverUpdateMountedMovingPlayer,2,"using player's dimension, update their movement when in a vehicle (e.g. cart, boat)"
func_72359_h,addToWhiteList,2,Add the specified player to the white list.
func_72360_c,removeOp,2,"This removes a username from the ops list, then saves the op list"
func_72361_f,getPlayerForUsername,2,
func_72361_f,getPlayerEntity,2,gets the player entity for the player with the name specified
func_72362_j,loadWhiteList,2,"Either does nothing, or calls readWhiteList."
func_72363_f,getBannedIPs,2,
func_72364_a,setPlayerManager,2,Sets the NBT manager to the one for the WorldServer given.
@ -1216,7 +1216,7 @@ func_72523_a,handleWindowClick,2,
func_72524_a,handleAnimation,2,
func_72525_c,getSharedKey,2,Return the secret AES sharedKey
func_72526_a,getServerId,2,Returns the server Id randomly generated by this login handler.
func_72527_a,raiseErrorAndDisconnect,2,
func_72527_a,kickUser,2,Disconnects the user with the given reason.
func_72528_e,getUsernameAndAddress,2,
func_72529_d,initializePlayerConnection,2,"on success the specified username is connected to the minecraftInstance, otherwise they are packet255'd"
func_72530_b,getLoginMinecraftServer,2,Returns the reference to Minecraft Server.
@ -1231,7 +1231,7 @@ func_72550_a,sendSessionRequest,2,Send request to http://session.minecraft.net w
func_72551_d,processReadPackets,2,Processes the packets that have been read since the last call to this function.
func_72552_c,addToSendQueue,2,Adds the packet to the send queue
func_72553_e,disconnect,2,Disconnects the network connection.
func_72565_c,kickPlayerFromServer,2,
func_72565_c,kickPlayer,2,Kick the offending player and give a reason why
func_72566_d,handleSlashCommand,2,Processes a / command
func_72567_b,sendPacketToPlayer,2,"addToSendQueue. if it is a chat packet, check before sending it"
func_72568_e,packetSize,2,returns 0 for memoryMapped connections
@ -1289,9 +1289,9 @@ func_72683_a,addPlayer,2,Adds an EntityPlayerMP to the PlayerManager.
func_72685_d,updateMountedMovingPlayer,2,"update chunks around a player being moved by server logic (e.g. cart, boat)"
func_72686_a,getFurthestViewableBlock,2,Get the furthest viewable block given player's view distance
func_72687_a,flagChunkForUpdate,2,"the ""PlayerInstance""/ chunkWatcher will send this chunk to all players who are in line of sight"
func_72688_a,getWorldServer,2,
func_72688_a,getMinecraftServer,2,Returns the MinecraftServer associated with the PlayerManager.
func_72689_b,getChunkWatchers,2,
func_72690_a,getOrCreateChunkWatcher,2,
func_72690_a,getPlayerInstance,2,passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
func_72691_b,filterChunkLoadQueue,2,Removes all chunks from the given player's chunk load queue that are not in viewing range of the player.
func_72692_a,getWorldServer,2,
func_72693_b,updatePlayerInstances,2,updates all the player instances that need to be updated
@ -1452,7 +1452,7 @@ func_72909_d,markBlockRangeForRenderUpdate,2,"On the client, re-renders all bloc
func_72910_y,getLoadedEntityList,2,Accessor for world Loaded Entity List
func_72911_I,isThundering,2,Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
func_72912_H,getWorldInfo,2,Gets the World's WorldInfo instance
func_72913_w,toggleRain,2,
func_72913_w,commandToggleDownfall,2,start precipitation in this world (2 ticks after command posted)
func_72914_a,addWorldInfoToCrashReport,2,Adds some basic stats of the world to the given crash report.
func_72915_b,setLightValue,2,"Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block. Args: enumSkyBlock, x, y, z, lightValue"
func_72916_c,chunkExists,2,"Returns whether a chunk exists at chunk coordinates x, y"
@ -1572,7 +1572,7 @@ func_73119_a,informAllAssociatedPlayersOfItemDestruction,2,
func_73120_a,sendPacketToAllTrackingPlayers,2,"if this is a player, then it is not informed"
func_73121_d,isPlayerWatchingThisChunk,2,
func_73122_a,sendLocationToAllClients,2,"also sends velocity, rotation, and riding info."
func_73123_c,removePlayerFromTracker,2,
func_73123_c,removeTrackedPlayerSymmetric,2,Remove a tracked player from our list and tell the tracked player to destroy us from their world.
func_73124_b,getPacketForThisEntity,2,
func_73125_b,sendEventsToPlayers,2,
func_73148_d,makeString,2,Converts the instance data to a readable string.
@ -1601,14 +1601,14 @@ func_73240_a,unloadAllChunks,2,"marks all chunks for unload, ignoring those near
func_73241_b,unloadChunksIfNotNearSpawn,2,"marks chunk for unload by ""unload100OldestChunks"" if there is no spawn point, or if the center of the chunk is outside 200 blocks (x or z) of the spawn"
func_73242_b,safeSaveChunk,2,"used by saveChunks, but catches any exceptions if the save fails."
func_73243_a,safeSaveExtraChunkData,2,"used by saveChunks, but catches any exceptions if the save fails."
func_73252_b,sendThisChunkToPlayer,2,
func_73252_b,removePlayer,2,remove player from this instance
func_73253_a,getChunkLocation,2,
func_73254_a,sendChunkUpdate,2,
func_73255_a,addPlayerToChunkWatchingList,2,called for all chunks within the visible radius of the player
func_73256_a,sendToAllPlayersWatchingChunk,2,
func_73257_a,sendTileToAllPlayersWatchingChunk,2,
func_73256_a,sendPacketToPlayersInInstance,2,sends the packet to all players in the current instance
func_73257_a,updateTileEntity,2,sends players update packet about the given entity
func_73258_b,getPlayersInChunk,2,
func_73259_a,flagChunkForUpdate,2,
func_73259_a,markBlockNeedsUpdate,2,mark the block as changed so that it will update clients who need to know about it
func_73266_a,writePacket,2,"Writes a packet, prefixed by its ID, to the data stream."
func_73267_a,readPacketData,2,Abstract. Reads the raw packet data from the data stream.
func_73268_a,containsSameEntityIDAs,2,eg return packet30entity.entityId == entityId; WARNING : will throw if you compare a packet to a different packet class
@ -2466,7 +2466,7 @@ func_75680_a,writeObjectsInListToStream,2,"writes every object in passed list to
func_75681_e,getWatchableObjectString,2,gets a watchable object and returns it as a String
func_75682_a,addObject,2,"adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add"
func_75683_a,getWatchableObjectByte,2,gets the bytevalue of a watchable object
func_75684_a,hasChanges,2,
func_75684_a,hasObjectChanged,2,true if one or more object was changed
func_75685_c,getAllWatched,2,
func_75686_a,readWatchableObjects,2,
func_75687_a,updateWatchedObjectsFromList,2,
@ -2575,7 +2575,7 @@ func_75887_a,decryptSharedKey,2,Decrypt shared secret AES key using RSA private
func_75888_a,decryptInputStream,2,
func_75889_b,decryptData,2,Decrypt byte[] data with RSA private key
func_75890_a,createNewSharedKey,2,Generate a new shared secret AES key from a secure random source
func_75891_b,createNewKeyPair,2,
func_75891_b,generateKeyPair,2,Generates RSA KeyPair
func_75892_a,createBufferedBlockCipher,2,Create a new BufferedBlockCipher instance
func_75893_a,digestOperation,2,Compute a message digest on arbitrary byte[] data
func_75894_a,encryptData,2,Encrypt byte[] data with RSA public key
@ -2680,7 +2680,7 @@ func_76126_a,sin,2,sin looked up in a table
func_76127_a,average,2,
func_76128_c,floor_double,2,Returns the greatest integer less than or equal to the double argument
func_76129_c,sqrt_float,2,
func_76130_a,abs_int,2,
func_76130_a,abs,2,Returns the unsigned value of an int.
func_76131_a,clamp_float,2,"Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters"
func_76132_a,abs_max,2,Maximum of the absolute value of two numbers.
func_76133_a,sqrt_double,2,

1 searge name side desc
7 func_70005_c_ getCommandSenderName 2 Gets the name of this command sender (usually username, but possibly "Rcon")
8 func_70006_a sendChatToPlayer 2
9 func_70007_b resetLog 2 Clears the RCon log
10 func_70008_c getChatBuffer getLogContents 2 Gets the contents of the RCon log
11 func_70011_f getDistance 2 Gets the distance to the position. Args: x, y, z
12 func_70012_b setLocationAndAngles 2 Sets the location and Yaw/Pitch of an entity in the world
13 func_70013_c getBrightness 2 Gets how bright this entity is.
32 func_70032_d getDistanceToEntity 2 Returns the distance to the entity. Args: entity
33 func_70033_W getYOffset 2 Returns the Y Offset of this entity.
34 func_70034_d setRotationYawHead 2 Sets the head's yaw rotation of the entity.
35 func_70035_c getLastActiveItems getInventory 2 returns the inventory of this entity (only used in EntityPlayerMP it seems)
36 func_70036_a playStepSound 2 Plays step sound at given x, y, z for the entity
37 func_70037_a readEntityFromNBT 2 (abstract) Protected helper method to read subclass entity data from NBT.
38 func_70038_c isOffsetPositionInLiquid 2 Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
528 func_71063_a setSpawnChunk 2 Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
529 func_71064_a addStat 2 Adds a value to a statistic field.
530 func_71065_l isInBed 2 Checks if the player is currently in a bed
531 func_71110_a sendContainerAndContentsToPlayer updateCraftingInventory 2 update the crafting window inventory with the items in the list
532 func_71111_a sendSlotContents 2 Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents
533 func_71112_a sendProgressBarUpdate 2 Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP.
534 func_71113_k updateHeldItem 2 updates item held by mouse
535 func_71114_r getPlayerIP 2 Gets the player's IP address. Used in /banip.
536 func_71115_a requestTexturePackLoad 2 on recieving this message the client (if permission is given) will download the requested textures
537 func_71116_b addSelfToInternalCraftingInventory 2
538 func_71117_bO incrementWindowID getNextWindowId 2 get the next window id to use
539 func_71118_n setPlayerHealthUpdated 2 this function is called when a players inventory is sent to him, lastHealth is updated on any dimension transitions, then reset.
540 func_71119_a sendTileEntityToPlayer 2 called from onUpdate for all tileEntity in specific chunks
541 func_71120_a sendContainerToPlayer 2
546 func_71125_a updateClientInfo 2
547 func_71126_v getChatVisibility 2
548 func_71127_g onUpdateEntity 2
549 func_71128_l closeInventory closeCraftingGui 2 close the current crafting gui
550 func_71150_b setHealth 2 Updates health locally.
551 func_71151_f getFOVMultiplier 2 Gets the player's field of view multiplier. (ex. when flying)
552 func_71152_a setXPStats 2 Sets the current XP, total XP, and level number.
619 func_71249_w getMinecraftVersion 2 Returns the server's Minecraft version as string.
620 func_71250_E getKeyPair 2 Gets KeyPair instanced in MinecraftServer.
621 func_71251_e setCanSpawnAnimals 2
622 func_71252_i executeCommand handleRConCommand 2 Handle a command received by an RCon instance
623 func_71253_a setKeyPair 2
624 func_71254_M getActiveAnvilConverter 2
625 func_71255_r getAllowNether 2
1077 func_72353_e areCommandsAllowed 2 Returns true if the specific player is allowed to use commands.
1078 func_72354_b updateTimeAndWeatherForPlayer 2 Updates the time and weather for the given player to those of the given world
1079 func_72355_a initializeConnectionToPlayer 2
1080 func_72356_a transferPlayerToDimension 2 moves provided player from overworld to nether or vice versa
1081 func_72357_a setGameType 2
1082 func_72358_d serverUpdateMountedMovingPlayer 2 using player's dimension, update their movement when in a vehicle (e.g. cart, boat)
1083 func_72359_h addToWhiteList 2 Add the specified player to the white list.
1084 func_72360_c removeOp 2 This removes a username from the ops list, then saves the op list
1085 func_72361_f getPlayerForUsername getPlayerEntity 2 gets the player entity for the player with the name specified
1086 func_72362_j loadWhiteList 2 Either does nothing, or calls readWhiteList.
1087 func_72363_f getBannedIPs 2
1088 func_72364_a setPlayerManager 2 Sets the NBT manager to the one for the WorldServer given.
1216 func_72524_a handleAnimation 2
1217 func_72525_c getSharedKey 2 Return the secret AES sharedKey
1218 func_72526_a getServerId 2 Returns the server Id randomly generated by this login handler.
1219 func_72527_a raiseErrorAndDisconnect kickUser 2 Disconnects the user with the given reason.
1220 func_72528_e getUsernameAndAddress 2
1221 func_72529_d initializePlayerConnection 2 on success the specified username is connected to the minecraftInstance, otherwise they are packet255'd
1222 func_72530_b getLoginMinecraftServer 2 Returns the reference to Minecraft Server.
1231 func_72551_d processReadPackets 2 Processes the packets that have been read since the last call to this function.
1232 func_72552_c addToSendQueue 2 Adds the packet to the send queue
1233 func_72553_e disconnect 2 Disconnects the network connection.
1234 func_72565_c kickPlayerFromServer kickPlayer 2 Kick the offending player and give a reason why
1235 func_72566_d handleSlashCommand 2 Processes a / command
1236 func_72567_b sendPacketToPlayer 2 addToSendQueue. if it is a chat packet, check before sending it
1237 func_72568_e packetSize 2 returns 0 for memoryMapped connections
1289 func_72685_d updateMountedMovingPlayer 2 update chunks around a player being moved by server logic (e.g. cart, boat)
1290 func_72686_a getFurthestViewableBlock 2 Get the furthest viewable block given player's view distance
1291 func_72687_a flagChunkForUpdate 2 the "PlayerInstance"/ chunkWatcher will send this chunk to all players who are in line of sight
1292 func_72688_a getWorldServer getMinecraftServer 2 Returns the MinecraftServer associated with the PlayerManager.
1293 func_72689_b getChunkWatchers 2
1294 func_72690_a getOrCreateChunkWatcher getPlayerInstance 2 passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
1295 func_72691_b filterChunkLoadQueue 2 Removes all chunks from the given player's chunk load queue that are not in viewing range of the player.
1296 func_72692_a getWorldServer 2
1297 func_72693_b updatePlayerInstances 2 updates all the player instances that need to be updated
1452 func_72910_y getLoadedEntityList 2 Accessor for world Loaded Entity List
1453 func_72911_I isThundering 2 Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
1454 func_72912_H getWorldInfo 2 Gets the World's WorldInfo instance
1455 func_72913_w toggleRain commandToggleDownfall 2 start precipitation in this world (2 ticks after command posted)
1456 func_72914_a addWorldInfoToCrashReport 2 Adds some basic stats of the world to the given crash report.
1457 func_72915_b setLightValue 2 Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block. Args: enumSkyBlock, x, y, z, lightValue
1458 func_72916_c chunkExists 2 Returns whether a chunk exists at chunk coordinates x, y
1572 func_73120_a sendPacketToAllTrackingPlayers 2 if this is a player, then it is not informed
1573 func_73121_d isPlayerWatchingThisChunk 2
1574 func_73122_a sendLocationToAllClients 2 also sends velocity, rotation, and riding info.
1575 func_73123_c removePlayerFromTracker removeTrackedPlayerSymmetric 2 Remove a tracked player from our list and tell the tracked player to destroy us from their world.
1576 func_73124_b getPacketForThisEntity 2
1577 func_73125_b sendEventsToPlayers 2
1578 func_73148_d makeString 2 Converts the instance data to a readable string.
1601 func_73241_b unloadChunksIfNotNearSpawn 2 marks chunk for unload by "unload100OldestChunks" if there is no spawn point, or if the center of the chunk is outside 200 blocks (x or z) of the spawn
1602 func_73242_b safeSaveChunk 2 used by saveChunks, but catches any exceptions if the save fails.
1603 func_73243_a safeSaveExtraChunkData 2 used by saveChunks, but catches any exceptions if the save fails.
1604 func_73252_b sendThisChunkToPlayer removePlayer 2 remove player from this instance
1605 func_73253_a getChunkLocation 2
1606 func_73254_a sendChunkUpdate 2
1607 func_73255_a addPlayerToChunkWatchingList 2 called for all chunks within the visible radius of the player
1608 func_73256_a sendToAllPlayersWatchingChunk sendPacketToPlayersInInstance 2 sends the packet to all players in the current instance
1609 func_73257_a sendTileToAllPlayersWatchingChunk updateTileEntity 2 sends players update packet about the given entity
1610 func_73258_b getPlayersInChunk 2
1611 func_73259_a flagChunkForUpdate markBlockNeedsUpdate 2 mark the block as changed so that it will update clients who need to know about it
1612 func_73266_a writePacket 2 Writes a packet, prefixed by its ID, to the data stream.
1613 func_73267_a readPacketData 2 Abstract. Reads the raw packet data from the data stream.
1614 func_73268_a containsSameEntityIDAs 2 eg return packet30entity.entityId == entityId; WARNING : will throw if you compare a packet to a different packet class
2466 func_75681_e getWatchableObjectString 2 gets a watchable object and returns it as a String
2467 func_75682_a addObject 2 adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
2468 func_75683_a getWatchableObjectByte 2 gets the bytevalue of a watchable object
2469 func_75684_a hasChanges hasObjectChanged 2 true if one or more object was changed
2470 func_75685_c getAllWatched 2
2471 func_75686_a readWatchableObjects 2
2472 func_75687_a updateWatchedObjectsFromList 2
2575 func_75888_a decryptInputStream 2
2576 func_75889_b decryptData 2 Decrypt byte[] data with RSA private key
2577 func_75890_a createNewSharedKey 2 Generate a new shared secret AES key from a secure random source
2578 func_75891_b createNewKeyPair generateKeyPair 2 Generates RSA KeyPair
2579 func_75892_a createBufferedBlockCipher 2 Create a new BufferedBlockCipher instance
2580 func_75893_a digestOperation 2 Compute a message digest on arbitrary byte[] data
2581 func_75894_a encryptData 2 Encrypt byte[] data with RSA public key
2680 func_76127_a average 2
2681 func_76128_c floor_double 2 Returns the greatest integer less than or equal to the double argument
2682 func_76129_c sqrt_float 2
2683 func_76130_a abs_int abs 2 Returns the unsigned value of an int.
2684 func_76131_a clamp_float 2 Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
2685 func_76132_a abs_max 2 Maximum of the absolute value of two numbers.
2686 func_76133_a sqrt_double 2

View File

@ -5239,6 +5239,7 @@ p_77301_0_,par0TexturePackList,2
p_77302_1_,par1File,2
p_77303_0_,par0TexturePackList,2
p_77303_1_,par1ITexturePack,2
p_77306_0_,par0TexturePackList,2
p_77316_1_,par1,2
p_77317_1_,par1,2
p_77318_1_,par1,2
@ -7589,20 +7590,37 @@ p_96174_1_,par1McoServer,2
p_96175_1_,par1,2
p_96175_2_,par2,2
p_96177_0_,par0GuiScreenOnlineServers,2
p_96179_0_,par0GuiScreenOnlineServers,2
p_96179_1_,par1McoServer,2
p_96182_0_,par0GuiScreenOnlineServers,2
p_96209_1_,par1Str,2
p_96210_1_,par1Str,2
p_96230_0_,par0GuiScreenSelectLocation,2
p_96231_0_,par0GuiScreenSelectLocation,2
p_96232_0_,par0GuiScreenSelectLocation,2
p_96233_0_,par0GuiScreenSelectLocation,2
p_96234_0_,par0GuiScreenSelectLocation,2
p_96234_1_,par1Location,2
p_96235_0_,par0GuiScreenSelectLocation,2
p_96236_0_,par0GuiScreenSelectLocation,2
p_96246_0_,par0GuiScreenCreateOnlineWorld,2
p_96247_0_,par0GuiScreenCreateOnlineWorld,2
p_96248_0_,par0GuiScreenCreateOnlineWorld,2
p_96251_1_,par1Location,2
p_96251_2_,par2Str,2
p_96251_3_,par3Str,2
p_96263_0_,par0GuiScreenConfigureWorld,2
p_96264_1_,par1,2
p_96265_0_,par0GuiScreenConfigureWorld,2
p_96266_0_,par0GuiScreenConfigureWorld,2
p_96267_1_,par1,2
p_96269_0_,par0GuiScreenConfigureWorld,2
p_96270_0_,par0GuiScreenConfigureWorld,2
p_96270_1_,par1,2
p_96271_0_,par0GuiScreenConfigureWorld,2
p_96273_0_,par0GuiScreenConfigureWorld,2
p_96274_0_,par0GuiScreenConfigureWorld,2
p_96274_1_,par1,2
p_96290_1_,par1World,2
p_96290_2_,par2,2
p_96290_3_,par3,2
@ -7613,6 +7631,10 @@ p_96292_2_,par2,2
p_96292_3_,par3,2
p_96292_4_,par4,2
p_96292_5_,par5Tessellator,2
p_96293_1_,par1,2
p_96293_2_,par2,2
p_96293_3_,par3,2
p_96293_4_,par4McoServer,2
p_96296_0_,par0,2
p_96296_1_,par1,2
p_96300_0_,par0Str,2
@ -7891,8 +7913,6 @@ p_98070_1_,par1,2
p_98070_2_,par2,2
p_98071_0_,par0GuiScreenOnlineServers,2
p_98072_0_,par0GuiScreenOnlineServers,2
p_98073_0_,par0GuiScreenOnlineServers,2
p_98073_1_,par1McoServer,2
p_98074_0_,par0GuiScreenOnlineServers,2
p_98075_0_,par0GuiScreenOnlineServers,2
p_98076_0_,par0GuiScreenOnlineServers,2
@ -7928,32 +7948,12 @@ p_98101_0_,par0GuiScreenCreateOnlineWorld,2
p_98102_0_,par0GuiScreenCreateOnlineWorld,2
p_98102_1_,par1List,2
p_98103_0_,par0GuiScreenCreateOnlineWorld,2
p_98104_0_,par0GuiScreenCreateOnlineWorld,2
p_98105_0_,par0GuiScreenCreateOnlineWorld,2
p_98115_0_,par0GuiScreenSelectLocation,2
p_98116_0_,par0GuiScreenSelectLocation,2
p_98116_1_,par1Location,2
p_98119_0_,par0GuiScreenConfigureWorld,2
p_98120_0_,par0GuiScreenConfigureWorld,2
p_98121_0_,par0GuiScreenConfigureWorld,2
p_98121_1_,par1,2
p_98122_0_,par0GuiScreenConfigureWorld,2
p_98123_0_,par0GuiScreenConfigureWorld,2
p_98123_1_,par1,2
p_98124_0_,par0GuiScreenConfigureWorld,2
p_98125_0_,par0GuiScreenConfigureWorld,2
p_98126_0_,par0GuiScreenConfigureWorld,2
p_98136_1_,par1,2
p_98136_2_,par2,2
p_98136_3_,par3,2
p_98136_4_,par4McoServer,2
p_98137_1_,par1Str,2
p_98137_2_,par2,2
p_98138_1_,par1Str,2
p_98138_2_,par2,2
p_98139_1_,par1Str,2
p_98140_1_,par1Str,2
p_98142_0_,par0TexturePackList,2
p_98144_0_,par0MobSpawnerBaseLogic,2
p_98144_1_,par1,2
p_98144_3_,par3,2
@ -8018,10 +8018,10 @@ p_98235_1_,par1Str,2
p_98235_2_,par2Throwable,2
p_98236_1_,par1Str,2
p_98237_0_,par0LogAgent,2
p_98247_0_,par0McoServerFetcher,2
p_98247_0_,par0McoServerList,2
p_98247_1_,par1List,2
p_98249_0_,par0McoServerFetcher,2
p_98253_0_,par0McoServerFetcher,2
p_98249_0_,par0McoServerList,2
p_98253_0_,par0McoServerList,2
p_98263_1_,par1,2
p_98263_2_,par2,2
p_98263_3_,par3,2
@ -8037,9 +8037,6 @@ p_98280_1_,par1NBTTagCompound,2
p_98298_1_,par1,2
p_98300_1_,par1,2
p_98305_1_,par1Str,2
p_98308_1_,par1ArrayOfObj,2
p_98309_1_,par1ArrayOfObj,2
p_98310_1_,par1ArrayOfObj,2
p_98311_1_,par1JsonNode,2
p_98312_1_,par1JsonNode,2
p_98313_1_,par1JsonNode,2
@ -8060,6 +8057,8 @@ p_equals_1_,par1Obj,2
p_focusGained_1_,par1FocusEvent,2
p_format_1_,par1LogRecord,2
p_getArrayNode_1_,par1ArrayOfObj,2
p_getBooleanValue_1_,par1ArrayOfObj,2
p_getNumberValue_1_,par1ArrayOfObj,2
p_getParameter_1_,par1Str,2
p_getStringValue_1_,par1ArrayOfObj,2
p_get_1_,par1Obj,2
@ -8091,7 +8090,7 @@ p_i10008_2_,par2GuiScreen,2
p_i10008_3_,par3TaskLongRunning,2
p_i10009_1_,par1GuiSlotOnlineServerList,2
p_i10009_2_,par2McoServer,2
p_i10010_1_,par1,2
p_i10010_1_,par1GuiScreen,2
p_i10011_1_,par1GuiScreenResetWorld,2
p_i10011_2_,par2,2
p_i10012_1_,par1Minecraft,2
@ -8195,12 +8194,12 @@ p_i10063_3_,par3Str,2
p_i10064_1_,par1Str,2
p_i10065_1_,par1Str,2
p_i10066_1_,par1Str,2
p_i11000_1_,par1Str,2
p_i11000_1_,par1,2
p_i11000_2_,par2File,2
p_i11000_3_,par3Str,2
p_i11000_4_,par4ITexturePack,2
p_i11001_1_,par1Str,2
p_i11001_2_,par2File,2
p_i11001_1_,par1,2
p_i11001_2_,par2,2
p_i11001_3_,par3ITexturePack,2
p_i11002_1_,par1Str,2
p_i11002_2_,par2File,2
@ -8216,9 +8215,6 @@ p_i11007_2_,par2Str,2
p_i11007_3_,par3Str,2
p_i11007_4_,par4ArrayOfObj,2
p_i11008_1_,par1GuiScreenCreateOnlineWorld,2
p_i11009_1_,par1McoServerFetcher,2
p_i11010_1_,par1McoServerFetcher,2
p_i11010_2_,par2McoServerFetcherINNER1,2
p_i11011_1_,par1GuiScreenOnlineServers,2
p_i11012_1_,par1Minecraft,2
p_i11012_2_,par2Str,2
@ -11167,6 +11163,7 @@ p_i9106_1_,par1,2
p_implies_1_,par1Permission,2
p_init_1_,par1,2
p_init_2_,par2CipherParameters,2
p_isArrayNode_1_,par1ArrayOfObj,2
p_main_0_,par0ArrayOfStr,2
p_paint_1_,par1Graphics,2
p_parse_1_,par1Str,2

1 param name side
5239 p_77302_1_ par1File 2
5240 p_77303_0_ par0TexturePackList 2
5241 p_77303_1_ par1ITexturePack 2
5242 p_77306_0_ par0TexturePackList 2
5243 p_77316_1_ par1 2
5244 p_77317_1_ par1 2
5245 p_77318_1_ par1 2
7590 p_96175_1_ par1 2
7591 p_96175_2_ par2 2
7592 p_96177_0_ par0GuiScreenOnlineServers 2
7593 p_96179_0_ par0GuiScreenOnlineServers 2
7594 p_96179_1_ par1McoServer 2
7595 p_96182_0_ par0GuiScreenOnlineServers 2
7596 p_96209_1_ par1Str 2
7597 p_96210_1_ par1Str 2
7598 p_96230_0_ par0GuiScreenSelectLocation 2
7599 p_96231_0_ par0GuiScreenSelectLocation 2
7600 p_96232_0_ par0GuiScreenSelectLocation 2
7601 p_96233_0_ par0GuiScreenSelectLocation 2
7602 p_96234_0_ par0GuiScreenSelectLocation 2
7603 p_96234_1_ par1Location 2
7604 p_96235_0_ par0GuiScreenSelectLocation 2
7605 p_96236_0_ par0GuiScreenSelectLocation 2
7606 p_96246_0_ par0GuiScreenCreateOnlineWorld 2
7607 p_96247_0_ par0GuiScreenCreateOnlineWorld 2
7608 p_96248_0_ par0GuiScreenCreateOnlineWorld 2
7609 p_96251_1_ par1Location 2
7610 p_96251_2_ par2Str 2
7611 p_96251_3_ par3Str 2
7612 p_96263_0_ par0GuiScreenConfigureWorld 2
7613 p_96264_1_ par1 2
7614 p_96265_0_ par0GuiScreenConfigureWorld 2
7615 p_96266_0_ par0GuiScreenConfigureWorld 2
7616 p_96267_1_ par1 2
7617 p_96269_0_ par0GuiScreenConfigureWorld 2
7618 p_96270_0_ par0GuiScreenConfigureWorld 2
7619 p_96270_1_ par1 2
7620 p_96271_0_ par0GuiScreenConfigureWorld 2
7621 p_96273_0_ par0GuiScreenConfigureWorld 2
7622 p_96274_0_ par0GuiScreenConfigureWorld 2
7623 p_96274_1_ par1 2
7624 p_96290_1_ par1World 2
7625 p_96290_2_ par2 2
7626 p_96290_3_ par3 2
7631 p_96292_3_ par3 2
7632 p_96292_4_ par4 2
7633 p_96292_5_ par5Tessellator 2
7634 p_96293_1_ par1 2
7635 p_96293_2_ par2 2
7636 p_96293_3_ par3 2
7637 p_96293_4_ par4McoServer 2
7638 p_96296_0_ par0 2
7639 p_96296_1_ par1 2
7640 p_96300_0_ par0Str 2
7913 p_98070_2_ par2 2
7914 p_98071_0_ par0GuiScreenOnlineServers 2
7915 p_98072_0_ par0GuiScreenOnlineServers 2
p_98073_0_ par0GuiScreenOnlineServers 2
p_98073_1_ par1McoServer 2
7916 p_98074_0_ par0GuiScreenOnlineServers 2
7917 p_98075_0_ par0GuiScreenOnlineServers 2
7918 p_98076_0_ par0GuiScreenOnlineServers 2
7948 p_98102_0_ par0GuiScreenCreateOnlineWorld 2
7949 p_98102_1_ par1List 2
7950 p_98103_0_ par0GuiScreenCreateOnlineWorld 2
p_98104_0_ par0GuiScreenCreateOnlineWorld 2
p_98105_0_ par0GuiScreenCreateOnlineWorld 2
p_98115_0_ par0GuiScreenSelectLocation 2
p_98116_0_ par0GuiScreenSelectLocation 2
p_98116_1_ par1Location 2
p_98119_0_ par0GuiScreenConfigureWorld 2
p_98120_0_ par0GuiScreenConfigureWorld 2
p_98121_0_ par0GuiScreenConfigureWorld 2
p_98121_1_ par1 2
p_98122_0_ par0GuiScreenConfigureWorld 2
p_98123_0_ par0GuiScreenConfigureWorld 2
p_98123_1_ par1 2
p_98124_0_ par0GuiScreenConfigureWorld 2
p_98125_0_ par0GuiScreenConfigureWorld 2
p_98126_0_ par0GuiScreenConfigureWorld 2
p_98136_1_ par1 2
p_98136_2_ par2 2
p_98136_3_ par3 2
p_98136_4_ par4McoServer 2
7951 p_98137_1_ par1Str 2
7952 p_98137_2_ par2 2
7953 p_98138_1_ par1Str 2
7954 p_98138_2_ par2 2
7955 p_98139_1_ par1Str 2
7956 p_98140_1_ par1Str 2
p_98142_0_ par0TexturePackList 2
7957 p_98144_0_ par0MobSpawnerBaseLogic 2
7958 p_98144_1_ par1 2
7959 p_98144_3_ par3 2
8018 p_98235_2_ par2Throwable 2
8019 p_98236_1_ par1Str 2
8020 p_98237_0_ par0LogAgent 2
8021 p_98247_0_ par0McoServerFetcher par0McoServerList 2
8022 p_98247_1_ par1List 2
8023 p_98249_0_ par0McoServerFetcher par0McoServerList 2
8024 p_98253_0_ par0McoServerFetcher par0McoServerList 2
8025 p_98263_1_ par1 2
8026 p_98263_2_ par2 2
8027 p_98263_3_ par3 2
8037 p_98298_1_ par1 2
8038 p_98300_1_ par1 2
8039 p_98305_1_ par1Str 2
p_98308_1_ par1ArrayOfObj 2
p_98309_1_ par1ArrayOfObj 2
p_98310_1_ par1ArrayOfObj 2
8040 p_98311_1_ par1JsonNode 2
8041 p_98312_1_ par1JsonNode 2
8042 p_98313_1_ par1JsonNode 2
8057 p_focusGained_1_ par1FocusEvent 2
8058 p_format_1_ par1LogRecord 2
8059 p_getArrayNode_1_ par1ArrayOfObj 2
8060 p_getBooleanValue_1_ par1ArrayOfObj 2
8061 p_getNumberValue_1_ par1ArrayOfObj 2
8062 p_getParameter_1_ par1Str 2
8063 p_getStringValue_1_ par1ArrayOfObj 2
8064 p_get_1_ par1Obj 2
8090 p_i10008_3_ par3TaskLongRunning 2
8091 p_i10009_1_ par1GuiSlotOnlineServerList 2
8092 p_i10009_2_ par2McoServer 2
8093 p_i10010_1_ par1 par1GuiScreen 2
8094 p_i10011_1_ par1GuiScreenResetWorld 2
8095 p_i10011_2_ par2 2
8096 p_i10012_1_ par1Minecraft 2
8194 p_i10064_1_ par1Str 2
8195 p_i10065_1_ par1Str 2
8196 p_i10066_1_ par1Str 2
8197 p_i11000_1_ par1Str par1 2
8198 p_i11000_2_ par2File 2
8199 p_i11000_3_ par3Str 2
8200 p_i11000_4_ par4ITexturePack 2
8201 p_i11001_1_ par1Str par1 2
8202 p_i11001_2_ par2File par2 2
8203 p_i11001_3_ par3ITexturePack 2
8204 p_i11002_1_ par1Str 2
8205 p_i11002_2_ par2File 2
8215 p_i11007_3_ par3Str 2
8216 p_i11007_4_ par4ArrayOfObj 2
8217 p_i11008_1_ par1GuiScreenCreateOnlineWorld 2
p_i11009_1_ par1McoServerFetcher 2
p_i11010_1_ par1McoServerFetcher 2
p_i11010_2_ par2McoServerFetcherINNER1 2
8218 p_i11011_1_ par1GuiScreenOnlineServers 2
8219 p_i11012_1_ par1Minecraft 2
8220 p_i11012_2_ par2Str 2
11163 p_implies_1_ par1Permission 2
11164 p_init_1_ par1 2
11165 p_init_2_ par2CipherParameters 2
11166 p_isArrayNode_1_ par1ArrayOfObj 2
11167 p_main_0_ par0ArrayOfStr 2
11168 p_paint_1_ par1Graphics 2
11169 p_parse_1_ par1Str 2

View File

@ -65,5 +65,5 @@ client_md5 = d2534381656da5069b96cc89e28158ef
server_md5 = 92f4fd715191c596745c7bbfad9c1aad
mcp_ver = 7.39
mcp_url = http://files.minecraftforge.net/mcpmirror/mcp739.zip
mcp_md5 = 745aef61d2aa9e5f52b0f708f9f53e56
mcp_md5 = cd4f6f5e6dd7032301aa98a9046201dd