Krenair

MCP client-server differences

Aug 3rd, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. Client name: dimensionServerList (field_71305_c)
  2. Client description:
  3. Server name: worldMngr (field_71305_c)
  4. Server description: The server world manager.
  5. ----
  6. Client name: minecraftServerInstance (field_72400_f)
  7. Client description:
  8. Server name: mcServer (field_72400_f)
  9. Server description: Reference to the MinecraftServer object.
  10. ----
  11. Client name: editingBlocks (field_73014_t)
  12. Client description: true while the world is editing blocks
  13. Server name: editingBlocks (field_73014_t)
  14. Server description: true while the server is editing blocks
  15. ----
  16. Client name: chunksToLoad (field_71129_f)
  17. Client description:
  18. Server name: loadedChunks (field_71129_f)
  19. Server description: LinkedList that holds loaded chunks
  20. ----
  21. Client name: difficultySetting (field_73013_u)
  22. Client description: Option > Difficulty setting (0 - 3)
  23. Server name: difficultySetting (field_73013_u)
  24. Server description: Whether monsters are enabled or not. (1 = on, 0 = off)
  25. ----
  26. Client name: bookSpreadPrev (field_70372_g)
  27. Client description: The amount that the book is open.
  28. Server name: bookSpreadPrev (field_70372_g)
  29. Server description: The amount that the book was open last tick.
  30. ----
  31. Client name: serverForThisPlayer (field_71135_a)
  32. Client description: set by the NetServerHandler or the ServerConfigurationManager
  33. Server name: playerNetServerHandler (field_71135_a)
  34. Server description: The NetServerHandler for this particular player.
  35. ----
  36. Client name: bobber (field_70205_c)
  37. 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.
  38. Server name: bobber (field_70205_c)
  39. Server description: the bobber that the fish hit
  40. ----
  41. Client name: isRemote (field_72995_K)
  42. Client description: This is set to true when you are a client connected to a multiplayer world, false otherwise. As of Minecraft 1.3 and the integrated server, this will always return true.
  43. Server name: isRemote (field_72995_K)
  44. Server description: This is set to true when you are a client connected to a multiplayer world, false otherwise.
  45. ----
  46. Client name: entityAge (field_70708_bq)
  47. Client description: Holds the living entity age, used to control the despawn.
  48. Server name: entityAge (field_70708_bq)
  49. Server description: The age of this EntityLiving (used to determine when it dies)
  50. ----
  51. Client name: theNetworkManager (field_72575_b)
  52. Client description:
  53. Server name: netManager (field_72575_b)
  54. Server description: The underlying network manager for this server handler.
  55. ----
  56. Client name: playerViewDistance (field_72698_e)
  57. Client description:
  58. Server name: playerViewRadius (field_72698_e)
  59. Server description: Number of chunks the server sends to the client. Valid 3<=x<=15. In server.properties.
  60. ----
  61. Client name: minecraftInstance (field_72534_f)
  62. Client description:
  63. Server name: mcServer (field_72534_f)
  64. Server description: Reference to the MinecraftServer object.
  65. ----
  66. Client name: whiteListIPs (field_72411_j)
  67. Client description:
  68. Server name: whiteListedPlayers (field_72411_j)
  69. Server description: The Set of all whitelisted players
  70. ----
  71. Client name: effectCache (field_77836_a)
  72. Client description: maps potion damage values to lists of effect names
  73. Server name: effectCache (field_77836_a)
  74. Server description: Contains a map from integers to the list of potion effects that potions with that damage value confer (to prevent recalculating it).
  75. ----
  76. Client name: worldGeneratorSwamp (field_76763_Q)
  77. Client description:
  78. Server name: worldGeneratorSwamp (field_76763_Q)
  79. Server description: The swamp tree generator.
  80. ----
  81. Client name: invalidFilenameCharacters (field_71567_b)
  82. Client description: Array of special characters that may not be used in a filename. GuiCreateWorld will replace these with an underscore when creating world save directory.
  83. Server name: allowedCharactersArray (field_71567_b)
  84. Server description:
  85. ----
  86. Client name: playerLocation (field_71081_bT)
  87. Client description: The chunk coordinates of the bed the player is in (null if player isn't in a bed).
  88. Server name: playerLocation (field_71081_bT)
  89. Server description: the current location of the player
  90. ----
  91. Client name: spawnChunk (field_71077_c)
  92. Client description: Holds the last coordinate to spawn based on last bed that the player sleep.
  93. Server name: spawnChunk (field_71077_c)
  94. Server description: holds the spawn chunk of the player
  95. ----
  96. Client name: activeChunkSet (field_72993_I)
  97. Client description: Positions to update
  98. Server name: activeChunkSet (field_72993_I)
  99. Server description: populated by chunks that are within 9 chunks of any player
  100. ----
  101. Client name: findingSpawnPoint (field_72987_B)
  102. Client description: Boolean that is set to true when trying to find a spawn point
  103. Server name: findingSpawnPoint (field_72987_B)
  104. 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
  105. ----
  106. Client name: worldType (field_77133_f)
  107. Client description: 'default' or 'flat'
  108. Server name: worldType (field_77133_f)
  109. Server description:
  110. ----
  111. Client name: foodStats (field_71100_bB)
  112. Client description: The player's food stats. (See class FoodStats)
  113. Server name: foodStats (field_71100_bB)
  114. Server description: The food object of the player, the general hunger logic.
  115. ----
  116. Client name: saveDirectory (field_75770_b)
  117. Client description: The path to the current savegame directory
  118. Server name: worldDirectory (field_75770_b)
  119. Server description: The path to the current world directory
  120. ----
  121. Client name: biomeCache (field_76942_f)
  122. Client description: The BiomeCache object for this world.
  123. Server name: biomeCache (field_76942_f)
  124. Server description: The biome list.
  125. ----
  126. Client name: isDead (field_70128_L)
  127. Client description: Gets set by setDead, so this must be the flag whether an Entity is dead (inactive may be better term)
  128. Server name: isDead (field_70128_L)
  129. Server description: gets set by setEntityDead, so this must be the flag whether an Entity is dead (inactive may be better term)
  130. ----
  131. Client name: watched (field_75675_d)
  132. Client description:
  133. Server name: isWatching (field_75675_d)
  134. Server description:
  135. ----
  136. Client name: worldGeneratorTrees (field_76757_N)
  137. Client description:
  138. Server name: worldGeneratorTrees (field_76757_N)
  139. Server description: The tree generator.
  140. ----
  141. Client name: potionEffect (field_77785_bY)
  142. Client description:
  143. Server name: potionEffect (field_77785_bY)
  144. Server description: The string representing this item's effect on a potion when used as an ingredient.
  145. ----
  146. Client name: playersDirectory (field_75771_c)
  147. Client description: The directory in which to save player information
  148. Server name: worldFile (field_75771_c)
  149. Server description: The directory in which to save world data
  150. ----
  151. Client name: entityLiving (field_77494_b)
  152. Client description: Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
  153. Server name: entityLiving (field_77494_b)
  154. Server description:
  155. ----
  156. Client name: achievementList (field_76007_e)
  157. Client description: Holds a list of all registered achievements.
  158. Server name: achievementList (field_76007_e)
  159. Server description: The list holding all achievements
  160. ----
  161. Client name: worldGeneratorForest (field_76764_P)
  162. Client description:
  163. Server name: worldGeneratorForest (field_76764_P)
  164. Server description: The forest generator.
  165. ----
  166. Client name: serverShuttingDown (field_72576_c)
  167. Client description:
  168. Server name: connectionClosed (field_72576_c)
  169. Server description: This is set to true whenever a player disconnects from the server
  170. ----
  171. Client name: thrower (field_70192_c)
  172. Client description: Is the entity that throws this 'thing' (snowball, ender pearl, eye of ender or potion)
  173. Server name: thrower (field_70192_c)
  174. Server description: The entity that threw this throwable item.
  175. ----
  176. Client name: playerList (field_72404_b)
  177. Client description:
  178. Server name: playerEntities (field_72404_b)
  179. Server description: A list of player entities that exist on this server.
  180. ----
  181. Client name: slimeJumpDelay (field_70810_d)
  182. Client description: the time between each jump of the slime
  183. Server name: slimeJumpDelay (field_70810_d)
  184. Server description: ticks until this slime jumps again
Advertisement
Add Comment
Please, Sign In to add comment