Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Client name: sendPacketToPlayer (func_72567_b)
- Client description: addToSendQueue. if it is a chat packet, check before sending it
- Server name: sendPacket (func_72567_b)
- Server description: Adds the packet to the underlying network manager's send queue.
- ----
- Client name: isDataInitialized (field_73144_s)
- Client description: set to true on first sendLocationToClients
- Server name: firstUpdateDone (field_73144_s)
- Server description:
- ----
- Client name: findBiomePosition (func_76941_a)
- 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.
- Server name: findBiomePosition (func_76941_a)
- Server description: Finds a valid position within a range, that is once of the listed biomes.
- ----
- Client name: informAllAssociatedPlayersOfItemDestruction (func_73119_a)
- Client description:
- Server name: sendDestroyEntityPacketToTrackedPlayers (func_73119_a)
- Server description:
- ----
- Client name: handleStatistic (func_72517_a)
- Client description: Increment player statistics
- Server name: handleStatistic (func_72517_a)
- Server description: runs registerPacket on the given Packet200Statistic
- ----
- Client name: convertMapFormat (func_75805_a)
- Client description: Converts the specified map to the new map format. Args: worldName, loadingScreen
- Server name: convertMapFormat (func_75805_a)
- Server description: converts the map to mcRegion
- ----
- Client name: transferPlayerToDimension (func_72356_a)
- Client description:
- Server name: sendPlayerToOtherDimension (func_72356_a)
- Server description: moves provided player from overworld to nether or vice versa
- ----
- Client name: brewBitOperations (func_77906_a)
- 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.
- Server name: brewBitOperations (func_77906_a)
- Server description: Manipulates the specified bit of the potion damage value according to the rules passed from applyIngredient.
- ----
- Client name: getXPSplit (func_70527_a)
- Client description: Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
- Server name: getXPSplit (func_70527_a)
- Server description: Get a fragment of the maximum experience points value for the supplied value of experience points value.
- ----
- Client name: getHeight (func_72800_K)
- Client description: Returns current world height.
- Server name: getHeight (func_72800_K)
- Server description: Returns maximum world height.
- ----
- Client name: numberOfTilesToUpdate (field_73262_e)
- Client description:
- Server name: numBlocksToUpdate (field_73262_e)
- Server description: the number of blocks that need to be updated next tick
- ----
- Client name: entityViewDistance (field_72792_d)
- Client description:
- Server name: maxTrackingDistanceThreshold (field_72792_d)
- Server description:
- ----
- Client name: getAllTileEntityInBox (func_73049_a)
- Client description: pars: min x,y,z , max x,y,z
- Server name: getTileEntityList (func_73049_a)
- Server description: get a list of tileEntity's
- ----
- 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: intersectsWith (func_78884_a)
- Client description: Returns whether the given bounding box intersects with this one. Args: structureboundingbox
- Server name: intersectsWith (func_78884_a)
- Server description: Discover if bounding box can fit within the current bounding box object.
- ----
- Client name: setPlayerIsPresent (func_75128_a)
- Client description: adds or removes the player from the container based on par2
- Server name: setCanCraft (func_75128_a)
- Server description: sets whether the player can craft in this inventory or not
- ----
- Client name: needFood (func_75121_c)
- Client description: If foodLevel is not max.
- Server name: needFood (func_75121_c)
- Server description: Get whether the player must eat food.
- ----
- Client name: ticks (field_73136_m)
- Client description:
- Server name: updateCounter (field_73136_m)
- Server description:
- ----
- Client name: magicDamage (field_82730_x)
- Client description:
- Server name: magicDamage (field_82730_x)
- Server description: Whether the damage is magic based.
- ----
- Client name: logMessageAndSave (func_73666_a)
- 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.
- Server name: generateNewProperties (func_73666_a)
- Server description: Generates a new properties file.
- ----
- Client name: connectionComplete (field_72539_c)
- Client description:
- Server name: finishedProcessing (field_72539_c)
- Server description: Returns if the login handler is finished and can be removed. It is set to true on either error or successful login.
- ----
- Client name: tickables (field_71322_p)
- Client description: Collection of objects to update every tick. Type: List<IUpdatePlayerListBox>
- Server name: playersOnline (field_71322_p)
- Server description: List of names of players who are online.
- ----
- Client name: playersInChunk (field_73263_b)
- Client description:
- Server name: players (field_73263_b)
- Server description: the list of all players in this instance (chunk)
- ----
- Client name: tryStartWachingThis (func_73117_b)
- Client description: if the player is more than the distance threshold (typically 64) then the player is removed instead
- Server name: updatePlayerEntity (func_73117_b)
- Server description:
- ----
- Client name: posX (field_73147_p)
- Client description:
- Server name: lastTrackedEntityPosX (field_73147_p)
- Server description:
- ----
- Client name: chatBuffer (field_70009_b)
- Client description:
- Server name: buffer (field_70009_b)
- Server description: RCon string buffer for log
- ----
- Client name: abs_int (func_76130_a)
- Client description:
- Server name: abs (func_76130_a)
- Server description: Returns the unsigned value of an int.
- ----
- Client name: sendToAllNear (func_72393_a)
- 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)
- Server name: sendPacketToPlayersAroundPoint (func_72393_a)
- Server description: sends a packet to players within d3 of point (x,y,z)
- ----
- Client name: getDamageVsEntity (func_78000_c)
- Client description: Damage versus entities.
- Server name: getDamageVsEntity (func_78000_c)
- Server description: Returns the damage against a given entity.
- ----
- Client name: worldType (field_77133_f)
- Client description: 'default' or 'flat'
- Server name: worldType (field_77133_f)
- Server description:
- ----
- Client name: removeEntityFromAllTrackingPlayers (func_72790_b)
- Client description:
- Server name: untrackEntity (func_72790_b)
- Server description:
- ----
- Client name: addPlayerToChunkWatchingList (func_73255_a)
- Client description: called for all chunks within the visible radius of the player
- Server name: addPlayer (func_73255_a)
- Server description: adds this player to the playerInstance
- ----
- Client name: loggerLogManager (field_73700_a)
- Client description: Log manager of Minecraft.
- Server name: logger (field_73700_a)
- Server description: Reference to the logger.
- ----
- Client name: sendPacketToAllTrackingPlayers (func_73120_a)
- Client description: if this is a player, then it is not informed
- Server name: sendPacketToTrackedPlayers (func_73120_a)
- Server description:
- ----
- Client name: packetSize (func_74426_e)
- Client description: returns 0 for memoryConnections
- Server name: getNumChunkDataPackets (func_74426_e)
- Server description: Returns the number of chunk data packets waiting to be sent.
- ----
- Client name: loadChunkOnProvideRequest (field_73250_a)
- Client description: if this is false, the defaultEmptyChunk will be returned by the provider
- Server name: chunkLoadOverride (field_73250_a)
- 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
- ----
- Client name: getXSize (func_78883_b)
- Client description: Returns width of a bounding box
- Server name: getXSize (func_78883_b)
- Server description: Get dimension of the bounding box in the x direction.
- ----
- Client name: simpleDateFormatLogFormatter (field_74268_a)
- Client description: Date Formatter of Log/Console.
- Server name: dateFormat (field_74268_a)
- Server description: The date format to use in the console log.
- ----
- 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: initialInvulnerability (field_71145_cl)
- Client description: de-increments onUpdate, attackEntityFrom is ignored if this >0
- Server name: ticksOfInvuln (field_71145_cl)
- Server description: how many ticks of invulnerability(spawn protection) this player has
- ----
- Client name: sendPacketToAllAssociatedPlayers (func_72789_b)
- Client description: sends to the entity if the entity is a player
- Server name: sendPacketToTrackedPlayersAndTrackedEntity (func_72789_b)
- Server description:
- ----
- Client name: saveWorldInfo (func_75761_a)
- Client description: Saves the passed in world info.
- Server name: saveWorldInfo (func_75761_a)
- Server description: used to update level.dat from old format to MCRegion format
- ----
- Client name: sendPlayerInfoToAllPlayers (func_72374_b)
- Client description: sends 1 player per tick, but only sends a player once every 600 ticks
- Server name: onTick (func_72374_b)
- Server description: self explanitory
- ----
- Client name: enqueueRelightChecks (func_76594_o)
- 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
- Server name: enqueueRelightChecks (func_76594_o)
- 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.
- ----
- Client name: locationOfBlockChange (field_73261_d)
- Client description:
- Server name: blocksToUpdate (field_73261_d)
- Server description: array of blocks to update this tick
- ----
- Client name: applyIngredient (func_77913_a)
- Client description: Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
- Server name: applyIngredient (func_77913_a)
- Server description: Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
- ----
- Client name: posZ (field_73145_r)
- Client description:
- Server name: lastTrackedEntityPosZ (field_73145_r)
- Server description:
- ----
- Client name: isOldMapFormat (func_75801_b)
- Client description: Checks if the save directory uses the old map format
- Server name: isOldMapFormat (func_75801_b)
- Server description: gets if the map is old chunk saving (true) or McRegion (false)
- ----
- Client name: gameType (field_71337_q)
- Client description:
- Server name: theGameType (field_71337_q)
- Server description: The Game Type.
- ----
- Client name: closeScreen (func_71053_j)
- Client description: sets current screen to null (used on escape buttons of GUIs)
- Server name: closeScreen (func_71053_j)
- Server description: set current crafting inventory back to the 2x2 square
- ----
- Client name: setWatched (func_75671_a)
- Client description:
- Server name: setWatching (func_75671_a)
- Server description:
- ----
- Client name: getVerifyToken (func_73302_b)
- Client description: Return verifyToken
- Server name: getVerifyToken (func_73302_b)
- Server description: Return verifyToken, decrypting it with the server's RSA private key
- ----
- Client name: chunkWatcherWithPlayers (field_72697_d)
- 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
- Server name: playerInstancesToUpdate (field_72697_d)
- Server description: the playerInstances(chunks) that need to be updated
- ----
- Client name: getOrCreateChunkWatcher (func_72690_a)
- Client description:
- Server name: getPlayerInstance (func_72690_a)
- 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
- ----
- 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
- ----
- Client name: running (field_72619_a)
- Client description: True if the Thread is running, false otherwise
- Server name: running (field_72619_a)
- Server description: True i
- ----
- Client name: setPositionAndUpdate (func_70634_a)
- Client description: Move the entity to the coordinates informed, but keep yaw/pitch values.
- Server name: setPositionAndUpdate (func_70634_a)
- Server description: Sets the position of the entity and updates the 'last' variables
- ----
- Client name: setRepairCost (func_82841_c)
- Client description: Set this stack's repair cost.
- Server name: setRepairCost (func_82841_c)
- Server description: Set this stack's repair cost, or 0 if no repair cost is defined.
- ----
- Client name: currentFlightTarget (field_82237_a)
- 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
- Server name: spawnPosition (field_82237_a)
- Server description: Coordinates of where the bat spawned.
- ----
- Client name: lastScaledYPosition (field_73129_e)
- Client description:
- Server name: encodedPosY (field_73129_e)
- Server description: The encoded entity Y position.
- ----
- Client name: getSeed (func_77160_d)
- Client description: Returns the seed for the world.
- Server name: getSeed (func_77160_d)
- Server description: Get the seed of the map.
- ----
- Client name: playerInstances (field_72700_c)
- Client description: A map of chunk position (two ints concatenated into a long) to PlayerInstance
- Server name: playerInstances (field_72700_c)
- Server description: the hash of all playerInstances created
- ----
- Client name: isVecInside (func_78890_b)
- Client description: Returns true if block is inside bounding box
- Server name: isVecInside (func_78890_b)
- Server description: Discover if a coordinate is inside the bounding box volume.
- ----
- Client name: countSetFlags (func_77907_h)
- Client description: Count the number of bits in an integer set to ON.
- Server name: countSetFlags (func_77907_h)
- Server description: Returns the number of 1 bits in the given integer.
- ----
- Client name: ticksForFloatKick (field_72572_g)
- Client description: player is kicked if they float for over 80 ticks without flying enabled
- Server name: playerInAirTime (field_72572_g)
- Server description: holds the amount of tick the player is floating
- ----
- Client name: blacksmithSellingList (field_70960_bC)
- Client description: Selling list of Blacksmith items. negative numbers mean 1 emerald for n items, positive numbers are n emeralds for 1 item
- Server name: blacksmithSellingList (field_70960_bC)
- Server description: Selling list of Blacksmith items.
- ----
- 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: addExperience (func_71023_q)
- Client description: This method increases the player's current amount of experience.
- Server name: addExperience (func_71023_q)
- Server description: Add experience points to player.
- ----
- Client name: getCurrentItemOrArmor (func_71124_b)
- Client description: 0 = item, 1-n is armor
- Server name: getEquipmentInSlot (func_71124_b)
- Server description: 0: Tool in Hand; 1-4: Armor
- ----
- Client name: getEntityToAttack (func_70777_m)
- Client description: Returns current entities target
- Server name: getEntityToAttack (func_70777_m)
- Server description: returns the target Entity
- ----
- Client name: weightClass (field_78828_a)
- Client description: The class of the StructureComponent to which this weight corresponds.
- Server name: theClass (field_78828_a)
- Server description:
- ----
- Client name: checkFlag (func_77914_a)
- Client description: Is the bit given set to 1?
- Server name: checkFlag (func_77914_a)
- Server description: Checks if the bit at 1 << j is on in i.
- ----
- Client name: sendToAllPlayersWatchingChunk (func_73256_a)
- Client description:
- Server name: sendPacketToPlayersInInstance (func_73256_a)
- Server description: sends the packet to all players in the current instance
- ----
- Client name: removeFromWatchingList (func_73118_a)
- Client description:
- Server name: removeFromTrackedPlayers (func_73118_a)
- Server description:
- ----
- Client name: isSlotInInventory (func_75217_a)
- Client description: returns true if this slot is in par2 of par1
- Server name: isHere (func_75217_a)
- Server description: returns true if the slot exists in the given inventory and location
- ----
- Client name: closeInventory (func_71128_l)
- Client description:
- Server name: closeCraftingGui (func_71128_l)
- Server description: close the current crafting gui
- ----
- Client name: lookupEntry (func_76045_c)
- Client description: Returns the key/object mapping for a given key as a MCHashEntry
- Server name: lookupEntry (func_76045_c)
- Server description: Returns the internal entry for a key
- ----
- 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: isBlockNormalCube (func_72809_s)
- Client description: Indicate if a material is a normal solid opaque cube.
- Server name: isBlockNormalCube (func_72809_s)
- Server description: Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
- ----
- Client name: sendTileToAllPlayersWatchingChunk (func_73257_a)
- Client description:
- Server name: updateTileEntity (func_73257_a)
- Server description: sends players update packet about the given entity
- ----
- Client name: unloadChunksIfNotNearSpawn (func_73241_b)
- 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
- Server name: dropChunk (func_73241_b)
- Server description:
- ----
- Client name: trackedEntityIDs (field_72794_c)
- Client description:
- Server name: trackedEntityHashTable (field_72794_c)
- Server description: Used for identity lookup of tracked entities.
- ----
- Client name: sendThisChunkToPlayer (func_73252_b)
- Client description:
- Server name: removePlayer (func_73252_b)
- Server description: remove player from this instance
- ----
- Client name: trackedEntities (field_72793_b)
- Client description:
- Server name: trackedEntitySet (field_72793_b)
- Server description: List of tracked entities, used for iteration operations on tracked entities.
- ----
- Client name: getSocketAddress (func_74430_c)
- Client description: Return the InetSocketAddress of the remote endpoint
- Server name: getRemoteAddress (func_74430_c)
- Server description: Returns the socket address of the remote side. Server-only.
- ----
- 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: hasPath (func_70781_l)
- Client description: Returns true if entity has a path to follow
- Server name: hasPath (func_70781_l)
- Server description: if the entity got a PathEntity it returns true, else false
- ----
- Client name: setRotation (func_70101_b)
- Client description: Sets the rotation of the entity
- Server name: setRotation (func_70101_b)
- Server description: Sets the rotation of the entity. Args: yaw, pitch (both in degrees)
- ----
- Client name: travelToDimension (func_71027_c)
- Client description: Teleports the entity to another dimension. Params: Dimension number to teleport to
- Server name: travelToTheEnd (func_71027_c)
- Server description:
- ----
- Client name: playerInventoryBeingManipulated (field_71137_h)
- 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
- Server name: isChangingQuantityOnly (field_71137_h)
- 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
- ----
- Client name: flagChunkForUpdate (func_72687_a)
- Client description: the "PlayerInstance"/ chunkWatcher will send this chunk to all players who are in line of sight
- Server name: markBlockNeedsUpdate (func_72687_a)
- Server description:
- ----
- Client name: addCraftingToCrafters (func_75132_a)
- Client description:
- Server name: onCraftGuiOpened (func_75132_a)
- Server description:
- ----
- Client name: sendChunkUpdate (func_73254_a)
- Client description:
- Server name: onUpdate (func_73254_a)
- Server description:
- ----
- Client name: packetSize (func_72568_e)
- Client description: returns 0 for memoryMapped connections
- Server name: getNumChunkDataPackets (func_72568_e)
- Server description: return the number of chuckDataPackets from the netManager
- ----
- Client name: readNBT (func_75112_a)
- Client description: Reads food stats from an NBT object.
- Server name: readNBT (func_75112_a)
- Server description: Reads the food data for the player.
- ----
- Client name: displayProgressMessage (func_73720_a)
- Client description: "Saving level", or the loading,or downloading equivelent
- Server name: displaySavingString (func_73720_a)
- Server description: Shows the 'Saving level' string.
- ----
- Client name: setPathToEntity (func_70778_a)
- Client description: sets the Entities walk path in EntityCreature
- Server name: setPathToEntity (func_70778_a)
- Server description: sets the pathToEntity
- ----
- Client name: sendTileEntityToPlayer (func_71119_a)
- Client description: called from onUpdate for all tileEntity in specific chunks
- Server name: getTileEntityInfo (func_71119_a)
- Server description: gets description packets from all TileEntity's that override func_20070
- ----
- Client name: scheduleBlockUpdate (func_72836_a)
- Client description: Schedules a tick to a block with a delay (Most commonly the tick rate)
- Server name: scheduleBlockUpdate (func_72836_a)
- Server description: Used to schedule a call to the updateTick method on the specified block.
- ----
- Client name: respawnPlayer (func_72368_a)
- 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
- Server name: recreatePlayerEntity (func_72368_a)
- Server description: Called on respawn
- ----
- Client name: properties (field_73672_b)
- Client description:
- Server name: serverProperties (field_73672_b)
- Server description: The server properties object.
- ----
- Client name: sendPacketToAllAssociatedPlayers (func_73116_b)
- Client description: if this is a player, then it recieves the message also
- Server name: sendPacketToTrackedPlayersAndTrackedEntity (func_73116_b)
- Server description:
- ----
- Client name: addEntityToTracker (func_72785_a)
- Client description:
- Server name: trackEntity (func_72785_a)
- Server description:
- ----
- Client name: raiseErrorAndDisconnect (func_72527_a)
- Client description:
- Server name: kickUser (func_72527_a)
- Server description: Disconnects the user with the given reason.
- ----
- Client name: safeLoadChunk (func_73239_e)
- Client description: used by loadChunk, but catches any exceptions if the load fails.
- Server name: loadChunkFromFile (func_73239_e)
- Server description:
- ----
- Client name: getSeed (func_72905_C)
- Client description: Retrieve the world seed from level.dat
- Server name: getSeed (func_72905_C)
- Server description: gets the random world seed
- ----
- Client name: consoleBuffer (field_70010_a)
- Client description: only ever used by MinecraftServer.executeCommand
- Server name: instance (field_70010_a)
- Server description: Single instance of RConConsoleSource
- ----
- Client name: sendEventsToPlayers (func_73125_b)
- Client description:
- Server name: updatePlayerEntities (func_73125_b)
- Server description:
- ----
- Client name: whiteStone (field_72082_bJ)
- Client description: The rock found in The End.
- Server name: whiteStone (field_72082_bJ)
- Server description:
- ----
- Client name: currentChunkLoader (field_73247_e)
- Client description:
- Server name: chunkLoader (field_73247_e)
- Server description:
- ----
- Client name: setAllowedSpawnTypes (func_72891_a)
- Client description: Set which types of mobs are allowed to spawn (peaceful vs hostile).
- Server name: setAllowedSpawnTypes (func_72891_a)
- Server description: first boolean for hostile mobs and second for peaceful mobs
- ----
- Client name: addEntityToTracker (func_72791_a)
- Client description:
- Server name: trackEntity (func_72791_a)
- Server description:
- ----
- Client name: getZSize (func_78880_d)
- Client description: Returns length of a bounding box
- Server name: getZSize (func_78880_d)
- Server description: Get dimension of the bounding box in the z direction.
- ----
- Client name: getBlockBoundsMinX (func_83009_v)
- Client description: returns the block bounderies minX value
- Server name: getMinX (func_83009_v)
- Server description:
- ----
- 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: backgroundImageName (field_78043_p)
- Client description: Texture to use.
- Server name: theTexture (field_78043_p)
- Server description: Texture to use.
- ----
- Client name: lastHealth (field_71149_ch)
- Client description: set to getHealth
- Server name: lastHealth (field_71149_ch)
- Server description: amount of health the client was last set to
- ----
- Client name: createMapDataPacket (func_77871_c)
- Client description: returns null if no update is to be sent
- Server name: getUpdatePacket (func_77871_c)
- Server description:
- ----
- Client name: resetProgresAndWorkingMessage (func_73719_c)
- Client description: This is called with "Working..." by resetProgressAndMessage
- Server name: displayLoadingString (func_73719_c)
- Server description: Displays a string on the loading screen supposed to indicate what is being done currently.
- ----
- Client name: connectionTimer (field_72535_g)
- Client description:
- Server name: loginTimer (field_72535_g)
- Server description: While waiting to login, if this field ++'s to 600 it will kick you.
- ----
- Client name: myEntity (field_73132_a)
- Client description:
- Server name: trackedEntity (field_73132_a)
- Server description: The entity that this EntityTrackerEntry tracks.
- ----
- Client name: posY (field_73146_q)
- Client description:
- Server name: lastTrackedEntityPosY (field_73146_q)
- 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: networkTick (func_71747_b)
- Client description: processes packets and pending connections
- Server name: handleNetworkListenThread (func_71747_b)
- Server description: Handles all incoming connections and packets
- ----
- 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: toggleRain (func_72913_w)
- Client description:
- Server name: commandToggleDownfall (func_72913_w)
- Server description: start precipitation in this world (2 ticks after command posted)
- ----
- Client name: createNewKeyPair (func_75891_b)
- Client description:
- Server name: generateKeyPair (func_75891_b)
- Server description: Generates RSA KeyPair
- ----
- Client name: sleepInBedAt (func_71018_a)
- Client description: Attempts to have the player sleep in a bed at the specified location.
- Server name: sleepInBedAt (func_71018_a)
- Server description: puts player to sleep on specified bed if possible
- ----
- Client name: getWorldServer (func_72688_a)
- Client description:
- Server name: getMinecraftServer (func_72688_a)
- Server description: Returns the MinecraftServer associated with the PlayerManager.
- ----
- Client name: spawnEntityInWorld (func_72838_d)
- Client description: Called to place all entities as part of a world
- Server name: spawnEntityInWorld (func_72838_d)
- Server description: Called when an entity is spawned in the world. This includes players.
- ----
- Client name: containsItem (func_76037_b)
- Client description: Return true if an object is associated with the given key
- Server name: containsItem (func_76037_b)
- Server description: Returns true if this hash table contains the specified item.
- ----
- Client name: unexpectedPacket (func_72509_a)
- Client description: Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
- Server name: unexpectedPacket (func_72509_a)
- Server description: Default handler called for packets that don't have their own handlers in NetServerHandler; kicks player from the server.
- ----
- Client name: sendPacketToAllPlayersTrackingEntity (func_72784_a)
- Client description: does not send the packet to the entity if the entity is a player
- Server name: sendPacketToTrackedPlayers (func_72784_a)
- Server description:
- ----
- Client name: getPacketForThisEntity (func_73124_b)
- Client description:
- Server name: getSpawnPacket (func_73124_b)
- Server description:
- ----
- Client name: lastYaw (field_73127_g)
- Client description:
- Server name: encodedRotationYaw (field_73127_g)
- Server description: The encoded entity yaw rotation.
- ----
- Client name: flagChunkForUpdate (func_73259_a)
- Client description:
- Server name: markBlockNeedsUpdate (func_73259_a)
- Server description: mark the block as changed so that it will update clients who need to know about it
- ----
- Client name: loadedChunkHashMap (field_73244_f)
- Client description:
- Server name: id2ChunkMap (field_73244_f)
- Server description: map of chunk Id's to Chunk instances
- ----
- Client name: canNotSave (field_73058_d)
- Client description: set by CommandServerSave{all,Off,On}
- Server name: levelSaving (field_73058_d)
- Server description: Whether or not level saving is enabled
- ----
- Client name: networkTick (func_72570_d)
- Client description: run once each game tick
- Server name: handlePackets (func_72570_d)
- Server description: handle all the packets for the connection
- ----
- Client name: addEntityToTracker (func_72786_a)
- 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
- Server name: trackEntity (func_72786_a)
- Server description:
- ----
- Client name: partiallyDestroyedBlockZ (field_73099_h)
- Client description:
- Server name: curBlockZ (field_73099_h)
- Server description:
- ----
- Client name: motionX (field_73137_j)
- Client description:
- Server name: lastTrackedEntityMotionX (field_73137_j)
- Server description:
- ----
- Client name: getPotionResult (func_70352_b)
- Client description: The result of brewing a potion of the specified damage value with an ingredient itemstack.
- Server name: getPotionResult (func_70352_b)
- Server description: Returns the new potion damage value after the specified item is applied as an ingredient to the specified potion.
- ----
- Client name: blocksDistanceThreshold (field_73130_b)
- Client description:
- Server name: trackingDistanceThreshold (field_73130_b)
- Server description:
- ----
- Client name: motionY (field_73138_k)
- Client description:
- Server name: lastTrackedEntityMotionY (field_73138_k)
- Server description:
- ----
- Client name: getSaveDirectory (func_75765_b)
- Client description: gets the File object corresponding to the base directory of this save (saves/404 for a save called 404 etc)
- Server name: getWorldDirectory (func_75765_b)
- Server description: Gets the File object corresponding to the base directory of this world.
- ----
- Client name: kickPlayerFromServer (func_72565_c)
- Client description:
- Server name: kickPlayer (func_72565_c)
- Server description: Kick the offending player and give a reason why
- ----
- Client name: villagerStockList (field_70958_bB)
- Client description: a villagers recipe list is intialized off this list ; the 2 params are min/max amount they will trade for 1 emerald
- Server name: villagersSellingList (field_70958_bB)
- Server description: Selling list of Villagers items.
- ----
- Client name: randomGenerator (field_72583_k)
- Client description:
- Server name: rndmObj (field_72583_k)
- Server description: The Java Random object.
- ----
- Client name: hasChanges (func_75684_a)
- Client description:
- Server name: hasObjectChanged (func_75684_a)
- Server description: true if one or more object was changed
- ----
- Client name: incrementWindowID (func_71117_bO)
- Client description:
- Server name: getNextWindowId (func_71117_bO)
- Server description: get the next window id to use
- ----
- Client name: chunkLocation (field_73264_c)
- Client description: note: this is final
- Server name: currentChunk (field_73264_c)
- Server description: the chunk the player currently resides in
- ----
- Client name: playAuxSFX (func_72926_e)
- Client description: See description for func_72706_a.
- Server name: playAuxSFX (func_72926_e)
- 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
- ----
- Client name: partiallyDestroyedBlockX (field_73086_f)
- Client description:
- Server name: curBlockX (field_73086_f)
- Server description:
- ----
- 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: getWorldInfo (func_72912_H)
- Client description: Gets the World's WorldInfo instance
- Server name: getWorldInfo (func_72912_H)
- Server description: Returns the world's WorldInfo object
- ----
- Client name: addSlotToContainer (func_75146_a)
- Client description: the slot is assumed empty
- Server name: addSlotToContainer (func_75146_a)
- Server description: Adds an item slot to this container
- ----
- Client name: getFullBlockLightValue (func_72883_k)
- Client description: Does the same as getBlockLightValue_do but without checking if its not a normal block
- Server name: getFullBlockLightValue (func_72883_k)
- Server description: gets the block's light value - without the _do function's checks.
- ----
- Client name: updateFlyingState (func_71122_b)
- Client description: likeUpdateFallState, but called from updateFlyingState, rather than moveEntity
- Server name: handleFalling (func_71122_b)
- Server description: process player falling based on movement packet
- ----
- 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: removePlayerFromTracker (func_73123_c)
- Client description:
- Server name: removeTrackedPlayerSymmetric (func_73123_c)
- Server description: Remove a tracked player from our list and tell the tracked player to destroy us from their world.
- ----
- Client name: writeNBT (func_75117_b)
- Client description: Writes food stats to an NBT object.
- Server name: writeNBT (func_75117_b)
- Server description: Writes the food data for the player.
- ----
- Client name: requestId (field_72596_d)
- Client description: A client-provided request ID associated with this query
- Server name: requestID (field_72596_d)
- Server description: A client-provided request ID associated with this query
- ----
- Client name: itemInteractionForEntity (func_77646_a)
- Client description: dye sheep, place saddles, etc ...
- Server name: useItemOnEntity (func_77646_a)
- Server description: Called when a player right clicks a entity with a item.
- ----
- Client name: sendContainerAndContentsToPlayer (func_71110_a)
- Client description:
- Server name: updateCraftingInventory (func_71110_a)
- Server description: update the crafting window inventory with the items in the list
- ----
- Client name: getYSize (func_78882_c)
- Client description: Returns height of a bounding box
- Server name: getYSize (func_78882_c)
- Server description: Get dimension of the bounding box in the y direction.
- ----
- Client name: lastScaledZPosition (field_73126_f)
- Client description:
- Server name: encodedPosZ (field_73126_f)
- Server description: The encoded entity Z position.
- ----
- Client name: randomChallenge (field_72599_c)
- Client description: A random challenge
- Server name: randomChallenge (field_72599_c)
- Server description: A random integer value to be used for client response authentication
- ----
- 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: getPlayerCoordinates (func_82114_b)
- Client description: Return the coordinates for this player as ChunkCoordinates.
- Server name: getCommandSenderPosition (func_82114_b)
- Server description: Return the position for this command sender.
- ----
- Client name: getSaveHandler (func_75756_e)
- Client description: returns null if no saveHandler is relevent (eg. SMP)
- Server name: getPlayerNBTManager (func_75756_e)
- 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: safeSaveChunk (func_73242_b)
- Client description: used by saveChunks, but catches any exceptions if the save fails.
- Server name: saveChunkData (func_73242_b)
- Server description:
- ----
- Client name: executeCommand (func_71252_i)
- Client description:
- Server name: handleRConCommand (func_71252_i)
- Server description: Handle a command received by an RCon instance
- ----
- Client name: getVerticalOffset (func_75855_a)
- 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)
- Server name: getVerticalOffset (func_75855_a)
- Server description: Given an x y z, returns a vertical offset needed to search to find a block to stand on
- ----
- Client name: removeAllTrackingPlayers (func_72787_a)
- Client description:
- Server name: removeTrackedPlayerSymmetric (func_72787_a)
- Server description:
- ----
- Client name: getPlayerForUsername (func_72361_f)
- Client description:
- Server name: getPlayerEntity (func_72361_f)
- Server description: gets the player entity for the player with the name specified
- ----
- Client name: lastPitch (field_73139_h)
- Client description:
- Server name: encodedRotationPitch (field_73139_h)
- Server description: The encoded entity pitch rotation.
- ----
- Client name: isPlayerNotUsingContainer (func_75129_b)
- Client description: NotUsing because adding a player twice is an error
- Server name: getCanCraft (func_75129_b)
- Server description: gets whether or not the player can craft in this inventory or not
- ----
- Client name: markTileEntityForDespawn (func_72928_a)
- Client description: adds tile entity to despawn list (renamed from markEntityForDespawn)
- Server name: markTileEntityForDespawn (func_72928_a)
- Server description: Adds TileEntity to despawn list
- ----
- Client name: unloadEntities (func_72828_b)
- Client description: Adds a list of entities to be unloaded on the next pass of World.updateEntities()
- Server name: unloadEntities (func_72828_b)
- Server description: adds entities to the list of unloaded entities
- ----
- Client name: getServerMOTD (func_71274_v)
- Client description: minecraftServer.getMOTD is used in 2 places instead (it is a non-virtual function which returns the same thing)
- Server name: getMotd (func_71274_v)
- Server description: Returns the server message of the day
- ----
- Client name: clearRegionFileReferences (func_76551_a)
- Client description: Saves the current Chunk Map Cache
- Server name: clearRegionFileReferences (func_76551_a)
- Server description: clears region file references
- ----
- Client name: worldName (field_72632_l)
- Client description: The name of the currently loaded world
- Server name: worldName (field_72632_l)
- Server description: The name of the currently lo
- ----
- Client name: myManager (field_73265_a)
- Client description:
- Server name: playerManager (field_73265_a)
- Server description:
- ----
- Client name: getChatBuffer (func_70008_c)
- Client description:
- Server name: getLogContents (func_70008_c)
- Server description: Gets the contents of the RCon log
- ----
- Client name: getLastActiveItems (func_70035_c)
- Client description:
- Server name: getInventory (func_70035_c)
- Server description: returns the inventory of this entity (only used in EntityPlayerMP it seems)
- ----
- Client name: partiallyDestroyedBlockY (field_73087_g)
- Client description:
- Server name: curBlockY (field_73087_g)
- Server description:
- ----
- Client name: isWatched (func_75670_d)
- Client description:
- Server name: getWatching (func_75670_d)
- Server description:
- ----
- Client name: chunksToUnload (field_73248_b)
- Client description: used by unload100OldestChunks to iterate the loadedChunkHashMap for unload (underlying assumption, first in, first out)
- Server name: droppedChunksSet (field_73248_b)
- Server description:
- ----
- Client name: uncheckedTryHarvestBlock (func_73082_a)
- Client description:
- Server name: blockRemoving (func_73082_a)
- Server description:
- ----
- 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: associatedFile (field_73673_c)
- Client description:
- Server name: serverPropertiesFile (field_73673_c)
- Server description: The server properties file.
- ----
- 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: transferStackInSlot (func_82846_b)
- Client description: Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
- Server name: transferStackInSlot (func_82846_b)
- Server description: Take a stack from the specified inventory slot.
- ----
- Client name: lastScaledXPosition (field_73128_d)
- Client description:
- Server name: encodedPosX (field_73128_d)
- Server description: The encoded entity X position.
- ----
- Client name: sendLocationToAllClients (func_73122_a)
- Client description: also sends velocity, rotation, and riding info.
- Server name: updatePlayerList (func_73122_a)
- Server description:
- ----
- Client name: defaultEmptyChunk (field_73249_c)
- Client description:
- Server name: dummyChunk (field_73249_c)
- Server description: a dummy chunk, returned in place of an actual chunk.
- ----
- Client name: currentChunkProvider (field_73246_d)
- Client description:
- Server name: serverChunkGenerator (field_73246_d)
- Server description: chunk generator object. Calls to load nonexistent chunks are forwarded to this object.
- ----
- 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: getProperty (func_73671_a)
- Client description: Gets a property. If it does not exist, set it to the specified value.
- Server name: getStringProperty (func_73671_a)
- Server description: Returns a string property. If the property doesn't exist the default is returned.
- ----
- Client name: motionZ (field_73135_l)
- Client description:
- Server name: lastTrackedEntityMotionZ (field_73135_l)
- Server description:
- ----
- Client name: safeSaveExtraChunkData (func_73243_a)
- Client description: used by saveChunks, but catches any exceptions if the save fails.
- Server name: saveChunkExtraData (func_73243_a)
- Server description:
- ----
- Client name: getChunkProvider (func_72863_F)
- Client description: gets the IChunkProvider this world uses.
- Server name: getChunkProvider (func_72863_F)
- Server description: gets the world's chunk provider
- ----
- Client name: getChunkLoader (func_75763_a)
- Client description: Returns the chunk loader with the provided world provider
- Server name: getChunkLoader (func_75763_a)
- Server description: initializes and returns the chunk loader for the specified world provider
Advertisement
Add Comment
Please, Sign In to add comment