Krenair

MCP 8.05 client-server name and description differences

Aug 14th, 2013
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.49 KB | None | 0 0
  1. alex@alex:~/MCP/ContributorHelper (master)$ python FindDifferingMembers.py 100000
  2. Client name: sendPacketToPlayer (func_72567_b)
  3. Client description: addToSendQueue. if it is a chat packet, check before sending it
  4. Server name: sendPacket (func_72567_b)
  5. Server description: Adds the packet to the underlying network manager's send queue.
  6. ----
  7. Client name: minecartHopper (field_96600_cc)
  8. Client description:
  9. Server name: hopperMinecart (field_96600_cc)
  10. Server description:
  11. ----
  12. Client name: setBlockIDWithMetadata (func_76592_a)
  13. Client description: Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
  14. Server name: setBlockIDWithMetadata (func_76592_a)
  15. Server description: Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata. Return true if the id or meta was changed.
  16. ----
  17. Client name: railChunkPosition (field_94513_g)
  18. Client description: The chunk position the rail is at.
  19. Server name: connectedTracks (field_94513_g)
  20. Server description: The positions of connected rails
  21. ----
  22. Client name: numberOfTilesToUpdate (field_73262_e)
  23. Client description:
  24. Server name: numBlocksToUpdate (field_73262_e)
  25. Server description: the number of blocks that need to be updated next tick
  26. ----
  27. Client name: spawnCount (field_98294_i)
  28. Client description: A counter for spawn tries.
  29. Server name: spawnCount (field_98294_i)
  30. Server description:
  31. ----
  32. Client name: isDataInitialized (field_73144_s)
  33. Client description: set to true on first sendLocationToClients
  34. Server name: firstUpdateDone (field_73144_s)
  35. Server description:
  36. ----
  37. Client name: findBiomePosition (func_76941_a)
  38. Client description: Finds a valid position within a range, that is in one of the listed biomes. Searches {par1,par2} +-par3 blocks. Strongly favors positive y positions.
  39. Server name: findBiomePosition (func_76941_a)
  40. Server description: Finds a valid position within a range, that is once of the listed biomes.
  41. ----
  42. Client name: informAllAssociatedPlayersOfItemDestruction (func_73119_a)
  43. Client description:
  44. Server name: sendDestroyEntityPacketToTrackedPlayers (func_73119_a)
  45. Server description:
  46. ----
  47. Client name: handleStatistic (func_72517_a)
  48. Client description: Increment player statistics
  49. Server name: handleStatistic (func_72517_a)
  50. Server description: runs registerPacket on the given Packet200Statistic
  51. ----
  52. Client name: addPlayer (func_72683_a)
  53. Client description: Adds an EntityPlayerMP to the PlayerManager.
  54. Server name: addPlayer (func_72683_a)
  55. Server description: Adds an EntityPlayerMP to the PlayerManager and to all player instances within player visibility
  56. ----
  57. Client name: convertMapFormat (func_75805_a)
  58. Client description: Converts the specified map to the new map format. Args: worldName, loadingScreen
  59. Server name: convertMapFormat (func_75805_a)
  60. Server description: converts the map to mcRegion
  61. ----
  62. Client name: transferPlayerToDimension (func_72356_a)
  63. Client description:
  64. Server name: transferPlayerToDimension (func_72356_a)
  65. Server description: moves provided player from overworld to nether or vice versa
  66. ----
  67. Client name: removeFromWatchingList (func_73118_a)
  68. Client description:
  69. Server name: removeFromTrackedPlayers (func_73118_a)
  70. Server description:
  71. ----
  72. Client name: brewBitOperations (func_77906_a)
  73. Client description: Does bit operations for brewPotionData, given data, the index of the bit being operated upon, whether the bit will be removed, whether the bit will be toggled (NOT), or whether the data field will be set to 0 if the bit is not present.
  74. Server name: brewBitOperations (func_77906_a)
  75. Server description: Manipulates the specified bit of the potion damage value according to the rules passed from applyIngredient.
  76. ----
  77. Client name: getXPSplit (func_70527_a)
  78. Client description: Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
  79. Server name: getXPSplit (func_70527_a)
  80. Server description: Get a fragment of the maximum experience points value for the supplied value of experience points value.
  81. ----
  82. Client name: randomChallenge (field_72599_c)
  83. Client description: A random challenge
  84. Server name: randomChallenge (field_72599_c)
  85. Server description: A random integer value to be used for client response authentication
  86. ----
  87. Client name: getHeight (func_72800_K)
  88. Client description: Returns current world height.
  89. Server name: getHeight (func_72800_K)
  90. Server description: Returns maximum world height.
  91. ----
  92. Client name: containsTranslateKey (func_94520_b)
  93. Client description:
  94. Server name: isKeyTranslated (func_94520_b)
  95. Server description: Returns true if the passed key is in the translation table.
  96. ----
  97. Client name: entityViewDistance (field_72792_d)
  98. Client description:
  99. Server name: maxTrackingDistanceThreshold (field_72792_d)
  100. Server description:
  101. ----
  102. Client name: getAllTileEntityInBox (func_73049_a)
  103. Client description: pars: min x,y,z , max x,y,z
  104. Server name: getTileEntityList (func_73049_a)
  105. Server description: get a list of tileEntity's
  106. ----
  107. Client name: intersectsWith (func_78884_a)
  108. Client description: Returns whether the given bounding box intersects with this one. Args: structureboundingbox
  109. Server name: intersectsWith (func_78884_a)
  110. Server description: Discover if bounding box can fit within the current bounding box object.
  111. ----
  112. Client name: func_111191_d (func_111191_d)
  113. Client description:
  114. Server name: getChunkWatcherList (func_111191_d)
  115. Server description: Returns player instances as list
  116. ----
  117. Client name: setPlayerIsPresent (func_75128_a)
  118. Client description: adds or removes the player from the container based on par2
  119. Server name: setCanCraft (func_75128_a)
  120. Server description: sets whether the player can craft in this inventory or not
  121. ----
  122. Client name: needFood (func_75121_c)
  123. Client description: If foodLevel is not max.
  124. Server name: needFood (func_75121_c)
  125. Server description: Get whether the player must eat food.
  126. ----
  127. Client name: canCollideCheck (func_71913_a)
  128. Client description: Returns whether this block is collideable based on the arguments passed in \n@param par1 block metaData \n@param par2 whether the player right-clicked while holding a boat
  129. Server name: canCollideCheck (func_71913_a)
  130. Server description: Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
  131. ----
  132. Client name: ticks (field_73136_m)
  133. Client description:
  134. Server name: updateCounter (field_73136_m)
  135. Server description:
  136. ----
  137. Client name: magicDamage (field_82730_x)
  138. Client description:
  139. Server name: magicDamage (field_82730_x)
  140. Server description: Whether the damage is magic based.
  141. ----
  142. Client name: logMessageAndSave (func_73666_a)
  143. Client description: logs an info message then calls saveSettingsToFile Yes this appears to be a potential stack overflow - these 2 functions call each other repeatdly if an exception occurs.
  144. Server name: generateNewProperties (func_73666_a)
  145. Server description: Generates a new properties file.
  146. ----
  147. Client name: connectionComplete (field_72539_c)
  148. Client description:
  149. Server name: finishedProcessing (field_72539_c)
  150. Server description: Returns if the login handler is finished and can be removed. It is set to true on either error or successful login.
  151. ----
  152. Client name: onSpawnWithEgg (func_110161_a)
  153. Client description:
  154. Server name: func_110161_a (func_110161_a)
  155. Server description:
  156. ----
  157. Client name: playersInChunk (field_73263_b)
  158. Client description:
  159. Server name: players (field_73263_b)
  160. Server description: the list of all players in this instance (chunk)
  161. ----
  162. Client name: posX (field_73147_p)
  163. Client description:
  164. Server name: lastTrackedEntityPosX (field_73147_p)
  165. Server description:
  166. ----
  167. Client name: tryStartWachingThis (func_73117_b)
  168. Client description: if the player is more than the distance threshold (typically 64) then the player is removed instead
  169. Server name: updatePlayerEntity (func_73117_b)
  170. Server description:
  171. ----
  172. Client name: sendToAllNear (func_72393_a)
  173. Client description: params: x,y,z,d,dimension. The packet is sent to all players within d distance of x,y,z (d^2<x^2+y^2+z^2)
  174. Server name: sendPacketToPlayersAroundPoint (func_72393_a)
  175. Server description: sends a packet to players within d3 of point (x,y,z)
  176. ----
  177. Client name: getDamageVsEntity (func_78000_c)
  178. Client description: Damage versus entities.
  179. Server name: getDamageVsEntity (func_78000_c)
  180. Server description: Returns the damage against a given entity.
  181. ----
  182. Client name: worldType (field_77133_f)
  183. Client description: 'default' or 'flat'
  184. Server name: worldType (field_77133_f)
  185. Server description:
  186. ----
  187. Client name: clamp_float (func_76131_a)
  188. Client description: Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
  189. Server name: func_76131_a (func_76131_a)
  190. Server description:
  191. ----
  192. Client name: removeEntityFromAllTrackingPlayers (func_72790_b)
  193. Client description:
  194. Server name: untrackEntity (func_72790_b)
  195. Server description:
  196. ----
  197. Client name: isEmpty (field_72814_d)
  198. Client description: True if the chunk cache is empty.
  199. Server name: hasExtendedLevels (field_72814_d)
  200. Server description: set by !chunk.getAreLevelsEmpty
  201. ----
  202. Client name: sendPacketToAllTrackingPlayers (func_73120_a)
  203. Client description: if this is a player, then it is not informed
  204. Server name: sendPacketToTrackedPlayers (func_73120_a)
  205. Server description:
  206. ----
  207. Client name: packetSize (func_74426_e)
  208. Client description: returns 0 for memoryConnections
  209. Server name: getNumChunkDataPackets (func_74426_e)
  210. Server description: Returns the number of chunk data packets waiting to be sent.
  211. ----
  212. Client name: getPlayerForUsername (func_72361_f)
  213. Client description:
  214. Server name: getPlayerEntity (func_72361_f)
  215. Server description: gets the player entity for the player with the name specified
  216. ----
  217. Client name: readNBT (func_75112_a)
  218. Client description: Reads food stats from an NBT object.
  219. Server name: readNBT (func_75112_a)
  220. Server description: Reads the food data for the player.
  221. ----
  222. Client name: serverProxy (field_110456_c)
  223. Client description:
  224. Server name: field_110456_c (field_110456_c)
  225. Server description:
  226. ----
  227. Client name: getXSize (func_78883_b)
  228. Client description: Returns width of a bounding box
  229. Server name: getXSize (func_78883_b)
  230. Server description: Get dimension of the bounding box in the x direction.
  231. ----
  232. Client name: respawnPlayer (func_72368_a)
  233. Client description: creates and returns a respawned player based on the provided PlayerEntity. Args are the PlayerEntityMP to respawn, an INT for the dimension to respawn into (usually 0), and a boolean value that is true if the player beat the game rather than dying
  234. Server name: recreatePlayerEntity (func_72368_a)
  235. Server description: Called on respawn
  236. ----
  237. Client name: difficultySetting (field_73013_u)
  238. Client description: Option > Difficulty setting (0 - 3)
  239. Server name: difficultySetting (field_73013_u)
  240. Server description: Whether monsters are enabled or not. (1 = on, 0 = off)
  241. ----
  242. Client name: bookSpreadPrev (field_70372_g)
  243. Client description: The amount that the book is open.
  244. Server name: bookSpreadPrev (field_70372_g)
  245. Server description: The amount that the book was open last tick.
  246. ----
  247. Client name: initialInvulnerability (field_71145_cl)
  248. Client description: de-increments onUpdate, attackEntityFrom is ignored if this >0
  249. Server name: ticksOfInvuln (field_71145_cl)
  250. Server description: how many ticks of invulnerability(spawn protection) this player has
  251. ----
  252. Client name: sendPacketToAllAssociatedPlayers (func_72789_b)
  253. Client description: sends to the entity if the entity is a player
  254. Server name: sendPacketToTrackedPlayersAndTrackedEntity (func_72789_b)
  255. Server description:
  256. ----
  257. Client name: saveWorldInfo (func_75761_a)
  258. Client description: Saves the passed in world info.
  259. Server name: saveWorldInfo (func_75761_a)
  260. Server description: used to update level.dat from old format to MCRegion format
  261. ----
  262. Client name: sendPlayerInfoToAllPlayers (func_72374_b)
  263. Client description: sends 1 player per tick, but only sends a player once every 600 ticks
  264. Server name: onTick (func_72374_b)
  265. Server description: self explanitory
  266. ----
  267. Client name: enqueueRelightChecks (func_76594_o)
  268. Client description: Called once-per-chunk-per-tick, and advances the round-robin relight check index per-storage-block by up to 8 blocks at a time. In a worst-case scenario, can potentially take up to 1.6 seconds, calculated via (4096/(8*16))/20, to re-check all blocks in a chunk, which could explain both lagging light updates in certain cases as well as Nether relight
  269. Server name: enqueueRelightChecks (func_76594_o)
  270. Server description: Called once-per-chunk-per-tick, and advances the round-robin relight check index by up to 8 blocks at a time. In a worst-case scenario, can potentially take up to 25.6 seconds, calculated via (4096/8)/20, to re-check all blocks in a chunk, which may explain lagging light updates on initial world generation.
  271. ----
  272. Client name: func_111067_d (func_111067_d)
  273. Client description:
  274. Server name: isUnderline (func_111067_d)
  275. Server description:
  276. ----
  277. Client name: allowLeashing (func_110164_bC)
  278. Client description:
  279. Server name: func_110164_bC (func_110164_bC)
  280. Server description:
  281. ----
  282. Client name: locationOfBlockChange (field_73261_d)
  283. Client description:
  284. Server name: blocksToUpdate (field_73261_d)
  285. Server description: array of blocks to update this tick
  286. ----
  287. Client name: applyIngredient (func_77913_a)
  288. Client description: Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
  289. Server name: applyIngredient (func_77913_a)
  290. Server description: Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
  291. ----
  292. Client name: posZ (field_73145_r)
  293. Client description:
  294. Server name: lastTrackedEntityPosZ (field_73145_r)
  295. Server description:
  296. ----
  297. Client name: isOldMapFormat (func_75801_b)
  298. Client description: Checks if the save directory uses the old map format
  299. Server name: isOldMapFormat (func_75801_b)
  300. Server description: gets if the map is old chunk saving (true) or McRegion (false)
  301. ----
  302. Client name: closeScreen (func_71053_j)
  303. Client description: sets current screen to null (used on escape buttons of GUIs)
  304. Server name: closeScreen (func_71053_j)
  305. Server description: set current crafting inventory back to the 2x2 square
  306. ----
  307. Client name: prevTentacleAngle (field_70865_by)
  308. Client description: the last calculated angle of the tentacles in radians
  309. Server name: lastTentacleAngle (field_70865_by)
  310. Server description: the last calculated angle of the tentacles in radians
  311. ----
  312. Client name: func_94058_c (func_94058_c)
  313. Client description:
  314. Server name: setCustomNameTag (func_94058_c)
  315. Server description:
  316. ----
  317. Client name: getVerifyToken (func_73302_b)
  318. Client description: Return verifyToken
  319. Server name: getVerifyToken (func_73302_b)
  320. Server description: Return verifyToken, decrypting it with the server's RSA private key
  321. ----
  322. Client name: chunkWatcherWithPlayers (field_72697_d)
  323. Client description: contains a PlayerInstance for every chunk they can see. the "player instance" cotains a list of all players who can also that chunk
  324. Server name: playerInstancesToUpdate (field_72697_d)
  325. Server description: the playerInstances(chunks) that need to be updated
  326. ----
  327. Client name: setUnderline (func_111081_c)
  328. Client description:
  329. Server name: func_111081_c (func_111081_c)
  330. Server description:
  331. ----
  332. Client name: getOrCreateChunkWatcher (func_72690_a)
  333. Client description:
  334. Server name: getPlayerInstance (func_72690_a)
  335. Server description: passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
  336. ----
  337. Client name: slimeJumpDelay (field_70810_d)
  338. Client description: the time between each jump of the slime
  339. Server name: slimeJumpDelay (field_70810_d)
  340. Server description: ticks until this slime jumps again
  341. ----
  342. Client name: setPositionAndUpdate (func_70634_a)
  343. Client description: Move the entity to the coordinates informed, but keep yaw/pitch values.
  344. Server name: setPositionAndUpdate (func_70634_a)
  345. Server description: Sets the position of the entity and updates the 'last' variables
  346. ----
  347. Client name: currentFlightTarget (field_82237_a)
  348. Client description: randomly selected ChunkCoordinates in a 7x6x7 box around the bat (y offset -2 to 4) towards which it will fly. upon getting close a new target will be selected
  349. Server name: spawnPosition (field_82237_a)
  350. Server description: Coordinates of where the bat spawned.
  351. ----
  352. Client name: lastScaledYPosition (field_73129_e)
  353. Client description:
  354. Server name: encodedPosY (field_73129_e)
  355. Server description: The encoded entity Y position.
  356. ----
  357. Client name: materialCarpet (field_111018_r)
  358. Client description:
  359. Server name: field_111018_r (field_111018_r)
  360. Server description:
  361. ----
  362. Client name: tickables (field_71322_p)
  363. Client description: Collection of objects to update every tick. Type: List<IUpdatePlayerListBox>
  364. Server name: playersOnline (field_71322_p)
  365. Server description: List of names of players who are online.
  366. ----
  367. Client name: playerInstances (field_72700_c)
  368. Client description: A map of chunk position (two ints concatenated into a long) to PlayerInstance
  369. Server name: playerInstances (field_72700_c)
  370. Server description: the hash of all playerInstances created
  371. ----
  372. Client name: isVecInside (func_78890_b)
  373. Client description: Returns true if block is inside bounding box
  374. Server name: isVecInside (func_78890_b)
  375. Server description: Discover if a coordinate is inside the bounding box volume.
  376. ----
  377. Client name: countSetFlags (func_77907_h)
  378. Client description: Count the number of bits in an integer set to ON.
  379. Server name: countSetFlags (func_77907_h)
  380. Server description: Returns the number of 1 bits in the given integer.
  381. ----
  382. Client name: ticksForFloatKick (field_72572_g)
  383. Client description: player is kicked if they float for over 80 ticks without flying enabled
  384. Server name: playerInAirTime (field_72572_g)
  385. Server description: holds the amount of tick the player is floating
  386. ----
  387. Client name: blacksmithSellingList (field_70960_bC)
  388. Client description: Selling list of Blacksmith items. negative numbers mean 1 emerald for n items, positive numbers are n emeralds for 1 item
  389. Server name: blacksmithSellingList (field_70960_bC)
  390. Server description: Selling list of Blacksmith items.
  391. ----
  392. Client name: bobber (field_70205_c)
  393. Client description: The entity that the fishing rod is connected to, if any. When you right click on the fishing rod and the hook falls on to an entity, this it that entity.
  394. Server name: bobber (field_70205_c)
  395. Server description: the bobber that the fish hit
  396. ----
  397. Client name: addExperience (func_71023_q)
  398. Client description: This method increases the player's current amount of experience.
  399. Server name: addExperience (func_71023_q)
  400. Server description: Add experience points to player.
  401. ----
  402. Client name: getCurrentItemOrArmor (func_71124_b)
  403. Client description: 0 = item, 1-n is armor
  404. Server name: getEquipmentInSlot (func_71124_b)
  405. Server description: 0: Tool in Hand; 1-4: Armor
  406. ----
  407. Client name: getEntityToAttack (func_70777_m)
  408. Client description: Returns current entities target
  409. Server name: getEntityToAttack (func_70777_m)
  410. Server description: returns the target Entity
  411. ----
  412. Client name: isColor (func_96302_c)
  413. Client description: Checks if typo is a color.
  414. Server name: Checks (func_96302_c)
  415. Server description: if typo is a color.
  416. ----
  417. Client name: checkFlag (func_77914_a)
  418. Client description: Is the bit given set to 1?
  419. Server name: checkFlag (func_77914_a)
  420. Server description: Checks if the bit at 1 << j is on in i.
  421. ----
  422. Client name: entityAge (field_70708_bq)
  423. Client description: Holds the living entity age, used to control the despawn.
  424. Server name: entityAge (field_70708_bq)
  425. Server description: The age of this EntityLiving (used to determine when it dies)
  426. ----
  427. Client name: rayTraceBlocks_do_do (func_72831_a)
  428. Client description:
  429. Server name: rayTraceBlocks (func_72831_a)
  430. Server description:
  431. ----
  432. Client name: sendToAllPlayersWatchingChunk (func_73256_a)
  433. Client description:
  434. Server name: sendPacketToPlayersInInstance (func_73256_a)
  435. Server description: sends the packet to all players in the current instance
  436. ----
  437. Client name: isSlotInInventory (func_75217_a)
  438. Client description: returns true if this slot is in par2 of par1
  439. Server name: isHere (func_75217_a)
  440. Server description: returns true if the slot exists in the given inventory and location
  441. ----
  442. Client name: textureName (field_111026_f)
  443. Client description:
  444. Server name: field_111026_f (field_111026_f)
  445. Server description:
  446. ----
  447. Client name: tickRate (field_75779_e)
  448. Client description:
  449. Server name: field_75779_e (field_75779_e)
  450. Server description:
  451. ----
  452. Client name: getHasReproduced (func_110243_cf)
  453. Client description:
  454. Server name: func_110243_cf (func_110243_cf)
  455. Server description:
  456. ----
  457. Client name: loadChunkOnProvideRequest (field_73250_a)
  458. Client description: if this is false, the defaultEmptyChunk will be returned by the provider
  459. Server name: chunkLoadOverride (field_73250_a)
  460. Server description: if set, this flag forces a request to load a chunk to load the chunk rather than defaulting to the dummy if possible
  461. ----
  462. Client name: lookupEntry (func_76045_c)
  463. Client description: Returns the key/object mapping for a given key as a MCHashEntry
  464. Server name: lookupEntry (func_76045_c)
  465. Server description: Returns the internal entry for a key
  466. ----
  467. Client name: field_111193_e (field_111193_e)
  468. Client description:
  469. Server name: playerInstanceList (field_111193_e)
  470. Server description: This field is using when chunk should be processed (every 8000 ticks)
  471. ----
  472. Client name: foodStats (field_71100_bB)
  473. Client description: The player's food stats. (See class FoodStats)
  474. Server name: foodStats (field_71100_bB)
  475. Server description: The food object of the player, the general hunger logic.
  476. ----
  477. Client name: isBlockNormalCube (func_72809_s)
  478. Client description: Indicate if a material is a normal solid opaque cube.
  479. Server name: isBlockNormalCube (func_72809_s)
  480. Server description: Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
  481. ----
  482. Client name: theEntity (field_85155_a)
  483. Client description:
  484. Server name: field_85155_a (field_85155_a)
  485. Server description:
  486. ----
  487. Client name: sendTileToAllPlayersWatchingChunk (func_73257_a)
  488. Client description:
  489. Server name: updateTileEntity (func_73257_a)
  490. Server description: sends players update packet about the given entity
  491. ----
  492. Client name: unloadChunksIfNotNearSpawn (func_73241_b)
  493. Client description: 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
  494. Server name: dropChunk (func_73241_b)
  495. Server description:
  496. ----
  497. Client name: trackedEntityIDs (field_72794_c)
  498. Client description:
  499. Server name: trackedEntityHashTable (field_72794_c)
  500. Server description: Used for identity lookup of tracked entities.
  501. ----
  502. Client name: getYSize (func_78882_c)
  503. Client description: Returns height of a bounding box
  504. Server name: getYSize (func_78882_c)
  505. Server description: Get dimension of the bounding box in the y direction.
  506. ----
  507. Client name: hasPath (func_70781_l)
  508. Client description: Returns true if entity has a path to follow
  509. Server name: hasPath (func_70781_l)
  510. Server description: if the entity got a PathEntity it returns true, else false
  511. ----
  512. Client name: travelToDimension (func_71027_c)
  513. Client description: Teleports the entity to another dimension. Params: Dimension number to teleport to
  514. Server name: travelToTheEnd (func_71027_c)
  515. Server description:
  516. ----
  517. Client name: playerInventoryBeingManipulated (field_71137_h)
  518. Client description: poor mans concurency flag, lets hope the jvm doesn't re-order the setting of this flag wrt the inventory change on the next line
  519. Server name: isChangingQuantityOnly (field_71137_h)
  520. Server description: set to true when player is moving quantity of items from one inventory to another(crafting) but item in either slot is not changed
  521. ----
  522. Client name: addCraftingToCrafters (func_75132_a)
  523. Client description:
  524. Server name: onCraftGuiOpened (func_75132_a)
  525. Server description:
  526. ----
  527. Client name: sendChunkUpdate (func_73254_a)
  528. Client description:
  529. Server name: onUpdate (func_73254_a)
  530. Server description:
  531. ----
  532. Client name: packetSize (func_72568_e)
  533. Client description: returns 0 for memoryMapped connections
  534. Server name: getNumChunkDataPackets (func_72568_e)
  535. Server description: return the number of chuckDataPackets from the netManager
  536. ----
  537. Client name: field_111204_q (field_111204_q)
  538. Client description:
  539. Server name: inhabitedTime (field_111204_q)
  540. Server description: the cumulative number of ticks players have been in this chunk
  541. ----
  542. Client name: displayProgressMessage (func_73720_a)
  543. Client description: "Saving level", or the loading,or downloading equivelent
  544. Server name: displaySavingString (func_73720_a)
  545. Server description: Shows the 'Saving level' string.
  546. ----
  547. Client name: setPathToEntity (func_70778_a)
  548. Client description: sets the Entities walk path in EntityCreature
  549. Server name: setPathToEntity (func_70778_a)
  550. Server description: sets the pathToEntity
  551. ----
  552. Client name: sendTileEntityToPlayer (func_71119_a)
  553. Client description: called from onUpdate for all tileEntity in specific chunks
  554. Server name: getTileEntityInfo (func_71119_a)
  555. Server description: gets description packets from all TileEntity's that override func_20070
  556. ----
  557. Client name: scheduleBlockUpdate (func_72836_a)
  558. Client description: Schedules a tick to a block with a delay (Most commonly the tick rate)
  559. Server name: scheduleBlockUpdate (func_72836_a)
  560. Server description: Used to schedule a call to the updateTick method on the specified block.
  561. ----
  562. Client name: rotateRight (field_71577_f)
  563. Client description: Maps a direction to that to the right of it.
  564. Server name: enderEyeMetaToDirection (field_71577_f)
  565. Server description:
  566. ----
  567. Client name: getVanillaDimension (func_76076_i)
  568. Client description: Returns vanilla MC dimension (-1,0,1). For custom dimension compatibility, always prefer WorldProvider.dimensionID accessed from World.provider.dimensionID
  569. Server name: getDimension (func_76076_i)
  570. Server description:
  571. ----
  572. Client name: properties (field_73672_b)
  573. Client description:
  574. Server name: serverProperties (field_73672_b)
  575. Server description: The server properties object.
  576. ----
  577. Client name: sendPacketToAllAssociatedPlayers (func_73116_b)
  578. Client description: if this is a player, then it recieves the message also
  579. Server name: sendPacketToTrackedPlayersAndTrackedEntity (func_73116_b)
  580. Server description:
  581. ----
  582. Client name: addEntityToTracker (func_72785_a)
  583. Client description:
  584. Server name: trackEntity (func_72785_a)
  585. Server description:
  586. ----
  587. Client name: raiseErrorAndDisconnect (func_72527_a)
  588. Client description:
  589. Server name: kickUser (func_72527_a)
  590. Server description: Disconnects the user with the given reason.
  591. ----
  592. Client name: safeLoadChunk (func_73239_e)
  593. Client description: used by loadChunk, but catches any exceptions if the load fails.
  594. Server name: loadChunkFromFile (func_73239_e)
  595. Server description:
  596. ----
  597. Client name: field_98215_i (field_98215_i)
  598. Client description:
  599. Server name: tcpConLogAgent (field_98215_i)
  600. Server description: Log agent for TCP connection
  601. ----
  602. Client name: getSeed (func_72905_C)
  603. Client description: Retrieve the world seed from level.dat
  604. Server name: getSeed (func_72905_C)
  605. Server description: gets the random world seed
  606. ----
  607. Client name: consoleBuffer (field_70010_a)
  608. Client description: only ever used by MinecraftServer.executeCommand
  609. Server name: instance (field_70010_a)
  610. Server description: Single instance of RConConsoleSource
  611. ----
  612. Client name: sendEventsToPlayers (func_73125_b)
  613. Client description:
  614. Server name: updatePlayerEntities (func_73125_b)
  615. Server description:
  616. ----
  617. Client name: logInfo (func_98233_a)
  618. Client description:
  619. Server name: func_98233_a (func_98233_a)
  620. Server description:
  621. ----
  622. Client name: whiteStone (field_72082_bJ)
  623. Client description: The rock found in The End.
  624. Server name: whiteStone (field_72082_bJ)
  625. Server description:
  626. ----
  627. Client name: field_111192_g (field_111192_g)
  628. Client description:
  629. Server name: previousTotalWorldTime (field_111192_g)
  630. Server description: time what is using to check if InhabitedTime should be calculated
  631. ----
  632. Client name: currentChunkLoader (field_73247_e)
  633. Client description:
  634. Server name: chunkLoader (field_73247_e)
  635. Server description:
  636. ----
  637. Client name: setAllowedSpawnTypes (func_72891_a)
  638. Client description: Set which types of mobs are allowed to spawn (peaceful vs hostile).
  639. Server name: setAllowedSpawnTypes (func_72891_a)
  640. Server description: first boolean for hostile mobs and second for peaceful mobs
  641. ----
  642. Client name: addEntityToTracker (func_72791_a)
  643. Client description:
  644. Server name: trackEntity (func_72791_a)
  645. Server description:
  646. ----
  647. Client name: logWarning (func_98236_b)
  648. Client description:
  649. Server name: func_98236_b (func_98236_b)
  650. Server description:
  651. ----
  652. Client name: getZSize (func_78880_d)
  653. Client description: Returns length of a bounding box
  654. Server name: getZSize (func_78880_d)
  655. Server description: Get dimension of the bounding box in the z direction.
  656. ----
  657. Client name: getBlockBoundsMinX (func_83009_v)
  658. Client description: returns the block bounderies minX value
  659. Server name: getMinX (func_83009_v)
  660. Server description: returns the block bounderies minX value
  661. ----
  662. Client name: func_94062_bN (func_94062_bN)
  663. Client description:
  664. Server name: getAlwaysRenderNameTag (func_94062_bN)
  665. Server description:
  666. ----
  667. Client name: effectCache (field_77836_a)
  668. Client description: maps potion damage values to lists of effect names
  669. Server name: effectCache (field_77836_a)
  670. Server description: Contains a map from integers to the list of potion effects that potions with that damage value confer (to prevent recalculating it).
  671. ----
  672. Client name: backgroundImageName (field_78043_p)
  673. Client description: Texture to use.
  674. Server name: theTexture (field_78043_p)
  675. Server description: Texture to use.
  676. ----
  677. Client name: lastHealth (field_71149_ch)
  678. Client description: set to getHealth
  679. Server name: lastHealth (field_71149_ch)
  680. Server description: amount of health the client was last set to
  681. ----
  682. Client name: createMapDataPacket (func_77871_c)
  683. Client description: returns null if no update is to be sent
  684. Server name: getUpdatePacket (func_77871_c)
  685. Server description:
  686. ----
  687. Client name: dyeItemNames (field_94595_b)
  688. Client description:
  689. Server name: field_94595_b (field_94595_b)
  690. Server description:
  691. ----
  692. Client name: resetProgresAndWorkingMessage (func_73719_c)
  693. Client description: This is called with "Working..." by resetProgressAndMessage
  694. Server name: displayLoadingString (func_73719_c)
  695. Server description: Displays a string on the loading screen supposed to indicate what is being done currently.
  696. ----
  697. Client name: connectionTimer (field_72535_g)
  698. Client description:
  699. Server name: loginTimer (field_72535_g)
  700. Server description: While waiting to login, if this field ++'s to 600 it will kick you.
  701. ----
  702. Client name: myEntity (field_73132_a)
  703. Client description:
  704. Server name: trackedEntity (field_73132_a)
  705. Server description: The entity that this EntityTrackerEntry tracks.
  706. ----
  707. Client name: setBlockMetadataWithNotify (func_72921_c)
  708. Client description: Sets the blocks metadata and if set will then notify blocks that this block changed, depending on the flag. Args: x, y, z, metadata, flag. See setBlock for flag description
  709. Server name: setBlockMetadata (func_72921_c)
  710. Server description: Sets the blocks metadata and if set will then notify blocks that this block changed, depending on the flag. Args: x, y, z, metadata, flag. See setBlock for flag description
  711. ----
  712. Client name: playerLocation (field_71081_bT)
  713. Client description: The chunk coordinates of the bed the player is in (null if player isn't in a bed).
  714. Server name: playerLocation (field_71081_bT)
  715. Server description: the current location of the player
  716. ----
  717. Client name: networkTick (func_71747_b)
  718. Client description: processes packets and pending connections
  719. Server name: handleNetworkListenThread (func_71747_b)
  720. Server description: Handles all incoming connections and packets
  721. ----
  722. Client name: activeChunkSet (field_72993_I)
  723. Client description: Positions to update
  724. Server name: activeChunkSet (field_72993_I)
  725. Server description: populated by chunks that are within 9 chunks of any player
  726. ----
  727. Client name: moonPhaseFactors (field_111203_a)
  728. Client description:
  729. Server name: field_111203_a (field_111203_a)
  730. Server description:
  731. ----
  732. Client name: toggleRain (func_72913_w)
  733. Client description:
  734. Server name: commandToggleDownfall (func_72913_w)
  735. Server description: start precipitation in this world (2 ticks after command posted)
  736. ----
  737. Client name: createNewKeyPair (func_75891_b)
  738. Client description:
  739. Server name: generateKeyPair (func_75891_b)
  740. Server description: Generates RSA KeyPair
  741. ----
  742. Client name: field_73260_f (field_73260_f)
  743. Client description:
  744. Server name: flagsYAreasToUpdate (field_73260_f)
  745. Server description: Integer field where each bit means to make update 16x16x16 division of chunk (from bottom).
  746. ----
  747. Client name: sleepInBedAt (func_71018_a)
  748. Client description: Attempts to have the player sleep in a bed at the specified location.
  749. Server name: sleepInBedAt (func_71018_a)
  750. Server description: puts player to sleep on specified bed if possible
  751. ----
  752. Client name: func_82594_a (func_82594_a)
  753. Client description:
  754. Server name: getObject (func_82594_a)
  755. Server description:
  756. ----
  757. Client name: dropFewItems (func_70628_a)
  758. Client description: Drop 0-2 items of this living's type. @param par1 - Whether this entity has recently been hit by a player. @param par2 - Level of Looting used to kill this mob.
  759. Server name: dropFewItems (func_70628_a)
  760. Server description: Drop 0-2 items of this living's type
  761. ----
  762. Client name: getWorldServer (func_72688_a)
  763. Client description:
  764. Server name: getMinecraftServer (func_72688_a)
  765. Server description: Returns the MinecraftServer associated with the PlayerManager.
  766. ----
  767. Client name: spawnEntityInWorld (func_72838_d)
  768. Client description: Called to place all entities as part of a world
  769. Server name: spawnEntityInWorld (func_72838_d)
  770. Server description: Called when an entity is spawned in the world. This includes players.
  771. ----
  772. Client name: containsItem (func_76037_b)
  773. Client description: Return true if an object is associated with the given key
  774. Server name: containsItem (func_76037_b)
  775. Server description: Returns true if this hash table contains the specified item.
  776. ----
  777. Client name: func_111194_a (func_111194_a)
  778. Client description:
  779. Server name: processChunk (func_111194_a)
  780. Server description: This method currently only increases chunk inhabited time. Extension is possible in next versions
  781. ----
  782. Client name: unexpectedPacket (func_72509_a)
  783. Client description: Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
  784. Server name: unexpectedPacket (func_72509_a)
  785. Server description: Default handler called for packets that don't have their own handlers in NetServerHandler; kicks player from the server.
  786. ----
  787. Client name: sendPacketToAllPlayersTrackingEntity (func_72784_a)
  788. Client description: does not send the packet to the entity if the entity is a player
  789. Server name: sendPacketToTrackedPlayers (func_72784_a)
  790. Server description:
  791. ----
  792. Client name: getPlayerName (func_96653_e)
  793. Client description:
  794. Server name: getPlayerName (func_96653_e)
  795. Server description: Returns the name of the player this score belongs to
  796. ----
  797. Client name: getPacketForThisEntity (func_73124_b)
  798. Client description:
  799. Server name: getSpawnPacket (func_73124_b)
  800. Server description:
  801. ----
  802. Client name: lastYaw (field_73127_g)
  803. Client description:
  804. Server name: encodedRotationYaw (field_73127_g)
  805. Server description: The encoded entity yaw rotation.
  806. ----
  807. Client name: flagChunkForUpdate (func_73259_a)
  808. Client description:
  809. Server name: markBlockNeedsUpdate (func_73259_a)
  810. Server description: mark the block as changed so that it will update clients who need to know about it
  811. ----
  812. Client name: minecartTnt (field_94582_cb)
  813. Client description:
  814. Server name: tntMinecart (field_94582_cb)
  815. Server description:
  816. ----
  817. Client name: func_94061_f (func_94061_f)
  818. Client description:
  819. Server name: setAlwaysRenderNameTag (func_94061_f)
  820. Server description:
  821. ----
  822. Client name: loadedChunkHashMap (field_73244_f)
  823. Client description:
  824. Server name: id2ChunkMap (field_73244_f)
  825. Server description: map of chunk Id's to Chunk instances
  826. ----
  827. Client name: clip (func_72933_a)
  828. Client description: Performs a raycast against all blocks in the world except liquids.
  829. Server name: rayTraceBlocks (func_72933_a)
  830. Server description: ray traces all blocks, including non-collideable ones
  831. ----
  832. Client name: canNotSave (field_73058_d)
  833. Client description: set by CommandServerSave{all,Off,On}
  834. Server name: levelSaving (field_73058_d)
  835. Server description: Whether or not level saving is enabled
  836. ----
  837. Client name: networkTick (func_72570_d)
  838. Client description: run once each game tick
  839. Server name: handlePackets (func_72570_d)
  840. Server description: handle all the packets for the connection
  841. ----
  842. Client name: addEntityToTracker (func_72786_a)
  843. Client description: if entity is a player sends all tracked events to the player, otherwise, adds with a visibility and update arate based on the class type
  844. Server name: trackEntity (func_72786_a)
  845. Server description:
  846. ----
  847. Client name: partiallyDestroyedBlockZ (field_73099_h)
  848. Client description:
  849. Server name: curBlockZ (field_73099_h)
  850. Server description:
  851. ----
  852. Client name: motionX (field_73137_j)
  853. Client description:
  854. Server name: lastTrackedEntityMotionX (field_73137_j)
  855. Server description:
  856. ----
  857. Client name: getPotionResult (func_70352_b)
  858. Client description: The result of brewing a potion of the specified damage value with an ingredient itemstack.
  859. Server name: getPotionResult (func_70352_b)
  860. Server description: Returns the new potion damage value after the specified item is applied as an ingredient to the specified potion.
  861. ----
  862. Client name: blocksDistanceThreshold (field_73130_b)
  863. Client description:
  864. Server name: trackingDistanceThreshold (field_73130_b)
  865. Server description:
  866. ----
  867. Client name: motionY (field_73138_k)
  868. Client description:
  869. Server name: lastTrackedEntityMotionY (field_73138_k)
  870. Server description:
  871. ----
  872. Client name: kickPlayerFromServer (func_72565_c)
  873. Client description:
  874. Server name: kickPlayer (func_72565_c)
  875. Server description: Kick the offending player and give a reason why
  876. ----
  877. Client name: villagerStockList (field_70958_bB)
  878. Client description: a villagers recipe list is intialized off this list ; the 2 params are min/max amount they will trade for 1 emerald
  879. Server name: villagersSellingList (field_70958_bB)
  880. Server description: Selling list of Villagers items.
  881. ----
  882. Client name: randomGenerator (field_72583_k)
  883. Client description:
  884. Server name: rndmObj (field_72583_k)
  885. Server description: The Java Random object.
  886. ----
  887. Client name: hasChanges (func_75684_a)
  888. Client description:
  889. Server name: hasObjectChanged (func_75684_a)
  890. Server description: true if one or more object was changed
  891. ----
  892. Client name: getSocketAddress (func_74430_c)
  893. Client description: Return the InetSocketAddress of the remote endpoint
  894. Server name: getRemoteAddress (func_74430_c)
  895. Server description: Returns the socket address of the remote side. Server-only.
  896. ----
  897. Client name: incrementWindowID (func_71117_bO)
  898. Client description:
  899. Server name: getNextWindowId (func_71117_bO)
  900. Server description: get the next window id to use
  901. ----
  902. Client name: chunkLocation (field_73264_c)
  903. Client description: note: this is final
  904. Server name: currentChunk (field_73264_c)
  905. Server description: the chunk the player currently resides in
  906. ----
  907. Client name: playAuxSFX (func_72926_e)
  908. Client description: See description for func_72706_a.
  909. Server name: playAuxSFX (func_72926_e)
  910. Server description: Plays a sound or particle effect. Parameters: Effect ID, X, Y, Z, Data. For a list of ids and data, see http://wiki.vg/Protocol#Effects
  911. ----
  912. Client name: partiallyDestroyedBlockX (field_73086_f)
  913. Client description:
  914. Server name: curBlockX (field_73086_f)
  915. Server description:
  916. ----
  917. Client name: posY (field_73146_q)
  918. Client description:
  919. Server name: lastTrackedEntityPosY (field_73146_q)
  920. Server description:
  921. ----
  922. Client name: isDead (field_70128_L)
  923. Client description: Gets set by setDead, so this must be the flag whether an Entity is dead (inactive may be better term)
  924. Server name: isDead (field_70128_L)
  925. Server description: gets set by setEntityDead, so this must be the flag whether an Entity is dead (inactive may be better term)
  926. ----
  927. Client name: getWorldInfo (func_72912_H)
  928. Client description: Gets the World's WorldInfo instance
  929. Server name: getWorldInfo (func_72912_H)
  930. Server description: Returns the world's WorldInfo object
  931. ----
  932. Client name: addSlotToContainer (func_75146_a)
  933. Client description: the slot is assumed empty
  934. Server name: addSlotToContainer (func_75146_a)
  935. Server description: Adds an item slot to this container
  936. ----
  937. Client name: getFullBlockLightValue (func_72883_k)
  938. Client description: Does the same as getBlockLightValue_do but without checking if its not a normal block
  939. Server name: getFullBlockLightValue (func_72883_k)
  940. Server description: gets the block's light value - without the _do function's checks.
  941. ----
  942. Client name: rotateOpposite (field_71580_e)
  943. Client description: Maps a direction to that opposite of it.
  944. Server name: footInvisibleFaceRemap (field_71580_e)
  945. Server description:
  946. ----
  947. Client name: entityLiving (field_77494_b)
  948. Client description: Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
  949. Server name: entityLiving (field_77494_b)
  950. Server description:
  951. ----
  952. Client name: spawnChunk (field_71077_c)
  953. Client description: Holds the last coordinate to spawn based on last bed that the player sleep.
  954. Server name: spawnChunk (field_71077_c)
  955. Server description: holds the spawn chunk of the player
  956. ----
  957. Client name: updateFlyingState (func_71122_b)
  958. Client description: likeUpdateFallState, but called from updateFlyingState, rather than moveEntity
  959. Server name: handleFalling (func_71122_b)
  960. Server description: process player falling based on movement packet
  961. ----
  962. Client name: getCategory (func_85056_g)
  963. Client description:
  964. Server name: func_85056_g (func_85056_g)
  965. Server description:
  966. ----
  967. Client name: tickCount (field_75778_d)
  968. Client description:
  969. Server name: field_75778_d (field_75778_d)
  970. Server description:
  971. ----
  972. Client name: removePlayerFromTracker (func_73123_c)
  973. Client description:
  974. Server name: removeTrackedPlayerSymmetric (func_73123_c)
  975. Server description: Remove a tracked player from our list and tell the tracked player to destroy us from their world.
  976. ----
  977. Client name: isInterruptible (func_75252_g)
  978. Client description: Determine if this AI Task is interruptible by a higher (= lower value) priority task.
  979. Server name: isContinuous (func_75252_g)
  980. Server description: Returns whether the task requires multiple updates or not
  981. ----
  982. Client name: writeNBT (func_75117_b)
  983. Client description: Writes food stats to an NBT object.
  984. Server name: writeNBT (func_75117_b)
  985. Server description: Writes the food data for the player.
  986. ----
  987. Client name: sendContainerAndContentsToPlayer (func_71110_a)
  988. Client description:
  989. Server name: updateCraftingInventory (func_71110_a)
  990. Server description: update the crafting window inventory with the items in the list
  991. ----
  992. Client name: lastScaledZPosition (field_73126_f)
  993. Client description:
  994. Server name: encodedPosZ (field_73126_f)
  995. Server description: The encoded entity Z position.
  996. ----
  997. Client name: getPlayerCoordinates (func_82114_b)
  998. Client description: Return the position for this command sender.
  999. Server name: getCommandSenderPosition (func_82114_b)
  1000. Server description: Return the position for this command sender.
  1001. ----
  1002. Client name: getSaveHandler (func_75756_e)
  1003. Client description: returns null if no saveHandler is relevent (eg. SMP)
  1004. Server name: getPlayerNBTManager (func_75756_e)
  1005. Server description:
  1006. ----
  1007. Client name: dropContentsWhenDead (field_94112_b)
  1008. Client description: When set to true, the minecart will drop all items when setDead() is called. When false (such as when travelling dimensions) it preserves its contents.
  1009. Server name: preventContentDropping (field_94112_b)
  1010. Server description: Whether the minecart should not drop its content when flagged as dead.
  1011. ----
  1012. Client name: achievementList (field_76007_e)
  1013. Client description: Holds a list of all registered achievements.
  1014. Server name: achievementList (field_76007_e)
  1015. Server description: The list holding all achievements
  1016. ----
  1017. Client name: safeSaveChunk (func_73242_b)
  1018. Client description: used by saveChunks, but catches any exceptions if the save fails.
  1019. Server name: saveChunkData (func_73242_b)
  1020. Server description:
  1021. ----
  1022. Client name: executeCommand (func_71252_i)
  1023. Client description:
  1024. Server name: handleRConCommand (func_71252_i)
  1025. Server description: Handle a command received by an RCon instance
  1026. ----
  1027. Client name: getVerticalOffset (func_75855_a)
  1028. Client description: Checks if an entity collides with blocks at a position. Returns 1 if clear, 0 for colliding with any solid block, -1 for water(if avoiding water) but otherwise clear, -2 for lava, -3 for fence, -4 for closed trapdoor, 2 if otherwise clear except for open trapdoor or water(if not avoiding)
  1029. Server name: getVerticalOffset (func_75855_a)
  1030. Server description: Given an x y z, returns a vertical offset needed to search to find a block to stand on
  1031. ----
  1032. Client name: colorSuffix (field_96671_f)
  1033. Client description:
  1034. Server name: field_96671_f (field_96671_f)
  1035. Server description:
  1036. ----
  1037. Client name: lastPitch (field_73139_h)
  1038. Client description:
  1039. Server name: encodedRotationPitch (field_73139_h)
  1040. Server description: The encoded entity pitch rotation.
  1041. ----
  1042. Client name: isPlayerNotUsingContainer (func_75129_b)
  1043. Client description: NotUsing because adding a player twice is an error
  1044. Server name: getCanCraft (func_75129_b)
  1045. Server description: gets whether or not the player can craft in this inventory or not
  1046. ----
  1047. Client name: field_74480_w (field_74480_w)
  1048. Client description:
  1049. Server name: shutdownDescription (field_74480_w)
  1050. Server description: Contains shutdown description (internal error, etc.) as string array
  1051. ----
  1052. Client name: markTileEntityForDespawn (func_72928_a)
  1053. Client description: adds tile entity to despawn list (renamed from markEntityForDespawn)
  1054. Server name: markTileEntityForDespawn (func_72928_a)
  1055. Server description: Adds TileEntity to despawn list
  1056. ----
  1057. Client name: unloadEntities (func_72828_b)
  1058. Client description: Adds a list of entities to be unloaded on the next pass of World.updateEntities()
  1059. Server name: unloadEntities (func_72828_b)
  1060. Server description: adds entities to the list of unloaded entities
  1061. ----
  1062. Client name: getAccessibleSlotsFromSide (func_94128_d)
  1063. Client description: Returns an array containing the indices of the slots that can be accessed by automation on the given side of this block.
  1064. Server name: getSlotsForFace (func_94128_d)
  1065. Server description: param side
  1066. ----
  1067. Client name: getServerMOTD (func_71274_v)
  1068. Client description: Returns the server message of the day
  1069. Server name: getMotd (func_71274_v)
  1070. Server description: Returns the server message of the day
  1071. ----
  1072. Client name: clearRegionFileReferences (func_76551_a)
  1073. Client description: Saves the current Chunk Map Cache
  1074. Server name: clearRegionFileReferences (func_76551_a)
  1075. Server description: clears region file references
  1076. ----
  1077. Client name: getChatBuffer (func_70008_c)
  1078. Client description:
  1079. Server name: getLogContents (func_70008_c)
  1080. Server description: Gets the contents of the RCon log
  1081. ----
  1082. Client name: getLastActiveItems (func_70035_c)
  1083. Client description:
  1084. Server name: getInventory (func_70035_c)
  1085. Server description: returns the inventory of this entity (only used in EntityPlayerMP it seems)
  1086. ----
  1087. Client name: partiallyDestroyedBlockY (field_73087_g)
  1088. Client description:
  1089. Server name: curBlockY (field_73087_g)
  1090. Server description:
  1091. ----
  1092. Client name: chunksToUnload (field_73248_b)
  1093. Client description: used by unload100OldestChunks to iterate the loadedChunkHashMap for unload (underlying assumption, first in, first out)
  1094. Server name: droppedChunksSet (field_73248_b)
  1095. Server description:
  1096. ----
  1097. Client name: uncheckedTryHarvestBlock (func_73082_a)
  1098. Client description:
  1099. Server name: blockRemoving (func_73082_a)
  1100. Server description:
  1101. ----
  1102. Client name: potionEffect (field_77785_bY)
  1103. Client description:
  1104. Server name: potionEffect (field_77785_bY)
  1105. Server description: The string representing this item's effect on a potion when used as an ingredient.
  1106. ----
  1107. Client name: onActivatorRailPass (func_96095_a)
  1108. Client description: Called every tick the minecart is on an activator rail.
  1109. Server name: onActivatorRailPass (func_96095_a)
  1110. Server description: Called every tick the minecart is on an activator rail. Args: x, y, z, is the rail receiving power
  1111. ----
  1112. Client name: thrower (field_70192_c)
  1113. Client description: Is the entity that throws this 'thing' (snowball, ender pearl, eye of ender or potion)
  1114. Server name: thrower (field_70192_c)
  1115. Server description: The entity that threw this throwable item.
  1116. ----
  1117. Client name: associatedFile (field_73673_c)
  1118. Client description:
  1119. Server name: serverPropertiesFile (field_73673_c)
  1120. Server description: The server properties file.
  1121. ----
  1122. Client name: func_111196_a (func_111196_a)
  1123. Client description:
  1124. Server name: increaseInhabitedTime (func_111196_a)
  1125. Server description: Increases chunk inhabited time every 8000 ticks
  1126. ----
  1127. Client name: clip (func_72901_a)
  1128. Client description: Performs a raycast against all blocks in the world, and optionally liquids.
  1129. Server name: rayTraceBlocks (func_72901_a)
  1130. Server description:
  1131. ----
  1132. Client name: setRotation (func_70101_b)
  1133. Client description: Sets the rotation of the entity
  1134. Server name: setRotation (func_70101_b)
  1135. Server description: Sets the rotation of the entity. Args: yaw, pitch (both in degrees)
  1136. ----
  1137. Client name: findingSpawnPoint (field_72987_B)
  1138. Client description: Boolean that is set to true when trying to find a spawn point
  1139. Server name: findingSpawnPoint (field_72987_B)
  1140. Server description: if set, this flag forces a request to load a chunk to load the chunk rather than defaulting to the world's chunkprovider's dummy if possible
  1141. ----
  1142. Client name: field_111198_g (field_111198_g)
  1143. Client description:
  1144. Server name: previousWorldTime (field_111198_g)
  1145. Server description: time what is using when chunk InhabitedTime is being calculated
  1146. ----
  1147. Client name: transferStackInSlot (func_82846_b)
  1148. Client description: Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
  1149. Server name: transferStackInSlot (func_82846_b)
  1150. Server description: Take a stack from the specified inventory slot.
  1151. ----
  1152. Client name: lastScaledXPosition (field_73128_d)
  1153. Client description:
  1154. Server name: encodedPosX (field_73128_d)
  1155. Server description: The encoded entity X position.
  1156. ----
  1157. Client name: sendLocationToAllClients (func_73122_a)
  1158. Client description: also sends velocity, rotation, and riding info.
  1159. Server name: updatePlayerList (func_73122_a)
  1160. Server description:
  1161. ----
  1162. Client name: defaultEmptyChunk (field_73249_c)
  1163. Client description:
  1164. Server name: dummyChunk (field_73249_c)
  1165. Server description: a dummy chunk, returned in place of an actual chunk.
  1166. ----
  1167. Client name: currentChunkProvider (field_73246_d)
  1168. Client description:
  1169. Server name: serverChunkGenerator (field_73246_d)
  1170. Server description: chunk generator object. Calls to load nonexistent chunks are forwarded to this object.
  1171. ----
  1172. Client name: biomeCache (field_76942_f)
  1173. Client description: The BiomeCache object for this world.
  1174. Server name: biomeCache (field_76942_f)
  1175. Server description: The biome list.
  1176. ----
  1177. Client name: getProperty (func_73671_a)
  1178. Client description: Gets a property. If it does not exist, set it to the specified value.
  1179. Server name: getStringProperty (func_73671_a)
  1180. Server description: Returns a string property. If the property doesn't exist the default is returned.
  1181. ----
  1182. Client name: safeSaveExtraChunkData (func_73243_a)
  1183. Client description: used by saveChunks, but catches any exceptions if the save fails.
  1184. Server name: saveChunkExtraData (func_73243_a)
  1185. Server description:
  1186. ----
  1187. Client name: getChunkProvider (func_72863_F)
  1188. Client description: gets the IChunkProvider this world uses.
  1189. Server name: getChunkProvider (func_72863_F)
  1190. Server description: gets the world's chunk provider
  1191. ----
  1192. Client name: getChunkLoader (func_75763_a)
  1193. Client description: Returns the chunk loader with the provided world provider
  1194. Server name: getChunkLoader (func_75763_a)
  1195. Server description: initializes and returns the chunk loader for the specified world provider
Advertisement
Add Comment
Please, Sign In to add comment