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: railChunkPosition (field_94513_g)
- Client description: The chunk position the rail is at.
- Server name: connectedTracks (field_94513_g)
- Server description: The positions of connected rails
- ----
- 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: isDataInitialized (field_73144_s)
- Client description: set to true on first sendLocationToClients
- Server name: firstUpdateDone (field_73144_s)
- Server description:
- ----
- Client name: informAllAssociatedPlayersOfItemDestruction (func_73119_a)
- Client description:
- Server name: sendDestroyEntityPacketToTrackedPlayers (func_73119_a)
- Server description:
- ----
- Client name: removeFromWatchingList (func_73118_a)
- Client description:
- Server name: removeFromTrackedPlayers (func_73118_a)
- Server description:
- ----
- Client name: containsTranslateKey (func_94520_b)
- Client description:
- Server name: isKeyTranslated (func_94520_b)
- Server description: Returns true if the passed key is in the translation table.
- ----
- 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: biomeToUse (field_76947_d)
- Client description: this is the sole biome to utilize for this world
- Server name: biomeGenerator (field_76947_d)
- Server description: The biome generator object.
- ----
- Client name: minimumValue (field_111120_a)
- Client description:
- Server name: defaultValue (field_111120_a)
- Server description:
- ----
- 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: ticks (field_73136_m)
- Client description:
- Server name: updateCounter (field_73136_m)
- Server description:
- ----
- 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: 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: saveChunkData (func_104140_m)
- Client description: saves chunk data - currently only called during execution of the Save All command
- Server name: func_104140_m (func_104140_m)
- Server description:
- ----
- Client name: posX (field_73147_p)
- Client description:
- Server name: lastTrackedEntityPosX (field_73147_p)
- Server description:
- ----
- 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: 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: removeEntityFromAllTrackingPlayers (func_72790_b)
- Client description:
- Server name: untrackEntity (func_72790_b)
- Server description:
- ----
- Client name: isEmpty (field_72814_d)
- Client description: True if the chunk cache is empty.
- Server name: hasExtendedLevels (field_72814_d)
- Server description: set by !chunk.getAreLevelsEmpty
- ----
- 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: 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: 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: 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: 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: locationOfBlockChange (field_73261_d)
- Client description:
- Server name: blocksToUpdate (field_73261_d)
- Server description: array of blocks to update this tick
- ----
- Client name: posZ (field_73145_r)
- Client description:
- Server name: lastTrackedEntityPosZ (field_73145_r)
- Server description:
- ----
- Client name: prevTentacleAngle (field_70865_by)
- Client description: the last calculated angle of the tentacles in radians
- Server name: lastTentacleAngle (field_70865_by)
- Server description: the last calculated angle of the tentacles in radians
- ----
- 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: 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: 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: saveExtraData (func_104112_b)
- Client description: Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unimplemented.
- Server name: func_104112_b (func_104112_b)
- Server description:
- ----
- 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: 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: isColor (func_96302_c)
- Client description: Checks if typo is a color.
- Server name: Checks (func_96302_c)
- Server description: if typo is a color.
- ----
- Client name: rayTraceBlocks_do_do (func_72831_a)
- Client description:
- Server name: rayTraceBlocks (func_72831_a)
- Server description:
- ----
- 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: 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: tickRate (field_75779_e)
- Client description:
- Server name: field_75779_e (field_75779_e)
- Server description:
- ----
- 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: theEntity (field_85155_a)
- Client description:
- Server name: field_85155_a (field_85155_a)
- Server description:
- ----
- 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: 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: 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: 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: 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: rotateRight (field_71577_f)
- Client description: Maps a direction to that to the right of it.
- Server name: enderEyeMetaToDirection (field_71577_f)
- Server description:
- ----
- Client name: getVanillaDimension (func_76076_i)
- Client description: Returns vanilla MC dimension (-1,0,1). For custom dimension compatibility, always prefer WorldProvider.dimensionID accessed from World.provider.dimensionID
- Server name: getDimension (func_76076_i)
- Server description:
- ----
- 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: 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: logInfo (func_98233_a)
- Client description:
- Server name: logInfoMessage (func_98233_a)
- Server description: Logs plain text message.
- ----
- Client name: currentChunkLoader (field_73247_e)
- Client description:
- Server name: chunkLoader (field_73247_e)
- Server description:
- ----
- Client name: addEntityToTracker (func_72791_a)
- Client description:
- Server name: trackEntity (func_72791_a)
- Server description:
- ----
- Client name: logWarning (func_98236_b)
- Client description:
- Server name: logWarningPlain (func_98236_b)
- Server description: Logs text as warning.
- ----
- Client name: getBlockBoundsMinX (func_83009_v)
- Client description: returns the block bounderies minX value
- Server name: getMinX (func_83009_v)
- Server description: returns the block bounderies minX value
- ----
- Client name: backgroundImageName (field_78043_p)
- Client description: Texture to use.
- Server name: theTexture (field_78043_p)
- Server description: Texture to use.
- ----
- 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: setBlockMetadataWithNotify (func_72921_c)
- 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
- Server name: setBlockMetadata (func_72921_c)
- 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
- ----
- 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: 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: func_82594_a (func_82594_a)
- Client description:
- Server name: getObject (func_82594_a)
- Server description:
- ----
- 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: 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: minecartTnt (field_94582_cb)
- Client description:
- Server name: tntMinecart (field_94582_cb)
- Server description:
- ----
- 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: clip (func_72933_a)
- Client description: Performs a raycast against all blocks in the world except liquids.
- Server name: rayTraceBlocks (func_72933_a)
- Server description: ray traces all blocks, including non-collideable ones
- ----
- 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: 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: 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: 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: 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: partiallyDestroyedBlockX (field_73086_f)
- Client description:
- Server name: curBlockX (field_73086_f)
- Server description:
- ----
- Client name: posY (field_73146_q)
- Client description:
- Server name: lastTrackedEntityPosY (field_73146_q)
- Server description:
- ----
- Client name: rotateOpposite (field_71580_e)
- Client description: Maps a direction to that opposite of it.
- Server name: footInvisibleFaceRemap (field_71580_e)
- Server description:
- ----
- 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: tickCount (field_75778_d)
- Client description:
- Server name: field_75778_d (field_75778_d)
- Server description:
- ----
- 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: isInterruptible (func_75252_g)
- Client description: Determine if this AI Task is interruptible by a higher (= lower value) priority task.
- Server name: isContinuous (func_75252_g)
- Server description: Returns whether the task requires multiple updates or not
- ----
- 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: lastScaledZPosition (field_73126_f)
- Client description:
- Server name: encodedPosZ (field_73126_f)
- Server description: The encoded entity Z position.
- ----
- Client name: getPlayerCoordinates (func_82114_b)
- Client description: Return the position for this command sender.
- 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: dropContentsWhenDead (field_94112_b)
- 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.
- Server name: preventContentDropping (field_94112_b)
- Server description: Whether the minecart should not drop its content when flagged as dead.
- ----
- 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: defaultValue (field_111113_b)
- Client description:
- Server name: field_111113_b (field_111113_b)
- Server description:
- ----
- 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: getAccessibleSlotsFromSide (func_94128_d)
- Client description: Returns an array containing the indices of the slots that can be accessed by automation on the given side of this block.
- Server name: getSlotsForFace (func_94128_d)
- Server description: param side
- ----
- Client name: getServerMOTD (func_71274_v)
- Client description: Returns the server message of the day
- Server name: getMotd (func_71274_v)
- Server description: Returns the server message of the day
- ----
- 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: 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: associatedFile (field_73673_c)
- Client description:
- Server name: serverPropertiesFile (field_73673_c)
- Server description: The server properties file.
- ----
- Client name: clip (func_72901_a)
- Client description: Performs a raycast against all blocks in the world, and optionally liquids.
- Server name: rayTraceBlocks (func_72901_a)
- Server description:
- ----
- Client name: getSystemTimeMillis (func_130071_aq)
- Client description: returns the difference, measured in milliseconds, between the current system time and midnight, January 1, 1970 UTC.
- Server name: getCurrentTimeMillis (func_130071_aq)
- Server description:
- ----
- 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: 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: 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:
Advertisement
Add Comment
Please, Sign In to add comment