Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Client name: dimensionServerList (field_71305_c)
- Client description:
- Server name: worldMngr (field_71305_c)
- Server description: The server world manager.
- ----
- Client name: minecraftServerInstance (field_72400_f)
- Client description:
- Server name: mcServer (field_72400_f)
- Server description: Reference to the MinecraftServer object.
- ----
- Client name: editingBlocks (field_73014_t)
- Client description: true while the world is editing blocks
- Server name: editingBlocks (field_73014_t)
- Server description: true while the server is editing blocks
- ----
- Client name: chunksToLoad (field_71129_f)
- Client description:
- Server name: loadedChunks (field_71129_f)
- Server description: LinkedList that holds loaded chunks
- ----
- Client name: difficultySetting (field_73013_u)
- Client description: Option > Difficulty setting (0 - 3)
- Server name: difficultySetting (field_73013_u)
- Server description: Whether monsters are enabled or not. (1 = on, 0 = off)
- ----
- Client name: bookSpreadPrev (field_70372_g)
- Client description: The amount that the book is open.
- Server name: bookSpreadPrev (field_70372_g)
- Server description: The amount that the book was open last tick.
- ----
- Client name: serverForThisPlayer (field_71135_a)
- Client description: set by the NetServerHandler or the ServerConfigurationManager
- Server name: playerNetServerHandler (field_71135_a)
- Server description: The NetServerHandler for this particular player.
- ----
- Client name: bobber (field_70205_c)
- 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.
- Server name: bobber (field_70205_c)
- Server description: the bobber that the fish hit
- ----
- Client name: isRemote (field_72995_K)
- 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.
- Server name: isRemote (field_72995_K)
- Server description: This is set to true when you are a client connected to a multiplayer world, false otherwise.
- ----
- Client name: entityAge (field_70708_bq)
- Client description: Holds the living entity age, used to control the despawn.
- Server name: entityAge (field_70708_bq)
- Server description: The age of this EntityLiving (used to determine when it dies)
- ----
- Client name: theNetworkManager (field_72575_b)
- Client description:
- Server name: netManager (field_72575_b)
- Server description: The underlying network manager for this server handler.
- ----
- Client name: playerViewDistance (field_72698_e)
- Client description:
- Server name: playerViewRadius (field_72698_e)
- Server description: Number of chunks the server sends to the client. Valid 3<=x<=15. In server.properties.
- ----
- Client name: minecraftInstance (field_72534_f)
- Client description:
- Server name: mcServer (field_72534_f)
- Server description: Reference to the MinecraftServer object.
- ----
- Client name: whiteListIPs (field_72411_j)
- Client description:
- Server name: whiteListedPlayers (field_72411_j)
- Server description: The Set of all whitelisted players
- ----
- Client name: effectCache (field_77836_a)
- Client description: maps potion damage values to lists of effect names
- Server name: effectCache (field_77836_a)
- Server description: Contains a map from integers to the list of potion effects that potions with that damage value confer (to prevent recalculating it).
- ----
- Client name: worldGeneratorSwamp (field_76763_Q)
- Client description:
- Server name: worldGeneratorSwamp (field_76763_Q)
- Server description: The swamp tree generator.
- ----
- Client name: invalidFilenameCharacters (field_71567_b)
- 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.
- Server name: allowedCharactersArray (field_71567_b)
- Server description:
- ----
- Client name: playerLocation (field_71081_bT)
- Client description: The chunk coordinates of the bed the player is in (null if player isn't in a bed).
- Server name: playerLocation (field_71081_bT)
- Server description: the current location of the player
- ----
- Client name: spawnChunk (field_71077_c)
- Client description: Holds the last coordinate to spawn based on last bed that the player sleep.
- Server name: spawnChunk (field_71077_c)
- Server description: holds the spawn chunk of the player
- ----
- Client name: activeChunkSet (field_72993_I)
- Client description: Positions to update
- Server name: activeChunkSet (field_72993_I)
- Server description: populated by chunks that are within 9 chunks of any player
- ----
- Client name: findingSpawnPoint (field_72987_B)
- Client description: Boolean that is set to true when trying to find a spawn point
- Server name: findingSpawnPoint (field_72987_B)
- 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
- ----
- Client name: worldType (field_77133_f)
- Client description: 'default' or 'flat'
- Server name: worldType (field_77133_f)
- Server description:
- ----
- Client name: foodStats (field_71100_bB)
- Client description: The player's food stats. (See class FoodStats)
- Server name: foodStats (field_71100_bB)
- Server description: The food object of the player, the general hunger logic.
- ----
- Client name: saveDirectory (field_75770_b)
- Client description: The path to the current savegame directory
- Server name: worldDirectory (field_75770_b)
- Server description: The path to the current world directory
- ----
- Client name: biomeCache (field_76942_f)
- Client description: The BiomeCache object for this world.
- Server name: biomeCache (field_76942_f)
- Server description: The biome list.
- ----
- Client name: isDead (field_70128_L)
- Client description: Gets set by setDead, so this must be the flag whether an Entity is dead (inactive may be better term)
- Server name: isDead (field_70128_L)
- Server description: gets set by setEntityDead, so this must be the flag whether an Entity is dead (inactive may be better term)
- ----
- Client name: watched (field_75675_d)
- Client description:
- Server name: isWatching (field_75675_d)
- Server description:
- ----
- Client name: worldGeneratorTrees (field_76757_N)
- Client description:
- Server name: worldGeneratorTrees (field_76757_N)
- Server description: The tree generator.
- ----
- Client name: potionEffect (field_77785_bY)
- Client description:
- Server name: potionEffect (field_77785_bY)
- Server description: The string representing this item's effect on a potion when used as an ingredient.
- ----
- Client name: playersDirectory (field_75771_c)
- Client description: The directory in which to save player information
- Server name: worldFile (field_75771_c)
- Server description: The directory in which to save world data
- ----
- Client name: entityLiving (field_77494_b)
- Client description: Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
- Server name: entityLiving (field_77494_b)
- Server description:
- ----
- Client name: achievementList (field_76007_e)
- Client description: Holds a list of all registered achievements.
- Server name: achievementList (field_76007_e)
- Server description: The list holding all achievements
- ----
- Client name: worldGeneratorForest (field_76764_P)
- Client description:
- Server name: worldGeneratorForest (field_76764_P)
- Server description: The forest generator.
- ----
- Client name: serverShuttingDown (field_72576_c)
- Client description:
- Server name: connectionClosed (field_72576_c)
- Server description: This is set to true whenever a player disconnects from the server
- ----
- Client name: thrower (field_70192_c)
- Client description: Is the entity that throws this 'thing' (snowball, ender pearl, eye of ender or potion)
- Server name: thrower (field_70192_c)
- Server description: The entity that threw this throwable item.
- ----
- Client name: playerList (field_72404_b)
- Client description:
- Server name: playerEntities (field_72404_b)
- Server description: A list of player entities that exist on this server.
- ----
- Client name: slimeJumpDelay (field_70810_d)
- Client description: the time between each jump of the slime
- Server name: slimeJumpDelay (field_70810_d)
- Server description: ticks until this slime jumps again
Advertisement
Add Comment
Please, Sign In to add comment