ForgePatch/forge/conf/methods.csv

4952 lines
419 KiB
Plaintext

searge,name,side,desc
func_1000_a,addEntity,0,Adds an entity to the chunk. Args: entity
func_1001_a,addTileEntity,0,Adds a TileEntity to a chunk
func_1002_d,getChunkBlockTileEntity,0,Gets the TileEntity for a given block in this chunk
func_1003_g,relightBlock,0,Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
func_1005_a,setChunkBlockTileEntity,0,Sets the TileEntity for a given block in this chunk
func_1006_f,setChunkModified,0,Sets the isModified flag for this Chunk
func_1007_c,canBlockSeeTheSky,0,Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
func_1008_a,getBlockID,0,Return the ID of a block in the chunk.
func_1009_b,setBlockMetadata,0,Set the metadata of a block in the chunk
func_1010_a,setBlockIDWithMetadata,0,"Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata"
func_1011_a,setLightValue,0,"Sets the light value at the coordinate. If enumskyblock is set to sky it sets it in the skylightmap and if its a block then into the blocklightmap. Args enumSkyBlock, x, y, z, lightValue"
func_1012_a,needsSaving,0,Returns true if this Chunk needs to be saved
func_1013_a,getEntitiesOfTypeWithinAAAB,0,"Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill"
func_1015_b,removeEntity,0,removes entity using its y chunk coordinate as its index
func_1016_a,removeEntityAtIndex,0,Removes entity at the specified index from the entity array.
func_1017_a,isAtLocation,0,Checks whether the chunk is at the X/Z location specified
func_1018_b,generateHeightMap,0,Generates the height map for a chunk from scratch
func_1019_c,getBlockLightValue,0,Gets the amount of light on a block taking into account sunlight
func_1020_f,checkSkylightNeighborHeight,0,Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
func_1021_b,getBlockMetadata,0,Return the metadata corresponding to the given coordinates inside a chunk.
func_1022_a,setBlockID,0,"Sets a blockID for a position in the chunk. Args: x, y, z, blockID"
func_1023_e,removeChunkBlockTileEntity,0,Removes the TileEntity for a given block in this chunk
func_1024_c,generateSkylightMap,0,Generates the initial skylight map for the chunk upon generation or load.
func_1025_a,getSavedLightValue,0,Gets the amount of light saved in this block (doesn't adjust for daylight)
func_1028_a,hasSpecialRenderer,0,"Returns true if this TileEntity instance has a TileEntitySpecialRenderer associated with it, false otherwise."
func_1030_a,renderTileEntity,0,Render this TileEntity at its current position from the player
func_1031_b,getSpecialRendererForEntity,0,"Returns the TileEntitySpecialRenderer used to render this TileEntity instance, or null if it has no special renderer"
func_1032_a,renderTileEntityAt,0,Render this TileEntity at a given set of coordinates
func_1033_a,sortBack,0,Sorts a point to the left
func_1034_a,addPoint,0,Adds a point to the path
func_1035_a,changeDistance,0,Changes the provided point's distance to target
func_1036_b,dequeue,0,Returns and removes the first point in the path
func_1037_b,sortForward,0,Sorts a point to the right
func_1038_a,clearPath,0,Clears the path
func_1039_c,isPathEmpty,0,Returns true if this path contains no points
func_1040_a,compareRecipes,0,
func_1041_b,saveOptions,0,Saves the options to the options file.
func_1042_a,setKeyBinding,0,Sets a key binding.
func_1043_a,getKeyBinding,0,Gets a key binding.
func_1045_b,setOptionValue,0,"For non-float options. Toggles the option on/off, or cycles through the list i.e. render distances."
func_1047_d,getOptionDisplayString,0,The string that appears inside the button/slider in the options menu.
func_1048_a,setOptionFloatValue,0,"If the specified option is controlled by a slider (float value), this will set the float value."
func_1050_a,parseFloat,0,Parses a string into a float.
func_1051_a,addRecipes,0,Adds the crafting recipes to the CraftingManager.
func_1052_b,removeObject,0,Removes the specified object from the map and returns it
func_1053_a,insert,0,Adds an object to a slot
func_1054_c,removeEntry,0,Removes the specified entry from the map and returns it
func_1055_e,computeHash,0,Makes the passed in integer suitable for hashing by a number of shifts
func_1056_d,getHash,0,Returns the hash code for a key
func_1057_a,lookup,0,Returns the object associated to a key
func_1058_a,clearMap,0,Removes all entries from the map
func_1059_a,copyTo,0,Copies the hash slots to a new array
func_1060_f,grow,0,Increases the number of hash slots
func_1061_a,addKey,0,Adds a key and associated value to this map
func_1062_a,getSlotIndex,0,Computes the index of the slot for the hash and slot count passed in.
func_1063_a,sortByDistanceToEntity,0,Sorts the two world renderers according to their distance to a given entity.
func_1065_b,refreshTextures,0,Call setupTexture on all currently-loaded textures again to account for changes in rendering options
func_1066_a,registerTextureFX,0,
func_1067_a,updateDynamicTextures,0,
func_1068_a,setupTexture,0,Copy the supplied image onto the specified OpenGL texture
func_1069_b,unwrapImageByColumns,0,Takes an image with multiple 16-pixel-wide columns and creates a new 16-pixel-wide image where the columns are stacked vertically
func_1070_a,getTexture,0,
func_1071_a,getTextureForDownloadableImage,0,"Takes a URL of a downloadable image and the name of the local image to be used as a fallback. If the image has been downloaded, returns the GL texture of the downloaded image, otherwise returns the GL texture of the fallback image."
func_1073_b,releaseImageData,0,"Decrements the reference count for a given URL, deleting the image data if the reference count hits 0"
func_1074_a,allocateAndSetupTexture,0,"Copy the supplied image onto a newly-allocated OpenGL texture, returning the allocated texture name"
func_1075_a,obtainImageData,0,"Return a ThreadDownloadImageData instance for the given URL. If it does not already exist, it is created and uses the passed ImageBuffer. If it does, its reference count is incremented."
func_1076_b,bindTexture,0,
func_1077_b,alphaBlend,0,"Uses the alpha of the two colors passed in to determine the contributions of each color. If either of them has an alpha greater than 0 then the returned alpha is 255 otherwise its zero if they are both zero. Args: color1, color2"
func_1078_a,deleteTexture,0,Deletes a single GL texture
func_1079_a,createEntityByName,0,Create a new instance of an entity in the world by using the entity name.
func_1080_a,addMapping,0,adds a mapping between Entity classes and both a string representation and an ID
func_1081_a,createEntityFromNBT,0,create a new instance of an entity from NBT store
func_1082_a,getEntityID,0,gets the entityID of a specific entity
func_1083_b,getEntityString,0,Gets the string representation of a specific entity.
func_1084_a,createEntityByID,0,Create a new instance of an entity in the world by using an entity ID.
func_1085_a,splitStack,0,Remove the argument from the stack size. Return a new stack object with argument size.
func_1086_a,writeToNBT,0,Write the stack fields to a NBT object. Return the new NBT object.
func_1088_b,getIconIndex,0,Returns the icon index of the current stack.
func_1089_c,getMaxStackSize,0,Returns maximum size of the stack.
func_1090_a,useItem,0,"Uses the item stack by the player. Gives the coordinates of the block its being used against and the side. Args: player, world, x, y, z, side"
func_1091_a,getItem,0,Returns the object corresponding to the stack.
func_1092_a,hitEntity,0,Calls the corresponding fct in di
func_1093_a,useItemRightClick,0,"Called whenever this item stack is equipped and right clicked. Returns the new item stack to put in the position where this item is. Args: world, player"
func_1094_d,getMaxDamage,0,Returns the max damage an item in the stack can take.
func_1095_a,getDamageVsEntity,0,Returns the damage against a given entity.
func_1096_b,readFromNBT,0,Read the stack fields from a NBT object.
func_1097_a,onItemDestroyedByUse,0,Called when a given item stack is about to be destroyed due to its damage level expiring when used on a block or entity. Typically used by tools.
func_1098_a,getStrVsBlock,0,Returns the strength of the stack against a given block.
func_1099_b,canHarvestBlock,0,Checks if the itemStack object can harvest a specified block
func_1100_b,useItemOnEntity,0,Uses the stack on the entity.
func_1102_e,copy,0,Returns a new stack with the same properties.
func_1103_a,onCraftMatrixChanged,0,Callback for when the crafting matrix is changed.
func_1104_a,onCraftGuiClosed,0,Callback for when the crafting gui is closed.
func_1106_a,sin,0,sin looked up in a table
func_1107_a,abs_max,0,Maximum of the absolute value of two numbers.
func_1108_b,floor_double,0,Returns the greatest integer less than or equal to the double argument
func_1109_a,sqrt_double,0,
func_1110_d,floor_float,0,Returns the greatest integer less than or equal to the float argument
func_1111_a,bucketInt,0,"Buckets an integer with specifed bucket sizes. Args: i, bucketSize"
func_1112_e,abs,0,
func_1113_c,sqrt_float,0,
func_1114_b,cos,0,cos looked up in the sin table with the appropriate offset
func_1115_a,setTexturePosition,0,
func_1116_a,getRandomSound,0,Gets a random SoundPoolEntry.
func_1117_a,addSound,0,Adds a sound to this sound pool.
func_1118_a,getRandomSoundFromSoundPool,0,"gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool."
func_1120_a,getInstance,0,Returns the static instance of this class
func_1121_a,addRecipe,0,Adds a recipe. See spreadsheet on first page for details.
func_1122_a,addRecipes,0,Adds the tool recipes to the CraftingManager.
func_1123_d,createDirectFloatBuffer,0,Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access.
func_1124_a,generateDisplayLists,0,Generates the specified number of display lists and returns the first index.
func_1125_c,createDirectIntBuffer,0,Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access.
func_1126_a,deleteTexturesAndDisplayLists,0,Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources.
func_1127_b,createDirectByteBuffer,0,Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.
func_1128_a,generateTextureNames,0,Generates texture names and stores them in the specified buffer.
func_1129_a,addToPath,0,"Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)"
func_1130_a,createEntityPathTo,0,Internal implementation of creating a path from an entity to a point
func_1131_a,createEntityPathTo,0,Creates a path from an entity to a specified location within a minimum distance
func_1132_a,getVerticalOffset,0,"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)"
func_1133_b,findPathOptions,0,"populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)"
func_1134_a,createEntityPath,0,Returns a new PathEntity for a given start and end point
func_1135_a,getSafePoint,0,Returns a point that the entity can safely move to
func_1136_a,openPoint,0,Returns a mapped point or creates and adds one
func_1137_a,createEntityPathTo,0,Creates a path from one entity to another within a minimum distance
func_1138_a,readCompressed,0,Load the gzipped compound from the inputstream.
func_1139_a,write,0,
func_1141_a,read,0,Reads from a CompressedStream.
func_1143_a,writeCompressed,0,"Write the compound, gzipped, to the outputstream."
func_1144_c,getPitch,0,
func_1145_d,getStepSound,0,"Used when a entity walks over, or otherwise interacts with the block."
func_1146_a,getBreakSound,0,"Used when a block breaks, EXA: Player break, Shep eating grass, etc.."
func_1147_b,getVolume,0,
func_1148_a,addRecipes,0,Adds the armor recipes to the CraftingManager.
func_1152_a,isBoxInFrustum,0,"Returns true if the box is inside all 6 clipping planes, otherwise returns false."
func_1153_b,init,0,
func_1154_a,normalize,0,Normalize the frustum.
func_1155_a,getInstance,0,Initialises the ClippingHelper object then returns an instance of it.
func_1156_a,setColorBuffer,0,Update and return colorBuffer with the RGBA values passed as arguments
func_1157_a,setColorBuffer,0,Update and return colorBuffer with the RGBA values passed as arguments
func_1158_b,enableStandardItemLighting,0,Sets the OpenGL lighting properties to the values used when rendering blocks as items
func_1159_a,disableStandardItemLighting,0,Disables the OpenGL lighting properties enabled by enableStandardItemLighting
func_1160_c,copy,0,Returns a copy of the bounding box.
func_1161_b,getBoundingBoxFromPool,0,"Returns a bounding box with the specified bounds from the pool. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_1162_c,calculateZOffset,0,"if instance and the argument bounding boxes overlap in the Y and X dimensions, calculate the offset between them in the Z dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_1163_a,calculateXOffset,0,"if instance and the argument bounding boxes overlap in the Y and Z dimensions, calculate the offset between them in the X dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_1164_b,getAverageEdgeLength,0,Returns the average length of the edges of the bounding box.
func_1165_c,setBounds,0,"Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_1166_c,getOffsetBoundingBox,0,"Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z"
func_1167_a,isVecInYZ,0,Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
func_1168_a,getBoundingBox,0,"Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_1169_a,calculateIntercept,0,
func_1170_a,addCoord,0,"Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z"
func_1171_b,setBB,0,Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
func_1172_b,calculateYOffset,0,"if instance and the argument bounding boxes overlap in the X and Z dimensions, calculate the offset between them in the Y dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_1174_d,offset,0,"Offsets the current bounding box by the specified coordinates. Args: x, y, z"
func_1175_b,isVecInXZ,0,Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
func_1176_c,isVecInXY,0,Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
func_1177_b,expand,0,"Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z"
func_1178_a,intersectsWith,0,Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
func_1179_a,isAssigned,0,Returns true if this point has already been assigned to a path
func_1180_a,distanceTo,0,Returns the linear distance to another path point
func_1184_a,getRecipeSize,0,Returns the size of the recipe area
func_1186_a,addBlockDestroyEffects,0,
func_1188_a,clearEffects,0,
func_1189_a,renderParticles,0,"Renders all current particles. Args player, partialTickTime"
func_1190_b,getStatistics,0,
func_1191_a,addBlockHitEffects,0,"Adds block hit particles for the specified block. Args: x, y, z, sideHit"
func_1192_a,addEffect,0,
func_1193_a,updateEffects,0,
func_1194_f,markDirty,0,Marks the current renderer data as dirty and needing to be updated.
func_1195_b,setDontDraw,0,When called this renderer won't draw anymore until its gets initialized again
func_1196_e,skipAllRenderPasses,0,Checks if all render passes are to be skipped. Returns false if the renderer is not initialized
func_1197_a,setPosition,0,Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position
func_1198_a,updateRenderer,0,Will update this chunk renderer
func_1199_a,updateInFrustum,0,
func_1200_a,getGLCallListForPass,0,Takes in the pass the call list is being requested for. Args: renderPass
func_1201_d,callOcclusionQueryList,0,Renders the occlusion query GL List
func_1202_a,distanceToEntitySquared,0,"Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons."
func_1203_g,setupGLTranslation,0,
func_1204_c,stopRendering,0,
func_1206_a,incrementPathIndex,0,Directs this path to the next point in its array
func_1207_b,isFinished,0,Returns true if this path has reached the end
func_1208_b,closeMinecraft,0,Called when Minecraft is closing down.
func_1209_a,loadResource,0,Loads a resource and passes it to Minecraft to install.
func_1210_a,reloadResources,0,Reloads the resource folder and passes the resources to Minecraft to install.
func_1211_a,downloadAndInstallResource,0,Downloads the resource and saves it to disk then installs it.
func_1212_a,downloadResource,0,Downloads the resource and saves it to disk.
func_1213_a,checkARBOcclusion,0,Checks if we support OpenGL occlusion.
func_1214_n,renderBlockStairs,0,Renders a stair block at the given coordinates
func_1216_f,renderBlockMinecartTrack,0,Renders a minecart track block at the given coordinates
func_1217_b,renderTopFace,0,"Renders the given texture to the top face of the block. Args: block, x, y, z, texture"
func_1218_o,renderBlockDoor,0,Renders a door block at the given coordinates
func_1219_a,renderItemIn3d,0,Checks to see if the item's render type indicates that it should be rendered as a regular block or not.
func_1220_c,renderEastFace,0,"Renders the given texture to the east (z-negative) face of the block. Args: block, x, y, z, texture"
func_1221_g,renderBlockLadder,0,Renders a ladder block at the given coordinates
func_1222_j,renderBlockFluids,0,Renders a block based on the BlockFluids class at the given coordinates
func_1223_a,renderBlockUsingTexture,0,Renders a block using the given texture instead of the block's own default texture
func_12243_a,createExplosion,0,"Creates an explosion. Args: entity, x, y, z, strength"
func_12244_a,newExplosion,0,returns a new explosion. Does initiation (at time of writing Explosion is not finished)
func_12245_a,handleExplosion,0,
func_12246_a,getEntityByID,0,
func_12247_b,doExplosionB,0,"Does the second part of the explosion (sound, particles, drop spawn)"
func_12248_a,doExplosionA,0,Does the first part of the explosion (destroy blocks)
func_1224_a,getFluidHeight,0,Get fluid height
func_1225_d,renderWestFace,0,"Renders the given texture to the west (z-positive) face of the block. Args: block, x, y, z, texture"
func_1226_h,renderCrossedSquares,0,"Renders any block requiring croseed squares such as reeds, flowers, and mushrooms"
func_1227_a,renderBlockAsItem,0,"Is called to render the image of a block on an inventory, as a held item, or as a an item on the ground"
func_1228_k,renderStandardBlock,0,Renders a standard cube block at the given coordinates
func_1229_c,renderBlockLever,0,Renders a lever block at the given coordinates
func_1230_b,renderBlockCactusImpl,0,Render block cactus implementation
func_1231_e,renderNorthFace,0,"Renders the given texture to the north (x-negative) face of the block. Args: block, x, y, z, texture"
func_1232_i,renderBlockStem,0,Render block stem
func_1233_l,renderBlockCactus,0,Renders a cactus block at the given coordinates
func_1234_a,renderBlockByRenderType,0,Renders the block at the given coordinates using the block's rendering type
func_1235_d,renderBlockFire,0,Renders a fire block at the given coordinates
func_1236_f,renderSouthFace,0,"Renders the given texture to the south (x-positive) face of the block. Args: block, x, y, z, texture"
func_1237_a,renderTorchAtAngle,0,"Renders a torch at the given coordinates, with the base slanting at the given delta"
func_1239_a,drawCrossedSquares,0,Utility function to draw crossed swuares
func_1241_b,renderBlockTorch,0,Renders a torch block at the given coordinates
func_1242_e,renderBlockRedstoneWire,0,Renders a redstone wire block at the given coordinates
func_1243_a,renderBlockFallingSand,0,
func_1244_a,renderBottomFace,0,"Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture"
func_1245_b,renderBlockCropsImpl,0,Render block crops implementation
func_1246_b,crossProduct,0,Returns a new vector with the result of this vector x the specified vector.
func_1247_a,getIntermediateWithXValue,0,"Returns a new vector with x value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_1248_b,createVector,0,Static method to create a new vector in the vector list and return it.
func_1249_b,rotateAroundY,0,Rotates the vector around the y axis by the specified angle.
func_1250_b,getIntermediateWithYValue,0,"Returns a new vector with y value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_1251_c,distanceTo,0,"Euclidean distance between this and the specified vector, returned as double."
func_1252_b,normalize,0,Normalizes the vector to a length of 1 (except if it is the zero vector)
func_1253_c,lengthVector,0,Returns the length of the vector.
func_1254_e,setComponents,0,"Sets the x,y,z components of the vector as specified."
func_1255_d,squareDistanceTo,0,"The square of the Euclidean distance between this and the vector of x,y,z components passed in."
func_1256_c,getIntermediateWithZValue,0,"Returns a new vector with z value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_1257_c,addVector,0,"Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector."
func_1258_a,rotateAroundX,0,Rotates the vector around the x axis by the specified angle.
func_1259_a,initialize,0,Initializes the next empty vector slot in the list to 0.
func_1260_a,createVectorHelper,0,"Static method for creating a new Vec3D given the three x,y,z values. This is only called from the other static method which creates and places it in the list."
func_1261_d,squareDistanceTo,0,The square of the Euclidean distance between this and the specified vector.
func_1262_a,subtract,0,Returns a new vector with the result of the specified vector minus this.
func_1263_a,getWorkingDirectory,0,
func_1264_a,getWorkingDirectory,0,
func_1265_d,render,0,
func_1266_a,setBrightness,0,
func_1267_a,getZone,0,
func_1268_a,render,0,
func_1269_e,getPlatform,0,
func_1270_b,loadLevel,0,
func_1271_a,isRunning,0,
func_1272_b,start,0,
func_1273_c,stop,0,
func_140_a,loadDownloadableImageTexture,0,loads the specified downloadable texture or alternative built in texture
func_141_b,doRenderShadowAndFire,0,"Renders the entity's shadow and fire (if its on fire). Args: entity, x, y, z, yaw, partialTickTime"
func_142_a,renderAABB,0,Adds to the tesselator a box using the aabb for the bounds. Args: aabb
func_144_c,renderShadow,0,"Renders the entity shadows at the position, shadow alpha and partialTickTime. Args: entity, x, y, z, shadowAlpha, partialTickTime"
func_145_a,renderShadowOnBlock,0,"Renders a shadow projected down onto the specified block. Brightness of the block plus how far away on the Y axis determines the alpha of the shadow. Args: block, centerX, centerY, centerZ, blockX, blockY, blockZ, baseAlpha, shadowSize, xOffset, yOffset, zOffset"
func_146_a,renderOffsetAABB,0,"Renders a white box with the bounds of the AABB translated by the offset. Args: aabb, x, y, z"
func_147_a,doRender,0,"Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic (Render<T extends Entity) and this method has signature public void func_147_a(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that."
func_148_a,renderEntityOnFire,0,"Renders fire on top of the entity. Args: entity, x, y, z, partialTickTime"
func_149_b,getWorldFromRenderManager,0,Returns the render manager's world object
func_151_a,loadTexture,0,loads the specified texture
func_154_a,renderArrow,0,
func_156_a,doRenderFallingSand,0,The actual render method that is used in doRender
func_157_a,renderBoat,0,The render method used in RenderBoat that renders the boat model.
func_161_a,renderItemIntoGUI,0,Renders the item's icon or block into the UI at the specified position.
func_162_a,renderQuad,0,"Adds a quad to the tesselator at the specified position with the set width and height and color. Args: tessellator, x, y, width, height, color"
func_163_a,renderTexturedQuad,0,"Adds a textured quad to the tesselator at the specified position with the specified texture coords, width and height. Args: x, y, u, v, width, height"
func_164_b,renderItemOverlayIntoGUI,0,Renders the item's overlay information. Examples being stack count or damage on top of the item's image at the specified position.
func_165_a,doRenderItem,0,Renders the item
func_166_a,shouldRenderPass,0,Queries whether should render the specified pass or not.
func_167_c,renderSwingProgress,0,
func_170_d,handleRotationFloat,0,Defines what float the third param in setRotationAngles of ModelBase is
func_171_a,doRenderLiving,0,
func_172_a,getDeathMaxRotation,0,
func_173_a,getColorMultiplier,0,"Returns an ARGB int color back. Args: entityLiving, lightBrightness, partialTickTime"
func_175_a,preRenderScale,0,Applies the scale to the transform matrix
func_176_a,setWoolColorAndRender,0,
func_177_a,renderCow,0,
func_178_a,scaleSlime,0,sets the scale for the slime based on getSlimeSize in EntitySlime
func_180_a,renderSaddledPig,0,
func_181_a,renderChicken,0,
func_182_a,getWingRotation,0,
func_183_a,updateCreeperColorMultiplier,0,Updates color multiplier based on creeper state called by getColorMultiplier
func_184_a,updateCreeperScale,0,Updates creeper scale in prerender callback
func_185_b,drawFirstPersonHand,0,
func_186_b,renderPlayerScale,0,
func_187_a,setArmorModel,0,"Set the specified armor model as the player model. Args: player, armorSlot, partialTick"
func_188_a,renderPlayer,0,
func_190_a,setSpiderEyeBrightness,0,Sets the spider's glowing eyes
func_191_a,setSpiderDeathMaxRotation,0,
func_192_a,onItemUse,0,"Callback for item usage. If the item does something special on right clicking, he will have one of those. Return True if something happen and false if it don't. This is for ITEMS, not BLOCKS !"
func_193_a,onItemRightClick,0,"Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer"
func_196_a,getIconIndex,0,Returns the icon index of the stack given as argument.
func_197_c,getMaxDamage,0,Returns the maximum damage an item can take.
func_20001_q,getSendQueue,0,get the client packet send queue
func_20004_a,decrStackSize,0,Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
func_20005_c,getHasStack,0,Returns if this slot contains a stack.
func_20009_a,getItemName,0,
func_20010_a,setIconCoord,0,
func_20011_a,setItemName,0,set name of item from language file
func_20012_a,setBlockName,0,set name of block from language file
func_20013_i,getBlockName,0,
func_20045_c,outfitWithItem,0,"Parameters: item slot, item ID, item damage. If slot >= 0 a new item will be generated with the specified item ID damage."
func_20046_s,updateCloak,0,
func_20058_b,onItemStackChanged,0,
func_20059_m,closeScreen,0,sets current screen to null (used on escape buttons of GUIs)
func_20070_a_,isUseableByPlayer,0,Do not make give this method the name canInteractWith because it clashes with Container
func_20075_i,getItemStack,0,
func_20076_b,setItemStack,0,
func_20078_a,returnEnumOptions,0,
func_20081_a,isMouseOverSlot,0,Returns if the passed mouse position is over the specified slot.
func_20084_d,isAirBlock,0,Returns true if the block at the specified coordinates is empty
func_20087_a,handleOpenWindow,0,
func_20088_a,handleSetSlot,0,
func_20089_a,handleTransaction,0,
func_20090_a,handleUpdateProgressbar,0,
func_20091_a,handleWindowClick,0,
func_20092_a,handleCloseWindow,0,
func_20093_a,handleUpdateSign,0,Updates Client side signs
func_20094_a,handleWindowItems,0,
func_20095_a,renderEars,0,"renders the ears (specifically, deadmau5's)"
func_20096_b,renderCloak,0,"Renders the cloak of the current biped (in most cases, it's a player)"
func_200_b,getItemStackLimit,0,Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
func_20102_a,getKeyBindingDescription,0,
func_20103_b,getOptionOrdinalValue,0,
func_20104_a,getOptionFloatValue,0,
func_20107_a,areItemStacksEqual,0,compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
func_20108_a,isItemStackEqual,0,compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
func_20111_a,getNextTransactionID,0,Gets a unique transaction ID. Parameter is unused.
func_20112_a,updateProgressBar,0,
func_20114_a,updateCraftingResults,0,Updates crafting matrix; called from onCraftMatrixChanged. Args: none
func_20115_a,putStacksInSlots,0,"places itemstacks in first x slots, x being aitemstack.lenght"
func_20117_a,addSlot,0,adds the slot to the inventory it is in
func_20118_a,getSlot,0,
func_20119_a,putStackInSlot,0,"args: slotID, itemStack to put in slot"
func_20120_b,canInteractWith,0,
func_20134_a,onInventoryChanged,0,Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
func_20135_c,returnEnumOrdinal,0,
func_20136_a,getEnumFloat,0,
func_20137_a,getEnumOptions,0,
func_20138_d,getEnumString,0,
func_20140_b,getEnumBoolean,0,
func_20156_a,getAllowedCharacters,0,"Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen."
func_20158_a,updateCraftingInventoryInfo,0,send information about the crafting inventory to the client(currently only for furnace times)
func_20159_a,updateCraftingInventorySlot,0,inform the player of a change in a single slot
func_20160_a,translateKeyFormat,0,Translate a key to current language applying String.format()
func_20161_b,translateNamedKey,0,"Translate a key with a extra '.name' at end added, is used by blocks and items."
func_20162_a,getInstance,0,Return the StringTranslate singleton instance
func_20163_a,translateKey,0,Translate a key to current language.
func_204_a,getStrVsBlock,0,"Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword"
func_207_d,colorMultiplier,0,Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render.
func_208_a,updateTick,0,Ticks the block if it's been scheduled
func_209_d,canProvidePower,0,Can this block provide power. Only wire currently seems to have this change based on its state.
func_21002_o,getWorldProviderName,0,Gets the name of the world's current chunk provider
func_21004_a,rotateCorpse,0,
func_21006_b,handleRotationFloat,0,
func_21009_c,setMaxStackSize,0,
func_21010_e,getHasSubtypes,0,
func_21011_b,getItemNameIS,0,
func_21012_a,getMetadata,0,Returns the metadata of the block which this Item (ItemBlock) can place
func_21013_d,setMaxDamage,0,set max damage of an Item
func_21014_i,hasContainerItem,0,True if this Item has a container item (a.k.a. crafting result)
func_21015_a,setHasSubtypes,0,
func_21016_h,getContainerItem,0,
func_21017_a,setContainerItem,0,
func_21024_a,receiveClientEvent,0,"Called when the block receives a client event - see World.sendClientEvent. By default, passes it on to the tile entity at this location. Args: world, x, y, z, event number, parameter"
func_21025_b,damageDropped,0,Determines the damage on the item the block drops. Used in cloth and wood.
func_21027_c_,fertilize,0,Apply bonemeal to the crops.
func_21028_c,growTree,0,Attempts to grow a sapling into a tree
func_21029_c,eatCakeSlice,0,Heals the player and removes a slice from the cake.
func_21030_a,calculateCurrentChanges,0,
func_21032_h,setDispenserDefaultDirection,0,sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
func_21033_c,dispenseItem,0,dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
func_21034_c,getBlockFromDye,0,Takes a dye damage value and returns the block damage value to match
func_21035_d,getDyeFromBlock,0,Takes a block damage value and returns the dye damage value to match
func_21047_b,getMetadata,0,
func_21053_b,getMetadata,0,
func_21057_b,entityInit,0,
func_21058_a,entityDropItem,0,Drops an item at the position of the entity.
func_21059_b,setFlag,0,"Enable or disable a entity flag, see getEntityFlag to read the know flags."
func_21060_d,getFlag,0,Returns true if the flag is active for the entity. Known flags: 0) is burning; 1) is sneaking; 2) is riding something; 3) is sprinting; 4) is eating
func_21061_O,getDataWatcher,0,
func_21062_U,isBurning,0,Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
func_21063_V,isRiding,0,"Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players."
func_21066_o,dropFewItems,0,Drop 0-2 items of this living's type
func_21067_c_,canBreatheUnderwater,0,
func_21068_q,getSaddled,0,Returns true if the pig is saddled.
func_21069_a,setSaddled,0,Set or remove the saddle of the pig.
func_21070_a,getRandomFleeceColor,0,This method is called when a sheep spawns in the world to select the color of sheep fleece.
func_21071_b_,setFleeceColor,0,
func_21072_p,getSheared,0,returns true if a sheeps wool has been sheared
func_21073_a,setSheared,0,make a sheep sheared if set to true
func_21074_p_,getFleeceColor,0,
func_21090_e,setCreeperState,0,"Sets the state of creeper, -1 to idle and 1 to be 'in fuse'"
func_21091_q,getCreeperState,0,"Returns the current state of creeper, -1 is idle, 1 is 'in fuse'"
func_21092_a,displayGUIDispenser,0,Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
func_21094_a,triggerNote,0,plays the stored note
func_21095_a,changePitch,0,change pitch by -> (currentPitch + 1) % 25
func_21098_a,setMobID,0,
func_21099_a,getMobID,0,
func_210_f,getRenderType,0,The type of render function that is called for this block
func_21100_b,getRandomStackFromInventory,0,gets stack of one item extracted from a stack chosen at random from the block inventory
func_21103_b,getStackInRowAndColumn,0,"Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column"
func_21105_c,storeItemStack,0,stores an itemstack in the users inventory
func_21106_d,storePartialItemStack,0,This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
func_21107_a,getRandomWorldGenForTrees,0,Gets a WorldGen appropriate for this biome.
func_21109_c,makeString,0,Converts the instance data to a readable string.
func_21110_c,setCurrentChunkOver,0,"This is the chunk that the player is currently standing over. Args: chunkX, chunkZ"
func_21111_d,canChunkExist,0,"Checks if the chunk coordinate could actually be stored within the chunk cache. Args: chunkX, chunkZ"
func_21114_a,setAllowedSpawnTypes,0,Set which types of mobs are allowed to spawn (peaceful vs hostile).
func_21115_j,markBlockAsNeedsUpdate,0,calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
func_21116_c,sendClientEvent,0,"Calls receiveClientEvent of the tile entity at the given location on the server and all nearby clients with the given event number and parameter. Args: X, Y, Z, event number, parameter"
func_21117_a,doChunksNearChunkExist,0,Checks if any of the chunks within distance (argument 4) blocks of the given block exist
func_21118_q,getChunkProvider,0,gets the IChunkProvider this world uses.
func_21119_g,getProviderName,0,"Returns the name of the current chunk provider, by calling chunkprovider.makeString()"
func_21124_a,addObject,0,"adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add"
func_21125_a,writeObjectsInListToStream,0,"writes every object in passed list to dataoutputstream, terminated by 0x7F"
func_21126_a,updateWatchedObjectsFromList,0,
func_21127_a,writeWatchableObjects,0,
func_21128_a,writeWatchableObject,0,
func_21129_b,updateObject,0,updates an already existing object
func_21130_a,getWatchableObjectByte,0,gets the bytevalue of a watchable object
func_21131_a,readWatchableObjects,0,
func_21135_a,matches,0,Used to check if a recipe matches current crafting inventory
func_21136_b,getCraftingResult,0,Returns an Item that is the result of this recipe
func_21137_a,checkMatch,0,Checks if the region of a crafting inventory is match for the recipe.
func_21145_a,handlePlayNoteBlock,0,
func_21146_a,handleEntityPainting,0,Packet handler
func_21147_a,handleEntityAction,0,runs registerPacket on the given Packet19EntityAction
func_21148_a,handleEntityMetadata,0,Packet handler
func_21157_a,addRecipes,0,Adds the dye recipes to the CraftingManager.
func_21158_b,getObject,0,
func_21159_c,getObjectType,0,
func_21160_a,setObject,0,
func_21161_a,getDataValueId,0,
func_21162_a,setWatching,0,
func_21167_h,isEmpty,0,
func_21168_d,getPeacefulCreature,0,Gets whether or not this creature type is peaceful.
func_21169_b,getMaxNumberOfCreature,0,
func_21170_a,getCreatureClass,0,
func_21171_c,getCreatureMaterial,0,
func_21174_b,getFoliageColorBirch,0,Gets the foliage color for birch type (metadata 2) trees
func_21175_a,getFoliageColorPine,0,Gets the foliage color for pine type (metadata 1) trees
func_21179_h,getItemDamageForDisplay,0,"gets the damage of an itemstack, for displaying purposes"
func_21180_d,isStackable,0,Returns true if the ItemStack can hold 2 or more units of the item.
func_21181_i,getItemDamage,0,gets the damage of an itemstack
func_21182_e,isItemStackDamageable,0,true if this itemStack is damageable
func_21183_f,getHasSubtypes,0,
func_21184_a,isItemEqual,0,compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
func_21185_g,isItemDamaged,0,returns true when a damageable item is damaged
func_21187_b,addShapelessRecipe,0,
func_21188_a,findMatchingRecipe,0,
func_21198_a,getSmeltingResult,0,Returns the smelting result of an item.
func_21199_a,addSmelting,0,Adds a smelting recipe.
func_211_a,getBlockTexture,0,"Retrieves the block texture to use based on the display side. Args: iBlockAccess, x, y, z, side"
func_21200_a,smelting,0,Used to call methods addSmelting and getSmeltingResult.
func_21203_a,canCreatureTypeSpawnAtLocation,0,Returns whether or not the specified creature type can spawn at the specified location.
func_21204_a,creatureSpecificInit,0,"determines if a skeleton spawns on a spider, and if a sheep is a different color"
func_21205_c,getDamageVsEntity,0,Damage versus entities.
func_21206_b,getEfficiencyOnProperMaterial,0,The strength of this tool material against blocks which it is effective against.
func_21207_a,getMaxUses,0,"The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)"
func_21208_d,getHarvestLevel,0,"The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)"
func_213_a,setBlockBounds,0,"Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ"
func_214_b,onBlockRemoval,0,Called whenever the block is removed.
func_215_a,setLightValue,0,Sets the amount of light emitted by a block from 0.0f to 1.0f (converts internally to 0-15). Returns the object for convenience in constructing.
func_216_a,dropBlockAsItemWithChance,0,Drops the block items with a specified chance of dropping the specified items
func_217_b,isOpaqueCube,0,"Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block."
func_218_a,getBlockTextureFromSide,0,Returns the block texture based on the side being looked at. Args: side
func_219_b,setResistance,0,Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
func_22001_u,isFancyGraphicsEnabled,0,
func_22002_b,convertMapFormat,0,Converts from old map format to new map format
func_22003_b,lineIsCommand,0,Returns true if string begins with '/'
func_22004_c,getSaveLoader,0,Returns the save loader that is currently being used
func_22005_v,isAmbientOcclusionEnabled,0,Returns if ambient occlusion is enabled
func_22006_t,isGuiEnabled,0,
func_22007_w,isDebugInfoEnabled,0,
func_22011_a,chunkXZ2Int,0,converts a chunk coordinate pair to an integer (suitable for hashing)
func_22012_b,renderLivingAt,0,Sets a simple glTranslate on a LivingEntity.
func_22013_a,renderLivingLabel,0,Draws the debug or playername text above a living
func_22014_a,passSpecialRender,0,Passes the specialRender and renders it
func_22015_a,renderName,0,Used to render a player's name above their head
func_22016_b,renderPlayerSleep,0,Renders player with sleeping offset if sleeping
func_22017_a,rotatePlayer,0,Rotates the player if the player is sleeping. This method is called in rotateCorpse.
func_22022_g,ignoreTick,0,
func_22027_j,setBounds,0,Set the bounds of the bed block.
func_22028_g,getNearestEmptyChunkCoordinates,0,Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
func_22029_f,isBedOccupied,0,Return whether or not the bed is occupied.
func_22031_a,setBedOccupied,0,Sets whether or not the bed is occupied.
func_22032_d,isBlockFootOfBed,0,Returns whether or not this bed block is the foot of the bed.
func_22036_h,getOrientation,0,Get side which this button is facing.
func_22049_v,isMovementBlocked,0,Dead and sleeping entities cannot move
func_22050_O,playLivingSound,0,Plays living's sound at its position
func_22051_K,isPlayerSleeping,0,Returns whether player is sleeping or not
func_22053_b,sleepInBedAt,0,Attempts to have the player sleep in a bed at the specified location.
func_22054_L,isPlayerFullyAsleep,0,Returns whether or not the player is asleep and the screen has fully faded.
func_22055_b,addChatMessage,0,Add a chat message to the player
func_22056_a,wakeUpPlayer,0,Wake up the player if they're sleeping.
func_22057_q,isInBed,0,Checks if the player is currently in a bed
func_22058_C,resetHeight,0,sets the players height back to normal after doing things like sleeping and dieing
func_22059_J,getBedOrientationInDegrees,0,Returns the orientation of the bed in degrees.
func_22060_M,getSleepTimer,0,
func_22064_c,addChatMessageTranslate,0,Adds the string to chat message after translate it with the language file.
func_22066_a,setMaxStringLength,0,
func_22067_c,drawTextBox,0,Draws the textbox
func_22068_a,setText,0,Sets the text of the textbox.
func_22069_a,mouseClicked,0,"Args: x, y, buttonClicked"
func_22070_b,updateCursorCounter,0,Increments the cursor counter
func_22071_a,getText,0,Returns the text beign edited on the textbox.
func_22083_c,getSelectButton,0,returns the select button
func_22084_k,loadSaves,0,loads the saves
func_22085_d,getRenameButton,0,returns the rename button
func_22086_b,getSelectedWorld,0,returns the world currently selected
func_22087_f,getLocalizedWorldName,0,Gets the localized world name
func_22088_h,getLocalizedMustConvert,0,Gets the localized must convert text
func_22089_a,onElementSelected,0,called whenever an element in this gui is selected
func_22090_a,getSize,0,
func_22091_c,getSaveFileName,0,returns the file name of the specified save number
func_22092_e,getDeleteButton,0,returns the delete button
func_22093_g,getDateFormatter,0,returns the date formatter for this gui
func_22094_d,getSaveName,0,returns the name of the saved game
func_220_a_,harvestBlock,0,"Called when the player destroys a block with an item that can harvest it. (i, j, k) are the coordinates of the block and l is the block's subtype/damage."
func_22115_j,wakeEntity,0,Wakes the entity from the bed
func_22129_j,makeUseableName,0,"Makes a the name for a world save folder based on your world name, replacing specific characters for _s and appending -s to the end until a free name is available."
func_22136_c,scheduleBlockUpdate,0,Schedules a tick to a block with a delay (Most commonly the tick rate)
func_22137_s,getSpawnPoint,0,Returns the coordinates of the spawn point
func_22138_q,getSeed,0,Retrieve the world seed from level.dat
func_22139_r,getWorldTime,0,
func_22140_w,updateAllPlayersSleepingFlag,0,Updates the flag that indicates whether or not all players in the world are sleeping.
func_22141_x,wakeUpAllPlayers,0,Wakes up all players in the world.
func_22142_y,isAllPlayersFullyAsleep,0,Returns whether or not all players in the world are fully asleep.
func_22143_a,setSpawnPoint,0,
func_22144_v,getWorldInfo,0,Gets the World's WorldInfo instance
func_22148_a,saveWorldInfoAndPlayer,0,saves level.dat and backs up the existing one to level.dat_old
func_22149_a,getChunkLoader,0,Returns the chunk loader with the provided world provider
func_22150_b,checkSessionLock,0,Checks the session lock to prevent save collisions
func_22151_c,loadWorldInfo,0,Loads and returns the world info
func_22152_a,saveWorldInfo,0,Saves the passed in world info.
func_22153_a,getSaveDirectory,0,gets the File object corresponding to the base directory of this save (saves/404 for a save called 404 etc)
func_22154_d,setSessionLock,0,Creates a session lock file for this process
func_22160_a,compareTo,0,
func_22161_d,requiresConversion,0,
func_22162_b,getDisplayName,0,return the display name of the save
func_22163_e,getLastTimePlayed,0,
func_22164_a,getFileName,0,return the file name
func_22170_a,renameWorld,0,@args: Takes two arguments - first the name of the directory containing the world and second the new name for that world. @desc: Renames the world by storing the new name in level.dat. It does *not* rename the directory containing the world data.
func_22171_a,convertMapFormat,0,"Converts the specified map to the new map format. Args: worldName, loadingScreen"
func_22172_c,deleteWorldDirectory,0,@args: Takes one argument - the name of the directory of the world to delete. @desc: Delete the world by deleting the associated directory recursively.
func_22173_b,getWorldInfo,0,gets the world info
func_22174_a,getSaveLoader,0,Returns back a loader for the specified save directory
func_22175_a,isOldMapFormat,0,Checks if the save directory uses the old map format
func_22176_b,getSaveList,0,
func_22177_c,flushCache,0,
func_22178_a,getFormatName,0,
func_22179_a,deleteFiles,0,@args: Takes one argument - the list of files and directories to delete. @desc: Deletes the files and directory listed in the list recursively.
func_22186_a,handleSleep,0,
func_22187_a,cacheActiveRenderInfo,0,"Caches the current frame's active render info, including the current World, RenderEngine, GameSettings and FontRenderer settings, as well as interpolated player position, pitch and yaw."
func_22190_d,getChunkOutputStream,0,"Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ"
func_22192_a,clearRegionFileReferences,0,Saves the current Chunk Map Cache
func_22193_a,createOrLoadRegionFile,0,
func_22194_c,getChunkInputStream,0,"Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ"
func_22196_b,close,0,close this RegionFile and prevent further writes
func_22197_a,debug,0,
func_22198_a,setOffset,0,"args: x, z, offset - sets the chunk's offset in the region file"
func_22199_a,debug,0,
func_221_d,getCollisionBoundingBoxFromPool,0,Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
func_22200_a,write,0,"args: sectorNumber, data, length - write the chunk data to this RegionFile"
func_22201_b,debugln,0,
func_22202_c,isChunkSaved,0,"args: x, z, - true if chunk has been saved / converted"
func_22203_a,write,0,"args: x, z, data, length - write chunk data at (x, z) to disk"
func_22204_b,debugln,0,
func_22205_b,getChunkDataOutputStream,0,"args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed"
func_22206_d,outOfBounds,0,"args: x, z - check region bounds"
func_22207_e,getOffset,0,"args: x, y - get chunk's offset in region file"
func_22208_b,setChunkTimestamp,0,"args: x, z, timestamp - sets the chunk's write timestamp"
func_22210_a,getChunkDataInputStream,0,"args: x, y - get uncompressed chunk stream from the region file"
func_22211_a,debug,0,
func_22239_a,overlayBackground,0,Overlays the background to hide scrolled items
func_22240_a,registerScrollButtons,0,Registers the IDs that can be used for the scrollbar's buttons.
func_22241_a,actionPerformed,0,
func_22242_a,drawSlot,0,
func_22243_a,drawScreen,0,"draws the slot to the screen, pass in mouse's current x and y and partial ticks"
func_22244_d,bindAmountScrolled,0,stop the thing from scrolling out of bounds
func_22245_b,getContentHeight,0,return the height of the content being scrolled
func_22246_a,isSelected,0,returns true if the element passed in is currently selected
func_22247_a,elementClicked,0,"the element in the slot that was clicked, boolean for wether it was double clicked or not"
func_22248_c,drawBackground,0,
func_22249_a,getSize,0,Gets the size of the current slot list.
func_22267_a,cacheActiveRenderInfo,0,"Caches several render-related references, including the active World, RenderEngine, FontRenderer, and the camera-bound EntityLiving's interpolated pitch, yaw and position. Args: world, renderengine, fontrenderer, entityliving, partialTickTime"
func_22282_a,stringNullOrLengthZero,0,Tests if a string is null or of length zero
func_22287_a,setWorldName,0,
func_22288_b,getSeed,0,Returns the seed of current world.
func_22289_d,setSaveVersion,0,Sets the save version of the world
func_22290_i,getDimension,0,
func_22291_a,updateTagCompound,0,
func_22292_a,setSpawnPosition,0,"Sets the spawn zone position. Args: x, y, z"
func_22293_c,getSpawnX,0,Returns the x spawn position
func_22294_a,setSpawnX,0,Set the x spawn position to the passed in value
func_22295_d,getSpawnY,0,Return the Y axis spawning point of the player.
func_22296_k,getSaveVersion,0,Returns the save version of this world
func_22298_c,setSpawnZ,0,Set the z spawn position to the passed in value
func_22299_a,getNBTTagCompound,0,Gets the NBTTagCompound for the worldInfo
func_222_c,setHardness,0,Sets how many hits it takes to break a block.
func_22300_e,getSpawnZ,0,Returns the z spawn position
func_22301_l,getLastTimePlayed,0,Return the last time the player was in this world.
func_22302_j,getWorldName,0,Get current world name
func_22303_h,getPlayerNBTTagCompound,0,Returns the player's NBTTagCompound to be loaded
func_22304_f,getWorldTime,0,Get current world time
func_22305_a,getNBTTagCompoundWithPlayers,0,Generates the NBTTagCompound for the world info plus the provided entity list. Arg: entityList
func_22306_g,getSizeOnDisk,0,
func_22307_a,setWorldTime,0,Set current world time
func_22308_b,setSpawnY,0,Sets the y spawn position
func_22309_a,setPlayerNBTTagCompound,0,Sets the player's NBTTagCompound to be loaded.
func_22329_a,makeHash,0,
func_22330_a,renderStandardBlockWithAmbientOcclusion,0,
func_22331_p,renderBlockBed,0,render a bed at the given coordinates
func_22332_q,renderBlockRepeater,0,render a redstone repeater at the given coordinates
func_22393_a,compareChunkCoordinate,0,Compare the coordinate with another coordinate
func_223_g,canBlockStay,0,Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
func_224_a,canCollideCheck,0,"Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag"
func_225_a,blockStrength,0,Defines whether or not a play can break the block with current tool.
func_226_a,onNeighborBlockChange,0,"Lets the block know when one of its neighbor changes. Doesn't know which neighbor changed (coordinates passed are their own) Args: x, y, z, neighbor blockID"
func_227_a,getExplosionResistance,0,Returns how much this block can resist explosions from the passed in entity.
func_228_c,isIndirectlyPoweringTo,0,Is this block indirectly powering the block on the specified side
func_229_a,quantityDropped,0,Returns the quantity of items to drop on block destruction.
func_230_a,getCollidingBoundingBoxes,0,"Adds to the supplied array any colliding bounding boxes with the passed in bounding box. Args: world, x, y, z, axisAlignedBB, arrayList"
func_231_b,isPoweringTo,0,Is this block powering the block on the specified side
func_232_a,getBlockTextureFromSideAndMetadata,0,"From the specified side and block metadata retrieves the blocks texture. Args: side, metadata"
func_233_b,onBlockClicked,0,"Called when the block is clicked by a player. Args: x, y, z, entityPlayer"
func_234_g,getRenderBlockPass,0,Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
func_235_e,onBlockAdded,0,"Called whenever the block is added into the world. Args: world, x, y, z"
func_236_b,onEntityCollidedWithBlock,0,"Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity"
func_237_e,setBlockBoundsForItemRender,0,Sets the block's bounds for rendering it as an item
func_238_a,setBlockBoundsBasedOnState,0,"Updates the blocks bounds based on its current state. Args: world, x, y, z"
func_240_a,idDropped,0,Returns the ID of the items to drop on destruction.
func_241_c,getBlockBrightness,0,"How bright to render this block based on the light its receiving. Args: iBlockAccess, x, y, z"
func_242_c,renderAsNormalBlock,0,"If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)"
func_243_a,canPlaceBlockAt,0,"Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z"
func_244_a,isVecInsideYZBounds,0,Checks if a vector is within the Y and Z bounds of the block.
func_245_h,isCollidable,0,"Returns if this block is collidable (only used by Fire). Args: x, y, z"
func_246_f,getSelectedBoundingBoxFromPool,0,Returns the bounding box of the wired rectangular prism to render.
func_247_b,randomDisplayTick,0,A randomly called display update to be able to add particles or other items for display
func_249_b,isVecInsideXZBounds,0,Checks if a vector is within the X and Z bounds of the block.
func_25004_a,getTailRotation,0,
func_25005_a,renderWolf,0,
func_25007_g,isDamageable,0,
func_25008_a,onBlockDestroyed,0,
func_25009_k,getStatName,0,
func_25011_l,getHealAmount,0,
func_25012_m,isWolfsFavoriteMeat,0,Whether wolves like this food (true for raw and cooked porkchop).
func_25016_i,translateBlockName,0,gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
func_25021_m,canTriggerWalking,0,returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
func_25023_u,canDespawn,0,"Determines if an entity can be despawned, used on idle far away entities"
func_25026_x,getVerticalFaceSpeed,0,The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
func_25027_v,getSlimeSize,0,Returns the size of the slime.
func_25028_d_,isMovementCeased,0,Disables a mob's ability to move on its own while true.
func_25029_a,setPathToEntity,0,sets the Entities walk path in EntityCreature
func_25030_F,getEntityToAttack,0,Returns current entities target
func_25031_E,hasPath,0,Returns true if entity has a path to follow
func_25032_c,setTarget,0,Sets the entity which is to be attacked.
func_25033_c,getInterestedAngle,0,
func_25037_z,getTailRotation,0,
func_25039_v,getWolfShaking,0,
func_25040_C,isAngry,0,Determines whether this wolf is angry or not.
func_25041_c,setAngry,0,Sets whether this wolf is angry or not.
func_25042_a,getShakeAngle,0,
func_25043_b_,getShadingWhileShaking,0,Used when calculating the amount of shading to apply while the wolf is shaking.
func_25055_a,alertWolves,0,"Called when the player attack or gets attacked, it's alert all wolves in the area that are owned by the player to join the attack or defend the player."
func_25056_h,addMovementStat,0,"Adds a value to a movement statistic field - like run, walk, swin or climb."
func_25058_a,addStat,0,Adds a value to a statistic field.
func_25059_P,getSpawnChunk,0,Returns the coordinates to respawn the player based on last bed that the player sleep.
func_25060_a,verifyRespawnCoordinates,0,Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
func_25061_a,setSpawnChunk,0,Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
func_25063_a,getSpawnableList,0,Returns the correspondent list of the EnumCreatureType informed.
func_25067_a,isAchievement,0,Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
func_25068_c,registerStat,0,Register the stat into StatList.
func_25072_b,getItemID,0,
func_25079_b,updateAchievementWindowScale,0,Update the display of the achievement window to match the game window.
func_25080_a,updateAchievementWindow,0,"Updates the small achievement tooltip window, showing a queued achievement if is needed."
func_25087_a,draw,0,
func_25088_a,update,0,
func_25098_c,generateSpawnPoint,0,Finds an initial spawn location upon creating a new world
func_25099_a,getPlayerEntityByName,0,Find a player by name in this world.
func_250_a,blockActivated,0,"Called upon block activation (left or right click on the block.). The three integers represent x,y,z of the block."
func_25100_a,readStat,0,
func_25103_a,setLivingAnimations,0,Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.
func_25115_b,getWatchableObjectInt,0,gets a watchable object and returns it as a Integer
func_25116_c,getWatchableObjectString,0,gets a watchable object and returns it as a String
func_25117_b,getRecipeOutput,0,
func_25118_a,handleBed,0,
func_25122_b,renderWithRotation,0,
func_25124_i,removeUnknownBlocks,0,Turns unknown blocks into air blocks to avoid crashing Minecraft.
func_25125_a,update,0,
func_25126_b,setDead,0,
func_25127_a,preUpdate,0,
func_25149_b,initBreakStats,0,
func_25150_a,replaceAllSimilarBlocks,0,Forces all dual blocks to count for each other on the stats list
func_25151_b,initStats,0,
func_25153_a,initMinableStats,0,Initializes statistic fields related to minable items and blocks.
func_25154_a,initBreakableStats,0,Initializes statistic fields related to breakable items and blocks.
func_25155_a,initUsableStats,0,Initializes statistic fields related to usable items and blocks.
func_25156_a,replaceSimilarBlocks,0,"Forces stats for one block to add to another block, such as idle and active furnaces"
func_25157_c,initCraftableStats,0,Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
func_25190_a,damageItem,0,Damages the item in the ItemStack
func_25191_a,onDestroyBlock,0,
func_25193_b,getRecipeList,0,returns the List<> of all recipes
func_25194_b,getSmeltingList,0,
func_25199_a,translateToLocalFormatted,0,Translates a Stat name with format args
func_251_c,isVecInsideXYBounds,0,Checks if a vector is within the X and Y bounds of the block.
func_25200_a,translateToLocal,0,Translates a Stat name
func_25208_a,getGuid,0,Returns the unique GUID of a achievement id.
func_252_b,onBlockDestroyedByPlayer,0,"Called right before the block is destroyed by a player. Args: world, x, y, z, metaData"
func_253_b,setTickRandomly,0,Sets whether this block type will receive random update ticks
func_254_a,onEntityWalking,0,"Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity"
func_255_a,collisionRayTrace,0,"Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec"
func_256_d,setLightOpacity,0,Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
func_257_a,velocityToAddToEntity,0,"Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d"
func_258_d,onBlockPlaced,0,"Called when a block is placed using an item. Used often for taking the facing and figuring out how to position the item. Args: x, y, z, facing"
func_259_b_,dropBlockAsItem,0,Drops the specified block items
func_260_c,shouldSideBeRendered,0,"Returns true if the given side of this block type should be rendered, if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side"
func_261_b,canBlockCatchFire,0,"Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z"
func_262_i,getChanceOfNeighborsEncouragingFire,0,Gets the highest chance of a neighbor block encouraging this block to catch fire
func_263_h,canNeighborBurn,0,Returns true if at least one block next to this one can burn.
func_264_a,setBurnRate,0,"Sets the burn rate for a block. The larger abilityToCatchFire the more easily it will catch. The larger chanceToEncourageFire the faster it will burn and spread to other blocks. Args: blockID, chanceToEncourageFire, abilityToCatchFire"
func_265_g,getChanceToEncourageFire,0,"Retrieves a specified block's chance to encourage their neighbors to burn and if the number is greater than the current number passed in it will return its number instead of the passed in one. Args: world, x, y, z, curChanceToEncourageFire"
func_267_h,checkIfAttachedToBlock,0,"Checks if the block is attached to another block. If it is not, it returns false and drops the block as an item. If it is it returns true."
func_268_h,checkFlowerChange,0,
func_269_b,canThisPlantGrowOnThisBlockID,0,Gets passed in the blockID of the block below and supposed to return true if its allowed to grow on the type of blockID passed in. Args: blockID
func_27002_a,doRenderLightningBolt,0,Actually renders the lightning bolt. This method is called through the doRender method.
func_27003_a,drawItemIntoGui,0,
func_27005_b,inheritRenderPass,0,
func_27009_a,getIconFromDamage,0,Gets an icon index based on an item's damage value
func_27010_f,getColorFromDamage,0,
func_27012_af,isWet,0,Checks if this entity is either in water or on an open air block in rain (used in wolves).
func_27013_ag,isInWater,0,Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
func_27014_a,onStruckByLightning,0,Called when a lightning bolt hits the entity.
func_27015_a,onKillEntity,0,This method gets called when the entity kills another one.
func_27021_X,despawnEntity,0,Makes the entity despawn if requirements are reached
func_27022_s,getPowered,0,Returns true if the creeper is powered by a lightning bolt.
func_27023_a,isCourseTraversable,0,True if the ghast has an unobstructed line of travel to the waypoint.
func_27024_i,addMountedMovementStat,0,"Adds a value to a mounted movement statistic field - by minecart, boat, or pig."
func_27025_G,isPVPEnabled,0,returns if pvp is enabled or not
func_27026_a,triggerAchievement,0,Will trigger the specified trigger.
func_27027_b,incrementStat,0,Used by NetClientHandler.handleStatistic
func_27032_l,disableStats,0,"Disable statistics for the block, the block will no count for mined or placed."
func_27033_k,getEnableStats,0,Return the state of blocks statistics flags - if the block is counted for mined and placed.
func_27039_a,isPoweredBlockRail,0,Return true if the blocks passed is a power related rail.
func_27040_h,isRailBlockAt,0,"Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector)."
func_27041_c,isRailBlock,0,"Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector)."
func_27042_h,isPowered,0,Returns true if the block is power related rail.
func_27043_a,isRailPassingPower,0,Returns true if the specified rail is passing power to its neighbor
func_27044_a,isNeighborRailPowered,0,"Powered minecart rail is conductive like wire, so check for powered neighbors"
func_27046_f,setStateIfMinecartInteractsWithRail,0,"Update the detector rail power state if a minecart enter, stays or leave the block."
func_27048_a,readString,0,Reads a string from a packet
func_27049_a,writeString,0,Writes a String to the DataOutputStream
func_27058_a,matchesNode,0,
func_27059_b,applyTo,0,
func_27060_a,shortForm,0,
func_27063_c,typeSafeApplyTo,0,
func_27067_a,matchesNode_,0,
func_27068_b,typeSafeApplyTo_,0,
func_27074_a,matchesNode_,0,
func_27075_b,typeSafeApplyTo,0,
func_27076_e,setDisableRain,0,Disable the rain for the biome.
func_27077_d,canSpawnLightningBolt,0,"Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled."
func_27078_c,getEnableSnow,0,Returns true if the biome have snowfall instead a normal rain.
func_27081_j,getDecimalFormat,0,
func_27082_h,initIndependentStat,0,"Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance."
func_27083_i,getNumberFormat,0,
func_27089_a,setIndependent,0,"Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update)."
func_27090_e,getDescription,0,Returns the fully description of the achievement - ready to be displayed on screen.
func_27091_c,registerAchievement,0,"Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's."
func_27092_a,setStatStringFormatter,0,Defines a string formatter for the achievement.
func_27093_f,getSpecial,0,"Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve."
func_27094_b,setSpecial,0,"Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve."
func_27099_b,drawVerticalLine,0,
func_270_i,getGrowthRate,0,"Gets the growth rate for the crop. Setup to encourage rows by halving growth rate if there is diagonals, crops on different sides that aren't opposing, and by adding growth for every crop next to this one (and for crop below this one). Args: x, y, z"
func_27100_a,drawHorizontalLine,0,
func_27101_b,queueAchievementInformation,0,Queue a information about a achievement to be displayed.
func_27102_a,queueTakenAchievement,0,Queue a taken achievement to be displayed.
func_27109_b,genAchievementBackground,0,
func_27127_n,getFontRenderer10,0,there are 11 identical methods like this
func_27128_a,drawSprite,0,Draws a sprite from /gui/slot.png.
func_27129_a,drawGradientRect,0,
func_27130_k,addHeaderButtons,0,Creates the buttons that appear at the top of the Stats GUI.
func_27131_o,getFontRenderer11,0,there are 11 identical methods like this
func_27132_j,getFontRenderer6,0,there are 11 identical methods like this
func_27133_h,getFontRenderer4,0,there are 11 identical methods like this
func_27134_k,getFontRenderer7,0,there are 11 identical methods like this
func_27135_b,drawGradientRect1,0,exactly the same as 27129
func_27136_c,drawSprite,0,Draws a sprite from /gui/slot.png.
func_27137_i,getFontRenderer5,0,there are 11 identical methods like this
func_27138_c,drawItemSprite,0,Draws the item sprite on top of the background sprite.
func_27139_l,getFontRenderer8,0,there are 11 identical methods like this
func_27140_d,getFontRenderer2,0,there are 11 identical methods like this
func_27141_a,getMinecraft,0,
func_27142_c,getStatsFileWriter,0,
func_27143_f,getMinecraft1,0,exactly the same as 27141
func_27144_m,getFontRenderer9,0,there are 11 identical methods like this
func_27145_b,getFontRenderer1,0,there are 11 identical methods like this
func_27146_e,getFontRenderer3,0,there are 11 identical methods like this
func_27147_a,drawButtonBackground,0,Draws a gray box that serves as a button background.
func_27148_a,drawItemSprite,0,Draws the item sprite on top of the background sprite.
func_27149_g,getMinecraft2,0,exactly the same as 27141 and 27143
func_27158_h,setRainStrength,0,
func_27159_a,addWeatherEffect,0,adds a lightning bolt to the list of lightning bolts in this world.
func_27160_B,isThundering,0,Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
func_27161_C,isRaining,0,Returns true if the current rain strength is greater than 0.2
func_27162_g,getRainStrength,0,Not sure about this actually. Reverting this one myself.
func_27163_E,calculateInitialWeather,0,Called from World constructor to set rainingStrength and thunderingStrength
func_27164_F,clearWeather,0,Stops all weather effects.
func_27165_m,updateWeather,0,Updates all weather states.
func_27166_f,getWeightedThunderStrength,0,
func_27167_r,canLightningStrikeAt,0,
func_27174_a,windowClick,0,
func_27181_b,canUnlockAchievement,0,"Returns true if the parent has been unlocked, or there is no parent"
func_27182_c,syncStats,0,
func_27183_a,hasAchievementUnlocked,0,Returns true if the achievement has been unlocked.
func_27184_a,writeStat,0,
func_27186_a,writeStatToMap,0,
func_27192_a,format,0,Formats a given stat for human consumption.
func_27193_j,falseValue,0,
func_27194_f,startObject,0,
func_27195_b,startDocument,0,
func_27196_i,trueValue,0,
func_27197_e,endArray,0,
func_27198_c,stringValue,0,
func_27199_h,endField,0,
func_271_h,dropTorchIfCantStay,0,"Tests if the block can remain at its current location and will drop as an item if it is unable to stay. Returns True if it can stay and False if it drops. Args: world, x, y, z"
func_27200_d,startArray,0,
func_27201_b,numberValue,0,
func_27202_k,nullValue,0,
func_27203_g,endObject,0,
func_27204_c,endDocument,0,
func_27205_a,startField,0,
func_27206_b,addValue,0,
func_27207_a,addRootNode,0,
func_27208_a,getDocument,0,
func_27211_a,setConnections,0,
func_27213_a,getStringValue,0,Gets a String by navigating the hierarchy below this node.
func_27214_c,getFields,0,return the fields associated with this node
func_27215_d,getElements,0,
func_27216_b,getText,0,
func_27217_b,getArrayNode,0,"Gets a List of JsonNodes, representing a JSON array, by navigating the hierarchy below this node."
func_27218_a,getType,0,
func_27219_a,wrapExceptionsFor,0,
func_27220_a,asList,0,
func_27234_b,buildNode,0,
func_27237_a,withFieldBuilder,0,
func_27240_a,withElement,0,Adds the given element to the array that will be built.
func_27241_a,build,0,
func_27245_a,handleStatistic,0,runs registerPacket on the given Packet200Statistic
func_27246_a,handleWeather,0,Handles weather packet
func_27247_c,isServerHandler,0,determine if it is a server handler
func_27249_e,anArrayBuilder,0,
func_27253_d,anObjectBuilder,0,
func_27277_a,splitStringWidth,0,Returns the width of the wordwrapped String (maximum length is parameter k)
func_27278_a,drawSplitString,0,Splits and draws a String with wordwrap (maximum length is parameter k)
func_27279_a,transferStackInSlot,0,Called to transfer a stack from one inventory to the other eg. when shift clicking.
func_27280_a,slotClick,0,
func_27283_g,isGroundCover,0,"Return whether the material is a form of ground cover, e.g. Snow"
func_27284_f,setGroundCover,0,"Sets the material as a form of ground cover, e.g. Snow"
func_27286_d,renderRainSnow,0,Render rain and snow
func_27289_a,addField,0,
func_27290_a,addNode,0,
func_27300_b,withValue,0,
func_27301_a,aJsonFieldBuilder,0,
func_27302_c,buildValue,0,
func_27304_a,withKey,0,
func_27309_a,aJsonArray,0,
func_27310_a,aJsonNull,0,
func_27311_b,aJsonNumber,0,
func_27312_a,aJsonObject,0,
func_27313_b,aJsonTrue,0,
func_27314_c,aJsonFalse,0,
func_27315_a,aJsonArray,0,
func_27316_a,aJsonString,0,
func_27317_a,commaSeparate,0,
func_27318_b,formatMessage,0,
func_27319_a,jsonNodeDoesNotMatchPathElementsException,0,
func_27324_a,getShortFormFailPath,0,
func_27327_a,format,0,
func_27328_a,formatJsonNode,0,
func_27329_a,format,0,
func_27330_b,getRow,0,
func_27331_a,getColumn,0,
func_27332_a,updateCharacterAndLineCounts,0,
func_27333_c,read,0,
func_27334_a,unread,0,
func_27335_a,uncount,0,
func_27336_b,read,0,
func_27343_a,formatString,0,Formats the strings based on 'IStatStringFormat' interface.
func_27345_a,chainedJsonNodeSelector,0,
func_27352_a,chainOn,0,
func_27355_a,with,0,"Constructs a JsonNodeSelector consisting of this chained with the given JsonNodeSelector. For example, if we have JsonNodeSelectors for the first element of an array, and another that selects the second element of an array, and we chain them together in that order, we will get a selector that works on nested arrays, selecting the second element from an array stored in the first element of a parent array"
func_27356_a,matches,0,Determines whether this JsonNodeSelector can extract a value from the given JsonNode
func_27357_b,getValue,0,
func_27358_a,shortForm,0,
func_27361_a,getOneShotStat,0,
func_27366_a,parse,0,Parse the character stream from the specified Reader into a JsonRootNode object.
func_27367_a,parse,0,Parse the specified JSON String
func_27369_a,getMD5String,0,Gets the MD5 string
func_27374_a,init,0,A stub functions called to make the static initializer for this class run.
func_27393_p,getRainTime,0,Return the number of ticks until rain.
func_27394_b,setRaining,0,Sets whether it is raining or not.
func_27395_f,setRainTime,0,Sets the number of ticks until rain.
func_27396_m,isThundering,0,"Returns true if it is thundering, false otherwise."
func_27397_o,isRaining,0,"Returns true if it is raining, false otherwise."
func_27398_a,setThundering,0,Sets whether it is thundering or not.
func_27399_e,setThunderTime,0,Defines the number of ticks until next thunderbolt.
func_273_a,checkForBurnout,0,
func_27400_n,getThunderTime,0,Returns the number of ticks until next thunderbolt.
func_27407_b,syncStatsFileWithMap,0,
func_27414_e,getUnsentDataFile,0,
func_27416_a,setBusy,0,
func_27417_f,getUnsentTempFile,0,
func_27418_a,beginReceiveStats,0,Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy.
func_27419_g,getUnsentOldFile,0,
func_27424_a,beginSendStats,0,Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy.
func_27439_a,getEuclideanDistanceTo,0,"Returns the euclidean distance of the chunk coordinate to the x, y, z parameters passed."
func_27448_l,readNextNonWhitespaceChar,0,
func_27449_c,aFieldToken,0,
func_27450_k,hexadecimalNumber,0,
func_27451_b,nonNegativeNumberToken,0,
func_27452_i,stringToken,0,
func_27453_b,objectString,0,
func_27454_g,possibleExponent,0,
func_27455_a,arrayString,0,
func_27456_e,digitString,0,
func_27457_j,escapedStringChar,0,
func_27458_d,digitToken,0,
func_27459_a,numberToken,0,
func_27460_c,nonZeroDigitToken,0,
func_27461_h,possibleSign,0,
func_27462_f,possibleFractionalComponent,0,
func_27463_a,parse,0,
func_27464_d,aJsonValue,0,
func_274_i,isWaterNearby,0,"returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)"
func_275_h,isCropsNearby,0,"returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)"
func_279_b,isPowerProviderOrWire,0,"Returns true if the block coordinate passed can provide power, or is a redstone wire."
func_28001_B,startThreadCheckHasPaid,0,
func_28002_e,freeMemory,0,
func_28003_b,onMinecraftCrash,0,
func_28008_a,onUpdate,0,Called each tick as long the item is on a player inventory. Uses by maps to check if is on a player hand and update it's contents.
func_28009_b,onCreated,0,Called when item is crafted/smelted. Used only by maps so far.
func_28011_a,updateMapData,0,
func_28012_a,getMapData,0,
func_28013_a,getMPMapData,0,
func_28014_c,pushOutOfBlocks,0,"Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z"
func_28018_c,hasItemStack,0,Returns true if the specified ItemStack exists in the inventory.
func_28021_c,getItemIcon,0,Gets the Icon Index of the item currently held
func_28022_b,attackBlockedEntity,0,Used when an entity is close enough to attack but cannot be seen (Creeper de-fuse)
func_28027_d,isBlockTranslucent,0,
func_28028_i,initializeBlock,0,This method is called on a block after all other blocks gets already created. You can use it to reference and configure something on the block that needs the others ones.
func_28029_d,isBlockSolid,0,"Returns Returns true if the given side of this block type should be rendered (if it's solid or not), if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side"
func_28030_e,canPlaceBlockOnSide,0,checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
func_28031_n,setRequiresSelfNotify,0,Blocks with this attribute will not notify all near blocks when it's metadata change. The default behavior is always notify every neightbor block when anything changes.
func_28038_b_,ejectRecord,0,Ejects the current record inside of the jukebox.
func_28041_d,isTrapdoorOpen,0,
func_28042_a,onPoweredBlockChange,0,
func_28043_c,setBlockBoundsForBlockRender,0,
func_28061_d,loadChunkFromFile,0,"Attemps to load the chunk from the save file, returns null if the chunk is not available."
func_28062_b,saveChunkData,0,
func_28063_a,saveChunkExtraData,0,
func_28097_b,clearChatMessages,0,Clear all chat messages.
func_28099_a,getBrightness,0,
func_280_h,updateAndPropagateCurrentStrength,0,Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
func_28100_h,isBlockNormalCube,0,Indicate if a material is a normal solid opaque cube.
func_28101_b,getUniqueDataId,0,Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
func_28102_a,setItemData,0,"Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id."
func_28103_a,loadItemData,0,"Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid"
func_28104_m,getFullBlockLightValue,0,Does the same as getBlockLightValue_do but without checking if its not a normal block
func_28105_a,rayTraceBlocks_do_do,0,
func_28106_e,playAuxSFX,0,See description for func_28136_a.
func_28107_a,playAuxSFXAtEntity,0,See description for playAuxSFX.
func_28110_c,getTags,0,Returns all the values in the tagMap HashMap.
func_28111_d,getCloudHeight,0,the y level at which clouds are rendered.
func_28112_c,isSkyColored,0,
func_28113_a,getMapFileFromName,0,Gets the file location of the given map
func_28115_a,handleDoorChange,0,
func_28116_a,handleMapData,0,Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
func_28117_a,quitWithPacket,0,
func_28125_a,mergeItemStack,0,merges provided ItemStack with the first avaliable one in the container/player inventory
func_28126_h,isOpaque,0,Indicates if the material is translucent
func_28127_i,setTranslucent,0,Marks the material as translucent
func_28136_a,playAuxSFX,0,"Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc)."
func_28138_e,isTerminating,0,Gets whether the Network manager is terminating.
func_28139_a,wakeThreads,0,Wakes reader and writer threads
func_28140_f,getOutputStream,0,
func_28142_c,serverShutdown,0,Shuts down the server. (Only actually used on the server)
func_28147_a,getImageContents,0,
func_28148_b,getImageContentsAndAllocate,0,
func_28149_a,getTextureContents,0,
func_28150_a,createTextureFromBytes,0,
func_28152_a,getFoilageBiomeColorizer,0,
func_28153_a,updateAnimation,0,Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
func_28154_b,isStackEqual,0,
func_28156_b,setItemDamage,0,Sets the item damage of the ItemStack.
func_28157_a,renderMap,0,
func_28162_b,writeToNBT,0,"write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities"
func_28163_a,readFromNBT,0,reads in data from the NBTTagCompound into this MapDataBase
func_28164_a,markDirty,0,"Marks this MapDataBase dirty, to be saved to disk when the level next saves."
func_28165_a,setDirty,0,"Sets the dirty state of this MapDataBase, whether it needs saving to disk."
func_28166_b,isDirty,0,Whether this MapDataBase needs saving to disk.
func_28169_a,updateVisiblePlayers,0,Adds the player passed to the list of visible players and checks to see which players are visible
func_28171_a,updateMPMapData,0,Updates the client's map with information from other players in MP
func_28181_a,setGrassBiomeColorizer,0,
func_28182_a,setWaterBiomeColorizer,0,
func_28184_a,setData,0,"Assigns the given String id to the given MapDataBase, removing any existing ones of the same id."
func_28185_a,loadData,0,"Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid"
func_28186_a,getUniqueDataId,0,Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
func_28187_b,loadIdCounts,0,Loads the idCounts Map from the 'idcounts' file.
func_28188_a,saveAllData,0,Saves all dirty loaded MapDataBases to disk.
func_28189_a,saveData,0,Saves the given MapDataBase to disk.
func_28194_b,deleteDisplayLists,0,
func_28195_e,contract,0,Returns a bounding box that is inset by the specified amounts
func_28196_a,clearBoundingBoxes,0,
func_281_g,getMaxCurrentStrength,0,"Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength)"
func_28215_a,clearVectorList,0,Clears the vector list.
func_282_i,notifyWireNeighborsOfNeighborChange,0,"Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire."
func_283_a_,getBlockEntity,0,Returns the TileEntity used by this block.
func_284_h,setDefaultDirection,0,set a blocks direction
func_285_a,updateFurnaceBlockState,0,Update which block ID the furnace is using depending on whether or not it is burning
func_286_h,isThereANeighborChest,0,"Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z"
func_287_j,checkForHarden,0,"Forces lava to check to see if it is colliding with water, and then decide what it should harden to."
func_288_b,getFluidHeightPercent,0,"Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid."
func_289_b,getEffectiveFlowDecay,0,Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
func_290_h,getFlowDecay,0,"Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid."
func_291_e,getFlowVector,0,Returns a vector indicating the direction and intensity of fluid flow.
func_292_i,triggerLavaMixEffects,0,Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
func_295_l,blockBlocksFlow,0,Returns true if block at coords blocks fluids
func_296_f,getSmallestFlowDecay,0,"getSmallestFlowDecay(World world, intx, int y, int z, int currentSmallestFlowDecay) - Looks up the flow decay at the coordinates given and returns the smaller of this value or the provided currentSmallestFlowDecay. If one value is valid and the other isn't, the valid value will be returned. Valid values are >= 0. Flow decay is the amount that a liquid has dissipated. 0 indicates a source block."
func_297_k,getOptimalFlowDirections,0,Returns a boolean array indicating which flow directions are optimal based on each direction's calculated flow cost. Each array index corresponds to one of the four cardinal directions. A value of true indicates the direction is optimal.
func_298_m,liquidCanDisplaceBlock,0,Returns true if the block at the coordinates can be displaced by the liquid.
func_299_g,flowIntoBlock,0,"flowIntoBlock(World world, int x, int y, int z, int newFlowDecay) - Flows into the block at the coordinates and changes the block type to the liquid."
func_30002_h,isIndirectlyPowered,0,Returns true or false based on whether the block the torch is attached to is providing indirect power.
func_30003_j,updateFlow,0,Updates the flow for the BlockFlowing object.
func_30004_j,setNotStationary,0,Changes the block ID to that of an updating fluid.
func_30005_a,sendError,0,Sends the network manager an error
func_30010_b,copyItemStack,0,"Creates a copy of a ItemStack, a null parameters will return a null."
func_300_a,calculateFlowCost,0,"calculateFlowCost(World world, int x, int y, int z, int accumulatedCost, int previousDirectionOfFlow) - Used to determine the path of least resistance, this method returns the lowest possible flow cost for the direction of flow indicated. Each necessary horizontal flow adds to the flow cost."
func_301_k,isFlammable,0,Checks to see if the block is flammable.
func_303_h,checkBlockCoordValid,0,"Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus."
func_305_h,redundantCanPlaceBlockAt,0,"This method is redundant, check it out..."
func_31004_j,validate,0,validates a tile entity
func_31005_i,invalidate,0,invalidates a tile entity
func_31006_g,isInvalid,0,"returns true if tile entity is invalid, false otherwise"
func_31008_a,getProgress,0,Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
func_31009_d,getPistonOrientation,0,Returns the orientation of the piston as an int
func_31010_a,updatePushedObjects,0,
func_31011_l,clearPistonTileEntity,0,"removes a pistons tile entity (and if the piston is moving, stops it)"
func_31012_k,shouldRenderHead,0,
func_31013_d,getOffsetZ,0,
func_31014_c,getOffsetY,0,
func_31015_b,isExtending,0,Returns true if a piston is extending
func_31016_a,getStoredBlockID,0,
func_31017_b,getOffsetX,0,
func_31026_E,updateWanderPath,0,Time remaining during which the Animal is sped up and flees.
func_31027_a,dropBlockAsItem_do,0,Spawns EntityItem in the world for the given ItemStack if the world is not remote.
func_31028_l,setBlockUnbreakable,0,"This method will make the hardness of the block equals to -1, and the block is indestructible."
func_31029_h,getMobilityFlag,0,"Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons"
func_31030_b,getRenderColor,0,Returns the color this block should be rendered. Used by leaves.
func_31031_m,getHardness,0,Returns the block hardness.
func_31032_h,canPlaceTorchOn,0,Gets if we can place a torch on a block.
func_31034_c,getTileEntityAtLocation,0,gets the piston tile entity at the specified location
func_31035_a,getAxisAlignedBB,0,
func_31036_a,getTileEntity,0,gets a new TileEntityPiston created with the arguments provided.
func_31039_c,determineOrientation,0,gets the way this piston should face for that entity that placed it.
func_31040_i,getPistonExtensionTexture,0,Return the either 106 or 107 as the texture index depending on the isSticky flag. This will actually never get called by TileEntityRendererPiston.renderPiston() because TileEntityPiston.func_31012_k() will always return false.
func_31041_f,isIndirectlyPowered,0,checks the block to that side to see if it is indirectly powered.
func_31042_a,canPushBlock,0,returns true if the piston can push the specified block
func_31043_h,updatePistonState,0,handles attempts to extend or retract the piston.
func_31044_d,getOrientation,0,returns an int which describes the direction the piston faces
func_31045_h,canExtend,0,checks to see if this piston could push the blocks in front of it.
func_31046_e,isExtended,0,Determine if the metadata is related to something powered.
func_31047_i,tryExtend,0,attempts to extend the piston. returns false if impossible.
func_31050_c,getDirectionMeta,0,
func_31051_a,clearHeadTexture,0,
func_31052_a_,setHeadTexture,0,
func_31054_a,addTileEntity,0,
func_31060_l,setImmovableMobility,0,"This type of material can't be pushed, and pistons are blocked to move."
func_31061_i,isHarvestable,0,Returns true if material can be harvested by player.
func_31062_n,setNoHarvest,0,Disables the ability to harvest this material.
func_31063_k,setNoPushMobility,0,"This type of material can't be pushed, but pistons can move over it."
func_31064_j,getMaterialMobility,0,"Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons"
func_31069_a,cacheSpecialRenderInfo,0,Called from TileEntityRenderer.cacheSpecialRenderInfo() to cache render-related references (currently world only). Used by TileEntityRendererPiston to create and store a RenderBlocks instance in the blockRenderer field.
func_31070_a,renderPiston,0,
func_31072_a,cacheSpecialRenderInfo,0,Called from cacheActiveRenderInfo() to cache render-related references for TileEntitySpecialRenderers in specialRendererMap. Currently only the world reference from cacheActiveRenderInfo() is passed to this method.
func_31073_c,getFoliageColorBasic,0,
func_31074_b,renderPistonBase,0,renders a block as a piston base
func_31075_a,renderBlockAllFaces,0,Render all faces of a block
func_31076_a,renderPistonRodUD,0,Render piston rod up/down
func_31077_c,renderPistonRodEW,0,Render piston rod east/west
func_31078_d,renderPistonBaseAllFaces,0,Render all faces of the piston base
func_31079_a,renderPistonExtensionAllFaces,0,Render all faces of the piston extension
func_31080_c,renderPistonExtension,0,renders the pushing part of a piston
func_31081_b,renderPistonRodSN,0,Render piston rod south/north
func_310_a,setGraphicsLevel,0,"Pass true to draw this block using fancy graphics, or false for fast graphics."
func_311_a,onPoweredBlockChange,0,A function to open a door.
func_313_b,setDoorRotation,0,
func_314_h,canSnowStay,0,Checks if this snow block can stay at this location.
func_315_h,tryToFall,0,If there is space to fall below will start this block falling
func_316_a_,canFallBelow,0,Checks to see if the sand can fall into the block below it
func_317_e,insertRecord,0,Inserts the given record into the JukeBox.
func_318_h,setStateIfMobInteractsWithPlate,0,"Checks if there are mobs on the plate. If a mob is on the plate and it is off, it turns it on, and vice versa."
func_319_i,sparkle,0,The redstone ore sparkles.
func_320_h,glow,0,The redstone ore glows.
func_321_a,addIdClassMapping,0,Adds a two way mapping between the packet ID and packet class.
func_322_a,writePacketData,0,Abstract. Writes the raw packet data to the data stream.
func_323_a,processPacket,0,Passes this Packet on to the NetHandler for processing.
func_324_b,readPacket,0,"Read a packet, prefixed by its ID, from the data stream."
func_325_a,getNewPacket,0,Returns a new instance of the specified Packet class.
func_326_b,getPacketId,0,Returns the ID of this packet.
func_327_a,readPacketData,0,Abstract. Reads the raw packet data from the data stream.
func_328_a,writePacket,0,"Writes a packet, prefixed by its ID, to the data stream."
func_329_a,getPacketSize,0,Abstract. Return the size of the packet (not counting the header).
func_330_b,closeMinecraft,0,Called when Minecraft is closing down.
func_331_a,playStreaming,0,
func_335_a,onSoundOptionsChanged,0,Called when one of the sound level options has changed.
func_336_b,playSound,0,"Plays a sound. Args: soundName, x, y, z, volume, pitch"
func_337_a,playSoundFX,0,Plays a sound effect with the volume and pitch of the parameters passed. The sound isn't affected by position of the player (full volume and center balanced)
func_338_a,setListener,0,Sets the listener of sounds
func_339_d,tryToSetLibraryAndCodecs,0,"Tries to add the paulscode library and the relevant codecs. If it fails, the volumes (sound and music) will be set to zero in the options file."
func_340_a,loadSoundSettings,0,Used for loading sound settings from GameSettings
func_342_a,isBoundingBoxInFrustum,0,"Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false."
func_343_a,setPosition,0,
func_344_a,isBoxInFrustum,0,"Calls the clipping helper. Returns true if the box is inside all 6 clipping planes, otherwise returns false."
func_345_I,isEntityInsideOpaqueBlock,0,Checks if this entity is inside of an opaque block
func_346_d,setAngles,0,
func_347_a,setPosition,0,"Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box."
func_348_f,addVelocity,0,"Adds to the current velocity of the entity. Args: x, y, z"
func_349_c,moveEntity,0,"Tries to moves the entity by the passed in displacement. Args: x, y, z"
func_35002_a,placeDoorAtCurrentPosition,0,
func_35003_a,createTreasureChestAtCurrentPosition,0,
func_35004_a,buildComponent,0,"Initiates construction of the Structure Component picked, at the current Location of StructGen"
func_35005_b,fillCurrentPositionBlocksDownwards,0,"Overwrites air and liquids from selected position downwards, stops at hitting anything else."
func_35006_b,getZWithOffset,0,
func_35007_a,getBlockIdAtCurrentPosition,0,
func_35008_a,getYWithOffset,0,
func_35009_c,getMetadataWithOffset,0,"Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata"
func_35010_a,randomlyFillWithBlocks,0,"arguments: World worldObj, StructureBoundingBox structBB, Random rand, float randLimit, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int olaceBlockId, int replaceBlockId, boolean alwaysreplace"
func_35011_a,fillWithBlocks,0,"arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)"
func_35012_c,getComponentType,0,Returns the component type ID of this component.
func_35013_a,isLiquidInStructureBoundingBox,0,checks the entire StructureBoundingBox for Liquids
func_35014_a,randomlyPlaceBlock,0,Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
func_35015_a,randomlyRareFillWithBlocks,0,"arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace"
func_35016_b,clearCurrentPositionBlocksUpwards,0,Deletes all continuous blocks from selected position upwards. Stops at hitting air.
func_35017_a,getXWithOffset,0,
func_35018_a,placeBlockAtCurrentPosition,0,"current Position depends on currently set Coordinates mode, is computed here"
func_35019_a,fillTreasureChestWithLoot,0,
func_35020_a,findIntersecting,0,Discover if bounding box can fit within the current bounding box object.
func_35021_b,getBoundingBox,0,
func_35022_a,fillWithRandomizedBlocks,0,"arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector"
func_35023_a,addComponentParts,0,"second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences..."
func_35027_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35028_a,getNextComponentNormal,0,Gets the next component in any cardinal direction
func_35029_c,getNextComponentZ,0,Gets the next component in the +/- Z direction
func_35030_a,canStrongholdGoDeeper,0,returns false if the Structure Bounding Box goes below 10
func_35031_a,getRandomDoor,0,
func_35032_b,getNextComponentX,0,Gets the next component in the +/- X direction
func_35033_a,placeDoor,0,builds a door of the enumerated types (empty opening is a door)
func_35034_a,getStrongholdStairsComponent,0,"performs some checks, then gives out a fresh Stairs component"
func_35039_a,findValidPlacement,0,
func_35045_a,findValidPlacement,0,
func_35047_a,findValidPlacement,0,
func_35053_a,findValidPlacement,0,
func_35055_a,findValidPlacement,0,
func_35059_a,findValidPlacement,0,
func_35063_a,findValidPlacement,0,
func_35066_a,findValidPlacement,0,
func_35071_a,findValidPlacement,0,
func_35074_a,canVillageGoDeeper,0,
func_35075_b,getAverageGroundLevel,0,Discover the y coordinate that will serve as the ground level of the supplied BoundingBox. (A median of all the levels in the BB's horizontal rectangle).
func_35076_b,getNextComponentPP,0,"Gets the next village component, with the bounding box shifted +1 in the X and Z direction."
func_35077_a,getNextComponentNN,0,"Gets the next village component, with the bounding box shifted -1 in the X and Z direction."
func_35078_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35080_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35082_a,findValidPlacement,0,
func_35085_a,findValidPlacement,0,
func_35089_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35091_a,findValidPlacement,0,
func_35095_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35097_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35099_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_350_p,updateRidden,0,Handles updating while being ridden by an entity
func_35101_a,findValidPlacement,0,Trys to find a valid place to put this component.
func_35105_a,getWorldChunkManager,0,
func_35112_o,setInWeb,0,Sets the Entity inside a web block.
func_35113_c,setSprinting,0,Set sprinting switch for Entity.
func_35114_R,isEating,0,
func_35115_a,getBrightnessForRender,0,
func_35116_d,setEating,0,
func_35117_Q,isSprinting,0,Get if the Entity is sprinting.
func_35119_j_,getXpValue,0,Returns the XP value of this XP orb.
func_35120_i,getTextureByXP,0,Returns a number from 1 to 10 based on how much XP this orb is worth. This is used by RenderXPOrb to determine what texture to use.
func_35121_b,getXPSplit,0,Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
func_35141_y_,closeChest,0,
func_35142_x_,openChest,0,
func_35143_b,receiveClientEvent,0,"Called when a client event is received with the event number and argument, see World.sendClientEvent"
func_35144_b,updateContainingBlockInfo,0,"Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check"
func_35147_g,checkForAdjacentChests,0,Performs the check for adjacent chests to determine if this chest is double or not.
func_35157_d,hasItem,0,Get if a specifiied item id is inside the inventory.
func_35158_d,onFinishedPotionEffect,0,
func_35159_aC,getRenderSizeModifier,0,Returns render size modifier
func_35160_a,isPotionActive,0,
func_35161_c,onChangedPotionEffect,0,
func_35162_ad,isBlocking,0,
func_35163_av,isPlayer,0,Only use is to identify if class is an instance of player for experience dropping
func_35164_b,onNewPotionEffect,0,
func_35165_a,addPotionEffect,0,adds a PotionEffect to the entity
func_35166_t_,getSpeedModifier,0,"This method returns a value to be applied directly to entity speed, this factor is less than 1 when a slowdown potion effect is applied, more than 1 when a haste potion effect is applied and 2 for fleeing entities."
func_35167_b,getActivePotionEffect,0,"returns the PotionEffect for the supplied Potion if it is active, null otherwise."
func_35175_b,attackEntityAsMob,0,
func_35176_r,getCarried,0,Get the id of the block an enderman carries
func_35177_b,setCarried,0,Set the id of the block an enderman carries
func_35178_q,teleportRandomly,0,Teleport the enderman to a random nearby position
func_35179_a_,teleportTo,0,Teleport the enderman
func_35180_s,getCarryingData,0,Get the metadata of the block an enderman carries
func_35181_c,setCarryingData,0,Set the metadata of the block an enderman carries
func_35182_c,teleportToEntity,0,Teleport the enderman to another entity
func_35183_c,shouldAttackPlayer,0,Checks to see if this enderman should be attacking this player
func_35188_k_,spiderScaleAmount,0,How large the spider should be scaled.
func_35190_e,canPlayerEdit,0,
func_35191_at,getFoodStats,0,Returns the player's FoodStats object.
func_35192_aa,getItemInUseDuration,0,gets the duration for how long the current itemInUse has been in use
func_35193_as,xpBarCap,0,"This method returns the cap amount of experience that the experience bar can hold. With each level, the experience cap on the player's experience bar is raised by 10."
func_35194_au,shouldHeal,0,Checks if the player's health is not full and not zero.
func_35195_X,getItemInUse,0,returns the ItemStack containing the itemInUse
func_35196_Z,isUsingItem,0,"Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton"
func_35197_b,canEat,0,
func_35198_d,addExhaustion,0,increases exhaustion level by supplied amount
func_35199_b,setItemInUse,0,"sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration"
func_351_a,moveFlying,0,Used in both water and by flying objects
func_35200_b,onCriticalHit,0,Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
func_35201_a,updateItemUse,0,Plays sounds and makes particles for item in use state
func_35202_aE,getSwingSpeedModifier,0,Returns the swing speed modifier
func_35203_aG,increaseLevel,0,This method increases the player's experience level by one.
func_35204_c,addExperience,0,This method increases the player's current amount of experience.
func_35205_Y,getItemInUseCount,0,Returns the item in use count
func_35206_ab,stopUsingItem,0,
func_35207_ac,clearItemInUse,0,
func_35208_ae,onItemUseFinish,0,"Used for when item use count runs out, ie: eating completed"
func_35219_c,setXPStats,0,"Sets the current XP, total XP, and level number."
func_35220_u_,getFOVMultiplier,0,Gets the player's field of view multiplier. (ex. when flying)
func_35265_a,generateVines,0,Generates vines at the given position until it hits a block.
func_35267_a,getIntCache,0,
func_35268_a,resetIntCache,0,Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
func_35274_i,getBlockColor,0,
func_35275_c,getMixedBrightnessForBlock,0,"Goes straight to getLightBrightnessForSkyBlocks for Blocks, does some fancy computing for Fluids"
func_35276_e,getAmbientOcclusionLightValue,0,Returns the default ambient occlusion value based on block opacity
func_35291_d,isFenceGateOpen,0,Returns if the fence gate is open according to its metadata.
func_35293_c,fertilizeMushroom,0,Fertilize the mushroom.
func_35294_i,fertilizeStem,0,
func_35295_j,getGrowthModifier,0,
func_35298_d,canThisPaneConnectToThisBlockID,0,Gets passed in the blockID of the block adjacent and supposed to return true if its allowed to connect to the type of blockID passed in. Args: blockID
func_35299_s,getSideTextureIndex,0,Returns the texture index of the thin side of the pane.
func_352_a,writeEntityToNBT,0,(abstract) Protected helper method to write subclass entity data to NBT.
func_35301_h,canVineStay,0,Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
func_35302_d,canBePlacedOn,0,returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
func_35303_f,canConnectFenceTo,0,Returns true if the specified block can be connected by a fence
func_35304_f,getMetadataForBlockType,0,Returns the metadata to use when a Silverfish hides in the block. Sets the block to BlockSilverfish with this metadata. It changes the displayed texture client side to look like a normal block.
func_35305_d,getPosingIdByMetadata,0,Gets the blockID of the block this block is pretending to be according to this block's metadata.
func_35306_h,unifyAdjacentChests,0,Turns the adjacent chests to a double chest.
func_35309_a,handleMouseClick,0,
func_35310_g,getInventory,0,Returns the creative inventory
func_35315_i,getLocalizedGameMode,0,Gets the localized GameMode
func_35320_a,getServerList,0,Return the List of ServerNBTStorage objects
func_35321_g,getLock,0,Get lock object for use with synchronized()
func_35322_a,joinServer,0,Join server by slot index
func_35323_q,saveServerList,0,Save the server list to servers.dat
func_35324_p,loadServerList,0,Load the server list from servers.dat
func_35326_a,setSelectedServer,0,Set index of the currently selected server
func_35327_a,setTooltipText,0,Sets a GUI's lag tooltip text.
func_35328_b,pollServer,0,"Poll server for MOTD, lag, and player count/max"
func_35329_c,getButtonSelect,0,Return buttonSelect GuiButton
func_35330_a,joinServer,0,Join server by ServerNBTStorage
func_35331_n,incrementThreadsPending,0,Increment number of outstanding ThreadPollServers threads by 1
func_35332_b,joinServer,0,Join server by slot index (called on double click from GuiSlotServer)
func_35333_b,getSelectedServer,0,Return index of the currently selected server
func_35334_d,getButtonEdit,0,Return buttonEdit GuiButton
func_35335_o,decrementThreadsPending,0,Decrement number of outstanding ThreadPollServers threads by 1
func_35336_a,pollServer,0,"Poll server for MOTD, lag, and player count/max"
func_35337_c,initGuiControls,0,Populate the GuiScreen controlList
func_35338_m,getThreadsPending,0,Return number of outstanding ThreadPollServers threads
func_35339_e,getButtonDelete,0,Return buttonDelete GuiButton
func_35354_a,rotateAndBlurSkybox,0,Rotate and blurs the skybox view in the main menu
func_35355_b,drawPanorama,0,Draws the main menu panorama
func_35356_c,renderSkybox,0,Renders the skybox in the main menu
func_35373_b,retrySlotClick,0,
func_35374_a,scrollTo,0,Updates the gui slots ItemStack's based on scroll position.
func_35376_a,renderTileEntityChestAt,0,Renders the TileEntity for the chest at a position.
func_35391_d,dropChunk,0,Drops the specified chunk.
func_353_a,interact,0,"Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig."
func_35402_a,renderAll,0,This method renders out all parts of the chest model.
func_35411_c,getMaxItemUseDuration,0,How long it takes to use or consume an item
func_35412_b,getItemUseAction,0,returns the action that specifies what animation to play when the items is being used
func_35413_b,onFoodEaten,0,
func_35414_a,onPlayerStoppedUsing,0,"called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount"
func_35424_o,setAlwaysEdible,0,"Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat."
func_35425_a,setPotionEffect,0,"sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening"
func_35426_m,getSaturationModifier,0,gets the saturationModifier of the ItemFood
func_35434_a,placeDoorBlock,0,
func_35435_b,getBlockID,0,Returns the blockID for this Item
func_35441_a,renderEyes,0,Render the endermans eyes
func_35442_a,renderEnderman,0,Renders the enderman
func_35443_a,renderCarrying,0,Render the block an enderman is carrying
func_35446_a,scaleSpider,0,
func_35447_a,getSilverfishDeathRotation,0,Return the silverfish's maximum death rotation.
func_35448_a,renderSilverfish,0,Renders the silverfish.
func_35449_a,shouldSilverfishRenderPass,0,Disallows the silverfish to render the renderPassModel.
func_35451_b,getLightBrightnessForSkyBlocks,0,Any Light rendered on a 1.8 Block goes through here
func_35453_b,getSpecialBlockBrightness,0,is only used on stairs and tilled fields
func_35454_a,getSkyBlockTypeBrightness,0,Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
func_35455_a,markTileEntityForDespawn,0,adds tile entity to despawn list (renamed from markEntityForDespawn)
func_35456_d,getCelestialAngleRadians,0,Return getCelestialAngle()*2*PI
func_35457_a,getSkyBlockTypeBrightness,0,Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
func_35458_d,computeBlockLightValue,0,
func_35459_c,updateLightByType,0,
func_35460_a,computeSkyLightValue,0,
func_35461_e,getPrecipitationHeight,0,Gets the height to which rain/snow will fall. Calculates it if not already stored.
func_35462_u,setRandomSeed,0,puts the World Random seed to a specific state dependant on the inputs
func_35463_p,updateAllLightTypes,0,
func_35474_f,getIntTemperature,0,Gets an integer representation of this biome's temperature
func_35475_a,createBiomeDecorator,0,Allocate a new BiomeDecorator for this BiomeGenBase
func_35476_e,getIntRainfall,0,Gets an integer representation of this biome's rainfall
func_35477_a,decorate,0,
func_35478_a,setTemperatureRainfall,0,Sets the temperature and rainfall of this biome.
func_35479_b,setMinMaxHeight,0,Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
func_35496_b,initWorldGenSeed,0,Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
func_35498_a,nextInt,0,"returns a LCG pseudo random number from [0, x). Args: int x"
func_35499_a,initChunkSeed,0,"Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates."
func_354_B,isEntityAlive,0,Checks whether target entity is alive.
func_35500_a,getInts,0,"Returns a list of integer values generated by this layer. These may be interpreted as temperatures, rainfall amounts, or biomeList[] indices based on the particular GenLayer subclass."
func_35510_b,choose,0,randomly choose between the four args
func_35511_a,choose,0,randomly choose between the two args
func_35516_a,choose,0,Chooses one of the two inputs randomly.
func_35518_a,getSeed,0,Returns the seed for the world.
func_35519_b,getGameType,0,Returns the world game type.
func_35520_c,isMapFeaturesEnabled,0,Get whether the map features (e.g. strongholds) generation is enabled or disabled.
func_35524_a,causeThrownDamage,0,
func_35525_a,causeMobDamage,0,
func_35526_e,getSourceOfDamage,0,
func_35527_a,causePlayerDamage,0,returns an EntityDamageSource of type player
func_35528_f,setDamageBypassesArmor,0,
func_35529_d,canHarmInCreative,0,
func_35530_a,causeFireballDamage,0,returns EntityDamageSourceIndirect of a fireball
func_35531_g,setDamageAllowedInCreativeMode,0,
func_35532_a,getEntity,0,
func_35533_c,getHungerDamage,0,How much satiate(food) is consumed by this DamageSource
func_35534_b,isUnblockable,0,
func_35535_a,causeArrowDamage,0,returns EntityDamageSourceIndirect of an arrow
func_35555_a,getBiomeGenAt,0,"Return a list of biomes for the specified blocks. Args: listToReuse, x, y, width, length, cacheFlag (if false, don't check biomeCache to avoid infinite loop in BiomeCacheBlock)"
func_35556_a,findBiomePosition,0,"Finds a valid position within a range, that is once of the listed biomes."
func_35557_b,getBiomesForGeneration,0,Returns an array of biomes for the location input.
func_35559_a,getBiomesToSpawnIn,0,Gets the list of valid biomes for the player to spawn in.
func_35560_b,getRainfall,0,"Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length."
func_35561_b,cleanupCache,0,Calls the WorldChunkManager's biomeCache.cleanupCache()
func_35562_a,areBiomesViable,0,checks given Chunk's Biomes against List of allowed ones
func_35566_f,getHashCode,0,public method to get the hashed key(hashCode)
func_35567_b,resizeTable,0,resizes the table
func_35568_g,getHashedKey,0,returns the hashed key given the original key
func_35569_c,getEntry,0,
func_35570_a,createKey,0,creates the key in the hash table
func_35571_a,hash,0,the hash function
func_35572_e,removeKey,0,removes the key from the hash linked list
func_35573_a,getHashIndex,0,gets the index in the hash given the array length and the hashed key
func_35574_d,remove,0,calls the removeKey method and returns removed object
func_35575_b,containsItem,0,
func_35576_a,getNumHashElements,0,
func_35577_a,add,0,Add a key-value pair.
func_35578_a,getValueByKey,0,get the value from the map given the key
func_35579_a,copyHashTableTo,0,copies the hash table to the specified array
func_35585_a,getNextComponent,0,
func_35586_a,getRandomComponent,0,
func_35587_b,getNextMineShaftComponent,0,
func_35588_a,getTreasurePieces,0,
func_35598_a,getRandomIntegerInRange,0,
func_35599_c,floor_double_long,0,Long version of floor_double
func_355_a,dealFireDamage,0,Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
func_35602_a,canSpawnMoreVillagePiecesOfType,0,
func_35603_a,canSpawnMoreVillagePieces,0,
func_35612_b,dotProduct,0,
func_35613_a,canSpawnMoreStructuresOfType,0,
func_35614_a,canSpawnMoreStructures,0,
func_35620_b,write,0,
func_35621_a,safeWrite,0,
func_35622_a,read,0,
func_35626_a,generateRavine,0,
func_35628_a,canSpawnStructureAtCoords,0,
func_35629_a,generateStructuresInChunk,0,Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
func_35630_b,getStructureStart,0,
func_35636_i,extendedReach,0,true for hitting entities far away.
func_35637_a,sendSlotPacket,0,Used in PlayerControllerMP to update the server with an ItemStack in a slot.
func_35638_c,onStoppedUsingItem,0,
func_35640_h,isInCreativeMode,0,returns true if player is in creative mode
func_35641_g,isNotCreative,0,"Checks if the player is not creative, used for checking if it should break a block instantly"
func_35644_a,clickBlockCreative,0,"Called from a PlayerController when the player is hitting a block with an item in Creative mode. Args: Minecraft instance, player controller, x, y, z, side"
func_35645_e,disableAbilities,0,Disables creative abilities to the player.
func_35646_d,enableAbilities,0,Enables creative abilities to the player
func_35648_a,setCreative,0,
func_35651_a,getBiomeGenAt,0,"Returns the BiomeGenBase related to the x, z position from the cache block."
func_35660_a,isReady,0,checks if Potion effect is ready to be applied this tick.
func_35661_a,setPotionName,0,Set the potion name.
func_35662_a,performEffect,0,
func_35698_e,getNextComponentVillagePath,0,
func_35699_a,getVillageComponentFromWeightedPiece,0,
func_35700_c,getNextVillageComponent,0,attempts to find a next Village Component to be spawned
func_35701_b,getNextStructureComponentVillagePath,0,
func_35702_d,getNextVillageStructureComponent,0,"attempts to find a next Structure Component to be spawned, private Village function"
func_35703_a,getAvailablePieceWeight,0,
func_35704_a,getNextStructureComponent,0,attempts to find a next Structure Component to be spawned
func_35705_a,getStructureVillageWeightedPieceList,0,
func_35706_a,selectBlocks,0,picks Block Ids and Metadata (Silverfish)
func_35707_a,getSelectedBlockId,0,
func_35708_b,getSelectedBlockMetaData,0,
func_35711_a,generateStructure,0,Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
func_35712_a,getBoundingBox,0,
func_35713_a,markAvailableHeight,0,"offsets the structure Bounding Boxes up to a certain height, typically 63 - 10"
func_35714_b,updateBoundingBox,0,Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
func_35715_c,isSizeableStructure,0,"currently only defined for Villages, returns true if Village has more than 2 non-road components"
func_35719_f,getGameType,0,
func_35721_a,getChunkManager,0,Get the world chunk manager object for a biome list.
func_35723_d,getCachedBiomes,0,Returns the array of cached biome types in the BiomeCacheBlock at the given location.
func_35724_a,cleanupCache,0,Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
func_35725_a,getBiomeGenAt,0,"Returns the BiomeGenBase related to the x, z position from the cache."
func_35726_e,getBiomeCacheBlock,0,Returns a biome cache block at location specified.
func_35732_a,getRandomItem,0,"Returns a random choice from the input array of items, with a total weight value."
func_35733_a,getRandomItem,0,Returns a random choice from the input items.
func_35734_a,getRandomItem,0,"Returns a random choice from the input items, with a total weight value."
func_35735_a,getRandomItem,0,Returns a random choice from the input items.
func_35736_a,getTotalWeight,0,Returns the total weight of all items in a collection.
func_35737_a,getTotalWeight,0,Returns the total weight of all items in a array.
func_35738_b,expandTo,0,Expands a bounding box's dimensions to include the supplied bounding box.
func_35739_d,getZSize,0,Returns length of a bounding box
func_35740_a,intersectsWith,0,Returns whether the given bounding box intersects with this one. Args: structureboundingbox
func_35741_a,getNewBoundingBox,0,returns a new StructureBoundingBox with MAX values
func_35742_b,isVecInside,0,Returns true if block is inside bounding box
func_35743_c,getYSize,0,Returns height of a bounding box
func_35744_b,getXSize,0,Returns width of a bounding box
func_35745_a,offset,0,"Offsets the current bounding box by the specified coordinates. Args: x, y, z"
func_35746_a,intersectsWith,0,Discover if a coordinate is inside the bounding box area.
func_35747_a,getComponentToAddBoundingBox,0,used to project a possible new component Bounding Box - to check if it would cut anything already spawned
func_35760_d,getSaturationLevel,0,Get the player's food saturation level.
func_35761_a,addStats,0,Eat some food.
func_35762_a,addExhaustion,0,adds input to foodExhaustionLevel to a max of 40
func_35763_b,writeNBT,0,Writes food stats to an NBT object.
func_35764_a,setFoodLevel,0,
func_35765_a,getFoodLevel,0,Get the player's food level.
func_35766_a,readNBT,0,Reads food stats from an NBT object.
func_35767_b,setFoodSaturationLevel,0,
func_35768_a,onUpdate,0,Handles the food game logic.
func_35769_b,getPrevFoodLevel,0,
func_35770_c,needFood,0,If foodLevel is not max.
func_35771_a,addStats,0,"Args: int foodLevel, float foodSaturationModifier"
func_35777_a,handleExperience,0,Handle an experience packet.
func_35778_a,handleEntityExpOrb,0,Handle a entity experience orb packet.
func_35779_a,handlePlayerInfo,0,Handle a player information packet.
func_35780_a,handleEntityEffect,0,Handle an entity effect packet.
func_35781_a,handleCreativeSetSlot,0,Handle a creative slot packet.
func_35782_a,handleServerPing,0,Handle a server ping packet.
func_35783_a,handleRemoveEntityEffect,0,Handle a remove entity effect packet.
func_35784_a,handleKeepAlive,0,Handle a keep alive packet.
func_35788_a,createServerNBTStorage,0,Factory method to create ServerNBTStorage object from a NBTTagCompound
func_35789_a,getCompoundTag,0,Return a new NBTTagCompound representation of this ServerNBTStorage
func_35796_a,combine,0,merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
func_35797_d,deincrementDuration,0,
func_35798_a,onUpdate,0,
func_35799_a,getPotionID,0,Retrieve the ID of the potion this effect matches.
func_357_b,readEntityFromNBT,0,(abstract) Protected helper method to read subclass entity data from NBT.
func_35800_b,performEffect,0,
func_35801_c,getAmplifier,0,
func_35802_b,getDuration,0,
func_35806_b,enableLightmap,0,Enable lightmap in secondary texture unit
func_35807_d,updateTorchFlicker,0,Recompute a random value that is applied to block color in updateLightmap()
func_35808_e,updateLightmap,0,
func_35809_c,updateFovModifierHand,0,Update FOV modifier hand
func_35810_a,disableLightmap,0,Disable secondary texture unit used by lightmap
func_35829_b,getValue,0,
func_35830_a,getKey,0,
func_35835_b,setBrightness,0,
func_35839_k,updateSkylight_do,0,Runs delayed skylight updates.
func_35840_c,getPrecipitationHeight,0,Gets the height to which rain/snow will fall. Calculates it if not already stored.
func_35841_j,updateSkylight,0,"Checks whether skylight needs updated; if it does, calls updateSkylight_do"
func_35842_d,updateSkylightNeighborHeight,0,
func_35843_a,populateChunk,0,
func_35847_b,getNextComponent,0,
func_35848_c,getNextValidComponent,0,
func_35849_a,prepareStructurePieces,0,sets up Arrays with the Structure pieces and their weights
func_35850_a,getNextValidComponentAccess,0,
func_35851_a,getStrongholdComponentFromWeightedPiece,0,translates the PieceWeight class to the Component class
func_35852_b,getStrongholdStones,0,
func_35853_c,canAddStructurePieces,0,
func_35858_b,containsItem,0,Return true if an object is associated with the given key
func_35859_c,lookupEntry,0,Returns the key/object mapping for a given key as a MCHashEntry
func_35860_b,getKeySet,0,Return the Set of all keys stored in this MCHash object
func_35862_a,onPlayerStoppedUsing,0,"Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount"
func_35863_b,onFoodEaten,0,
func_35864_a,loadItemStackFromNBT,0,
func_35865_n,getItemUseAction,0,
func_35866_m,getMaxItemUseDuration,0,
func_35880_a,generateOres,0,Generates ores in the current chunk
func_35881_a,decorate,0,Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
func_35882_b,decorate,0,The method that does the work of actually decorating chunks
func_35883_b,genStandardOre2,0,Standard ore generation helper. Generates Lapis Lazuli.
func_35884_a,genStandardOre1,0,Standard ore generation helper. Generates most ores.
func_358_c,addEntityID,0,adds the ID of this entity to the NBT given
func_35917_r,isMapFeaturesEnabled,0,Get whether the map features (e.g. strongholds) generation is enabled or disabled.
func_35918_q,getGameType,0,"Get the game type, 0 for survival, 1 for creative."
func_35922_a,renderBlockPane,0,
func_35923_a,renderBlockFenceGate,0,Render block fence gate
func_35924_c,getAoBrightness,0,Get ambient occlusion brightness
func_35925_a,renderBlockFence,0,
func_35926_a,renderBlockStemBig,0,Render block stem big
func_35928_a,renderBlockStemSmall,0,Render block stem small
func_35929_i,renderBlockVine,0,Render block vine
func_35930_l,renderBlockCrops,0,Render block crops
func_35957_a,performWorldGenSpawning,0,Called during chunk generation to spawn initial creatures.
func_35958_d,unpressKey,0,
func_35959_a,unPressAllKeys,0,
func_35960_a,onTick,0,
func_35961_b,resetKeyBindingArrayAndHash,0,
func_35962_c,isPressed,0,
func_35963_a,setKeyBindState,0,
func_35968_a,setTextureSize,0,Returns the model renderer with the new texture parameters.
func_35969_a,addChild,0,Sets the current box's rotation points and rotation angles to another box.
func_359_G,handleLavaMovement,0,Whether or not the current entity is in lava
func_36000_g,updatePotionEffects,0,
func_36001_a,getExperiencePoints,0,Get the experience points the entity currently has.
func_36002_f,removePotionEffect,0,input is the potion id to remove from the current active potion effects
func_360_d,getDistanceSq,0,"Gets the squared distance to the position. Args: x, y, z"
func_361_e,getDistance,0,"Gets the distance to the position. Args: x, y, z"
func_363_d,writeToNBT,0,Save the entity to NBT (calls an abstract helper method to write extra data)
func_364_b,addToPlayerScore,0,"Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd"
func_365_c,setLocationAndAngles,0,Sets the location and Yaw/Pitch of an entity in the world
func_366_i_,updateRiderPosition,0,
func_367_b,dropItem,0,"Drops an item stack at the entity's position. Args: itemID, count"
func_368_e,readFromNBT,0,Reads the entity from NBT (calls an abstract helper method to read specialized data)
func_370_e_,onUpdate,0,Called to update the entity's position/logic.
func_371_a,setSize,0,"Sets the width and height of the entity. Args: width, height"
func_372_f_,getBoundingBox,0,returns the bounding box for this entity
func_373_s,getEyeHeight,0,
func_374_q,preparePlayerToSpawn,0,Keeps moving the entity up so it isn't colliding with blocks and other requirements for this entity to be spawned (only actually used on players though its also on Entity)
func_375_a,newDoubleNBTList,0,creates a NBT list from the array of doubles passed to this function
func_376_c,setRotation,0,Sets the rotation of the entity
func_377_a,newFloatNBTList,0,Returns a new NBTTagList filled with the specified floats
func_378_a,setPositionAndRotation2,0,"Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX, posY, posZ, yaw, pitch"
func_379_d,getDistanceToEntity,0,Returns the distance to the entity. Args: entity
func_380_f,applyEntityCollision,0,Applies a velocity to each of the entities pushing them away from each other. Args: entity
func_381_o,isSneaking,0,Returns if this entity is sneaking.
func_382_a,getBrightness,0,Gets how bright this entity is.
func_383_b_,getCollisionBox,0,"Returns a boundingBox used to collide the entity with other entities and blocks. This enables the entity to be pushable on contact, like boats or minecarts."
func_384_a,isInRangeToRenderDist,0,Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
func_385_d_,canBePushed,0,Returns true if this entity should push and be pushed by other entities when colliding.
func_387_e,getDistanceSqToEntity,0,Returns the squared distance to the entity. Args: entity
func_388_v,getYOffset,0,Returns the Y Offset of this entity.
func_389_H,getEntityString,0,Returns the string that identifies this Entity's class
func_390_a,isInRangeToRenderVec3D,0,Checks using a Vec3d to determine if this entity is within range of that vector to be rendered. Args: vec3D
func_391_y,onEntityUpdate,0,Gets called every tick from main Entity class
func_392_h_,getShadowSize,0,
func_393_a,isInsideOfMaterial,0,Checks if the current block the entity is within of the specified material type
func_394_a,dropItemWithOffset,0,"Drops an item stack with a specified y offset. Args: itemID, count, yOffset"
func_395_F,setDead,0,Will get destroyed next tick.
func_396_a,attackEntityFrom,0,Called when the entity is attacked.
func_397_g_,handleWaterMovement,0,Returns if this entity is in water and will end up adding the waters velocity to the entity
func_398_a,setWorld,0,Sets the reference to the World object.
func_399_b,setPositionAndRotation,0,"Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch"
func_40001_x,runGameLoop,0,Called repeatedly from run()
func_40002_b,exitToMainMenu,0,"Unloads the current world, and displays a String while waiting"
func_40003_b,updateDebugProfilerName,0,Update debugProfilerName in response to number keys in debug screen
func_40008_a_,getCenter,0,
func_40010_a,findValidPlacement,0,
func_40014_a,findValidPlacement,0,
func_40016_c,getNextComponentZ,0,Gets the next component in the +/- Z direction
func_40017_a,getTotalWeight,0,
func_40018_a,getNextComponent,0,Finds a random component to tack on to the bridge. Or builds the end.
func_40019_b,getNextComponentX,0,Gets the next component in the +/- X direction
func_40020_a,getNextComponent,0,
func_40021_a,isAboveGround,0,Checks if the bounding box's minY is > 10
func_40022_a,getNextComponentNormal,0,Gets the next component in any cardinal direction
func_40025_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40026_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40028_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40029_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40030_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40031_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40032_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40033_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40038_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40039_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40040_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40041_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40042_a,createValidComponent,0,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40043_a,getVillagerType,0,"Returns the villager type to spawn in this component, based on the number of villagers already spawned."
func_40044_a,spawnVillagers,0,"Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers"
func_40045_B,extinguish,0,Removes fire from entity.
func_40046_d,setFire,0,"Sets entity to burn for x amount of seconds, cannot lower amount of existing fire."
func_40047_D,isImmuneToFire,0,
func_40048_X,getParts,0,Return the Entity parts making up this Entity (currently only for dragons)
func_40049_b,setBrewTime,0,
func_40050_o,canBrew,0,
func_40051_b,getPotionResult,0,The result of brewing a potion of the specified damage value with an ingredient itemstack.
func_40052_p,brewPotions,0,
func_40053_g,getBrewTime,0,
func_40054_n,getFilledSlots,0,returns an integer with each bit specifying wether that slot of the stand contains a potion
func_40076_a,setThrowableHeading,0,"Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction."
func_40078_a,onImpact,0,Called when this EntityThrowable hits a block or entity.
func_4007_a,displayUnexpectedThrowable,0,Displays an unexpected error that has come up during the game.
func_40088_g,getPotionDamage,0,Returns the damage value of the thrown potion that this EntityPotion represents.
func_40097_b,setRBGColorF,0,
func_40098_n,getRedColorF,0,
func_40099_c,setParticleTextureIndex,0,Public method to set private field particleTextureIndex.
func_4009_a,setRenderManager,0,Sets the RenderManager.
func_400_c,fall,0,Called when the mob is falling. Calculates and applies fall damage.
func_40100_q,getParticleTextureIndex,0,
func_40101_o,getGreenColorF,0,
func_40102_p,getBlueColorF,0,
func_40112_aN,clearActivePotions,0,
func_40113_j,setPositionAndUpdate,0,"Move the entity to the coordinates informed, but keep yaw/pitch values."
func_40114_aH,getHealth,0,
func_40115_d,applyArmorCalculations,0,"Reduces damage, depending on armor"
func_40116_f,decreaseAirSupply,0,Decrements the entity's air supply when underwater
func_40117_c,getMaxHealth,0,
func_40118_aO,getActivePotionEffects,0,
func_40119_ar,getTotalArmorValue,0,Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
func_4011_a,doRenderFishHook,0,Actually renders the fishing line and hook
func_40120_m_,onDeathUpdate,0,"handles entity death timer, experience orb and particle creation"
func_40121_k,setEntityHealth,0,
func_40122_aP,isEntityUndead,0,Returns true if this entity is undead.
func_40123_ac,getSoundPitch,0,Gets the pitch of living sounds in living entities.
func_40124_t,getCreatureAttribute,0,Get this Entity's EnumCreatureAttribute
func_40125_g,damageArmor,0,
func_40126_a,isPotionApplicable,0,
func_40127_l,isChild,0,"If Animal, checks if the age timer is negative"
func_40128_b,applyPotionDamageCalculations,0,"Reduces damage, depending on potions"
func_4012_a,doRenderFireball,0,
func_40132_ae,createInstance,0,
func_40135_ac,getSlimeParticle,0,Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
func_4013_a,setRenderPassModel,0,Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model
func_40143_a,isWheat,0,Checks if the parameter is an wheat item.
func_40144_b,procreate,0,Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
func_40145_a,spawnBabyAnimal,0,This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
func_40147_Y,isValidLightLevel,0,Checks to make sure the light is not too bright where the mob is spawning
func_40148_a,setBesideClimbableBlock,0,"Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false."
func_40149_l_,isBesideClimbableBlock,0,Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
func_40155_e,superAttackFrom,0,"Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden"
func_40156_a,attackEntityFromPart,0,
func_40158_a,destroyBlocksInAABB,0,Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
func_40159_b,simplifyAngle,0,Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
func_4015_a,renderSpecials,0,Method for adding special render rules
func_40160_a,getMovementOffsets,0,"Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, always 0. Parameters: buffer index offset, partial ticks."
func_4016_e,setFull3D,0,Sets bFull3D to True and return the object.
func_4017_a,isFull3D,0,Returns True is the item is renderer in full 3D when hold.
func_40180_a,displayGUIBrewingStand,0,Displays the GUI for interacting with a brewing stand.
func_40181_c,displayGUIEnchantment,0,
func_40182_b,travelToTheEnd,0,
func_40183_c,onEnchantmentCritical,0,
func_40184_i,removeExperience,0,"Decrease the player level, used to pay levels for enchantments on items at enchanted table."
func_40186_c,readNBTTagCompound,0,Reads a compressed NBTTagCompound from the InputStream
func_40187_b,readItemStack,0,Reads a ItemStack from the InputStream
func_40188_a,writeItemStack,0,"Writes the ItemStack's ID (short), then size (byte), then damage. (short)"
func_40189_a,writeNBTTagCompound,0,Writes a compressed NBTTagCompound to the OutputStream
func_4018_a,canHarvestBlock,0,Returns if the item (tool) can harvest results from the block type.
func_40195_b,copy,0,Creates a clone of the tag.
func_40196_b,getTag,0,gets a generic tag with the specified name
func_40198_a,quantityDroppedWithBonus,0,Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
func_4019_b,useItemOnEntity,0,Called when a player right clicks a entity with a item.
func_401_c_,canBeCollidedWith,0,Returns true if other Entities should be prevented from moving through this Entity.
func_4020_a,getDamageVsEntity,0,Returns the damage against a given entity.
func_40212_d,isEnderEyeInserted,0,checks if an ender eye has been inserted into the frame block. parameters: metadata
func_40218_g,displayDebuffEffects,0,Displays debuff/potion effects that are currently being applied to the player
func_4021_a,hitEntity,0,Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
func_4022_a,setIconIndex,0,Sets the icon index for this item. Returns the item.
func_40233_a,enchantItem,0,enchants the item on the table using the specified slot; also deducts XP from player
func_4023_b,shouldRotateAroundWhenRendering,0,Returns true if this item should be rotated by 180 degrees around the Y axis when being held in an entities hands.
func_40244_a,calculateModifier,0,Generic method use to calculate modifiers of offensive or defensive enchantment values.
func_40249_a,generateRandomEnchantName,0,Generates a random enchant name.
func_4024_a,setStepSound,0,Sets the footstep sound for the block. Returns the object for convenience in constructing.
func_40250_a,setRandSeed,0,Sets the seed for the enchant name RNG.
func_4025_d,tickRate,0,How many world ticks before ticking
func_4026_a,onBlockPlacedBy,0,Called when the block is placed in the world.
func_40270_a,renderModel,0,Renders the model in RenderLiving
func_40271_a,doRenderSheep,0,
func_40274_a,scaleMagmaCube,0,
func_40275_a,renderMagmaCube,0,
func_40277_a,renderBlaze,0,
func_40279_a,renderDragonDying,0,Renders the animation for when an enderdragon dies
func_4027_c,onBlockDestroyedByExplosion,0,Called upon the block being destroyed by an explosion
func_40280_a,renderDragonModel,0,Renders the dragon model. Called by renderModel.
func_40281_a,renderDragon,0,"Renders the dragon, along with its dying animation"
func_40282_a,rotateDragonBody,0,Used to rotate the dragon as a whole in RenderDragon. It's called in the rotateCorpse method.
func_40283_a,renderGlow,0,Renders the overlay for glowing eyes and the mouth. Called by shouldRenderPass.
func_40294_a,renderVillager,0,
func_40297_a,getTextureOffset,0,
func_40298_a,setTextureOffset,0,
func_402_h,getMountedYOffset,0,Returns the Y offset from the entity's position for any entity riding this one.
func_40307_a,updateRotations,0,"Updates the rotations in the parameters for rotations greater than 180 degrees or less than -180 degrees. It adds or subtracts 360 degrees, so that the appearance is the same, although the numbers are then simplified to range -180 to 180"
func_4031_h,refreshTrackShape,0,Completely recalculates the track shape based on neighboring tracks
func_4032_a_,tryToCreatePortal,0,"Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z"
func_4033_c,playRandomMusicIfReady,0,If its time to play new music it starts it up.
func_40348_c,countSetFlags,0,Count the number of bits in an integer set to ON.
func_40349_b,isFlagSet,0,"Returns 1 if the flag is set, 0 if it is not set."
func_4034_G,kill,0,sets the dead flag. Used when you fall off the bottom of the world.
func_40350_a,brewBitOperations,0,"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."
func_40353_c,isFlagUnset,0,"Returns 0 if the flag is set, 1 if it is not set."
func_40355_a,parsePotionEffects,0,
func_40356_a,applyIngredient,0,"Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive"
func_40357_a,checkFlag,0,Is the bit given set to 1?
func_4035_j_,getCollisionBorderSize,0,
func_40360_b,getPotionEffects,0,Returns a list of effects for the specified potion damage value.
func_40376_a,findClosestStructure,0,Returns the location of the closest structure of the specified type. If not found returns null.
func_40377_a,getPossibleCreatures,0,Returns a list of creatures of the specified type that can spawn at the given location.
func_4037_H,getLookVec,0,returns a (normalized) vector of where this entity is looking
func_4038_J,setOnFireFromLava,0,Called whenever the entity is walking inside of lava.
func_40397_d,getItemDisplayName,0,
func_40398_f,getRarity,0,Return an item rarity from EnumRarity
func_40399_b,getItemEnchantability,0,"Return the enchantability factor of the item, most of the time is based on material."
func_4039_q,setInPortal,0,Called by portal blocks when an entity is within it.
func_403_b,isOffsetPositionInLiquid,0,"Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z"
func_40400_h,getLocalItemName,0,
func_40401_i,isItemTool,0,Checks isDamagable and if it cannot be stacked
func_40402_a,getMovingObjectPositionFromPlayer,0,
func_40403_e,hasEffect,0,
func_40404_a,addInformation,0,allows items to add custom lines of information to the mouseover description
func_40405_m,getPotionEffect,0,Returns a string representing what this item does to a potion.
func_40406_n,isPotionIngredient,0,Returns true if this item serves as a potion ingredient (its ingredient information is not null).
func_40407_b,setPotionEffect,0,Sets the string representing this item's effect on a potion when used as an ingredient.
func_4042_a,calculateVelocity,0,
func_40431_c_,getEffects,0,Returns a list of effects for the specified potion damage value.
func_40432_e,isEffectInstant,0,
func_40433_c,isSplash,0,returns wether or not a potion is a throwable splash potion based on damage value
func_40434_a_,getEffects,0,Returns a list of potion effects for the specified itemstack.
func_40436_c,getMaxDamageArray,0,"Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)"
func_4043_i,catchFish,0,
func_40444_c,shouldRenderClouds,0,Should render clouds
func_4044_a,damageEntity,0,Deals damage to the entity. If its a EntityPlayer then will take damage from the armor first and then health second with the reduced value. Args: damageAmount
func_40451_b,setClientActiveTexture,0,Sets the current lightmap texture to the specified OpenGL constant
func_40452_a,setActiveTexture,0,Sets the current lightmap texture to the specified OpenGL constant
func_40453_a,initializeTextures,0,Initializes the texture constants to be used when rendering lightmap values
func_40454_a,setLightmapTextureCoords,0,Sets the current coordinates of the given lightmap texture
func_4045_l,getHeldItem,0,"Returns the item that this EntityLiving is holding, if any."
func_40468_d,getEffectName,0,
func_40469_f,getEntrancePortalLocation,0,Gets the hard-coded portal location to use when entering this dimension
func_40470_b,getMoonPhase,0,
func_40471_p,isBlockFreezable,0,checks to see if a given block is both water and is cold enough to freeze
func_40472_j,getEntrancePortalLocation,0,Gets the hard-coded portal location to use when entering this dimension
func_40473_b,getClosestVulnerablePlayer,0,"Returns the closest vulnerable player within the given radius, or null if none is found."
func_40474_a,getRandomMob,0,Gets a random mob for spawning in this world.
func_40475_d,getMoonPhase,0,
func_40476_b,canBlockFreeze,0,"checks to see if a given block is both water, and cold enough to freeze - if the par4 boolean is set, this will only return true if there is a non-water block immediately adjacent to the specified block"
func_40477_b,findClosestStructure,0,Returns the location of the closest structure of the specified type. If not found returns null.
func_40478_r,canSnowAt,0,Tests whether or not snow can be placed at a given location
func_40479_y,getSaveHandler,0,Returns this world's current save handler
func_40480_b,getClosestVulnerablePlayerToEntity,0,"Returns the closest vulnerable player to this entity within the given radius, or null if none is found"
func_40481_q,isBlockFreezableNaturally,0,checks to see if a given block is both water and has at least one immediately adjacent non-water block
func_40484_a,getNearestInstance,0,
func_40485_b,getSpawnList,0,
func_40487_c,getTranslatedName,0,Returns the correct traslated name of the enchantment and the level in roman numbers.
func_40488_d,getName,0,Return the name of key in translation table of this enchantment.
func_40489_b,getMaxEnchantability,0,Returns the maximum value of enchantability nedded on the enchantment level passed.
func_40490_a,calcModifierLiving,0,Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
func_40491_a,getMaxLevel,0,Returns the maximum level that the enchantment can have.
func_40492_a,getMinEnchantability,0,Returns the minimal value of enchantability nedded on the enchantment level passed.
func_40493_c,getMinLevel,0,Returns the minimum level that the enchantment can have.
func_40494_a,setName,0,Sets the enchantment name
func_40495_b,getWeight,0,
func_40496_a,canApplyTogether,0,Determines if the enchantment passed can be applyied together with this enchantment.
func_40497_a,calcModifierDamage,0,Calculates de damage protection of the enchantment based on level and damage source passed.
func_4049_h,becomeAngryAt,0,Causes this PigZombie to become angry at the supplied Entity (which will be a player).
func_404_c,getFXLayer,0,
func_4052_a,displayGUIEditSign,0,Displays the GUI for editing a sign. Args: tileEntitySign
func_40530_d,getSaveDirectoryName,0,Returns the name of the directory where world information is saved
func_40540_a,getTemperatureAtHeight,0,Return an adjusted version of a given temperature based on the y height
func_40542_b,causeIndirectMagicDamage,0,
func_40543_k,fireDamage,0,Returns true if the damage is fire based.
func_40544_c,setProjectile,0,Define the damage type as projectile based.
func_40545_l,getDamageType,0,Return the name of damage type.
func_40546_j,setFireDamage,0,Define the damage type as fire based.
func_40547_b,isProjectile,0,Returns true if the damage is projectile based.
func_40550_A_,writeNextIO,0,Returns a boolean stating if the write was unsuccessful.
func_40557_c,getHardcoreEnabled,0,"Returns true if hardcore mode is enabled, otherwise false"
func_40559_a,setRandomHeight,0,
func_40560_b,getComponents,0,
func_40561_a,countPacket,0,
func_40566_a,waitForFinish,0,
func_40567_a,queueIO,0,threaded io
func_40568_b,processQueue,0,Process the items that are in the queue
func_4056_N,sendMotionUpdates,0,Send updated motion and position information to the server
func_40574_b,getDamageReductionAmount,0,"Return the damage reduction (each 1 point is a half a shield on gui) of the piece index passed (0 = helmet, 1 = plate, 2 = legs and 3 = boots)"
func_40575_a,getEnchantability,0,Return the enchantability factor of the material.
func_40576_a,getDurability,0,Returns the durability for a armor slot of for this type.
func_40591_a,compress,0,
func_40592_a,decompress,0,
func_40594_g,isHardcoreModeEnabled,0,
func_40596_f,getCenterY,0,
func_40597_e,getCenterX,0,
func_40598_g,getCenterZ,0,
func_40599_a,handleEnchantItem,0,
func_4059_a,generateNetherTerrain,0,Generates the shape of the terrain in the nether.
func_40600_b,readCapabilitiesFromNBT,0,
func_40601_a,writeCapabilitiesToNBT,0,
func_40602_a,setTextureOffset,0,
func_40603_a,addBox,0,
func_40604_a,addBox,0,
func_4060_a,generateTerrain,0,Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
func_40610_g,getEffectiveness,0,
func_40611_e,getStatusIconIndex,0,Returns the index for the icon to display when the potion is active.
func_40612_i,isUsable,0,
func_40613_a,affectEntity,0,Hits the provided entity with this potion's instant effect.
func_40614_a,setEffectiveness,0,
func_40615_f,isBadEffect,0,This method returns true if the potion effect is bad - negative - for the entity.
func_40616_h,setPotionUnusable,0,
func_40617_d,hasStatusIcon,0,Returns true if the potion has a associated status icon to display in then inventory when active.
func_40618_a,setIconIndex,0,Sets the index for the icon displayed in the player's inventory when the status is active.
func_40619_a,getId,0,returns the ID of the potion
func_4061_a,initializeNoiseField,0,"generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size."
func_40620_a,getDurationString,0,
func_40621_j,getLiquidColor,0,Returns the color of the potion liquid.
func_40622_b,isInstant,0,Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
func_40623_c,getName,0,returns the name of the potion
func_40629_a,calcItemStackEnchantability,0,"Returns the enchantability of itemstack, it's uses a singular formula for each index (2nd parameter: 0, 1 and 2), cutting to the max enchantability power of the table (3rd parameter)"
func_4062_a,replaceBlocksForBiome,0,Replaces the stone that was placed in with blocks that match the biome
func_40630_a,getEnchantmentModifierLiving,0,Return the (magic) extra damage of the enchantments on player equipped item.
func_40631_c,getFireAspectModifier,0,Return the fire aspect value of enchantments on equipped player item.
func_40632_a,getRespiration,0,Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
func_40633_g,getAquaAffinityModifier,0,Returns the aqua affinity status of enchantments on current equipped item of player.
func_40634_b,getEnchantmentLevel,0,Returns the level of enchantment on the ItemStack passed.
func_40635_a,mapEnchantmentData,0,Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
func_40636_a,getMaxEnchantmentLevel,0,Returns the biggest level of the enchantment on the array of ItemStack passed.
func_40637_f,getLootingModifier,0,Returns the looting enchantment modifier of the current equipped item of player.
func_40638_e,getFortuneModifier,0,Returns the fortune enchantment modifier of the current equipped item of player.
func_40639_a,applyEnchantmentModifierArray,0,Executes the enchantment modifier on the array of ItemStack passed.
func_4063_a,renderPumpkinBlur,0,
func_40640_c,getUnbreakingModifier,0,Returns the unbreaking enchantment modifier on current equipped item of player.
func_40641_a,applyEnchantmentModifier,0,Executes the enchantment modifier on the ItemStack passed.
func_40642_b,getEfficiencyModifier,0,Return the extra efficiency of tools based on enchantments on equipped player item.
func_40643_a,getEnchantmentModifierDamage,0,Returns the modifier of protection enchantments on armors equipped on player.
func_40644_a,buildEnchantmentList,0,"Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level."
func_40645_b,getKnockbackModifier,0,Returns the knockback value of enchantments on equipped player item.
func_40646_d,getSilkTouchModifier,0,Returns the silk touch status of enchantments on current equipped item of player.
func_4064_a,renderVignette,0,"Renders the vignette. Args: vignetteBrightness, width, height"
func_40650_a,canEnchantItem,0,Return true if the item passed can be enchanted by a enchantment of this type.
func_4065_b,renderPortalOverlay,0,"Renders the portal overlay. Args: portalStrength, width, height"
func_40660_a,clearProfiling,0,Clear profiling
func_40661_c,endStartSection,0,End current section and start a new section
func_40662_b,endSection,0,End section
func_40663_a,startSection,0,Start section
func_40664_b,getProfilingData,0,Get profiling data
func_4066_a,renderGameOverlay,0,"Render the ingame overlay with quick icon bar, ..."
func_40670_a,render,0,Draw the six sided box defined by this ModelBox
func_4067_a,parseIntWithDefault,0,
func_40686_a,renderItemIn2D,0,Renders an item held in hand as a 2D texture with thickness
func_40687_b,getSecondaryComponents,0,
func_40688_a,createNextComponent,0,
func_40689_a,getPrimaryComponents,0,
func_40690_b,createNextComponentRandom,0,
func_406_a,renderParticle,0,
func_40700_a,getDisplayColor,0,Compute the color used to display this ProfilerResult on the debug screen
func_40701_a,compareProfilerResult,0,Called from compareTo()
func_40705_a,addEnchantment,0,Adds an enchantment with a desired level on the ItemStack.
func_40706_d,setTagCompound,0,"Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it."
func_40707_s,getRarity,0,
func_40708_t,isItemEnchantable,0,True if it is a tool and has no enchantments to begin with
func_40709_o,getTagCompound,0,Returns the NBTTagCompound of the ItemStack.
func_4070_a,loadBlockGeneratorData,0,"Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth"
func_40710_n,hasTagCompound,0,Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
func_40711_u,isItemEnchanted,0,True if the item has enchantment data
func_40712_q,getItemNameandInformation,0,"gets a list of strings representing the item name and successive extra data, eg Enchantments and potion effects"
func_40713_r,hasEffect,0,
func_40714_p,getEnchantmentTagList,0,
func_4071_a,getTemperatures,0,"Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length"
func_40724_s,isHardcoreModeEnabled,0,"Returns true if hardcore mode is enabled, otherwise false"
func_40726_m,renderBlockLilyPad,0,Render BlockLilyPad
func_40727_a,clearOverrideBlockTexture,0,Clear override block texture
func_40728_a,renderBlockCauldron,0,Render block cauldron
func_40729_s,renderBlockEndPortalFrame,0,Render BlockEndPortalFrame
func_40730_a,renderBlockBrewingStand,0,Render BlockBrewingStand
func_40731_e,getEnchantability,0,Return the natural enchantability factor of the material.
func_40735_a,getCenterXPos,0,
func_40736_b,getCenterZPosition,0,
func_40737_a,getChunkPosition,0,
func_4073_a,getBiomeGenAt,0,"Returns the BiomeGenBase related to the x, z position on the world."
func_40740_k,getChunkCoordIntPair,0,Gets a ChunkCoordIntPair representing the Chunk's position.
func_40751_a,setComponentType,0,
func_4075_a,getWorldChunkManager,0,
func_4076_b,setSpawnLocation,0,"Sets a new spawn location by finding an uncovered block at a random (x,z) location in the chunk."
func_4079_a,getSkyColor,0,Calculates the color for the skybox
func_407_b,multiplyVelocity,0,
func_4080_j,tickBlocksAndAmbiance,0,plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
func_4081_a,createChunkProvider,0,Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
func_4082_d,getFogColor,0,Returns vector(ish) with R/G/B for fog
func_4083_e,getTopSolidOrLiquidBlock,0,"Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z"
func_4084_a,updateEntityWithOptionalForce,0,"Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate"
func_4086_d,getLightValue,0,"Gets the light value of the specified block coords. Args: x, y, z"
func_4087_b,createPlayer,0,
func_408_a,setArrowHeading,0,"Uses the provided coordinates as a heading and determines the velocity from it with the set force and random variance. Args: x, y, z, force, forceVariation"
func_4093_b,generateLightBrightnessTable,0,Creates the light to brightness table
func_4094_c,getChunkProvider,0,Returns the chunk provider back for the world provider
func_4095_a,registerWorld,0,"associate an existing world with a World provider, and setup its lightbrightness table"
func_4096_a,getFogColor,0,Return Vec3D with biome specific fog color
func_4097_b,calcSunriseSunsetColors,0,Returns array with sunrise/sunset colors
func_4098_a,registerWorldChunkManager,0,creates a new world chunk manager for WorldProvider
func_409_i,explode,0,
func_41001_Z,getAir,0,
func_41002_a,playStepSound,0,"Plays step sound at given x, y, z for the entity"
func_41003_g,setAir,0,
func_41004_h,isEntityEqual,0,Returns true if Entity argument is equal to this Entity
func_41005_b,renderBrokenItemStack,0,Renders broken item particles using the given ItemStack
func_41006_aA,setNewTarget,0,Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
func_41008_a,collideWithEntities,0,Pushes all entities inside the list away from the enderdragon.
func_41009_b,attackEntitiesInList,0,"Attacks all entities inside this list, dealing 5 hearts of damage."
func_4100_a,calculateCelestialAngle,0,Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
func_41010_ax,getDragonHealth,0,Returns the health points of the dragon.
func_41011_ay,updateDragonEnderCrystal,0,Updates the state of the enderdragon's current endercrystal.
func_41012_a,createEnderPortal,0,Creates the ender portal leading back to the normal world after defeating the enderdragon.
func_41014_d,copyPlayer,0,Copy the inventory and various stats from another EntityPlayer
func_41015_b,setDamageTaken,0,Sets the damage taken from the last hit.
func_41016_i,getForwardDirection,0,Gets the forward direction of the entity.
func_41017_d,setForwardDirection,0,Sets the forward direction of the entity.
func_41018_h,getTimeSinceHit,0,Gets the time since the last hit.
func_41019_c,setTimeSinceHit,0,Sets the time to count down from since the last time entity was hit.
func_4101_a,getProviderForDimension,0,
func_41020_g,getDamageTaken,0,Gets the damage taken from the last hit.
func_41021_b,getInventorySlotContainItemAndDamage,0,
func_41022_a,copyInventory,0,Copy the ItemStack contents from another InventoryPlayer instance
func_41026_g,isMinecartPowered,0,Is this minecart powered (Fuel > 0)
func_41027_b,setMinecartPowered,0,Set if this minecart is powered (Fuel > 0)
func_4102_a,canCoordinateBeSpawn,0,"Will check if the x, z position specified is alright to be set as the map spawn point"
func_41033_a,setBlockNames,0,Sets the array of strings to be used for name lookups from item damage to metadata
func_41039_c,renderBossHealth,0,Renders dragon's (boss) health on the HUD
func_4103_a,onPickupFromSlot,0,Called when the player picks up an item from an inventory slot
func_41041_e,respawnPlayer,0,Respawns the player.
func_41049_c_,createStackedBlock,0,Returns an item stack containing a single instance of the current block type. 'i' is the block's subtype/damage and is ignored for blocks which do not support subtypes. Blocks which cannot be harvested should return null.
func_4104_e,getSlotStackLimit,0,"Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)"
func_41052_f,isValidSupportBlock,0,Checks if the block ID is a valid support block for the trap door to connect with. If it is not the trapdoor is dropped into the world.
func_41053_d,isPoweredOrRepeater,0,"Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered."
func_41054_h,teleportNearby,0,Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
func_41055_g,fallIfPossible,0,"Checks if the dragon egg can fall down, and if so, makes it fall."
func_4105_a,isItemValid,0,Check if the stack is a valid item for this slot. Always true beside for the armor slots.
func_41060_a,setBlockAndMetadata,0,"Sets the block in the world, notifying neighbors if enabled."
func_41062_b,getWatchableObjectShort,0,
func_41065_a,projectViewFromEntity,0,Returns a vector representing the projection along the given entity's view for the given distance
func_41066_a,getBlockIdAtEntityViewpoint,0,"Returns the block ID at the current camera location (either air or fluid), taking into account the height of fluid blocks"
func_41067_a,updateRenderInfo,0,Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
func_4106_b,placeInExistingPortal,0,Place an entity in a nearby portal which already exists.
func_4107_a,placeInPortal,0,"Place an entity in a nearby portal, creating one if necessary."
func_41081_a,getPendingBlockUpdates,0,
func_41082_b,isBlockNormalCubeDefault,0,"Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter."
func_41083_e,scheduleBlockUpdateFromLoad,0,Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
func_41084_a,clamp_int,0,"Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters."
func_41085_c,getKeyDisplayString,0,Represents a key or mouse button as a string. Args: key
func_41088_a,renderBlockDragonEgg,0,
func_41089_c,enableGUIStandardItemLighting,0,Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
func_4108_c,createPortal,0,Create a new portal near an entity.
func_4109_a,generateNoiseOctaves,0,Bouncer function to the main one with some default arguments.
func_410_i,onValidSurface,0,checks to make sure painting can be placed there
func_4113_a,handleChat,0,
func_4114_b,registerPacket,0,
func_4115_a,handleLogin,0,
func_4117_a,getEntityClassRenderObject,0,
func_4119_a,getSpawningChance,0,returns the chance a creature has to spawn.
func_4123_b,setColor,0,
func_4125_a,setBiomeName,0,
func_4126_a,getSkyColorByTemp,0,"takes temperature, returns color"
func_4128_a,generateCaveNode,0,Generates a node in the current cave system recursion tree.
func_4129_a,generateLargeCaveNode,0,Generates a larger initial cave node than usual. Called 25% of the time.
func_4130_f,setBurning,0,Set the canBurn bool to True and return the current object.
func_4132_a,renderItem,0,Renders the item stack for being in an entity's hand Args: itemStack
func_4133_a,renderItemInFirstPerson,0,Renders the active item in the player's hand when in first person mode. Args: partialTickTime
func_4134_c,renderWorld,0,
func_4135_b,renderHand,0,Render player hand
func_4136_b,updateCameraAndRender,0,Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
func_4137_h,updateFogColor,0,calculates fog and calls glClearColor
func_4138_g,orientCamera,0,sets up player's eye (or camera in third person mode)
func_4139_a,setupCameraTransform,0,"sets up projection, view effects, camera position/rotation"
func_4140_a,setupFog,0,Sets up the fog to be rendered. If the arg passed in is -1 the fog starts at 0 and goes to 80% of far plane distance and is used for sky rendering.
func_4141_b,renderClouds,0,
func_4142_a,renderSky,0,Renders the sky with the partial tick time. Args: partialTickTime
func_4144_a,getSpecialRendererForClass,0,"Returns the TileEntitySpecialRenderer used to render this TileEntity class, or null if it has no special renderer"
func_4146_a,getFoliageColor,0,"Gets foliage color from temperature and humidity. Args: temperature, humidity"
func_4147_a,getGrassColor,0,"Gets grass color from temperature and humidity. Args: temperature, humidity"
func_4148_a,saveScreenshot,0,Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot.
func_4149_a,clearBoundingBoxPool,0,Sets the number of bounding boxes in use from the pool to 0 so they will be reused
func_4150_a,isVecInside,0,Returns if the supplied Vec3D is completely inside the bounding box
func_4152_a,renderStandardBlockWithColorMultiplier,0,"Renders a standard cube block at the given coordinates, with a given color ratio. Args: block, x, y, z, r, g, b"
func_4153_a,getRandomSpawningPointInChunk,0,"Given a chunk, find a random position in it."
func_4154_a,performSpawning,0,"The main spawning algorithm, spawns three random creatures of types in the subclass array"
func_415_z,spawnExplosionParticle,0,Spawns an explosion particle around the Entity's location
func_416_a,rayTrace,0,"Performs a ray trace for the distance specified and using the partial tick time. Args: distance, partialTickTime"
func_417_b,updateRotation,0,"Arguments: current rotation, intended rotation, max increment."
func_418_b_,updateEntityActionState,0,
func_419_b,onDeath,0,Called when the mob's health reaches 0.
func_420_c,canEntityBeSeen,0,returns true if the entity provided in the argument can be seen. (Raytrace)
func_421_b,getTalkInterval,0,"Get number of ticks, at least during which the living entity will be silent."
func_422_g,getDropItemId,0,Returns the item ID for the item the mob drops on death.
func_424_C,jump,0,Causes this entity to do an upwards motion (jumping).
func_425_j,onLivingUpdate,0,"Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons use this to react to sunlight and start to burn."
func_426_b,faceEntity,0,Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
func_427_e,getPosition,0,interpolated position vector
func_429_A,isOnLadder,0,"returns true if this entity is by a ladder, false otherwise"
func_43001_a,onFallenUpon,0,Block's chance to react to an entity falling on it.
func_430_f,getLook,0,interpolated look vector
func_431_d,getSwingProgress,0,Returns where in the swing animation the living entity is (from 0 to 1). Args: partialTickTime
func_432_b,heal,0,Heal living entity (param: amount of half-hearts)
func_433_a,getCanSpawnHere,0,Checks if the entity's current position is a valid location to spawn this entity.
func_434_a,knockBack,0,knocks back this entity
func_435_b,moveEntityWithHeading,0,"Moves the entity based on the specified heading. Args: strafe, forward"
func_437_a,attackEntity,0,Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
func_438_i,findPlayerToAttack,0,"Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies)."
func_439_a,getBlockPathWeight,0,"Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z"
func_44001_ad,isClientWorld,0,Returns whether the entity is in a local (client) world
func_44005_a,Returns,0,the private theGameSettings field.
func_44020_i,getName,0,
func_44021_d,loadLanguageList,0,
func_44022_b,getLanguageList,0,
func_44023_a,setLanguage,0,
func_44024_c,getCurrentLanguage,0,
func_44025_a,loadLanguage,0,
func_44028_a,handleCustomPayload,0,
func_44029_a,renderStringAtPos,0,"Render a single line string at the current (posX,posY) and update posX"
func_44030_b,loadGlyphTexture,0,Load one of the /font/glyph_XX.png into a new GL texture and store the texture ID in glyphTextureName array.
func_44032_a,setUnicodeFlag,0,Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
func_44040_a,getStringFromID,0,Finds the class using IDtoClassMapping and classToStringMapping
func_440_b,setCreeperFlashTime,0,Connects the the creeper flashes to the creeper's color multiplier
func_441_c,setSlimeSize,0,
func_443_a_,onItemPickup,0,"Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize"
func_445_l,displayWorkbenchGUI,0,Displays the crafting GUI for a workbench.
func_446_a,joinEntityItemWithWorld,0,Joins the passed in entity item with the world. Args: entityItem
func_448_u,destroyCurrentEquippedItem,0,Destroys the currently equipped item from the player's inventory.
func_450_a,getCurrentPlayerStrVsBlock,0,Returns how strong the player is against the specified block at this moment
func_451_h,collideWithPlayer,0,
func_452_a,displayGUIChest,0,Displays the GUI for interacting with a chest inventory. Args: chestInventory
func_453_a,displayGUIFurnace,0,Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
func_454_b,canHarvestBlock,0,Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
func_457_w,swingItem,0,Swings the item the player is holding.
func_46003_g,setJumping,0,
func_46004_aK,getRNG,0,
func_46005_aI,getJumpHelper,0,
func_46006_aR,isAIEnabled,0,Returns true if the newer Entity AI code should be run
func_46007_aL,getAITarget,0,
func_46008_aG,getLookHelper,0,
func_46009_aH,getMoveHelper,0,
func_46010_f,setMoveForward,0,
func_46011_aM,getAge,0,
func_46014_aS,updateAITasks,0,
func_46024_b,setDamage,0,
func_46025_l,getDamage,0,
func_46028_b,getDoneButton,0,Returns the private doneButton field.
func_46034_a,onUpdateMoveHelper,0,
func_46051_a,generate,0,
func_46059_i,doesContainerItemLeaveCraftingGrid,0,"If this returns true, after a recipe involving this item is crafted the container item will be added to the player's inventory instead of remaining in the crafting grid."
func_46064_i,getWorldHasNoSky,0,"returns true if there should be no sky, false otherwise"
func_46065_j,getVoidFogYFactor,0,"Returns a double value representing the Y value relative to the top of the map at which void fog is at its maximum. The default factor of 0.03125 relative to 256, for example, means the void fog will be at its maximum at (256*0.03125), or 8."
func_46066_g,getAverageGroundLevel,0,
func_46068_G,getSeaLevel,0,Gets sea level for use in rendering the horizen.
func_46069_a,onUpdateNavigation,0,
func_46072_b,noPath,0,If null path or reached the end
func_46077_d,resetTask,0,Resets the task
func_46078_f,isContinuous,0,Returns whether the task requires multiple updates or not
func_46079_a,setMutexBits,0,"Sets a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other."
func_46080_e,startExecuting,0,Execute a one shot task or start executing a continuous task
func_46081_b,updateTask,0,Updates the task
func_46082_a,shouldExecute,0,Returns whether the EntityAIBase should begin execution.
func_46083_c,getMutexBits,0,"Get a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other."
func_46084_g,continueExecuting,0,Returns whether an in-progress EntityAIBase should continue executing
func_46107_e,getTerrainType,0,
func_46109_d,isBidrectional,0,
func_46110_d,isUnicode,0,
func_46115_a,onUpdateTasks,0,
func_46117_a,areTasksCompatible,0,Returns whether two EntityAITaskEntries can be executed concurrently
func_46118_a,addTask,0,
func_46121_b,bidiReorder,0,Apply Unicode Bidirectional Algorithm to string and return a new possibly reordered string for visual rendering.
func_46122_b,renderSplitString,0,Perform actual work of rendering a multi-line string with wordwrap (maximum length is parameter k) and with darkre drop shadow color if flag is set
func_46123_b,setBidiFlag,0,Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string.
func_46124_b,renderSplitStringNoShadow,0,renders a multi-line string with wordwrap (maximum length is parameter k) by means of renderSplitString
func_46129_a,setJumping,0,
func_46130_b,doJump,0,Called to actually make the entity jump if isJumping is true.
func_46133_t,getTerrainType,0,
func_46135_a,parseWorldType,0,
func_46136_a,getTranslateName,0,Gets the translation key for the name of this world type.
func_46141_a,setLookPositionWithEntity,0,Sets position to look at using entity
func_46142_a,onUpdateLook,0,Updates look
func_46143_a,setLookPosition,0,Sets position to look at
func_46144_a,updateRotation,0,
func_46152_a,addMapping,0,Adds a entity mapping with egg info.
func_461_a,sendChatMessage,0,Sends a chat message from the player. Args: chatMessage
func_463_a,attackTargetEntityWithCurrentItem,0,Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
func_465_i,getWorld,0,
func_468_c,getStackInSlot,0,Returns the stack in slot i
func_469_c,getSizeInventory,0,Returns the number of slots in the inventory.
func_470_e,getInventoryStackLimit,0,"Returns the maximum stack size for a inventory slot. Seems to always be 64, possibly will be extended. *Isn't this more of a set than a get?*"
func_471_d,getInvName,0,Returns the name of the inventory.
func_472_a,setInventorySlotContents,0,Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
func_473_a,decrStackSize,0,Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
func_474_j_,onInventoryChanged,0,"Called when an the contents of an Inventory change, usually"
func_475_b,updateEntity,0,"Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation."
func_476_a,addMapping,0,Adds a new two-way mapping between the class and its string name in both hashmaps.
func_477_c,createAndLoadEntity,0,Creates a new entity and loads its data from the specified NBT.
func_478_g,getBlockType,0,Gets the block type at the location of this entity (client-only).
func_479_f,getBlockMetadata,0,Returns block data at the location of this entity (client-only).
func_48078_c,setSneaking,0,Sets the sneaking flag.
func_48080_j,canAttackWithItem,0,"If returns false, the item will not inflict any damage against entities."
func_48081_b,getStackInSlotOnClosing,0,"When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI."
func_48082_b,setHomeArea,0,
func_48083_aW,detachHome,0,
func_48084_aL,getNavigator,0,
func_48085_j_,dropRareDrop,0,
func_48086_a,setRevengeTarget,0,
func_48087_aX,hasHome,0,
func_48088_aP,getLastAttackingEntity,0,
func_48089_l,setLastAttackingEntity,0,
func_48090_aM,getEntitySenses,0,returns the EntitySenses Object for the EntityLiving
func_48091_aU,getHomePosition,0,
func_48092_c,setAttackTarget,0,Sets the active target the Task system uses for tracking
func_48093_aT,isWithinHomeDistanceCurrentPosition,0,Returns true if entity is within home distance from current position
func_48094_aS,getAttackTarget,0,Gets the active target the Task system uses for tracking
func_48095_u,eatGrassBonus,0,This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
func_48096_f,isWithinHomeDistance,0,
func_48097_s_,updateAITick,0,"main AI tick function, replaces updateEntityActionState"
func_48098_g,setAIMoveSpeed,0,set the movespeed used for the new AI system
func_48099_aV,getMaximumHomeDistance,0,
func_480_a,getDistanceFrom,0,Returns the square of the distance between this entity and the passed in coordinates.
func_48101_aR,getAIMoveSpeed,0,the movespeed used for the new AI system
func_48113_aa,getVillage,0,
func_48122_d,setGrowingAge,0,"The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. With a negative value the Entity is considered a child."
func_48123_at,getGrowingAge,0,"The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. Don't confuse this with EntityLiving.getAge. With a negative value the Entity is considered a child."
func_48124_d_,setProfession,0,
func_48125_w,getIsPlayingFlag,0,
func_48126_w_,getIsMatingFlag,0,
func_48127_b,setIsPlayingFlag,0,
func_48128_a,setIsMatingFlag,0,
func_48129_t,getProfession,0,
func_48134_p_,resetInLove,0,
func_48136_o_,isInLove,0,Returns if the entity is currently in 'love mode'.
func_48138_b,setTamed,0,
func_48139_F_,isTamed,0,
func_48140_f,setSitting,0,
func_48141_af,isSitting,0,
func_48143_a,setOwner,0,
func_48144_ah,getOwner,0,
func_48145_ag,getOwnerName,0,
func_48147_c,setTameSkin,0,
func_48151_a,dropPlayerItemWithRandomChoice,0,"Args: itemstack, flag"
func_48152_as,dropOneItem,0,Called when player presses the drop item key
func_48153_a,dropPlayerItem,0,Args: itemstack - called when player drops an item stack that's not in his inventory (like items still placed in a workbench while the workbench'es GUI gets closed)
func_48180_b,markBlockNeedsUpdate2,0,As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
func_48184_b,getSpeed,0,
func_48187_a,setMoveTo,0,Sets the speed and location to move to
func_481_b,writeToNBT,0,Writes a tile entity to NBT.
func_48203_o,getTickRandomly,0,Returns whether or not this block is of a type that needs random ticking. Called for ref-counting purposes by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake.
func_48204_b,getBlocksMovement,0,
func_48205_p,hasTileEntity,0,
func_48206_g,isNormalCube,0,
func_48211_a,tryToCatchBlockOnFire,0,
func_48212_i,getFullMetadata,0,Returns the full metadata value created by combining the metadata of both blocks the door takes up.
func_48214_g,getDoorOrientation,0,"Returns 0, 1, 2 or 3 depending on where the hinge is."
func_48216_a,getDirection,0,Returns the orentation value from the specified metadata
func_48296_h,findPossibleShelter,0,
func_482_a,readFromNBT,0,Reads a tile entity from NBT.
func_48337_h,checkSufficientDoorsPresentForNewVillager,0,
func_48338_a,spawnHeartParticles,0,
func_48339_i,giveBirth,0,
func_48366_h,doRangedAttack,0,Performs a ranged attack according to the AI's rangedAttackID.
func_483_c,updateDelay,0,Sets the delay before a new spawn (base delay of 200 + random number up to 600).
func_48407_a,setIsSitting,0,Sets the sitting flag.
func_48411_i,getFloatTemperature,0,Gets a floating point representation of this biome's temperature
func_48412_k,getBiomeFoliageColor,0,Provides the basic foliage color based on the biome temperature and rainfall
func_48413_d,isHighHumidity,0,Checks to see if the rainfall level of the biome is extremely high
func_48414_h,getFloatRainfall,0,Gets a floating point representation of this biome's rainfall
func_48415_j,getBiomeGrassColor,0,Provides the basic grass color based on the biome temperature and rainfall
func_48442_a,clamp_float,0,"Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters"
func_48444_a,readChunkFromNBT,0,Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
func_48445_a,writeChunkToNBT,0,"Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time."
func_48453_b,getHeight,0,Returns current world height.
func_48454_a,getBiomeGenForCoords,0,Gets the biome for a given set of x/z coordinates
func_48455_z,isBlockHighHumidity,0,"Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high"
func_48459_a,findNearestEntityWithinAABB,0,
func_48460_a,getEntityPathToXYZ,0,
func_48463_a,getPathEntityToEntity,0,
func_48480_a,canSee,0,"Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result."
func_48481_a,clearSensingCache,0,Clears canSeeCachePositive and canSeeCacheNegative.
func_48485_a,load,0,
func_48486_a,convertToAnvilFormat,0,
func_48488_a,handleEntityHeadRotation,0,
func_48489_a,handleTileEntityData,0,
func_48490_a,getBiomeGenForWorldCoords,0,This method retrieves the biome at a set of coordinates
func_48491_o,enqueueRelightChecks,0,"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"
func_48492_c,getAreLevelsEmpty,0,Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
func_48493_m,getBiomeArray,0,Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
func_48495_i,getBlockStorageArray,0,Returns the ExtendedBlockStorage array for this Chunk.
func_48496_n,resetRelightChecks,0,Resets the relight check index to 0 for this Chunk.
func_48497_a,setBiomeArray,0,Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
func_48498_h,getTopFilledSegment,0,Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
func_48499_b,getBlockLightOpacity,0,
func_484_a,anyPlayerInRange,0,Returns true if there is a player in range (using World.getClosestPlayer)
func_48500_a,setStorageArrays,0,
func_48507_a,onCrafting,0,
func_48508_a,get,0,
func_48519_e,isBlockDoor,0,
func_48520_k,removeDeadAndOutOfRangeDoors,0,
func_48521_f,getVillageDoorInfoList,0,called only by class EntityAIMoveThroughVillage
func_48522_a,tick,0,Called periodically by VillageCollection
func_48523_d,getTicksSinceLastDoorAdding,0,
func_48524_e,getNumVillagers,0,
func_48525_b,isValidIronGolemSpawningLocation,0,
func_48526_d,getVillageDoorAt,0,
func_48527_b,findNearestDoor,0,
func_48528_j,removeDeadAndOldAgressors,0,
func_48529_g,isAnnihilated,0,"Returns true, if there is not a single village door left. Called by VillageCollection"
func_48530_c,getNumVillageDoors,0,"Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege"
func_48531_b,getVillageRadius,0,
func_48532_a,tryGetIronGolemSpawningLocation,0,Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
func_48533_a,isInRange,0,"Returns true, if the given coordinates are within the bounding box of the village."
func_48534_a,addOrRenewAgressor,0,
func_48535_i,updateNumVillagers,0,
func_48536_l,updateVillageRadiusAndCenter,0,
func_48537_b,findNearestVillageAggressor,0,
func_48538_a,addVillageDoorInfo,0,
func_48539_a,getCenter,0,
func_48540_c,findNearestDoorUnrestricted,0,"Find a door suitable for shelter. If there are more doors in a distance of 16 blocks, then the least restricted one (i.e. the one protecting the lowest number of villagers) of them is chosen, else the nearest one regardless of restriction."
func_48541_h,updateNumIronGolems,0,
func_48555_e,isWoodenDoorAt,0,
func_48556_c,addDoorToNewListIfAppropriate,0,
func_48557_d,dropOldestVillagerPosition,0,
func_48558_a,tick,0,Runs a single tick for the village collection
func_48559_a,addUnassignedWoodenDoorsAroundToNewDoorsList,0,
func_48560_e,addNewDoorsToVillageOrCreateVillage,0,
func_48561_d,isVillagerPositionPresent,0,
func_48562_b,getVillageDoorAt,0,
func_48563_c,removeAnnihilatedVillages,0,
func_48564_a,findNearestVillage,0,"Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance."
func_48565_a,addVillagerPosition,0,"This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either."
func_48573_a,tick,0,Runs a single tick for the village siege
func_48585_d,resetDoorOpeningRestrictionCounter,0,
func_48586_a,isInside,0,
func_48587_f,getDoorOpeningRestrictionCounter,0,
func_48588_a,getDistanceSquared,0,Returns the squared distance between this door and the given coordinate.
func_48589_e,incrementDoorOpeningRestrictionCounter,0,
func_48590_a,getInsidePosX,0,
func_48591_c,getInsidePosZ,0,
func_48592_b,getInsidePosY,0,
func_48593_b,getInsideDistanceSquare,0,Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
func_485_a,isBurning,0,Returns true if the furnace is currently burning
func_48614_a,isAllowedCharacter,0,
func_48619_a,setTerrainType,0,
func_48625_a,setCanBeCreated,0,"Sets canBeCreated to the provided value, and returns this."
func_48627_d,getCanBeCreated,0,Gets whether this WorldType can be used to generate a new world.
func_48630_c,getGeneratorVersion,0,Returns generatorVersion.
func_48639_a,isDestinationSame,0,Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
func_48640_a,getPosition,0,returns the current PathEntity target node as Vec3D
func_48641_b,setCurrentPathLength,0,
func_48642_c,setCurrentPathIndex,0,
func_48643_e,getCurrentPathIndex,0,
func_48644_d,getCurrentPathLength,0,
func_48645_c,getFinalPathPoint,0,returns the last PathPoint of the Array
func_48646_a,getVectorFromIndex,0,Gets the vector of the PathPoint associated with the given index.
func_48647_a,isSamePath,0,Returns true if the EntityPath are the same. Non instance related equals.
func_48648_a,getPathPointFromIndex,0,"return the PathPoint located at the specified PathIndex, usually the current one"
func_48655_c,getDistanceSquared,0,Returns the squared distance between this coordinates and the coordinates given as argument.
func_48656_a,set,0,
func_48657_k,isInFluid,0,"Returns true if the entity is in water or lava, false otherwise"
func_48658_a,getAvoidsWater,0,
func_48659_j,canNavigate,0,If on ground or swimming and can swim
func_48660_a,setSpeed,0,Sets the speed
func_48661_h,getEntityPosition,0,
func_48662_a,isDirectPathBetweenPoints,0,"Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize"
func_48663_c,setEnterDoors,0,Sets if the entity can enter open doors
func_48664_a,setAvoidsWater,0,
func_48665_b,getCanBreakDoors,0,"Returns true if the entity can break doors, false otherwise"
func_48666_a,tryMoveToXYZ,0,Try to find and set a path to XYZ. Returns true if successful.
func_48667_a,tryMoveToEntityLiving,0,Try to find and set a path to EntityLiving. Returns true if successful.
func_48668_i,getPathableYPos,0,Gets the safe pathing Y position for the entity depending on if it can path swim or not
func_48669_e,setCanSwim,0,Sets if the entity can swim
func_48670_c,getPath,0,gets the actively used PathEntity
func_48671_a,getPathToXYZ,0,Returns the path to the given coordinates
func_48672_f,clearPathEntity,0,sets active PathEntity to null
func_48673_b,setBreakDoors,0,
func_48674_g,pathFollow,0,
func_48675_a,isSafeToStandAt,0,"Returns true when an entity could stand at a position, including solid blocks under the entire entity. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ"
func_48676_b,isPositionClear,0,"Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ"
func_48677_l,removeSunnyPath,0,Trims path data from the end to the first sun covered block
func_48678_a,setPath,0,"sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords"
func_48679_a,getPathToEntityLiving,0,Returns the path to the given EntityLiving
func_48680_d,setAvoidSun,0,Sets if the path should avoid sunlight
func_48690_b,setExtBlockMetadata,0,Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
func_48691_a,setExtBlockID,0,"Sets the extended block ID for a location in a chunk, splitting bits 11..8 into a NibbleArray and bits 7..0 into a byte array. Also performs reference counting to determine whether or not to broadly cull this Chunk from the random-update tick list."
func_48693_a,getIsEmpty,0,"Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count."
func_48694_b,getExtBlockMetadata,0,Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
func_48695_c,setBlocklightArray,0,Sets the NibbleArray instance used for Block-light values in this particular storage block.
func_48696_m,createBlockMSBArray,0,Called by a Chunk to initialize the MSB array if getBlockMSBArray returns null. Returns the newly-created NibbleArray instance.
func_48698_b,getNeedsRandomTick,0,"Returns whether or not this block storage's Chunk will require random ticking, used to avoid looping through random block ticks when there are no blocks that would randomly tick."
func_48699_d,setExtBlocklightValue,0,Sets the saved Block-light value in the extended block storage structure.
func_48701_b,setBlockMetadataArray,0,Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
func_48702_c,setExtSkylightValue,0,Sets the saved Sky-light value in the extended block storage structure.
func_48703_a,getExtBlockID,0,"Returns the extended block ID for a location in a chunk, merged from a byte array and a NibbleArray to form a full 12-bit block ID."
func_48704_i,getBlockMSBArray,0,Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
func_48705_k,getBlocklightArray,0,Returns the NibbleArray instance containing Block-light data.
func_48706_a,setBlockLSBArray,0,Sets the array of block ID least significant bits for this ExtendedBlockStorage.
func_48707_c,getYLocation,0,Returns the Y location of this ExtendedBlockStorage.
func_48709_c,getExtSkylightValue,0,Gets the saved Sky-light value in the extended block storage structure.
func_48710_a,setBlockMSBArray,0,Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
func_48712_d,getExtBlocklightValue,0,Gets the saved Block-light value in the extended block storage structure.
func_48713_d,setSkylightArray,0,Sets the NibbleArray instance used for Sky-light values in this particular storage block.
func_48714_l,getSkylightArray,0,Returns the NibbleArray instance containing Sky-light data.
func_487_i,smeltItem,0,Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
func_488_a,getItemBurnTime,0,"Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel"
func_489_b,getBurnTimeRemainingScaled,0,"Returns an integer between 0 and the passed value representing how much burn time is left on the current fuel item, where 0 means that the item is exhausted and the passed value means that the item is fresh"
func_490_a,getCookProgressScaled,0,Returns an integer between 0 and the passed value representing how close the current item is to being completely cooked
func_491_j,canSmelt,0,"Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc."
func_492_d,armorItemInSlot,0,returns a player armor item (as itemstack) contained in specified armor slot.
func_493_a,writeToNBT,0,"Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting)."
func_494_a,getCurrentItem,0,Returns the item stack currently held by the player.
func_496_a,setCurrentItem,0,Sets a specific itemID as the current item being held (only if it exists on the hotbar)
func_498_a,changeCurrentItem,0,Switch the current item to the next one or the previous one
func_499_j,getFirstEmptyStack,0,Returns the first item stack that is empty.
func_50006_a,setEditable,0,Sets the sign's isEditable flag to the specified parameter.
func_50007_a,isEditable,0,
func_50011_a,adjustHistoryOffset,0,increment/decrement history scroll offset
func_50012_a,getChatClickDataFromMouse,0,"gets the click data from mouse position args:( mouse x, mouse y)"
func_50013_c,getSentMessageList,0,Returns the list with the sent chat messages in it.
func_50015_e,isChatOpen,0,Return true if chat gui is open
func_50022_i,getEnableBackgroundDrawing,0,get enable drawing background and outline
func_50025_j,getIsFocused,0,getter for the focused field
func_50026_c,setCanLoseFocus,0,if true the textbox can lose focus by clicking elsewhere on the screen
func_50027_a,setEnableBackgroundDrawing,0,enable drawing background and outline
func_50033_b,setFocused,0,setter for the focused field
func_50037_a,textboxKeyTyped,0,Call this method from you GuiScreen to process the keys into textbox.
func_50049_m,isShiftKeyDown,0,
func_50050_a,setClipboardString,0,store a string in the system clipboard
func_50051_l,isCtrlKeyDown,0,
func_50057_d,completePlayerName,0,Autocompletes player name
func_50058_a,getSentHistory,0,"input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message, 1 is the next message from the current cursor position"
func_50073_a,setBlock,0,"Sets the block without metadata in the world, notifying neighbors if enabled."
func_50074_q,canSilkHarvest,0,"Return true if a player with SlikTouch can harvest this block directly, and not it's normal drops."
func_50076_f,isSameSapling,0,Determines if the same sapling is present at the given location.
func_50086_b,setEnableSnow,0,sets enableSnow to true during biome initialization. returns BiomeGenBase.
func_50089_b,getURI,0,computes the URI from the clicked chat data object
func_50098_a,nameStartsWith,0,Returns true if the current player name starts with string specified value.
func_50100_a,handlePlayerAbilities,0,Handle a player abilities packet.
func_50101_a,renderString,0,
func_50102_e,sizeStringToWidth,0,Determines how many characters from the string will fit into the specified width.
func_50103_a,drawStringWithShadow,0,Draws the specified string with a shadow.
func_50104_a,trimStringToWidth,0,"Trims a string to a specified width, and will reverse it if par3 is set."
func_50105_a,getCharWidth,0,Returns the width of this character as rendered.
func_50106_a,renderDefaultChar,0,"Render a single character with the default.png font at current (posX,posY) location..."
func_50107_a,trimStringToWidth,0,Trims a string to fit a specified Width.
func_50108_c,listFormattedStringToWidth,0,Breaks a string into a list of pieces that will fit a specified width.
func_50109_c,isFormatSpecial,0,Checks if the char code is O-K...lLrRk-o... used to set special formatting.
func_50110_b,isFormatColor,0,"Checks if the char code is a hexadecimal character, used to set colour."
func_50111_a,renderUnicodeChar,0,"Render a single Unicode character at current (posX,posY) location using one of the /font/glyph_XX.png files..."
func_50112_a,renderCharAtPos,0,Pick how to render a single character and return the width used.
func_50113_d,wrapFormattedStringToWidth,0,Inserts newline and formatting into a string to wrap it within the specified width.
func_50114_c,getFormatFromString,0,Digests a string for nonprinting formatting characters then returns a string containing only that formatting.
func_502_a,getDamageVsEntity,0,"Return damage vs an entity done by the current held weapon, or 1 if nothing is held"
func_503_g,dropAllItems,0,Drop all armor and main inventory items.
func_504_a,addItemStackToInventory,0,"Adds the item stack to the inventory, returns false if it is impossible."
func_505_f,getInventorySlotContainItem,0,Returns a slot index in main inventory containing a specific itemID
func_506_f,getTotalArmorValue,0,"Based on the damage values and maximum damage values of each armor item, returns the current armor value."
func_507_e,damageArmor,0,Damages armor in each slot by the specified amount.
func_508_a,getStrVsBlock,0,"Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything."
func_509_b,canHarvestBlock,0,Returns whether the current item (tool) can harvest from the specified block (actually get a result).
func_510_b,consumeInventoryItem,0,"removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)"
func_511_b,decrementAnimations,0,Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
func_513_b,readFromNBT,0,Reads from the given tag list and fills the slots in the inventory with the correct items.
func_516_a,generate,0,
func_517_a,setScale,0,"Rescales the generator settings, only used in WorldGenBigTree"
func_518_b,generateLeaves,0,Generates the leaf portion of the tree as specified by the leafNodes list.
func_519_e,validTreeLocation,0,"Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid."
func_52003_C,getVersion,0,Returns the client version string
func_52004_D,createAndSendReport,0,Creates and sends anonymous system information to Mojang's stats server
func_52005_b,isItemFuel,0,Return true if item is a fuel source (getItemBurnTime() > 0).
func_52013_a,updatePlayerMoveState,0,
func_52014_d,stripColorCodes,0,Remove all embedded color codes from a string
func_52016_a,buildPostString,0,Builds an encoded HTTP POST content string from a string map
func_52017_a,sendPost,0,Sends a HTTP POST request to the given URL with data from a string
func_52018_a,sendPost,0,Sends a HTTP POST request to the given URL with data from a map
func_52019_a,filerAllowedCharacters,0,Filter string by only keeping those characters for which isAllowedCharacter() returns true.
func_52020_b,getDataMap,0,Returns the data map for the given usage snooper
func_52021_a,sendReport,0,Starts a new thread to send the information to the report server
func_52022_a,addData,0,Adds information to the report
func_52023_a,getServerURL,0,Returns the server URL for the given usage snooper
func_520_a,generateLeafNode,0,Generates the leaves surrounding an individual entry in the leafNodes list.
func_521_a,generateLeafNodeList,0,"Generates a list of leaf nodes for the tree, to be populated by generateLeaves."
func_522_a,placeBlockLine,0,Places a line of the specified block ID into the world from the first coordinate triplet to the second.
func_523_a,genTreeLayer,0,
func_524_a,checkBlockLine,0,"Checks a line of blocks in the world from the first coordinate to triplet to the second, returning the distance (in blocks) before a non-air, non-leaf block is encountered and/or the end is encountered."
func_525_d,generateLeafNodeBases,0,Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
func_526_b,leafSize,0,
func_527_c,leafNodeNeedsBase,0,Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
func_528_a,layerSize,0,Gets the rough size of a layer of the tree.
func_529_c,generateTrunk,0,Places the trunk for the big tree that is being generated. Able to generate double-sized trunks by changing a field that is always 1 to 2.
func_530_a,pickCheckLootItem,0,Picks potentially a random item to add to a dungeon chest.
func_531_b,pickMobSpawner,0,Randomly decides which spawner to use in a dungeon
func_532_a,unload100OldestChunks,0,"Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks."
func_533_b,provideChunk,0,"Will return back a chunk, if it doesn't exist and its not a MP client it will generates all the blocks for the specified chunk from the map seed and chunk seed"
func_534_a,populate,0,Populates chunk with ores etc etc
func_535_a,saveChunks,0,"Two modes of operation: if passed true, save all Chunks in one go. If passed false, save up to two chunks. Return true if all chunks have been saved."
func_536_b,canSave,0,Returns if the IChunkProvider supports saving.
func_537_a,chunkExists,0,"Checks to see if a chunk exists at x, y"
func_538_d,loadChunk,0,loads or generates the chunk at the chunk location specified
func_540_b,saveChunk,0,"Save a given Chunk, recording the time in lastSaveTime"
func_541_a,saveExtraChunkData,0,"Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused."
func_547_b,drawString,0,Renders the specified text to the screen.
func_548_a,drawCenteredString,0,"Renders the specified text to the screen, center-aligned."
func_549_a,drawGradientRect,0,Draws a rectangle with a vertical gradient between the specified colors.
func_550_b,drawTexturedModalRect,0,"Draws a textured rectangle at the stored z-value. Args: x, y, u, v, width, height"
func_551_a,drawRect,0,Draws a solid color rectangle with the specified coordinates and color.
func_552_a,addChatMessage,0,Adds a chat message to the list of chat messages. Args: msg
func_553_b,setRecordPlayingMessage,0,
func_554_a,renderInventorySlot,0,"Renders the specified item of the inventory slot at the specified location. Args: slot, x, y, partialTick"
func_555_a,updateTick,0,The update tick for the ingame UI
func_558_a,getHoverState,0,"Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button."
func_559_a,mouseReleased,0,Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e).
func_560_b,mouseDragged,0,Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e).
func_561_a,drawButton,0,Draws this button to the screen.
func_562_c,mousePressed,0,Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent e).
func_564_d,handleInput,0,Delegates mouse and keyboard input.
func_565_a,mouseClicked,0,Called when the mouse is clicked.
func_566_e,handleMouseInput,0,Handles mouse input.
func_567_a,drawWorldBackground,0,
func_568_a,confirmClicked,0,
func_569_f,handleKeyboardInput,0,Handles keyboard input.
func_570_g,updateScreen,0,Called from the main game loop to update the screen.
func_571_a,drawScreen,0,Draws the screen and all the components in it.
func_572_a,actionPerformed,0,Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e).
func_573_b,mouseMovedOrUp,0,"Called when the mouse is moved or a mouse button is released. Signature: (mouseX, mouseY, which) which==-1 is mouseMove, which==0 or which==1 is mouseUp"
func_574_c,getClipboardString,0,Returns a string stored in the system clipboard.
func_578_i,drawDefaultBackground,0,Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
func_579_b,drawBackground,0,Draws the background (i is always 0 as of 1.2.2)
func_580_a,keyTyped,0,Fired when a key is typed. This is the equivalent of KeyListener.keyTyped(KeyEvent e).
func_581_a,isCancelled,0,"Returns true if the connection attempt has been cancelled, false otherwise."
func_582_a,setNetClientHandler,0,Sets the NetClientHandler.
func_583_b,getNetClientHandler,0,Gets the NetClientHandler.
func_584_c,selectWorld,0,Gets the selected world.
func_585_j,initButtons,0,intilize the buttons for this GUI
func_587_j,drawGuiContainerForegroundLayer,0,Draw the foreground layer for the GuiContainer (everythin in front of the items)
func_588_a,getSlotAtPosition,0,Returns the slot at the given coordinates or null if there is none.
func_589_a,drawGuiContainerBackgroundLayer,0,Draw the background layer for the GuiContainer (everything behind the items)
func_590_a,drawSlotInventory,0,Draws an inventory slot
func_593_a,setLoadingProgress,0,Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
func_594_b,displaySavingString,0,Shows the 'Saving level' string.
func_595_d,displayLoadingString,0,Displays a string on the loading screen supposed to indicate what is being done currently.
func_596_a,printText,0,
func_598_c,getLightBrightness,0,"Returns how bright the block is shown as which is the block's light value looked up in a lookup table (light values aren't linear for brightness). Args: x, y, z"
func_599_f,getBlockMaterial,0,Returns the block's material.
func_600_a,getBlockId,0,"Returns the block ID at coords x,y,z"
func_601_g,isBlockOpaqueCube,0,"Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z"
func_602_e,getBlockMetadata,0,"Returns the block metadata at coords x,y,z"
func_603_b,getBlockTileEntity,0,"Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists"
func_604_a,checkIfAABBIsClear,0,"Returns true if there are no solid, live entities in the specified AxisAlignedBB"
func_605_c,isBoundingBoxBurning,0,Returns whether or not the given bounding box is on fire or not
func_606_b,obtainEntitySkin,0,"Start the skin for this entity downloading, if necessary, and increment its reference counter"
func_607_d,setEntityDead,0,"Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list. Called by the playerLoggedOut function."
func_608_a,spawnPlayerWithLoadedChunks,0,"spawns a player, load data from level.dat if needed and loads surrounding chunks"
func_609_a,getClosestPlayerToEntity,0,"Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist"
func_611_g,notifyBlocksOfNeighborChange,0,"Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID"
func_613_a,addWorldAccess,0,Adds a IWorldAccess to the list of worldAccesses
func_614_g,getFirstUncoveredBlock,0,"Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards."
func_617_e,notifyBlockChange,0,"The block type change and need to notify other systems Args: x, y, z, blockID"
func_618_j,getBlockLightValue,0,Gets the light value of a block location
func_619_c,getCelestialAngle,0,calls calculateCelestialAngle
func_620_h,chunkExists,0,"Returns whether a chunk exists at chunk coordinates x, y"
func_621_b,countEntities,0,Counts how many entities of an entity class exist in the world. Args: entityClass
func_6231_c,clearApplet,0,Removes all the components from the applet and lays it out again. Called on shutdown.
func_6232_b,shutdown,0,Called when the applet window is closed.
func_6233_a,startMainThread,0,
func_6237_k,usePortal,0,Will use a portal teleport switching the dimension the player is in.
func_6238_a,displayDebugInfo,0,
func_6239_p,respawn,0,Called when the respawn button is pressed after the player dies.
func_623_a,playSoundAtEntity,0,"Plays a sound at the entity's position. Args: entity, sound, unknown1, volume (relative to 1.0)"
func_6240_b,getMinecraftDir,0,gets the working dir (OS specific) for minecraft
func_6241_m,debugInfoRenders,0,A String of renderGlobal.getDebugInfoRenders
func_6242_u,forceReload,0,Forces a reload of the sound manager and all the resources. Called in game by holding 'F3' and pressing 'S'.
func_6243_a,clickMouse,0,Called whenever the mouse is clicked. Button clicked is 0 for left clicking and 1 for right clicking. Args: buttonClicked
func_6244_d,shutdown,0,Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
func_6245_o,debugInfoEntities,0,A String of how many entities are in the world
func_6246_i,runTick,0,Runs the current tick.
func_6247_b,startWorld,0,creates a new world or loads an existing one
func_6248_s,screenshotListener,0,checks if keys are down
func_6249_a,resize,0,Called to resize the current screen.
func_624_b,isDaytime,0,Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
func_6250_c,checkGLError,0,"Checks for an OpenGL error. If there is one, prints the error ID and error string."
func_6252_g,displayInGameMenu,0,Displays the ingame menu
func_6253_a,startMainThread,0,
func_6254_a,sendClickBlockToController,0,
func_6255_d,preloadWorld,0,Display the preload world loading screen then load SP World.
func_6256_a,changeWorld,0,"first argument is the world to change to, second one is a loading message and the third the player itself"
func_6257_q,loadScreen,0,Displays a new screen.
func_6258_a,setServer,0,
func_6259_e,setIngameFocus,0,Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
func_625_o,isBlockIndirectlyGettingPowered,0,"Used to see if one of the blocks next to you or your block is getting power from a neighboring block. Used by items like TNT or Doors so they don't have redstone going straight into them. Args: x, y, z"
func_6260_j,isMultiplayerWorld,0,"Checks if the current world is a multiplayer world, returns true if it is, false otherwise."
func_6261_a,changeWorld1,0,"Changes the world, no message, no player."
func_6262_n,getEntityDebug,0,Gets the information in the F3 menu about how many entities are infront/around you
func_6263_a,changeWorld2,0,"Changes the world with given message, no player."
func_6264_a,getAppDir,0,gets the working dir (OS specific) for the specific application (which is always minecraft)
func_6265_t,clickMiddleMouseButton,0,Called when the middle mouse button gets clicked
func_6266_c,shutdownMinecraftApplet,0,"Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited."
func_6267_r,getOs,0,
func_6268_a,installResource,0,Installs a resource. Currently only sounds are download so this method just adds them to the SoundManager.
func_6269_a,startMainThread1,0,
func_6270_h,toggleFullscreen,0,Toggles fullscreen mode.
func_6271_a,startGame,0,"Starts the game: initializes the canvas, the title, the settings, etcetera."
func_6272_a,displayGuiScreen,0,Sets the argument GuiScreen as the main (topmost visible) screen.
func_6273_f,setIngameNotInFocus,0,"Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor."
func_6274_a,scaledTessellator,0,Loads Tessellator with a scaled resolution
func_628_d,drawClouds,0,
func_630_d,blockExists,0,"Returns whether a block exists at world coordinates x, y, z"
func_6329_a,getFontRendererFromRenderManager,0,Returns the font renderer from the set render manager
func_632_b,unloadEntities,0,Adds a list of entities to be unloaded on the next pass of World.updateEntities()
func_6330_a,preRenderCallback,0,"Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime"
func_6331_b,renderEquippedItems,0,
func_633_c,updateEntities,0,Updates (and cleans up) entities and tile entities
func_634_a,setBlock,0,"Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID"
func_635_c,setBlockMetadata,0,Set the metadata of a block in global coordinates
func_6360_i,removeLeaves,0,
func_636_a,addLoadedEntities,0,"adds entities to the loaded entities list, and loads thier skins."
func_6372_a,addSound,0,"Adds a sounds with the name from the file. Args: name, file"
func_6373_b,addStreaming,0,Adds an audio file to the streaming SoundPool.
func_6374_c,addMusic,0,Adds an audio file to the music SoundPool.
func_6375_a,setVelocity,0,"Sets the velocity to the args. Args: x, y, z"
func_6376_z,getTexture,0,Returns the texture's file path as a String.
func_6377_h,mountEntity,0,"Called when a player mounts an entity. e.g. mounts a pig, mounts a boat."
func_6378_b,onCollideWithPlayer,0,Called by a player entity when they collide with an entity
func_6389_d,getLivingSound,0,Returns the sound this mob makes while it's alive.
func_6390_f,getDeathSound,0,Returns the sound this mob makes on death.
func_6391_i,getMaxSpawnedInChunk,0,Will return how many at most can spawn in a chunk at once.
func_6392_F,onEntityDeath,0,Called when the entity vanishes after dies by damage (or other method that put health below or at zero).
func_6393_h,getSoundVolume,0,Returns the volume for the sounds this mob makes.
func_6394_f_,getHurtSound,0,Returns the sound this mob makes when it is hurt.
func_639_a,saveWorld,0,"Saves the data for this World. If passed true, then only save up to 2 chunks, otherwise, save all chunks."
func_640_a,checkChunksExist,0,"Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_6415_a_,useCurrentItemOnEntity,0,Uses the currently equipped item on the specified entity. Args: entity
func_6416_v,getCurrentEquippedItem,0,Returns the currently being used item by the player.
func_6417_t,getScore,0,
func_641_a,getSavedLightValue,0,Returns saved light value without taking into account the time of day. Either looks in the sky light map or block light map based on the enumSkyBlock arg.
func_642_a,rayTraceBlocks_do,0,
func_643_a,setBlockAndMetadata,0,Sets the block ID and metadata of a block in global coordinates
func_6447_a,setWorldAndResolution,0,Causes the screen to lay out its subcomponents again. This is the equivalent of the Java call Container.validate()
func_6448_a,initGui,0,Adds the buttons (and other controls) to the screen in question.
func_6449_h,onGuiClosed,0,Called when the screen is unloaded. Used to disable keyboard repeat events
func_644_f,calculateInitialSkylight,0,Called on construction of the World class to setup the initial skylight values
func_6450_b,doesGuiPauseGame,0,Returns true if this GUI should pause the game when it is displayed in single-player
func_645_a,rayTraceBlocks,0,"ray traces all blocks, including non-collideable ones"
func_6465_g,updatingLighting,0,Updates lighting. Returns true if there are more lighting updates to update
func_6466_a,canMineBlock,0,Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
func_6467_a,setPartialTime,0,
func_6468_a,resetBlockRemoving,0,Resets current block damage and field_9439_j
func_6469_d,shouldDrawHUD,0,
func_646_n,isBlockGettingPowered,0,"Whether one of the neighboring blocks is putting power into this block. Args: x, y, z"
func_6470_c,onPlayerDamageBlock,0,Called when a player damages a block and updates damage counters
func_6471_a,sendUseItem,0,"Notifies the server of things like consuming food, etc..."
func_6472_b,attackEntity,0,Attacks an entity
func_6474_c,updateController,0,
func_6475_a,interactWithEntity,0,Interacts with an entity
func_6476_a,flipPlayer,0,Flips the player around. Args: player
func_6477_d,canRespawnHere,0,"True if the player can respawn in this dimension (true = overworld, false = nether)."
func_647_i,canBlockSeeTheSky,0,Checks if the specified block is able to see the sky
func_6480_b,closeTexturePackFile,0,Closes the zipfile associated to this texture pack. Does nothing for the default texture pack.
func_6481_a,getResourceAsStream,0,Gives a texture resource as InputStream.
func_6483_c,bindThumbnailTexture,0,binds the texture corresponding to the pack's thumbnail image
func_6484_b,unbindThumbnailTexture,0,Unbinds the thumbnail texture for texture pack screen
func_648_a,setWorldTime,0,Sets the world time.
func_6492_b,truncateString,0,Truncates the specified string to 34 characters in length and returns it.
func_6497_a,handleAttachEntity,0,Packet handler
func_6498_a,handleEntityVelocity,0,Packet handler
func_6499_a,handleUseEntity,0,
func_649_g,tick,0,Runs a single tick for the world
func_6500_a,getFontRenderer,0,Returns the font renderer
func_6507_a,bindTextureByName,0,Binds a texture to the renderEngine given a filename from the JAR.
func_6508_a,getFontRenderer,0,
func_650_a,quickSaveWorld,0,"Saves the world and all chunk data without displaying any progress message. If passed 0, then save player info and metadata as well."
func_6510_c,renderCloudsFancy,0,Renders the 3d fancy clouds
func_6513_a,setColorRGBA_I,0,Sets the color to the given color (packed as bytes in integer) and alpha values.
func_6516_a,getFontRenderer,0,
func_6519_a,loadOptions,0,Loads the options from the options file. It appears that this has replaced the previous 'loadOptions'
func_651_a,saveWorldIndirectly,0,
func_6526_a,readTextureImage,0,Returns a BufferedImage read off the provided input stream. Args: inputStream
func_6530_b,availableTexturePacks,0,Returns a list of the available texture packs.
func_6531_a,setTexturePack,0,"Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed."
func_6532_a,updateAvaliableTexturePacks,0,check the texture packs the client has installed
func_654_a,setBlockTileEntity,0,"Sets the TileEntity for a given block in X, Y, Z coordinates"
func_655_l,notifyBlockOfNeighborChange,0,"Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID"
func_656_j,dropOldChunks,0,Does nothing while unloading 100 oldest chunks
func_657_a,getEntitiesWithinAABB,0,"Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb"
func_658_i,getLoadedEntityList,0,Accessor for world Loaded Entity List
func_659_b,getEntitiesWithinAABBExcludingEntity,0,"Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb"
func_660_k,sendQuittingDisconnectingPacket,0,"If on MP, sends a quitting packet."
func_662_b,isAnyLiquid,0,Returns if any of the blocks within the aabb are liquids. Args: aabb
func_663_l,checkSessionLock,0,Checks whether the session lock file was modified by another process
func_664_b,setLightValue,0,"Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block. Args: enumSkyBlock, x, y, z, lightValue"
func_665_h,markBlockNeedsUpdate,0,"Marks the block as needing an update with the renderer. Args: x, y, z"
func_666_c,getHeightValue,0,"Returns the y coordinate with a block in it at this x, z coordinate"
func_667_e,updateEntity,0,Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
func_668_j,isBlockProvidingPowerTo,0,"Is this block powering in the specified direction Args: x, y, z, direction"
func_669_m,saveLevel,0,Saves the global data associated with this World
func_670_a,playRecord,0,"Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z"
func_671_a,calculateSkylightSubtracted,0,Returns the amount of skylight subtracted for the current time
func_672_b,removeWorldAccess,0,Removes a worldAccess from the worldAccesses object
func_673_a,getChunkFromBlockCoords,0,"Returns a chunk looked up by block coordinates. Args: x, z"
func_674_a,spawnEntityInWorld,0,Called to place all entities as part of a world
func_675_a,getBlockDensity,0,"Gets the percentage of real blocks within within a bounding box, along a specified vector."
func_677_m,randomDisplayUpdates,0,"Randomly will call the random display update on a 1000 blocks within 16 units of the specified position. Args: x, y, z"
func_678_c,releaseEntitySkin,0,Decrement the reference counter for this entity's skin image data
func_679_f,getStarBrightness,0,How bright are stars in the sky
func_680_f,markBlocksDirtyVertical,0,marks a vertical line of blocks as dirty
func_682_a,handleMaterialAcceleration,0,handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
func_683_a,getClosestPlayer,0,"Gets the closest player to the point within the specified distance (distance can be set to less than 0 to not limit the distance). Args: x, y, z, dist"
func_684_a,playSoundEffect,0,"Play a sound effect. Many many parameters for this function. Not sure what they do, but a classic call is : (double)i + 0.5D, (double)j + 0.5D, (double)k + 0.5D, 'random.door_open', 1.0F, world.rand.nextFloat() * 0.1F + 0.9F with i,j,k position of the block."
func_687_d,getDebugLoadedEntities,0,This string is 'All: (number of loaded entities)' Viewable by press ing F3
func_688_b,setBlockAndMetadataWithNotify,0,"Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata"
func_689_a,isMaterialInBB,0,Returns true if the given bounding box contains the given material
func_690_d,setBlockWithNotify,0,"Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID"
func_691_b,setBlockMetadataWithNotify,0,"Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata"
func_692_l,removeBlockTileEntity,0,"Removes the TileEntity for a given block in X,Y,Z coordinates"
func_694_a,spawnParticle,0,"Spawns a particle. Args particleName, x, y, z, velX, velY, velZ"
func_695_a,canBlockBePlacedAt,0,"Returns true if the specified block can be placed at the given coordinates, optionally making sure there are no entities in the way. Args: blockID, x, y, z, ignoreEntities"
func_697_a,getCollidingBoundingBoxes,0,"Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb"
func_698_b,updateTileEntityChunkAndDoNothing,0,marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
func_699_a,getBlockLightValue_do,0,"Gets the light value of a block location. This is the actual function that gets the value and has a bool flag that indicates if its a half step block to get the maximum light value of a direct neighboring block (left, right, forward, back, and up)"
func_700_a,tickUpdates,0,Runs through the list of updates to run and ticks them
func_701_b,markBlocksDirty,0,
func_704_b,getChunkFromChunkCoords,0,"Returns back a chunk looked up by chunk coordinates Args: x, y"
func_705_f,joinEntityInSurroundings,0,spwans an entity and loads surrounding chunks
func_706_k,isBlockIndirectlyProvidingPowerTo,0,"Is a block next to you getting powered (if its an attachable block) or is it providing power directly to you. Args: x, y, z, direction"
func_707_b,isAABBInMaterial,0,checks if the given AABB is in the material given. Used while swimming.
func_709_b,getEntityByID,0,Lookup and return an Entity based on its ID
func_710_c,removeEntityFromWorld,0,
func_711_c,invalidateBlockReceiveRegion,0,"Invalidates an AABB region of blocks from the receive queue, in the event that the block has been modified client-side in the intervening 80 receive ticks."
func_712_a,addEntityToWorld,0,Add an ID to Entity mapping to entityHashSet
func_713_a,doPreChunk,0,
func_714_c,setBlockAndMetadataAndInvalidate,0,
func_716_a,getLightValueExt,0,Get light value with flag
func_717_a,onWorldChange,0,Called on world change with the new World as the only parameter.
func_719_a,clickBlock,0,"Called by Minecraft class when the player is hitting a block with an item. Args: x, y, z, side"
func_722_a,onPlayerRightClick,0,Handles a players right click
func_727_b,getBlockReachDistance,0,player reach distance = 4F
func_729_b,onPlayerDestroyBlock,0,Called when a player completes the destruction of a block
func_730_e,syncCurrentPlayItem,0,Syncs the current player item with the server
func_731_b,getTagName,0,"Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid."
func_732_a,setName,0,Sets the name for this tag and returns this for convenience.
func_733_a,getId,0,Gets the type byte for the tag.
func_734_b,readNamedTag,0,"Reads and returns a tag from the given DataInput, or the End tag if no tag could be read."
func_735_a,write,0,"Write the actual data contents of the tag, implemented in NBT extension classes"
func_736_a,load,0,"Read the actual data contents of the tag, implemented in NBT extension classes"
func_737_b,getName,0,"Gets the name corresponding to the tag, or an empty string if none set."
func_738_a,writeNamedTag,0,"Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data."
func_739_a,newTag,0,"Creates and returns a new tag of the specified type, or null if invalid."
func_740_c,tagCount,0,Returns the number of tags in the list.
func_741_a,tagAt,0,Retrieves the tag at the specified index from the list.
func_742_a,appendTag,0,Adds the provided tag to the end of the list. There is no check to verify this tag is of the same type as any previous tag.
func_743_k,getCompoundTag,0,"Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored."
func_744_a,setFloat,0,Stores a new NBTTagFloat with the given float value into the map with the given string key.
func_745_d,getShort,0,"Retrieves a short value using the specified key, or 0 if no such key was stored."
func_746_c,getByte,0,"Retrieves a byte value using the specified key, or 0 if no such key was stored."
func_747_a,setByteArray,0,Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
func_748_a,setBoolean,0,"Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key."
func_749_a,setShort,0,Stores a new NBTTagShort with the given short value into the map with the given string key.
func_750_a,setLong,0,Stores a new NBTTagLong with the given long value into the map with the given string key.
func_751_b,hasKey,0,Returns whether the given string has been previously stored as a key in the map.
func_752_g,getFloat,0,"Retrieves a float value using the specified key, or 0 if no such key was stored."
func_753_l,getTagList,0,"Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored."
func_754_a,setString,0,Stores a new NBTTagString with the given string value into the map with the given string key.
func_755_i,getString,0,"Retrieves a string value using the specified key, or an empty string if no such key was stored."
func_756_e,getInteger,0,"Retrieves an integer value using the specified key, or 0 if no such key was stored."
func_757_h,getDouble,0,"Retrieves a double value using the specified key, or 0 if no such key was stored."
func_758_a,setInteger,0,Stores a new NBTTagInt with the given integer value into the map with the given string key.
func_759_j,getByteArray,0,"Retrieves a byte array using the specified key, or a zero-length array if no such key was stored."
func_760_m,getBoolean,0,"Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method."
func_761_a,setByte,0,Stores a new NBTTagByte with the given byte value into the map with the given string key.
func_762_a,setTag,0,Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
func_763_a,setCompoundTag,0,Stores the given NBTTagCompound into the map with the given string key.
func_764_f,getLong,0,"Retrieves a long value using the specified key, or 0 if no such key was stored."
func_765_a,setDouble,0,Stores a new NBTTagDouble with the given double value into the map with the given string key.
func_766_a,addRecipes,0,Adds the weapon recipes to the CraftingManager.
func_767_b,getValue,0,Returns the object stored in this entry
func_768_a,getHash,0,Returns the hash code for this entry
func_770_a,set,0,"Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val."
func_771_a,get,0,"Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4."
func_772_c,mouseXYChange,0,
func_773_b,ungrabMouseCursor,0,Ungrabs the mouse cursor so it can be moved and set it to the center of the screen
func_774_a,grabMouseCursor,0,Grabs the mouse cursor it doesn't move and isn't seen.
func_775_c,getBackgroundIconIndex,0,Returns the icon index on items.png that is used as background image of the slot.
func_776_b,putStack,0,Helper method to put a stack in the slot.
func_777_b,getStack,0,Helper fnct to get the stack in the slot.
func_779_d,onSlotChanged,0,Called when the stack in a Slot changes
func_782_a,bindImage,0,
func_783_a,onTick,0,
func_784_a,isMinecartTrack,0,
func_785_b,refreshConnectedTracks,0,"Neighboring tracks have potentially been broken, so prune the connected track list"
func_786_c,canConnectFrom,0,Determines whether or not the target rail can connect to this rail
func_787_c,canConnectTo,0,Determines whether or not the track can bend to meet the specified rail
func_788_d,connectToNeighbor,0,"The specified neighbor has just formed a new connection, so update accordingly"
func_790_c,getAdjacentTracks,0,
func_791_a,getNAdjacentTracks,0,get number of adjacent tracks
func_792_a,refreshTrackShape,0,Completely recalculates the track shape based on neighboring tracks and power state
func_793_b,isConnectedTo,0,
func_794_b,isInTrack,0,Returns true if the specified block is in the same railway.
func_795_a,getMinecartTrackLogic,0,
func_799_a,render,0,
func_800_a,postProcess,0,
func_803_a,grad,0,
func_804_b,lerp,0,
func_807_a,generateNoiseOctaves,0,
func_808_a,draw,0,
func_809_a,flipFace,0,
func_810_a,addRecipes,0,Adds the ingot recipes to the CraftingManager.
func_811_b,saveExtraData,0,"Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused."
func_812_a,saveChunk,0,
func_813_a,loadChunk,0,Loads the specified(XZ) chunk into the specified world.
func_814_a,chunkTick,0,Called every World.tick()
func_815_b,saveExtraChunkData,0,"Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused."
func_819_a,handlePlace,0,
func_820_a,handleNamedEntitySpawn,0,
func_821_a,handleBlockDig,0,
func_822_a,handleBlockChange,0,
func_823_a,handleErrorMessage,0,
func_824_a,handleMultiBlockChange,0,
func_825_a,handleAnimation,0,
func_826_a,handlePreChunk,0,
func_827_a,handleEntity,0,
func_828_a,handleMobSpawn,0,
func_829_a,handleEntityTeleport,0,
func_832_a,handlePickupSpawn,0,
func_834_a,handleCollect,0,
func_835_a,handleVehicleSpawn,0,
func_837_a,handleFlying,0,
func_838_a,handleHandshake,0,
func_839_a,handleDestroyEntity,0,
func_841_a,handleBlockItemSwitch,0,
func_843_a,handlePlayerInventory,0,
func_844_a,handleKickDisconnect,0,
func_845_a,handleSpawnPosition,0,
func_846_a,handleUpdateTime,0,
func_847_a,addToSendQueue,0,Adds the packet to the send queue
func_848_a,processReadPackets,0,Processes the packets that have been read since the last call to this function.
func_849_b,disconnect,0,Disconnects the network connection.
func_851_a,getDistanceToCamera,0,
func_852_a,set,0,World sets this RenderManager's worldObj to the world provided
func_853_a,renderEntityWithPosYaw,0,"Renders the specified entity with the passed in position, yaw, and partialTickTime. Args: entity, x, y, z, yaw, partialTickTime"
func_854_a,renderEntity,0,"Will render the specified entity at the specified partial tick time. Args: entity, partialTickTime"
func_855_a,getEntityRenderObject,0,
func_863_a,setRotationAngles,0,Sets the models various rotation angles.
func_864_b,render,0,Sets the models various rotation angles then renders the model.
func_867_a,generate,0,
func_868_a,recursiveGenerate,0,Recursively called by generate() (func_867_a) and optionally by itself.
func_869_a,generateCaveNode,0,Generates a node in the current cave system recursion tree.
func_870_a,generateLargeCaveNode,0,Generates a larger initial cave node than usual. Called 25% of the time.
func_871_a,getStringWidth,0,Returns the width of this string. Equivalent of FontMetrics.stringWidth(String s).
func_873_b,drawString,0,Draws the specified string.
func_876_e,getCanBurn,0,Returns if the block can burn or not.
func_878_a,isSolid,0,
func_879_d,isLiquid,0,Returns if blocks of these materials are liquids.
func_880_c,blocksMovement,0,Returns if this material is considered solid or not
func_881_b,getCanBlockGrass,0,Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
func_883_a,parseUserSkin,0,
func_887_a,renderSign,0,Renders the sign model through TileEntitySignRenderer
func_888_a,init,0,
func_889_a,init,0,
func_890_d,renderFireInFirstPerson,0,Renders the fire on the screen for first person mode. Arg: partialTickTime
func_892_c,renderWarpedTextureOverlay,0,Renders a texture that warps around based on the direction the player is looking. Texture needs to be bound before being called. Used for the water overlay. Args: parialTickTime
func_893_b,renderOverlays,0,Renders all the overlays that are in first person mode. Args: partialTickTime
func_895_a,updateEquippedItem,0,
func_898_a,renderInsideOfBlock,0,"Renders the texture of the block the player is inside as an overlay. Args: partialTickTime, blockTextureIndex"
func_899_a,comparer,0,Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
func_900_a,setScheduledTime,0,Sets the scheduled time for this tick entry
func_902_b,getScaledHeight,0,
func_903_a,getScaledWidth,0,
func_904_a,updateTimer,0,Updates all fields of the Timer using the current time
func_905_b,setupOverlayRendering,0,Setup orthogonal projection for rendering GUI screen overlays
func_908_a,setFogColorBuffer,0,Update and return fogColorBuffer with the RGBA values passed as arguments
func_910_a,getMouseOver,0,Finds what block or object the mouse is over at the specified partial tick time. Args: partialTickTime
func_911_a,updateRenderer,0,Updates the entity renderer
func_914_d,getFOVModifier,0,Changes the field of view of the player depending on if they are underwater or not
func_916_c,addRainParticles,0,
func_917_f,setupViewBobbing,0,Setups all the GL settings for view bobbing. Args: partialTickTime
func_920_e,hurtCameraEffect,0,
func_922_a,render,0,
func_923_a,addBox,0,"Creates a textured box. Args: originX, originY, originZ, width, height, depth, scaleFactor."
func_924_c,compileDisplayList,0,Compiles a GL display list for this model
func_925_a,setRotationPoint,0,
func_926_b,postRender,0,Allows the changing of Angles after a box has been rendered
func_9279_a,updateFallState,0,"Takes in the distance the entity has fallen this tick and whether its on the ground to update the fall distance and deal fall damage if landing on the ground. Args: distanceFallenThisTick, onGround"
func_9280_g,performHurtAnimation,0,Setups the entity to do the hurt animation. Only used by packets in multiplayer.
func_9281_M,setBeenAttacked,0,Sets that this entity has been attacked.
func_9282_a,handleHealthUpdate,0,
func_928_a,setTileEntityRenderer,0,Associate a TileEntityRenderer with this TileEntitySpecialRenderer
func_930_a,renderTileEntityAt,0,
func_931_a,renderTileEntityMobSpawner,0,
func_932_a,renderTileEntitySignAt,0,
func_933_a,playRecord,0,"Plays the specified record. Arg: recordName, x, y, z"
func_934_a,markBlockNeedsUpdate,0,"Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z"
func_935_a,doNothingWithTileEntity,0,"In all implementations, this method does nothing."
func_9367_r,respawnPlayer,0,
func_9372_a_,setHealth,0,Updates health locally.
func_937_b,markBlockRangeNeedsUpdate,0,"Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_938_b,releaseEntitySkin,0,Decrement the reference counter for this entity's skin image data
func_939_a,spawnParticle,0,"Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ"
func_940_a,playSound,0,"Plays the specified sound. Arg: x, y, z, soundName, unknown1, unknown2"
func_941_a,obtainEntitySkin,0,"Start the skin for this entity downloading, if necessary, and increment its reference counter"
func_9424_o,updateEntityList,0,
func_9425_a,setEntityState,0,sends a Packet 38 (Entity Status) to all tracked players of that entity
func_942_a,drawOutlinedBoundingBox,0,Draws lines for the edges of the bounding box.
func_943_a,sortAndRender,0,"Sorts all renderers based on the passed in entity. Args: entityLiving, renderPass, partialTickTime"
func_9446_a,handleUpdateHealth,0,Recieves player health from the server and then proceeds to set it locally on the client.
func_9447_a,handleEntityStatus,0,Packet handler
func_9448_a,handleRespawn,0,respawns the player
func_944_a,renderAllRenderLists,0,Render all render lists
func_945_d,updateClouds,0,
func_946_a,changeWorld,0,Changes the world reference in RenderGlobal
func_948_a,updateRenderers,0,Updates some of the renderers sorted by distance from the player
func_949_a,markBlocksForUpdate,0,Marks the blocks in the given range for update
func_950_f,renderStars,0,
func_951_a,renderEntities,0,"Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime"
func_952_a,renderSortedRenderers,0,"Renders the sorted renders for the specified render pass. Args: startRenderer, numRenderers, renderPass, partialTickTime"
func_953_b,getDebugInfoRenders,0,Gets the render info for use on the Debug screen
func_955_b,drawSelectionBox,0,"Draws the selection box for the player. Args: entityPlayer, rayTraceHit, i, itemStack, partialTickTime"
func_956_b,markRenderersForNewPosition,0,Goes through all the renderers setting new positions on them and those that have their position changed are adding to be updated
func_957_c,getDebugInfoEntities,0,Gets the entities info for use on the Debug screen
func_958_a,loadRenderers,0,Loads all the renderers and sets up the basic settings usage
func_959_a,drawBlockBreaking,0,
func_960_a,clipRenderersByFrustum,0,"Checks all renderers that previously weren't in the frustum and 1/16th of those that previously were in the frustum for frustum clipping Args: frustum, partialTickTime"
func_962_a,checkOcclusionQueryResult,0,
func_963_f,getWriteThread,0,Returns the write thread.
func_964_b,sendPacket,0,"Sends a data packet if there is one to send, or sends a chunk data packet if there is one and the counter is up, or does nothing. If it sends a packet, it sleeps for 10ms."
func_965_d,sendNetworkPacket,0,Static accessor to sendPacket.
func_966_c,readNetworkPacket,0,Static accessor to readPacket.
func_967_a,processReadPackets,0,Checks timeouts and processes all pending read packets.
func_968_b,isServerTerminating,0,Is the server terminating? Client side aways returns false.
func_969_e,getReadThread,0,Returns the read thread.
func_970_a,onNetworkError,0,Used to report network errors and causes a network shutdown.
func_971_a,isRunning,0,Whether the network is operational.
func_972_a,addToSendQueue,0,Adds the packet to the correct send queue (chunk data packets go to a separate queue).
func_973_c,readPacket,0,"Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network."
func_974_a,networkShutdown,0,"Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads."
func_976_a,addRecipes,0,Adds the food recipes to the CraftingManager.
func_977_b,startDrawingQuads,0,Sets draw mode in the tessellator to draw quads.
func_978_a,setColorRGBA,0,Sets the RGBA values for the color. Also clamps them to 0-255.
func_979_a,setColorOpaque,0,"Sets the RGB values as specified, and sets alpha to opaque."
func_980_b,setNormal,0,Sets the normal for the current draw call.
func_981_a,setTextureUV,0,Sets the texture coordinates.
func_982_a,draw,0,Draws the data set up in this tessellator and resets the state to prepare for new drawing.
func_983_a,addVertexWithUV,0,"Adds a vertex specifying both x,y,z and the texture u,v for it."
func_984_b,setTranslation,0,Sets the translation for all vertices in the current draw call.
func_985_d,reset,0,Clears the tessellator state in preparation for new drawing.
func_986_a,setColorRGBA_F,0,"Sets the RGBA values for the color, converting from floats between 0 and 1 to integers from 0-255."
func_987_a,setColorOpaque_F,0,"Sets the RGB values as specified, converting from floats between 0 and 1 to integers from 0-255."
func_988_c,addTranslation,0,Offsets the translation for all vertices in the current draw call.
func_989_c,disableColor,0,Disables colors for the current draw call.
func_990_b,setColorOpaque_I,0,Sets the color to the given opaque value (stored as byte values packed in an integer).
func_991_a,addVertex,0,"Adds a vertex with the specified x,y,z to the current draw call. It will trigger a draw() if the buffer gets full."
func_992_a,startDrawing,0,Resets tessellator state and prepares for drawing (with the specified draw mode).
func_993_a,doCompare,0,
func_994_a,getEntitiesWithinAABBForEntity,0,"Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill"
func_995_d,onChunkLoad,0,Called when this Chunk is loaded by the ChunkProvider
func_996_c,propagateSkylightOcclusion,0,Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
func_997_a,getRandomWithSeed,0,
func_998_e,onChunkUnload,0,Called when this Chunk is unloaded by the ChunkProvider
func_999_b,getHeightValue,0,"Returns the value in the height map at this x, z coordinate in the chunk"
func_100_e,readFromNBT,1,Reads the entity from NBT (calls an abstract helper method to read specialized data)
func_101_d,getDistanceSq,1,"Gets the squared distance to the position. Args: x, y, z"
func_102_b,getDistanceSqToEntity,1,Returns the squared distance to the entity. Args: entity
func_103_e,getDistance,1,"Gets the distance to the position. Args: x, y, z"
func_104_p,getEyeHeight,1,
func_106_b_,onUpdate,1,Called to update the entity's position/logic.
func_107_c,setLocationAndAngles,1,Sets the location and Yaw/Pitch of an entity in the world
func_108_b,getBrightness,1,Gets how bright this entity is.
func_109_s,getEntityString,1,Returns the string that identifies this Entity's class
func_110_a,isInsideOfMaterial,1,Checks if the current block the entity is within of the specified material type
func_112_q,handleLavaMovement,1,Whether or not the current entity is in lava
func_113_a,setSize,1,"Sets the width and height of the entity. Args: width, height"
func_114_a,fall,1,Called when the mob is falling. Calculates and applies fall damage.
func_115_v,updateRidden,1,Handles updating while being ridden by an entity
func_117_x,getYOffset,1,Returns the Y Offset of this entity.
func_118_j,setDead,1,Will get destroyed next tick.
func_119_o,handleWaterMovement,1,Returns if this entity is in water and will end up adding the waters velocity to the entity
func_11_a,handleBlockItemSwitch,1,
func_12001_a,handleExplosion,1,
func_12007_g,harvestBlock,1,"Called when the player destroys a block with an item that can harvest it. (i, j, k) are the coordinates of the block and l is the block's subtype/damage."
func_12013_a,createExplosion,1,"Creates an explosion. Args: entity, x, y, z, strength"
func_12015_a,newExplosion,1,returns a new explosion. Does initiation (at time of writing Explosion is not finished)
func_12018_b,sendPacketToTrackedPlayersAndTrackedEntity,1,
func_12019_a,removeFromTrackedPlayers,1,
func_12021_a,sendPacketToTrackedPlayers,1,
func_12022_a,sendPacketToPlayersAroundPoint,1,"sends a packet to players within d3 of point (x,y,z)"
func_12023_a,doExplosionA,1,Does the first part of the explosion (destroy blocks)
func_120_t,isEntityAlive,1,Checks whether target entity is alive.
func_121_a,attackEntityFrom,1,Called when the entity is attacked.
func_122_m,updateFallState,1,"Takes in the distance the entity has fallen this tick and whether its on the ground to update the fall distance and deal fall damage if landing on the ground. Args: distanceFallenThisTick, onGround"
func_123_a,dropItemWithOffset,1,"Drops an item stack with a specified y offset. Args: itemID, count, yOffset"
func_124_r,canBePushed,1,Returns true if this entity should push and be pushed by other entities when colliding.
func_125_b,dealFireDamage,1,Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
func_127_w,updateRiderPosition,1,
func_128_a,dropItem,1,"Drops an item stack at the entity's position. Args: itemID, count"
func_129_c_,canBeCollidedWith,1,Returns true if other Entities should be prevented from moving through this Entity.
func_12_a,handleBlockChange,1,
func_130_h,getMountedYOffset,1,Returns the Y offset from the entity's position for any entity riding this one.
func_132_a,newDoubleNBTList,1,creates a NBT list from the array of doubles passed to this function
func_133_b,isOffsetPositionInLiquid,1,"Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z"
func_137_a,heal,1,Heal living entity (param: amount of half-hearts)
func_13_a,handleMultiBlockChange,1,
func_140_b,updateRotation,1,"Arguments: current rotation, intended rotation, max increment."
func_141_d,getLook,1,interpolated look vector
func_142_f,onDeath,1,Called when the mob's health reaches 0.
func_143_a,knockBack,1,knocks back this entity
func_144_E,isOnLadder,1,"returns true if this entity is by a ladder, false otherwise"
func_145_g,canEntityBeSeen,1,returns true if the entity provided in the argument can be seen. (Raytrace)
func_146_b,getTalkInterval,1,"Get number of ticks, at least during which the living entity will be silent."
func_147_b,faceEntity,1,Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
func_148_c,moveEntityWithHeading,1,"Moves the entity based on the specified heading. Args: strafe, forward"
func_149_g,getDropItemId,1,Returns the item ID for the item the mob drops on death.
func_152_d_,updateEntityActionState,1,
func_153_y,onLivingUpdate,1,"Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons use this to react to sunlight and start to burn."
func_154_F,jump,1,Causes this entity to do an upwards motion (jumping).
func_155_a,getCanSpawnHere,1,Checks if the entity's current position is a valid location to spawn this entity.
func_156_D,spawnExplosionParticle,1,Spawns an explosion particle around the Entity's location
func_157_a,attackEntity,1,Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
func_158_i,findPlayerToAttack,1,"Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies)."
func_159_a,getBlockPathWeight,1,"Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z"
func_15_a,handleSpawnPosition,1,
func_160_c,setSlimeSize,1,
func_162_a,joinEntityItemWithWorld,1,Joins the passed in entity item with the world. Args: entityItem
func_163_c,onItemPickup,1,"Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize"
func_164_C,destroyCurrentEquippedItem,1,Destroys the currently equipped item from the player's inventory.
func_165_a,getCurrentPlayerStrVsBlock,1,Returns how strong the player is against the specified block at this moment
func_166_a,displayGUIChest,1,Displays the GUI for interacting with a chest inventory. Args: chestInventory
func_167_b,canHarvestBlock,1,Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
func_168_z,swingItem,1,Swings the item the player is holding.
func_16_a,handlePlayerInventory,1,
func_170_a,displayGUIFurnace,1,Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
func_171_h,collideWithPlayer,1,
func_172_B,getCurrentEquippedItem,1,Returns the currently being used item by the player.
func_174_A,displayWorkbenchGUI,1,Displays the crafting GUI for a workbench.
func_177_a,setArrowHeading,1,"Uses the provided coordinates as a heading and determines the velocity from it with the set force and random variance. Args: x, y, z, force, forceVariation"
func_178_b,explode,1,
func_181_b,onValidSurface,1,checks to make sure painting can be placed there
func_183_c,onInventoryChanged,1,"Called when an the contents of an Inventory change, usually"
func_184_b,updateEntity,1,"Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation."
func_185_c,createAndLoadEntity,1,Creates a new entity and loads its data from the specified NBT.
func_186_a,readFromNBT,1,Reads a tile entity from NBT.
func_187_a,addMapping,1,Adds a new two-way mapping between the class and its string name in both hashmaps.
func_188_b,writeToNBT,1,Writes a tile entity to NBT.
func_189_f,smeltItem,1,Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
func_18_a,handleFlying,1,
func_191_e,isBurning,1,Returns true if the furnace is currently burning
func_193_g,canSmelt,1,"Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc."
func_194_a,getItemBurnTime,1,"Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel"
func_195_a,anyPlayerInRange,1,Returns true if there is a player in range (using World.getClosestPlayer)
func_196_d,updateDelay,1,Sets the delay before a new spawn (base delay of 200 + random number up to 600).
func_199_f,dropAllItems,1,Drop all armor and main inventory items.
func_1_c,getUsername,1,Gets the players username.
func_20001_a,handleWindowItems,1,
func_20002_a,handleUpdateProgressbar,1,
func_20003_a,handleSetSlot,1,
func_20004_a,handleOpenWindow,1,
func_20005_a,handleUpdateSign,1,Updates Client side signs
func_20006_a,handleCloseWindow,1,
func_20007_a,handleWindowClick,1,
func_20008_a,handleTransaction,1,
func_20036_e,getBlockName,1,
func_20037_a,setBlockName,1,set name of block from language file
func_20042_E,getInventory,1,returns the inventory of this entity (only used in EntityPlayerMP it seems)
func_20043_I,closeScreen,1,set current crafting inventory back to the 2x2 square
func_20045_a,onItemStackChanged,1,
func_20054_a,updateCraftingInventory,1,update the crafting window inventory with the items in the list
func_20055_a,updateCraftingInventorySlot,1,inform the player of a change in a single slot
func_20056_a,updateCraftingInventoryInfo,1,send information about the crafting inventory to the client(currently only for furnace times)
func_20058_J,updateHeldItem,1,"updates item held by mouse, This method always returns before doing anything..."
func_20059_K,closeCraftingGui,1,close the current crafting gui
func_20060_R,getNextWindowId,1,get the next window id to use
func_20063_a,getTileEntityInfo,1,gets description packets from all TileEntity's that override func_20070
func_20067_a_,isUseableByPlayer,1,Do not make give this method the name canInteractWith because it clashes with Container
func_20068_b,getInvName,1,Returns the name of the inventory.
func_20069_a,decrStackSize,1,Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
func_20070_f,getDescriptionPacket,1,Overriden in a sign to provide the text
func_20072_i,getItemStack,1,
func_20073_b,setItemStack,1,
func_20088_a,decrStackSize,1,Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
func_20089_b,putStack,1,Helper method to put a stack in the slot.
func_20090_a,isHere,1,returns true if the slot exists in the given inventory and location
func_20091_b,onPickupFromSlot,1,Called when the player picks up an item from an inventory slot
func_20092_c,getStack,1,Helper fnct to get the stack in the slot.
func_20093_a,getSlotStackLimit,1,"Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)"
func_20094_d,onSlotChanged,1,Called when the stack in a Slot changes
func_20095_a,isItemValid,1,Check if the stack is a valid item for this slot. Always true beside for the armor slots.
func_200_a,writeToNBT,1,"Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting)."
func_20104_a,setIconCoord,1,
func_20105_a,setItemName,1,set name of item from language file
func_20106_a,getItemName,1,
func_20107_a,compareRecipes,1,
func_20111_e,isAirBlock,1,Returns true if the block at the specified coordinates is empty
func_20112_a,addRecipes,1,Adds the weapon recipes to the CraftingManager.
func_20115_a,addRecipes,1,Adds the crafting recipes to the CraftingManager.
func_20116_b,isItemStackEqual,1,compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
func_20117_a,copyItemStack,1,"Creates a copy of a ItemStack, a null parameters will return a null."
func_20118_a,splitStack,1,Remove the argument from the stack size. Return a new stack object with argument size.
func_20119_a,areItemStacksEqual,1,compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
func_20120_a,getSlot,1,
func_20121_a,onCraftMatrixChanged,1,Callback for when the crafting matrix is changed.
func_20122_a,addSlot,1,adds the slot to the inventory it is in
func_20124_c,getCanCraft,1,gets whether or not the player can craft in this inventory or not
func_20125_a,updateCraftingResults,1,Updates crafting matrix; called from onCraftMatrixChanged. Args: none
func_20126_b,canInteractWith,1,
func_20128_a,onCraftGuiOpened,1,
func_20129_a,setCanCraft,1,sets whether the player can craft in this inventory or not
func_20130_a,onCraftGuiClosed,1,Callback for when the crafting gui is closed.
func_20151_a,getInstance,1,Returns the static instance of this class
func_20153_a,addRecipe,1,Adds a recipe. See spreadsheet on first page for details.
func_20156_a,addRecipes,1,Adds the tool recipes to the CraftingManager.
func_20159_a,addRecipes,1,Adds the ingot recipes to the CraftingManager.
func_20161_a,getAllowedCharacters,1,"Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen."
func_20165_a,getRecipeSize,1,Returns the size of the recipe area
func_20172_a,addRecipes,1,Adds the armor recipes to the CraftingManager.
func_20177_a,addRecipes,1,Adds the food recipes to the CraftingManager.
func_20178_a,updateTileEntity,1,sends players update packet about the given entity
func_201_a,addItemStackToInventory,1,"Adds the item stack to the inventory, returns false if it is impossible."
func_202_d,getInventoryStackLimit,1,"Returns the maximum stack size for a inventory slot. Seems to always be 64, possibly will be extended. *Isn't this more of a set than a get?*"
func_203_b,readFromNBT,1,Reads from the given tag list and fills the slots in the inventory with the correct items.
func_205_g,getFirstEmptyStack,1,Returns the first item stack that is empty.
func_206_a,setInventorySlotContents,1,Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
func_207_b,canHarvestBlock,1,Returns whether the current item (tool) can harvest from the specified block (actually get a result).
func_208_a,getStrVsBlock,1,"Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything."
func_21001_a,handleEntityAction,1,runs registerPacket on the given Packet19EntityAction
func_21002_a,handleEntityMetadata,1,Packet handler
func_21003_a,handleEntityPainting,1,Packet handler
func_21004_a,handlePlayNoteBlock,1,
func_21024_a,receiveClientEvent,1,"Called when the block receives a client event - see World.sendClientEvent. By default, passes it on to the tile entity at this location. Args: world, x, y, z, event number, parameter"
func_21025_b,damageDropped,1,Determines the damage on the item the block drops. Used in cloth and wood.
func_21027_b,growTree,1,Attempts to grow a sapling into a tree
func_21028_c,fertilize,1,Apply bonemeal to the crops.
func_21030_c,eatCakeSlice,1,Heals the player and removes a slice from the cake.
func_21031_a,calculateCurrentChanges,1,
func_21033_c,getBlockFromDye,1,Takes a dye damage value and returns the block damage value to match
func_21034_d,getDyeFromBlock,1,Takes a block damage value and returns the dye damage value to match
func_21035_g,setDispenserDefaultDirection,1,sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
func_21036_b,dispenseItem,1,dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
func_21039_p,getDataWatcher,1,
func_21040_a,entityDropItem,1,Drops an item at the position of the entity.
func_21041_a,setFlag,1,"Enable or disable a entity flag, see getEntityFlag to read the know flags."
func_21042_c,getFlag,1,Returns true if the flag is active for the entity. Known flags: 0) is burning; 1) is sneaking; 2) is riding something; 3) is sprinting; 4) is eating
func_21043_b,setSneaking,1,Sets the sneaking flag.
func_21044_a,entityInit,1,
func_21046_d_,canBreatheUnderwater,1,
func_21047_g_,dropFewItems,1,Drop 0-2 items of this living's type
func_21048_K,getCreeperState,1,"Returns the current state of creeper, -1 is idle, 1 is 'in fuse'"
func_21049_a,setCreeperState,1,"Sets the state of creeper, -1 to idle and 1 to be 'in fuse'"
func_21064_a,setSaddled,1,Set or remove the saddle of the pig.
func_21065_K,getSaddled,1,Returns true if the pig is saddled.
func_21066_a,getRandomFleeceColor,1,This method is called when a sheep spawns in the world to select the color of sheep fleece.
func_21067_a,setSheared,1,make a sheep sheared if set to true
func_21068_e_,getFleeceColor,1,
func_21069_f_,getSheared,1,returns true if a sheeps wool has been sheared
func_21070_a,setFleeceColor,1,
func_21072_a,displayGUIDispenser,1,Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
func_21073_a,getEquipmentInSlot,1,0: Tool in Hand; 1-4: Armor
func_21074_a,triggerNote,1,plays the stored note
func_21075_a,changePitch,1,change pitch by -> (currentPitch + 1) % 25
func_21078_a,setMobID,1,
func_21079_e,getRandomStackFromInventory,1,gets stack of one item extracted from a stack chosen at random from the block inventory
func_21082_c,storeItemStack,1,stores an itemstack in the users inventory
func_21083_d,storePartialItemStack,1,This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
func_21084_a,getStackInRowAndColumn,1,"Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column"
func_21086_c,setMaxStackSize,1,
func_21087_f,getContainerItem,1,
func_21088_g,hasContainerItem,1,True if this Item has a container item (a.k.a. crafting result)
func_21089_a,getMetadata,1,Returns the metadata of the block which this Item (ItemBlock) can place
func_21090_d,setMaxDamage,1,set max damage of an Item
func_21091_a,setHasSubtypes,1,
func_21092_c,getHasSubtypes,1,
func_21093_a,setContainerItem,1,
func_210_c,decrementAnimations,1,Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
func_21102_c,getCreatureMaterial,1,
func_21103_d,getPeacefulCreature,1,Gets whether or not this creature type is peaceful.
func_21104_b,getMaxNumberOfCreature,1,
func_21105_a,getCreatureClass,1,
func_21114_a,getRandomWorldGenForTrees,1,Gets a WorldGen appropriate for this biome.
func_21116_a,setAllowedSpawnTypes,1,first boolean for hostile mobs and second for peaceful mobs
func_21117_c,sendClientEvent,1,"Calls receiveClientEvent of the tile entity at the given location on the server and all nearby clients with the given event number and parameter. Args: X, Y, Z, event number, parameter"
func_21118_a,doChunksNearChunkExist,1,Checks if any of the chunks within distance (argument 4) blocks of the given block exist
func_21119_h,markBlockAsNeedsUpdate,1,calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
func_21125_h,getItemDamage,1,gets the damage of an itemstack
func_21126_d,isItemStackDamageable,1,true if this itemStack is damageable
func_21127_a,isItemEqual,1,compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
func_21128_e,getHasSubtypes,1,
func_21129_b,useItemOnEntity,1,Uses the stack on the entity.
func_21130_f,isItemDamaged,1,returns true when a damageable item is damaged
func_21131_g,getItemDamageForDisplay,1,"gets the damage of an itemstack, for displaying purposes"
func_21132_c,isStackable,1,Returns true if the ItemStack can hold 2 or more units of the item.
func_21134_a,matches,1,Used to check if a recipe matches current crafting inventory
func_21136_b,getCraftingResult,1,Returns an Item that is the result of this recipe
func_21139_a,checkMatch,1,Checks if the region of a crafting inventory is match for the recipe.
func_21146_b,addShapelessRecipe,1,
func_21147_a,findMatchingRecipe,1,
func_21148_b,getChangedObjects,1,retrieves all objects that have changed
func_21149_a,readWatchableObjects,1,
func_21150_a,hasObjectChanged,1,true if one or more object was changed
func_21151_a,writeObjectsInListToStream,1,"writes every object in passed list to dataoutputstream, terminated by 0x7F"
func_21152_a,writeWatchableObjects,1,
func_21153_a,addObject,1,"adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add"
func_21154_a,writeWatchableObject,1,
func_21155_b,updateObject,1,updates an already existing object
func_21156_a,getWatchableObjectByte,1,gets the bytevalue of a watchable object
func_21160_a,addSmelting,1,Adds a smelting recipe.
func_21161_a,getSmeltingResult,1,Returns the smelting result of an item.
func_21162_a,smelting,1,Used to call methods addSmelting and getSmeltingResult.
func_21165_a,addRecipes,1,Adds the dye recipes to the CraftingManager.
func_21166_a,creatureSpecificInit,1,"determines if a skeleton spawns on a spider, and if a sheep is a different color"
func_21167_a,canCreatureTypeSpawnAtLocation,1,Returns whether or not the specified creature type can spawn at the specified location.
func_21168_b,getObject,1,
func_21169_c,getObjectType,1,
func_21170_d,getWatching,1,
func_21171_a,setObject,1,
func_21172_a,getDataValueId,1,
func_21173_a,setWatching,1,
func_21178_c,getDamageVsEntity,1,Returns the damage against a given entity.
func_21179_b,getEfficiencyOnProperMaterial,1,The strength of this tool material against blocks which it is effective against.
func_21180_a,getMaxUses,1,"The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)"
func_21181_d,getHarvestLevel,1,"The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)"
func_211_b,damageArmor,1,Damages armor in each slot by the specified amount.
func_212_e,getTotalArmorValue,1,"Based on the damage values and maximum damage values of each armor item, returns the current armor value."
func_213_b,getCurrentItem,1,Returns the item stack currently held by the player.
func_216_a,isSolid,1,
func_217_d,isLiquid,1,Returns if blocks of these materials are liquids.
func_218_c,blocksMovement,1,Returns if this material is considered solid or not
func_219_b,getCanBlockGrass,1,Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
func_22002_a,handleSleep,1,
func_22006_a,chunkXZ2Int,1,converts a chunk coordinate pair to an integer (suitable for hashing)
func_22009_a,getBlockTextureFromSideAndMetadata,1,"From the specified side and block metadata retrieves the blocks texture. Args: side, metadata"
func_22012_g,ignoreTick,1,
func_22017_f,setBounds,1,Set the bounds of the bed block.
func_22018_f,isBedOccupied,1,Return whether or not the bed is occupied.
func_22020_d,isBlockFootOfBed,1,Returns whether or not this bed block is the foot of the bed.
func_22021_g,getNearestEmptyChunkCoordinates,1,Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
func_22022_a,setBedOccupied,1,Sets whether or not the bed is occupied.
func_22026_g,getOrientation,1,Get side which this button is facing.
func_22045_b,blockRemoving,1,
func_22056_G,playLivingSound,1,Plays living's sound at its position
func_22057_E,isPlayerSleeping,1,Returns whether player is sleeping or not
func_22058_w,isMovementBlocked,1,Dead and sleeping entities cannot move
func_22060_a,sleepInBedAt,1,puts player to sleep on specified bed if possible
func_22061_a,addChatMessage,1,Add a chat message to the player
func_22062_a,wakeUpPlayer,1,Wake up the player if they're sleeping.
func_22063_l,isInBed,1,Checks if the player is currently in a bed
func_22064_l_,resetHeight,1,sets the players height back to normal after doing things like sleeping and dieing
func_22065_F,isPlayerFullyAsleep,1,Returns whether or not the player is asleep and the screen has fully faded.
func_22070_a,onUpdateEntity,1,"updates the player, also has a flag to tell the server if it should update chunks or not(wanted onUpdate(because this calls super.onUpdate) but already one in this class)"
func_22073_e,removePlayer,1,remove dat player from dem servers
func_22074_c,scheduleBlockUpdate,1,Used to schedule a call to the updateTick method on the specified block.
func_22075_m,getSaveHandler,1,Returns this world's current save handler
func_22076_a,setWorldTime,1,Sets the world time.
func_22077_g,tick,1,Runs a single tick for the world
func_22078_l,getSpawnPoint,1,Returns the coordinates of the spawn point
func_22079_j,getSeed,1,gets the random world seed
func_22080_k,getWorldTime,1,
func_22081_n,getWorldInfo,1,Returns the world's WorldInfo object
func_22082_o,updateAllPlayersSleepingFlag,1,Updates the flag that indicates whether or not all players in the world are sleeping.
func_22083_p,wakeUpAllPlayers,1,Wakes up all players in the world.
func_22084_q,isAllPlayersFullyAsleep,1,Returns whether or not all players in the world are fully asleep.
func_22085_d,setEntityDead,1,"Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list. Called by the playerLoggedOut function."
func_22086_b,createChunkProvider,1,Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
func_22090_d,getPlayerNBTManager,1,
func_22091_b,checkSessionLock,1,Checks the session lock to prevent save collisions
func_22092_a,getChunkLoader,1,initializes and returns the chunk loader for the specified world provider
func_22094_a,saveWorldInfo,1,used to update level.dat from old format to MCRegion format
func_22095_a,saveWorldInfoAndPlayer,1,saves level.dat and backs up the existing one to level.dat_old
func_22096_c,loadWorldInfo,1,Loads and returns the world info
func_22097_a,getWorldDirectory,1,Gets the File object corresponding to the base directory of this world.
func_22098_f,setSessionLock,1,Creates a session lock file for this process
func_220_f,canBlockStay,1,Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
func_22101_a,convertMapFormat,1,converts the map to mcRegion
func_22102_a,isOldMapFormat,1,gets if the map is old chunk saving (true) or McRegion (false)
func_22103_b,getWorldInfo,1,gets the world info
func_22105_a,getSaveLoader,1,Returns back a loader for the specified save directory
func_22111_a,printHelp,1,Print help on server commands
func_22112_a,tryParse,1,Parses First argument if possible; if not returns second argument
func_22113_a,handleWhitelist,1,Handles the whitelist command
func_22114_a,handleCommand,1,handles the command that was issued by an Op/Console
func_22115_a,sendNoticeToOps,1,sends a notice to all online ops.
func_22118_b,setProperty,1,
func_22120_d,getChunkOutputStream,1,"Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ"
func_22122_a,clearRegionFileReferences,1,clears region file references
func_22123_a,createOrLoadRegionFile,1,
func_22124_c,getChunkInputStream,1,"Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ"
func_22126_b,close,1,close this RegionFile and prevent further writes
func_22127_a,debug,1,
func_22128_a,setOffset,1,"args: x, z, offset - sets the chunk's offset in the region file"
func_22129_a,debug,1,
func_22130_a,write,1,"args: sectorNumber, data, length - write the chunk data to this RegionFile"
func_22131_b,debugln,1,
func_22132_c,isChunkSaved,1,"args: x, z, - true if chunk has been saved / converted"
func_22133_a,write,1,"args: x, z, data, length - write chunk data at (x, z) to disk"
func_22134_b,debugln,1,
func_22135_b,getChunkDataOutputStream,1,"args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed"
func_22136_d,outOfBounds,1,"args: x, z - check region bounds"
func_22137_e,getOffset,1,"args: x, y - get chunk's offset in region file"
func_22138_b,setChunkTimestamp,1,"args: x, z, timestamp - sets the chunk's write timestamp"
func_22140_a,getChunkDataInputStream,1,"args: x, y - get uncompressed chunk stream from the region file"
func_22141_a,debug,1,
func_22159_a,banPlayer,1,add this player to the banned player list and save the ban list
func_22160_n,saveWhiteList,1,Saves the white list file
func_22161_b,pardonPlayer,1,remove this player from the banned player list and save the ban list
func_22162_c,banIP,1,add the ip to the banned ip list and save ban list
func_22163_d,pardonIP,1,removes the ip from the banned ip list and save ban list
func_22166_g,isAllowedToLogin,1,Determine if the player is allowed to connect based on current server settings
func_22167_e,getWhiteListedIPs,1,returns the set of whitelisted ip addresses
func_22168_m,loadWhiteList,1,Loads the white list file
func_22169_k,addToWhiteList,1,add the specified player to the white list
func_22170_l,removeFromWhiteList,1,remove the specified player from the whitelist
func_22171_f,reloadWhiteList,1,reloads the whitelist
func_22176_a,updateTagCompound,1,
func_22178_h,getDimension,1,
func_22179_d,getSpawnY,1,Return the Y axis spawning point of the player.
func_22180_a,setWorldTime,1,Set current world time
func_22181_a,setSpawnPosition,1,"Sets the spawn zone position. Args: x, y, z"
func_22183_a,getNBTTagCompoundWithPlayers,1,stores the current level's dat to an nbt tag for future saving in level.dat
func_22184_c,getSpawnX,1,Returns the x spawn position
func_22185_a,getNBTTagCompound,1,Gets the NBTTagCompound for the worldInfo
func_22186_f,getWorldTime,1,Get current world time
func_22187_b,getSeed,1,Returns the seed of current world.
func_22188_i,getSaveVersion,1,Returns the save version of this world
func_22189_e,getSpawnZ,1,Returns the z spawn position
func_22190_a,setWorldName,1,
func_22191_a,setSaveVersion,1,Sets the save version of the world
func_221_a,updateTick,1,Ticks the block if it's been scheduled
func_22203_a,makeHash,1,
func_22215_a,compareChunkCoordinate,1,Compare the coordinate with another coordinate
func_223_a,isVecInsideYZBounds,1,Checks if a vector is within the Y and Z bounds of the block.
func_224_a,setLightValue,1,Sets the amount of light emitted by a block from 0.0f to 1.0f (converts internally to 0-15). Returns the object for convenience in constructing.
func_225_d,canProvidePower,1,Can this block provide power. Only wire currently seems to have this change based on its state.
func_226_a,getExplosionResistance,1,Returns how much this block can resist explosions from the passed in entity.
func_227_a,dropBlockAsItemWithChance,1,Drops the block items with a specified chance of dropping the specified items
func_228_b,isVecInsideXZBounds,1,Checks if a vector is within the X and Z bounds of the block.
func_229_a,setBlockBounds,1,"Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ"
func_230_a,velocityToAddToEntity,1,"Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d"
func_231_a,setTickRandomly,1,Sets whether this block type will receive random update ticks
func_232_b,setResistance,1,Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
func_233_a,setBlockBoundsBasedOnState,1,"Updates the blocks bounds based on its current state. Args: world, x, y, z"
func_234_b,onNeighborBlockChange,1,"Lets the block know when one of its neighbor changes. Doesn't know which neighbor changed (coordinates passed are their own) Args: x, y, z, neighbor blockID"
func_235_b,onBlockClicked,1,"Called when the block is clicked by a player. Args: x, y, z, entityPlayer"
func_236_c,isVecInsideXYBounds,1,Checks if a vector is within the X and Y bounds of the block.
func_237_c,setHardness,1,Sets how many hits it takes to break a block.
func_238_d,isIndirectlyPoweringTo,1,Is this block indirectly powering the block on the specified side
func_239_b,isPoweringTo,1,Is this block powering the block on the specified side
func_23_a,handleChat,1,
func_240_b,isOpaqueCube,1,"Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block."
func_241_a,getBlockTextureFromSide,1,Returns the block texture based on the side being looked at. Args: side
func_242_b,onBlockRemoval,1,Called whenever the block is removed.
func_243_a,canCollideCheck,1,"Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag"
func_244_a,quantityDropped,1,Returns the quantity of items to drop on block destruction.
func_245_e,isCollidable,1,"Returns if this block is collidable (only used by Fire). Args: x, y, z"
func_246_a,blockActivated,1,"Called upon block activation (left or right click on the block.). The three integers represent x,y,z of the block."
func_247_a_,dropBlockAsItem,1,Drops the specified block items
func_248_d,getCollisionBoundingBoxFromPool,1,Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
func_249_b,onEntityWalking,1,"Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity"
func_24_a,handlePlace,1,
func_25001_a,handleBed,1,
func_25002_c,logWarning,1,logs the warning same as: logger.warning(String);
func_25005_e,isDamageable,1,
func_25006_i,getStatName,1,
func_25007_a,onBlockDestroyed,1,
func_25009_j,getHealAmount,1,
func_25010_k,isWolfsFavoriteMeat,1,Whether wolves like this food (true for raw and cooked porkchop).
func_25012_e,translateBlockName,1,gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
func_25017_l,canTriggerWalking,1,returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
func_25018_n_,getVerticalFaceSpeed,1,The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
func_25020_s,canDespawn,1,"Determines if an entity can be despawned, used on idle far away entities"
func_25022_a,setPathToEntity,1,sets the pathToEntity
func_25023_z,hasPath,1,"if the entity got a PathEntity it returns true, else false"
func_25024_A,getEntityToAttack,1,returns the target Entity
func_25025_c,setTarget,1,Sets the entity which is to be attacked.
func_25026_u,isMovementCeased,1,Disables a mob's ability to move on its own while true.
func_25027_m,getSlimeSize,1,Returns the size of the slime.
func_25028_x,isAngry,1,Determines whether this wolf is angry or not.
func_25037_c,setAngry,1,Sets whether this wolf is angry or not.
func_25045_g,addMovementStat,1,"Adds a value to a movement statistic field - like run, walk, swin or climb."
func_25046_a,addStat,1,Adds a value to a statistic field.
func_25047_a,alertWolves,1,"Called when the player attack or gets attacked, it's alert all wolves in the area that are owned by the player to join the attack or defend the player."
func_25049_H,getSpawnChunk,1,Returns the coordinates to respawn the player based on last bed that the player sleep.
func_25050_a,setSpawnChunk,1,Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
func_25051_a,verifyRespawnCoordinates,1,Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
func_25052_a,isEditable,1,
func_25055_a,getSpawnableList,1,Returns the correspondent list of the EnumCreatureType informed.
func_25071_a,getPlayerEntityByName,1,Find a player by name in this world.
func_25072_c,generateSpawnPoint,1,Finds an initial spawn location upon creating a new world
func_25073_n,getChunkProvider,1,gets the world's chunk provider
func_25074_a,getPlayerData,1,
func_25075_b,getWatchableObjectInt,1,gets a watchable object and returns it as a Integer
func_25076_c,getWatchableObjectString,1,gets a watchable object and returns it as a String
func_25077_b,getRecipeOutput,1,
func_25078_a,translateKeyFormat,1,Translate a key to current language applying String.format()
func_25079_a,getInstance,1,Return the StringTranslate singleton instance
func_25080_a,translateKey,1,Translate a key to current language.
func_25083_h,removeUnknownBlocks,1,Turns unknown blocks into air blocks to avoid crashing Minecraft.
func_25085_a,replaceSimilarBlocks,1,"Forces stats for one block to add to another block, such as idle and active furnaces"
func_25086_b,initStats,1,
func_25087_b,initBreakStats,1,
func_25088_a,initBreakableStats,1,Initializes statistic fields related to breakable items and blocks.
func_25089_a,initMinableStats,1,Initializes statistic fields related to minable items and blocks.
func_25090_a,initUsableStats,1,Initializes statistic fields related to usable items and blocks.
func_25091_c,initCraftableStats,1,Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
func_25092_a,replaceAllSimilarBlocks,1,Forces all dual blocks to count for each other on the stats list
func_250_e,onBlockAdded,1,"Called whenever the block is added into the world. Args: world, x, y, z"
func_25124_a,onDestroyBlock,1,
func_25125_a,damageItem,1,Damages the item in the ItemStack
func_25126_b,getRecipeList,1,returns the List<> of all recipes
func_25127_b,getSmeltingList,1,
func_25132_a,getGuid,1,Returns the unique GUID of a achievement id.
func_25135_a,translateToLocalFormatted,1,Translates a Stat name with format args
func_25136_a,translateToLocal,1,Translates a Stat name
func_251_a,onBlockDestroyedByPlayer,1,"Called right before the block is destroyed by a player. Args: world, x, y, z, metaData"
func_252_a,idDropped,1,Returns the ID of the items to drop on destruction.
func_253_a,isBlockSolid,1,"Returns Returns true if the given side of this block type should be rendered (if it's solid or not), if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side"
func_254_a,blockStrength,1,Defines whether or not a play can break the block with current tool.
func_255_c,onBlockPlaced,1,"Called when a block is placed using an item. Used often for taking the facing and figuring out how to position the item. Args: x, y, z, facing"
func_258_c,setLightOpacity,1,Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
func_259_a,canPlaceBlockAt,1,"Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z"
func_25_a,handleUpdateTime,1,
func_262_a,collisionRayTrace,1,"Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec"
func_263_a,onEntityCollidedWithBlock,1,"Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity"
func_264_a,getCollidingBoundingBoxes,1,"Adds to the supplied array any colliding bounding boxes with the passed in bounding box. Args: world, x, y, z, axisAlignedBB, arrayList"
func_265_f,getChanceToEncourageFire,1,"Retrieves a specified block's chance to encourage their neighbors to burn and if the number is greater than the current number passed in it will return its number instead of the passed in one. Args: world, x, y, z, curChanceToEncourageFire"
func_267_a,setBurnRate,1,"Sets the burn rate for a block. The larger abilityToCatchFire the more easily it will catch. The larger chanceToEncourageFire the faster it will burn and spread to other blocks. Args: blockID, chanceToEncourageFire, abilityToCatchFire"
func_268_g,canNeighborBurn,1,Returns true if at least one block next to this one can burn.
func_269_b,canBlockCatchFire,1,"Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z"
func_26_a,handleBlockDig,1,
func_27001_a,handleStatistic,1,runs registerPacket on the given Packet200Statistic
func_27002_a,handleWeather,1,Handles weather packet
func_27003_c,isServerHandler,1,determine if it is a server handler
func_27006_b,getHasStack,1,Returns if this slot contains a stack.
func_27008_Y,isWet,1,Checks if this entity is either in water or on an open air block in rain (used in wolves).
func_27009_a,onStruckByLightning,1,Called when a lightning bolt hits the entity.
func_27010_a,onKillEntity,1,This method gets called when the entity kills another one.
func_27011_Z,isInWater,1,Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
func_27013_Q,despawnEntity,1,Makes the entity despawn if requirements are reached
func_27014_t,getPowered,1,Returns true if the creeper is powered by a lightning bolt.
func_27015_h,addMountedMovementStat,1,"Adds a value to a mounted movement statistic field - by minecart, boat, or pig."
func_27016_t,isPVPEnabled,1,returns if pvp is enabled or not
func_27017_a,triggerAchievement,1,Will trigger the specified trigger.
func_27021_h,disableStats,1,"Disable statistics for the block, the block will no count for mined or placed."
func_27022_g,getEnableStats,1,Return the state of blocks statistics flags - if the block is counted for mined and placed.
func_27028_d,isPowered,1,Returns true if the block is power related rail.
func_27029_g,isRailBlockAt,1,"Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector)."
func_27030_c,isRailBlock,1,"Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector)."
func_27031_a,isRailPassingPower,1,Returns true if the specified rail is passing power to its neighbor
func_27032_a,isNeighborRailPowered,1,"Powered minecart rail is conductive like wire, so check for powered neighbors"
func_27033_a,isPoweredBlockRail,1,Return true if the blocks passed is a power related rail.
func_27035_f,setStateIfMinecartInteractsWithRail,1,"Update the detector rail power state if a minecart enter, stays or leave the block."
func_27037_a,readString,1,Reads a string from a packet
func_27038_a,writeString,1,Writes a String to the DataOutputStream
func_27047_e,setDisableRain,1,Disable the rain for the biome.
func_27048_d,canSpawnLightningBolt,1,"Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled."
func_27049_c,getEnableSnow,1,Returns true if the biome have snowfall instead a normal rain.
func_27052_e,initIndependentStat,1,"Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance."
func_27053_d,registerStat,1,Register the stat into StatList.
func_27059_a,setIndependent,1,"Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update)."
func_27060_b,setSpecial,1,"Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve."
func_27061_c,registerAchievement,1,"Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's."
func_27065_c,getWeightedThunderStrength,1,
func_27066_i,updateWeather,1,Updates all weather states.
func_27067_u,isThundering,1,Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
func_27068_v,isRaining,1,Returns true if the current rain strength is greater than 0.2
func_27069_b,isAABBEmpty,1,checks to see if there are any blocks in the region constrained by an AxisAlignedBB
func_27070_x,calculateInitialWeather,1,Called from World constructor to set rainingStrength and thunderingStrength
func_27071_y,clearWeather,1,Stops all weather effects.
func_27072_q,canLightningStrikeAt,1,
func_27073_a,addWeatherEffect,1,adds a lightning bolt to the list of lightning bolts in this world.
func_27074_d,getRainStrength,1,Not sure about this actually. Reverting this one myself.
func_27083_a,setConnections,1,
func_27085_a,slotClick,1,
func_27086_a,transferStackInSlot,1,Called to transfer a stack from one inventory to the other eg. when shift clicking.
func_27089_f,setGroundCover,1,"Sets the material as a form of ground cover, e.g. Snow"
func_27090_g,isGroundCover,1,"Return whether the material is a form of ground cover, e.g. Snow"
func_27097_a,init,1,A stub functions called to make the static initializer for this class run.
func_270_h,getChanceOfNeighborsEncouragingFire,1,Gets the highest chance of a neighbor block encouraging this block to catch fire
func_27115_l,isRaining,1,"Returns true if it is raining, false otherwise."
func_27116_b,setRaining,1,Sets whether it is raining or not.
func_27117_k,getThunderTime,1,Returns the number of ticks until next thunderbolt.
func_27118_c,setRainTime,1,Sets the number of ticks until rain.
func_27119_a,setThundering,1,Sets whether it is thundering or not.
func_27120_m,getRainTime,1,Return the number of ticks until rain.
func_27121_b,setThunderTime,1,Defines the number of ticks until next thunderbolt.
func_27122_j,isThundering,1,"Returns true if it is thundering, false otherwise."
func_27127_a,getEuclideanDistanceTo,1,"Returns the euclidean distance of the chunk coordinate to the x, y, z parameters passed."
func_272_a,onPoweredBlockChange,1,A function to open a door.
func_273_b,setDoorRotation,1,
func_274_g,checkIfAttachedToBlock,1,"Checks if the block is attached to another block. If it is not, it returns false and drops the block as an item. If it is it returns true."
func_275_g,canSnowStay,1,Checks if this snow block can stay at this location.
func_276_g,checkFlowerChange,1,
func_277_b,canThisPlantGrowOnThisBlockID,1,Gets passed in the blockID of the block below and supposed to return true if its allowed to grow on the type of blockID passed in. Args: blockID
func_278_h,getGrowthRate,1,"Gets the growth rate for the crop. Setup to encourage rows by halving growth rate if there is diagonals, crops on different sides that aren't opposing, and by adding growth for every crop next to this one (and for crop below this one). Args: x, y, z"
func_279_g,dropTorchIfCantStay,1,"Tests if the block can remain at its current location and will drop as an item if it is unable to stay. Returns True if it can stay and False if it drops. Args: world, x, y, z"
func_28001_a,handleMapData,1,Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
func_28002_a,handleDoorChange,1,
func_28003_b,getEntityTracker,1,gets the entityTracker by the given dimension
func_28004_a,getWorldManager,1,gets the worldServer by the given dimension
func_28005_g,pushOutOfBlocks,1,"Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z"
func_28007_a,setWorld,1,Sets the reference to the World object.
func_28010_c,hasItemStack,1,Returns true if the specified ItemStack exists in the inventory.
func_28013_b,attackBlockedEntity,1,Used when an entity is close enough to attack but cannot be seen (Creeper de-fuse)
func_28018_a,onUpdate,1,Called each tick as long the item is on a player inventory. Uses by maps to check if is on a player hand and update it's contents.
func_28020_c,onCreated,1,Called when item is crafted/smelted. Used only by maps so far.
func_28022_b,getUpdatePacket,1,
func_28023_a,getMapData,1,
func_28024_a,updateMapData,1,
func_28025_b,renderAsNormalBlock,1,"If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)"
func_28026_e,canPlaceBlockOnSide,1,checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
func_28027_k,setRequiresSelfNotify,1,Blocks with this attribute will not notify all near blocks when it's metadata change. The default behavior is always notify every neightbor block when anything changes.
func_28028_f,initializeBlock,1,This method is called on a block after all other blocks gets already created. You can use it to reference and configure something on the block that needs the others ones.
func_28035_b_,ejectRecord,1,Ejects the current record inside of the jukebox.
func_28038_d,isTrapdoorOpen,1,
func_28039_c,setBlockBoundsForBlockRender,1,
func_28040_a,onPoweredBlockChange,1,
func_28058_d,loadChunkFromFile,1,"Attemps to load the chunk from the save file, returns null if the chunk is not available."
func_28059_b,saveChunkData,1,
func_28060_a,saveChunkExtraData,1,
func_28095_p,isBlockOpaqueCube,1,"Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z"
func_28097_e,playAuxSFX,1,See description for func_28136_a.
func_28098_j,getFullBlockLightValue,1,gets the block's light value - without the _do function's checks.
func_28099_a,rayTraceBlocks_do_do,1,
func_280_a,checkForBurnout,1,
func_28100_e,getPrecipitationHeight,1,Gets the height to which rain/snow will fall. Calculates it if not already stored.
func_28101_a,playAuxSFXAtEntity,1,See description for playAuxSFX.
func_28102_a,setItemData,1,"Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id."
func_28103_a,loadItemData,1,"Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid"
func_28104_b,getUniqueDataId,1,Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
func_28107_c,getTags,1,Returns all the values in the tagMap HashMap.
func_28108_d,canRespawnHere,1,"True if the player can respawn in this dimension (true = overworld, false = nether)."
func_28111_b,getMapFileFromName,1,Gets the file location of the given map
func_28114_b,placeInExistingPortal,1,Place an entity in a nearby portal which already exists.
func_28115_a,placeInPortal,1,"Place an entity in a nearby portal, creating one if necessary."
func_28116_c,createPortal,1,Create a new portal near an entity.
func_28126_a,mergeItemStack,1,merges provided ItemStack with the first avaliable one in the container/player inventory
func_28128_h,isOpaque,1,Indicate if the material is opaque
func_28129_i,setTranslucent,1,Marks the material as translucent
func_28133_a,playAuxSFX,1,"Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc)."
func_28135_e,isTerminating,1,Gets whether the Network manager is terminating.
func_28136_f,getOutputStream,1,
func_28138_a,wakeThreads,1,Wakes reader and writer threads
func_28143_a,updateAnimation,1,Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
func_28144_c,isStackEqual,1,
func_28145_b,setItemDamage,1,Sets the item damage of the ItemStack.
func_28146_a,markDirty,1,"Marks this MapDataBase dirty, to be saved to disk when the level next saves."
func_28147_b,writeToNBT,1,"write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities"
func_28148_a,readFromNBT,1,reads in data from the NBTTagCompound into this MapDataBase
func_28149_a,setDirty,1,"Sets the dirty state of this MapDataBase, whether it needs saving to disk."
func_28150_b,isDirty,1,Whether this MapDataBase needs saving to disk.
func_28155_a,updateVisiblePlayers,1,Adds the player passed to the list of visible players and checks to see which players are visible
func_28166_b,readPlayerDataFromFile,1,called during player login. reads the player information from disk.
func_28167_a,getPlayerManager,1,returns the player manager object for the specified dimension
func_28168_f,sendPlayerToOtherDimension,1,moves provided player from overworld to nether or vice versa
func_28169_a,sendPacketToAllPlayersInDimension,1,Sends a packet to all players in the specified Dimension
func_28170_a,updateTimeAndWeather,1,Updates the time and weather for the given player to those of the given world
func_28172_a,joinNewPlayerManager,1,"called when a player is teleported to a new dimension in order to clean up old dim refs, send them new dim chunks, and make sure their new location chunk is loaded and initialized"
func_28173_a,getUniqueDataId,1,Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
func_28174_b,loadIdCounts,1,Loads the idCounts Map from the 'idcounts' file.
func_28175_a,saveData,1,Saves the given MapDataBase to disk.
func_28176_a,saveAllData,1,Saves all dirty loaded MapDataBases to disk.
func_28177_a,setData,1,"Assigns the given String id to the given MapDataBase, removing any existing ones of the same id."
func_28178_a,loadData,1,"Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid"
func_28183_a,isVecInside,1,Returns if the supplied Vec3D is completely inside the bounding box
func_282_g,isCropsNearby,1,"returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)"
func_283_h,isWaterNearby,1,"returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)"
func_284_h,tryToFall,1,If there is space to fall below will start this block falling
func_285_g,canFallBelow,1,Checks to see if the sand can fall into the block below it
func_286_f,insertRecord,1,Inserts the given record into the JukeBox.
func_28_a,handleCollect,1,
func_290_f,getMaxCurrentStrength,1,"Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength)"
func_291_h,notifyWireNeighborsOfNeighborChange,1,"Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire."
func_292_g,updateAndPropagateCurrentStrength,1,Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
func_293_b,isPoweredOrRepeater,1,"Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered."
func_294_a_,getBlockEntity,1,Returns the TileEntity used by this block.
func_295_a,updateFurnaceBlockState,1,Update which block ID the furnace is using depending on whether or not it is burning
func_296_g,setDefaultDirection,1,set a blocks direction
func_297_g,isThereANeighborChest,1,"Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z"
func_298_c,getFlowVector,1,Returns a vector indicating the direction and intensity of fluid flow.
func_299_b,getFluidHeightPercent,1,"Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid."
func_29_a,handlePreChunk,1,
func_2_b,log,1,Logs the message with a level of INFO.
func_30003_g,isIndirectlyPowered,1,Returns true or false based on whether the block the torch is attached to is providing indirect power.
func_30004_i,updateFlow,1,Updates the flow for the BlockFlowing object.
func_30005_i,setNotStationary,1,Changes the block ID to that of an updating fluid.
func_30007_a,sendError,1,Sends the network manager an error
func_300_h,triggerLavaMixEffects,1,Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
func_301_g,getFlowDecay,1,"Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid."
func_302_i,checkForHarden,1,"Forces lava to check to see if it is colliding with water, and then decide what it should harden to."
func_303_b,getEffectiveFlowDecay,1,Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
func_307_e,getSmallestFlowDecay,1,"getSmallestFlowDecay(World world, intx, int y, int z, int currentSmallestFlowDecay) - Looks up the flow decay at the coordinates given and returns the smaller of this value or the provided currentSmallestFlowDecay. If one value is valid and the other isn't, the valid value will be returned. Valid values are >= 0. Flow decay is the amount that a liquid has dissipated. 0 indicates a source block."
func_309_k,blockBlocksFlow,1,Returns true if block at coords blocks fluids
func_30_a,handleEntity,1,
func_31002_j,validate,1,validates a tile entity
func_31003_h,invalidate,1,invalidates a tile entity
func_31004_g,isInvalid,1,"returns true if tile entity is invalid, false otherwise"
func_31005_e,getBlockMetadata,1,Returns block data at the location of this entity (client-only).
func_31007_a,getProgress,1,Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
func_31008_d,getPistonOrientation,1,Returns the orientation of the piston as an int
func_31009_a,updatePushedObjects,1,
func_31010_c,isExtending,1,Returns true if a piston is extending
func_31011_k,clearPistonTileEntity,1,"removes a pistons tile entity (and if the piston is moving, stops it)"
func_31012_a,getStoredBlockID,1,
func_31021_B,updateWanderPath,1,Time remaining during which the Animal is sped up and flees.
func_31024_a,dropBlockAsItem_do,1,Spawns EntityItem in the world for the given ItemStack if the world is not remote.
func_31025_e,getMobilityFlag,1,"Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons"
func_31026_j,getHardness,1,Returns the block hardness.
func_31027_i,setBlockUnbreakable,1,"This method will make the hardness of the block equals to -1, and the block is indestructible."
func_31028_g,canPlaceTorchOn,1,Gets if we can place a torch on a block.
func_31030_a,getTileEntity,1,gets a new TileEntityPiston created with the arguments provided.
func_31031_b,getTileEntityAtLocation,1,gets the piston tile entity at the specified location
func_31032_a,getAxisAlignedBB,1,
func_31035_d,isExtended,1,Determine if the metadata is related to something powered.
func_31036_h,canExtend,1,checks to see if this piston could push the blocks in front of it.
func_31037_c,determineOrientation,1,gets the way this piston should face for that entity that placed it.
func_31038_i,tryExtend,1,attempts to extend the piston. returns false if impossible.
func_31039_f,isIndirectlyPowered,1,checks the block to that side to see if it is indirectly powered.
func_31040_a,canPushBlock,1,returns true if the piston can push the specified block
func_31041_g,updatePistonState,1,handles attempts to extend or retract the piston.
func_31042_c,getOrientation,1,returns an int which describes the direction the piston faces
func_31045_b,getDirectionMeta,1,
func_31047_a,addTileEntity,1,
func_31055_i,isHarvestable,1,Returns true if material can be harvested by player.
func_31056_j,getMaterialMobility,1,returns a materials mobility flag
func_31057_l,setImmovableMobility,1,"This type of material can't be pushed, and pistons are blocked to move."
func_31058_n,setNoHarvest,1,Disables the ability to harvest this material.
func_31059_k,setNoPushMobility,1,marks this material as being unable to push blocks
func_311_f,flowIntoBlock,1,"flowIntoBlock(World world, int x, int y, int z, int newFlowDecay) - Flows into the block at the coordinates and changes the block type to the liquid."
func_312_l,liquidCanDisplaceBlock,1,Returns true if the block at the coordinates can be displaced by the liquid.
func_318_g,setStateIfMobInteractsWithPlate,1,"Checks if there are mobs on the plate. If a mob is on the plate and it is off, it turns it on, and vice versa."
func_31_a,setLoginPacket,1,Sets and returns the login packet provided.
func_32005_b,advanceTime,1,Gradually advances the time of the world.
func_320_h,sparkle,1,The redstone ore sparkles.
func_321_g,glow,1,The redstone ore glows.
func_322_g,redundantCanPlaceBlockAt,1,"This method is redundant, check it out..."
func_323_b,removeBlock,1,Removes a block and triggers the appropriate events
func_324_a,blockClicked,1,
func_325_c,blockHarvessted,1,
func_327_a,activeBlockOrUseItem,1,"Will either active a block (if there is one at the given location), otherwise will try to use the item being hold"
func_328_a,updateBlockRemoving,1,
func_329_a,getEntitiesWithinAABBForEntity,1,"Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill"
func_32_a,getServerId,1,Returns the server Id randomly generated by this login handler.
func_330_a,setLightValue,1,"Sets the light value at the coordinate. If enumskyblock is set to sky it sets it in the skylightmap and if its a block then into the blocklightmap. Args enumSkyBlock, x, y, z, lightValue"
func_331_d,onChunkUnload,1,Called when this Chunk is unloaded by the ChunkProvider
func_332_a,removeEntityAtIndex,1,Removes entity at the specified index from the entity array.
func_333_c,propagateSkylightOcclusion,1,Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
func_334_a,getRandomWithSeed,1,
func_335_a,addEntity,1,Adds an entity to the chunk. Args: entity
func_336_e,setChunkModified,1,Sets the isModified flag for this Chunk
func_337_b,getHeightValue,1,"Returns the value in the height map at this x, z coordinate in the chunk"
func_338_d,getChunkBlockTileEntity,1,Gets the TileEntity for a given block in this chunk
func_339_g,relightBlock,1,Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
func_33_a,tryLogin,1,"Logs the user in if a login packet is found, otherwise keeps processing network packets unless the timeout has occurred."
func_341_a,getSavedLightValue,1,Gets the amount of light saved in this block (doesn't adjust for daylight)
func_342_a,getEntitiesOfTypeWithinAAAB,1,"Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill"
func_343_c,canBlockSeeTheSky,1,Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
func_344_a,getBlockID,1,Return the ID of a block in the chunk.
func_345_b,setBlockMetadata,1,Set the metadata of a block in the chunk
func_346_a,setBlockIDWithMetadata,1,"Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata"
func_347_a,needsSaving,1,Returns true if this Chunk needs to be saved
func_349_a,addTileEntity,1,Adds a TileEntity to a chunk
func_34_b,kickUser,1,Disconnects the user with the given reason.
func_35001_a,handleExperience,1,Handle an experience packet.
func_35002_a,handleEntityEffect,1,Handle an entity effect packet.
func_35003_a,handleRemoveEntityEffect,1,Handle a remove entity effect packet.
func_35004_a,handleCreativeSetSlot,1,Handle a creative slot packet.
func_35005_a,handleKeepAlive,1,Handle a keep alive packet.
func_35006_a,handlePlayerInfo,1,Handle a player information packet.
func_35007_a,handleServerPing,1,Handle a server ping packet.
func_35008_a,handleEntityExpOrb,1,Handle a entity experience orb packet.
func_35015_b,initWorldGenSeed,1,Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
func_35016_a,nextInt,1,"returns a LCG pseudo random number from [0, x). Args: int x"
func_35017_a,initChunkSeed,1,"Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates."
func_35018_a,getInts,1,"Returns a list of integer values generated by this layer. These may be interpreted as temperatures, rainfall amounts, or biomeList[] indices based on the particular GenLayer subclass."
func_35026_a,choose,1,Chooses one of the two inputs randomly.
func_35031_b,choose,1,randomly choose between the four args
func_35032_a,choose,1,randomly choose between the two args
func_35037_a,validGameType,1,Checks to see if the int passed is a valid game type indicator.
func_35038_a,getSeed,1,Get the seed of the map.
func_35039_b,getGameType,1,"Get the type of game the map is set at. 0 is survival, 1 is creative."
func_35040_c,isMapFeaturesEnabled,1,Get whether the map features (e.g. strongholds) generation is enabled or disabled.
func_35057_b,unifyAdjacentChests,1,Turns the adjacent chests to a double chest.
func_35058_c,canBePlacedOn,1,returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
func_35059_g,canVineStay,1,Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
func_35060_c,getPosingIdByMetadata,1,Gets the blockID of the block this block is pretending to be according to this block's metadata.
func_35061_d,getMetadataForBlockType,1,Returns the metadata to use when a Silverfish hides in the block. Sets the block to BlockSilverfish with this metadata. It changes the displayed texture client side to look like a normal block.
func_35063_c,canThisPaneConnectToThisBlockID,1,Gets passed in the blockID of the block adjacent and supposed to return true if its allowed to connect to the type of blockID passed in. Args: blockID
func_35065_b,fertilizeMushroom,1,Fertilize the mushroom.
func_35066_f_,fertilizeStem,1,
func_35067_h,getGrowthModifier,1,
func_35070_c,isFenceGateOpen,1,Returns if the fence gate is open according to its metadata.
func_35072_a,causeMobDamage,1,
func_35073_a,causeArrowDamage,1,returns EntityDamageSourceIndirect of an arrow
func_35074_c,getHungerDamage,1,How much satiate(food) is consumed by this DamageSource
func_35075_a,getDeathMessage,1,Returns the message to be displayed on player death.
func_35076_b,causePlayerDamage,1,returns an EntityDamageSource of type player
func_35077_d,canHarmInCreative,1,
func_35078_f,setDamageBypassesArmor,1,
func_35079_e,getSourceOfDamage,1,
func_35080_a,getEntity,1,
func_35081_a,causeThrownDamage,1,
func_35082_a,causeFireballDamage,1,returns EntityDamageSourceIndirect of a fireball
func_35083_b,isUnblockable,1,
func_35084_g,setDamageAllowedInCreativeMode,1,
func_350_b,removeEntity,1,removes entity using its y chunk coordinate as its index
func_35137_a,getBiomesToSpawnIn,1,Gets the list of valid biomes for the player to spawn in.
func_35138_b,cleanupCache,1,Calls the WorldChunkManager's biomeCache.cleanupCache()
func_35139_a,findBiomePosition,1,"Finds a valid position within a range, that is once of the listed biomes."
func_35140_a,getBiomeGenAt,1,"Return a list of biomes for the specified blocks. Args: listToReuse, x, y, width, length, cacheFlag (if false, don't check biomeCache to avoid infinite loop in BiomeCacheBlock)"
func_35141_a,areBiomesViable,1,checks given Chunk's Biomes against List of allowed ones
func_35142_b,getBiomesForGeneration,1,Returns an array of biomes for the location input.
func_35146_g,setSprinting,1,Set sprinting switch for Entity.
func_35147_q,setInWeb,1,Sets the Entity inside a web block.
func_35148_h,setEating,1,
func_35149_at,isSprinting,1,Get if the Entity is sprinting.
func_35150_Y,getUsername,1,
func_35152_b,getXPSplit,1,Get a fragment of the maximum experience points value for the supplied value of experience points value.
func_35153_j_,getXpValue,1,Returns the XP value of this XP orb.
func_35161_e,openChest,1,
func_35162_t_,closeChest,1,
func_35163_b,receiveClientEvent,1,"Called when a client event is received with the event number and argument, see World.sendClientEvent"
func_35164_g,updateContainingBlockInfo,1,"Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check"
func_35167_h,checkForAdjacentChests,1,Performs the check for adjacent chests to determine if this chest is double or not.
func_35177_c,hasItem,1,Get if a specifiied item id is inside the inventory.
func_35178_D,getSpeedModifier,1,"This method returns a value to be applied directly to entity speed, this factor is less than 1 when a slowdown potion effect is applied, more than 1 when a haste potion effect is applied and 2 for fleeing entities."
func_35179_b,onChangedPotionEffect,1,
func_35180_G,isBlocking,1,
func_35181_a,onNewPotionEffect,1,
func_35182_d,addPotionEffect,1,adds a PotionEffect to the entity
func_35183_ak,getActivePotionEffects,1,
func_35184_a,isPotionActive,1,
func_35185_c,onFinishedPotionEffect,1,
func_35186_aj,updatePotionEffects,1,
func_35187_b,getActivePotionEffect,1,"returns the PotionEffect for the supplied Potion if it is active, null otherwise."
func_35188_X,isPlayer,1,Only use is to identify if class is an instance of player for experience dropping
func_35195_d,addExperience,1,Add experience points to player.
func_35196_E,stopUsingItem,1,
func_35197_c,canEat,1,
func_35198_b,addExhaustion,1,increases exhaustion level by supplied amount
func_35199_C,onItemUseFinish,1,"Used for when item use count runs out, ie: eating completed"
func_351_a,isAtLocation,1,Checks whether the chunk is at the X/Z location specified
func_35200_c,canPlayerEdit,1,
func_35201_a,setItemInUse,1,"sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration"
func_35202_e,onCriticalHit,1,Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
func_35203_U,xpBarCap,1,"This method returns the cap amount of experience that the experience bar can hold. With each level, the experience cap on the player's experience bar is raised by 10."
func_35204_o,getSwingSpeedModifier,1,Returns the swing speed modifier
func_35205_F,clearItemInUse,1,
func_35206_W,shouldHeal,1,Checks if the player's health is not full and not zero.
func_35207_V,getFoodStats,1,Returns the player's FoodStats object.
func_35208_b,updateItemUse,1,Plays sounds and makes particles for item in use state
func_35209_o_,isUsingItem,1,"Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton"
func_35224_c,attackEntityAsMob,1,
func_35225_x,getCarried,1,Get the id of the block an enderman carries
func_35226_b,setCarried,1,Set the id of the block an enderman carries
func_35227_w,teleportRandomly,1,Teleport the enderman to a random nearby position
func_35228_a,teleportTo,1,Teleport the enderman
func_35229_d,setCarryingData,1,Set the metadata of the block an enderman carries
func_35230_e,teleportToEntity,1,Teleport the enderman to another entity
func_35231_y,getCarryingData,1,Get the metadata of the block an enderman carries
func_35232_c,shouldAttackPlayer,1,Checks to see if this enderman should be attacking this player
func_35238_t,setRandomSeed,1,puts the World Random seed to a specific state dependant on the inputs
func_35239_a,markTileEntityForDespawn,1,Adds TileEntity to despawn list
func_35240_d,computeSkyLightValue,1,
func_35241_e,computeBlockLightValue,1,
func_35242_p,updateAllLightTypes,1,
func_35243_b,updateLightByType,1,
func_35253_a,generateOres,1,Generates ores in the current chunk
func_35254_b,genStandardOre2,1,Standard ore generation helper. Generates Lapis Lazuli.
func_35255_a,decorate,1,Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
func_35256_b,decorate,1,The method that does the work of actually decorating chunks
func_35257_a,genStandardOre1,1,Standard ore generation helper. Generates most ores.
func_35292_a,generateVines,1,Generates vines at the given position until it hits a block.
func_35294_a,fillWithBlocks,1,"arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)"
func_35295_a,isLiquidInStructureBoundingBox,1,checks the entire StructureBoundingBox for Liquids
func_35296_b,getZWithOffset,1,
func_35297_a,getBlockIdAtCurrentPosition,1,
func_35298_a,placeDoorAtCurrentPosition,1,
func_35299_a,createTreasureChestAtCurrentPosition,1,
func_352_a,setChunkBlockTileEntity,1,Sets the TileEntity for a given block in this chunk
func_35300_a,getYWithOffset,1,
func_35301_c,getMetadataWithOffset,1,"Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata"
func_35302_a,randomlyPlaceBlock,1,Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
func_35303_b,fillCurrentPositionBlocksDownwards,1,"Overwrites air and liquids from selected position downwards, stops at hitting anything else."
func_35304_a,randomlyRareFillWithBlocks,1,"arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace"
func_35305_c,getComponentType,1,Returns the component type ID of this component.
func_35306_a,getXWithOffset,1,
func_35307_a,fillWithRandomizedBlocks,1,"arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector"
func_35308_a,buildComponent,1,"Initiates construction of the Structure Component picked, at the current Location of StructGen"
func_35309_a,placeBlockAtCurrentPosition,1,"current Position depends on currently set Coordinates mode, is computed here"
func_35310_a,addComponentParts,1,"second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences..."
func_35311_a,fillTreasureChestWithLoot,1,
func_35312_a,findIntersecting,1,Discover if bounding box can fit within the current bounding box object.
func_35313_b,getBoundingBox,1,
func_35314_b,clearCurrentPositionBlocksUpwards,1,Deletes all continuous blocks from selected position upwards. Stops at hitting air.
func_35315_a,randomlyFillWithBlocks,1,"arguments: World worldObj, StructureBoundingBox structBB, Random rand, float randLimit, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int olaceBlockId, int replaceBlockId, boolean alwaysreplace"
func_35319_a,canStrongholdGoDeeper,1,returns false if the Structure Bounding Box goes below 10
func_35320_c,getNextComponentZ,1,Gets the next component in the +/- Z direction
func_35321_b,getNextComponentX,1,Gets the next component in the +/- X direction
func_35322_a,getRandomDoor,1,
func_35323_a,placeDoor,1,builds a door of the enumerated types (empty opening is a door)
func_35324_a,getNextComponentNormal,1,Gets the next component in any cardinal direction
func_35325_a,getStrongholdStairsComponent,1,"performs some checks, then gives out a fresh Stairs component"
func_35330_a,findValidPlacement,1,
func_35332_a,findValidPlacement,1,
func_35334_a,findValidPlacement,1,
func_35338_a,findValidPlacement,1,
func_35344_a,findValidPlacement,1,
func_35346_a,findValidPlacement,1,
func_35350_a,findValidPlacement,1,
func_35357_a,findValidPlacement,1,
func_35362_a,findValidPlacement,1,
func_35365_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35366_a,canVillageGoDeeper,1,
func_35367_b,getAverageGroundLevel,1,Discover the y coordinate that will serve as the ground level of the supplied BoundingBox. (A median of all the levels in the BB's horizontal rectangle).
func_35368_a,getNextComponentNN,1,"Gets the next village component, with the bounding box shifted -1 in the X and Z direction."
func_35369_b,getNextComponentPP,1,"Gets the next village component, with the bounding box shifted +1 in the X and Z direction."
func_35370_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35372_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35374_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35376_a,findValidPlacement,1,
func_35380_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35382_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35386_a,getWorldChunkManager,1,
func_35393_a,findValidPlacement,1,
func_35397_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_35399_a,findValidPlacement,1,Trys to find a valid place to put this component.
func_353_b,generateSkylightMap,1,Generates the initial skylight map for the chunk upon generation or load.
func_35401_a,findValidPlacement,1,
func_35404_c,getMaxItemUseDuration,1,How long it takes to use or consume an item
func_35405_b,onFoodEaten,1,
func_35406_b,getItemUseAction,1,returns the action that specifies what animation to play when the items is being used
func_35407_a,getItemNameIS,1,
func_35408_a,onPlayerStoppedUsing,1,"called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount"
func_35418_a,placeDoorBlock,1,
func_35419_a,getBlockID,1,Returns the blockID for this Item
func_35422_a,setPotionEffect,1,"sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening"
func_35423_n,setAlwaysEdible,1,"Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat."
func_35424_l,getSaturationModifier,1,gets the saturationModifier of the ItemFood
func_35432_a,getTreasurePieces,1,
func_35433_a,getNextComponent,1,
func_35434_a,getRandomComponent,1,
func_35435_b,getNextMineShaftComponent,1,
func_35437_a,isReady,1,checks if Potion effect is ready to be applied this tick.
func_35438_a,performEffect,1,
func_35439_a,setPotionName,1,Set the potion name.
func_35475_a,abs,1,Returns the unsigned value of an int.
func_35476_a,getRandomIntegerInRange,1,
func_35477_c,floor_double_long,1,Long version of floor_double
func_35478_f,removeOp,1,"This removes a username from the ops list, then saves the op list"
func_35479_e,addOp,1,"This adds a username to the ops list, then saves the op list"
func_35480_h,getMaxPlayers,1,Returns maximum amount of players that can join the server
func_35481_g,playersOnline,1,Returns the number of players on the server
func_35491_a,canSpawnMoreVillagePiecesOfType,1,
func_35492_a,canSpawnMoreVillagePieces,1,
func_35497_b,retrySlotClick,1,
func_35498_a,putStackInSlot,1,"args: slotID, itemStack to put in slot"
func_35499_o,isMapFeaturesEnabled,1,Get whether the map features (e.g. strongholds) generation is enabled or disabled.
func_354_c,getBlockLightValue,1,Gets the amount of light on a block taking into account sunlight
func_35500_d,setGameType,1,"Set the game type, <=0 for survival, >0 for creative."
func_35501_n,getGameType,1,"Get the game type, 0 for survival, 1 for creative."
func_35507_c,getEntry,1,
func_35508_b,containsItem,1,
func_35509_f,getIntTemperature,1,Gets an integer representation of this biome's temperature
func_35510_e,getIntRainfall,1,Gets an integer representation of this biome's rainfall
func_35511_b,setMinMaxHeight,1,Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
func_35512_a,setTemperatureRainfall,1,Sets the temperature and rainfall of this biome.
func_35513_a,decorate,1,
func_35514_a,createBiomeDecorator,1,Allocate a new BiomeDecorator for this BiomeGenBase
func_35531_a,canSpawnStructureAtCoords,1,
func_35532_a,generateStructuresInChunk,1,Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
func_35533_b,getStructureStart,1,
func_35539_a,generateRavine,1,
func_35541_a,generateStructure,1,Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
func_35542_a,isSizeableStructure,1,"currently only defined for Villages, returns true if Village has more than 2 non-road components"
func_35543_b,getBoundingBox,1,
func_35544_c,updateBoundingBox,1,Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
func_35545_a,markAvailableHeight,1,"offsets the structure Bounding Boxes up to a certain height, typically 63 - 10"
func_35549_a,getIntCache,1,
func_35550_a,resetIntCache,1,Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
func_35556_d,dropChunk,1,Drops the specified chunk.
func_35565_a,selectBlocks,1,picks Block Ids and Metadata (Silverfish)
func_35566_a,getSelectedBlockId,1,
func_35567_b,getSelectedBlockMetaData,1,
func_35570_a,dotProduct,1,
func_35571_a,rotateAroundX,1,Rotates the vector around the x axis by the specified angle.
func_35572_b,rotateAroundY,1,Rotates the vector around the y axis by the specified angle.
func_35573_a,performWorldGenSpawning,1,Called during chunk generation to spawn initial creatures.
func_35575_a,canSpawnMoreStructuresOfType,1,
func_35576_a,canSpawnMoreStructures,1,
func_35582_a,addStats,1,Eat some food.
func_35583_a,addExhaustion,1,adds input to foodExhaustionLevel to a max of 40
func_35584_a,onUpdate,1,Handles the food game logic.
func_35585_a,getFoodLevel,1,Get the player's food level.
func_35586_c,getSaturationLevel,1,Get the player's food saturation level.
func_35587_b,needFood,1,Get whether the player must eat food.
func_35588_b,writeNBT,1,Writes the food data for the player.
func_35589_a,readNBT,1,Reads the food data for the player.
func_35590_a,addStats,1,"Args: int foodLevel, float foodSaturationModifier"
func_35596_f,getSocket,1,Gets the network socket.
func_355_f,checkSkylightNeighborHeight,1,Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
func_35613_a,onPlayerStoppedUsing,1,"Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount"
func_35614_l,getMaxItemUseDuration,1,
func_35615_m,getItemUseAction,1,
func_35616_k,getItemName,1,
func_35617_b,onFoodEaten,1,
func_35618_a,loadItemStackFromNBT,1,
func_35620_a,getStrongholdComponentFromWeightedPiece,1,translates the PieceWeight class to the Component class
func_35621_c,getNextValidComponent,1,
func_35622_b,getStrongholdStones,1,
func_35623_b,getNextComponent,1,
func_35624_a,getNextValidComponentAccess,1,
func_35625_a,prepareStructurePieces,1,sets up Arrays with the Structure pieces and their weights
func_35626_c,canAddStructurePieces,1,
func_35631_c,getPrecipitationHeight,1,Gets the height to which rain/snow will fall. Calculates it if not already stored.
func_35632_a,populateChunk,1,
func_35633_i,updateSkylight_do,1,Runs delayed skylight updates.
func_35634_d,updateSkylightNeighborHeight,1,
func_35635_h,updateSkylight,1,"Checks whether skylight needs updated; if it does, calls updateSkylight_do"
func_35639_a,getVillageComponentFromWeightedPiece,1,
func_35640_a,getNextStructureComponent,1,attempts to find a next Structure Component to be spawned
func_35641_d,getNextVillageStructureComponent,1,"attempts to find a next Structure Component to be spawned, private Village function"
func_35642_b,getNextStructureComponentVillagePath,1,
func_35643_c,getNextVillageComponent,1,attempts to find a next Village Component to be spawned
func_35644_e,getNextComponentVillagePath,1,
func_35645_a,getAvailablePieceWeight,1,
func_35646_a,getStructureVillageWeightedPieceList,1,
func_35647_d,deincrementDuration,1,
func_35648_a,onUpdate,1,
func_35649_a,getPotionID,1,Retrieve the ID of the potion this effect matches.
func_35650_a,combine,1,merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
func_35651_b,performEffect,1,
func_35652_c,getAmplifier,1,
func_35653_b,getDuration,1,
func_35663_a,getComponentToAddBoundingBox,1,used to project a possible new component Bounding Box - to check if it would cut anything already spawned
func_35664_a,intersectsWith,1,Discover if bounding box can fit within the current bounding box object.
func_35665_d,getZSize,1,Get dimension of the bounding box in the z direction.
func_35666_b,expandTo,1,Expands a bounding box's dimensions to include the supplied bounding box.
func_35667_b,isVecInside,1,Discover if a coordinate is inside the bounding box volume.
func_35668_c,getYSize,1,Get dimension of the bounding box in the y direction.
func_35669_b,getXSize,1,Get dimension of the bounding box in the x direction.
func_35670_a,offset,1,"Offsets the current bounding box by the specified coordinates. Args: x, y, z"
func_35671_a,intersectsWith,1,Discover if a coordinate is inside the bounding box area.
func_35672_a,getNewBoundingBox,1,returns a new StructureBoundingBox with MAX values
func_35679_a,getChunkManager,1,Get the world chunk manager object for a biome list.
func_35680_c,getBiomeCacheBlock,1,Returns a biome cache block at location specified.
func_35681_a,cleanupCache,1,Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
func_35682_b,getCachedBiomes,1,Returns the array of cached biome types in the BiomeCacheBlock at the given location.
func_35683_a,getBiomeGenAt,1,"Returns the BiomeGenBase related to the x, z position from the cache."
func_35688_a,getRandomItem,1,"Returns a random choice from the input array of items, with a total weight value."
func_35689_a,getRandomItem,1,Returns a random choice from the input items.
func_35690_a,getTotalWeight,1,Returns the total weight of all items in a array.
func_35691_a,getRandomItem,1,Returns a random choice from the input items.
func_35692_a,getTotalWeight,1,Returns the total weight of all items in a collection.
func_35693_a,getRandomItem,1,"Returns a random choice from the input items, with a total weight value."
func_35694_a,setWorld,1,Sets the world instance.
func_35696_a,toggleGameType,1,
func_35697_a,getGameType,1,
func_35698_b,isCreative,1,Get if we are in creative game mode.
func_356_b,getBlockMetadata,1,Return the metadata corresponding to the given coordinates inside a chunk.
func_35700_a,getBiomeGenAt,1,"Returns the BiomeGenBase related to the x, z position from the cache block."
func_357_a,setBlockID,1,"Sets a blockID for a position in the chunk. Args: x, y, z, blockID"
func_358_c,onChunkLoad,1,Called when this Chunk is loaded by the ChunkProvider
func_359_e,removeChunkBlockTileEntity,1,Removes the TileEntity for a given block in this chunk
func_35_b,getUserAndIPString,1,Returns the user name (if any) and the remote address as a string.
func_36000_a,getExperiencePoints,1,Get the experience points the entity currently has.
func_36001_y,increaseLevel,1,This method increases the player's experience level by one.
func_360_a,saveChunks,1,"Two modes of operation: if passed true, save all Chunks in one go. If passed false, save up to two chunks. Return true if all chunks have been saved."
func_361_a,unload100OldestChunks,1,"Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks."
func_363_b,provideChunk,1,"Will return back a chunk, if it doesn't exist and its not a MP client it will generates all the blocks for the specified chunk from the map seed and chunk seed"
func_364_b,canSave,1,Returns if the IChunkProvider supports saving.
func_365_a,chunkExists,1,"Checks to see if a chunk exists at x, y"
func_373_b,saveChunkData,1,
func_374_c,dropChunk,1,
func_375_a,saveChunkExtraData,1,
func_376_d,loadChunk,1,loads or generates the chunk at the chunk location specified
func_377_b,getTagName,1,"Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid."
func_378_a,newTag,1,"Creates and returns a new tag of the specified type, or null if invalid."
func_379_a,getId,1,Gets the type byte for the tag.
func_380_a,writeNamedTag,1,"Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data."
func_381_a,write,1,"Write the actual data contents of the tag, implemented in NBT extension classes"
func_382_a,load,1,"Read the actual data contents of the tag, implemented in NBT extension classes"
func_383_b,readNamedTag,1,"Reads and returns a tag from the given DataInput, or the End tag if no tag could be read."
func_384_c,getName,1,"Gets the name corresponding to the tag, or an empty string if none set."
func_385_m,setName,1,Sets the name for this tag and returns this for convenience.
func_386_a,appendTag,1,Adds the provided tag to the end of the list. There is no check to verify this tag is of the same type as any previous tag.
func_387_b,tagCount,1,Returns the number of tags in the list.
func_388_a,tagAt,1,Retrieves the tag at the specified index from the list.
func_389_f,getFloat,1,"Retrieves a float value using the specified key, or 0 if no such key was stored."
func_38_b,getNumChunkDataPackets,1,return the number of chuckDataPackets from the netManager
func_390_a,setFloat,1,Stores a new NBTTagFloat with the given float value into the map with the given string key.
func_391_a,setByteArray,1,Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
func_392_a,setCompoundTag,1,Stores the given NBTTagCompound into the map with the given string key.
func_393_a,setBoolean,1,"Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key."
func_394_a,setShort,1,Stores a new NBTTagShort with the given short value into the map with the given string key.
func_395_d,getInteger,1,"Retrieves an integer value using the specified key, or 0 if no such key was stored."
func_396_a,setLong,1,Stores a new NBTTagLong with the given long value into the map with the given string key.
func_397_j,getCompoundTag,1,"Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored."
func_398_g,getDouble,1,"Retrieves a double value using the specified key, or 0 if no such key was stored."
func_399_a,setTag,1,Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
func_39_b,sendPacket,1,Adds the packet to the underlying network manager's send queue.
func_3_a,handleAnimation,1,
func_40001_a,handleEnchantItem,1,
func_40002_a,resetLog,1,Clears the RCon log
func_40003_b,getLogContents,1,Gets the contents of the RCon log
func_40006_f,logIn,1,
func_40007_e,logSevere,1,Log severe error message
func_40008_d,handleRConCommand,1,Handle a command received by an RCon instance
func_40009_f,getHostname,1,Returns the server hostname
func_40011_a,getIntProperty,1,"Returns the specified property value as an int, or a default if the property doesn't exist"
func_40012_i,getVersion,1,Returns the server version string
func_40013_e,getSettingsFilename,1,Returns the filename where server properties are stored
func_40014_h,getMotd,1,Returns the server message of the day
func_40015_k,getMaxPlayers,1,Returns the maximum number of players allowed on the server
func_40016_l,getPlayerNamesAsList,1,Returns a list of usernames of all connected players
func_40017_a,setProperty,1,Saves an Object with the given property name
func_40018_j,playersOnline,1,Returns the number of players on the server
func_40019_c,saveProperties,1,Saves all of the server properties to the properties file
func_4001_a,handleLogin,1,
func_40020_n,getPlugin,1,
func_40021_p,isDebuggingEnabled,1,"Returns true if debugging is enabled, false otherwise"
func_40022_g,getPort,1,Returns the server port
func_40023_a,getStringProperty,1,"Returns the specified property value as a String, or a default if the property doesn't exist"
func_40024_m,getWorldName,1,Returns the name of the currently loaded world
func_40025_r,getBannedPlayersList,1,Returns a list of banned player names
func_40026_q,getBannedIPsList,1,Returns the list of ban
func_4002_a,handleNamedEntitySpawn,1,
func_40033_ax,isImmuneToFire,1,
func_40034_j,setFire,1,"Sets entity to burn for x amount of seconds, cannot lower amount of existing fire."
func_40035_z,isBurning,1,Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
func_40036_aw,extinguish,1,Removes fire from entity.
func_40037_aF,getParts,1,Return the Entity parts making up this Entity (currently only for dragons)
func_4003_a,handleVehicleSpawn,1,
func_40041_a,onImpact,1,Called when this EntityThrowable hits a block or entity.
func_40043_a,setThrowableHeading,1,"Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction."
func_4004_a,handlePickupSpawn,1,
func_40054_n_,getPotionDamage,1,Returns the damage value of the thrown potion that this EntityPotion represents.
func_4006_a,handleMobSpawn,1,
func_40075_o,canBrew,1,
func_40076_p,brewPotions,1,
func_40077_h,getBrewTime,1,
func_40078_b,getPotionResult,1,Returns the new potion damage value after the specified item is applied as an ingredient to the specified potion.
func_40079_n,getFilledSlots,1,returns an integer with each bit specifying wether that slot of the stand contains a potion
func_4007_a,handleEntityTeleport,1,
func_40089_ar,clearActivePotions,1,
func_40090_w,getSoundPitch,1,Gets the pitch of living sounds in living entities.
func_40091_d,applyArmorCalculations,1,"Reduces damage, depending on armor"
func_40092_O,getTotalArmorValue,1,Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
func_40093_t,getCreatureAttribute,1,Get this Entity's EnumCreatureAttribute
func_40094_f,decreaseAirSupply,1,Decrements the entity's air supply when underwater
func_40095_c,getMaxHealth,1,
func_40096_a,isPotionApplicable,1,
func_40097_ai,getHealth,1,
func_40098_a_,setPositionAndUpdate,1,Sets the position of the entity and updates the 'last' variables
func_40099_b,applyPotionDamageCalculations,1,"Reduces damage, depending on potions"
func_4009_a,handleKickDisconnect,1,
func_400_i,getByteArray,1,"Retrieves a byte array using the specified key, or a zero-length array if no such key was stored."
func_40100_at,isEntityUndead,1,Returns true if this entity is undead.
func_40101_g,damageArmor,1,
func_40102_ag,onDeathUpdate,1,"handles entity death timer, experience orb and particle creation"
func_40103_i,setEntityHealth,1,
func_40104_l,isChild,1,"If Animal, checks if the age timer is negative"
func_40106_c,displayGUIEnchantment,1,
func_40107_e,travelToTheEnd,1,
func_40108_b,removeExperience,1,Removes the specified number of experience levels.
func_40109_c,onEnchantmentCritical,1,
func_4010_d,handleSlashCommand,1,Processes a / command
func_40110_a,displayGUIBrewingStand,1,Displays the GUI for interacting with a brewing stand.
func_40114_y,createInstance,1,
func_40120_w,getSlimeParticle,1,Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
func_40123_y,isValidLightLevel,1,Checks to make sure the light is not too bright where the mob is spawning
func_40124_p_,isBesideClimbableBlock,1,Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
func_40125_a,setBesideClimbableBlock,1,"Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false."
func_40131_b,procreate,1,Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
func_40133_a,spawnBabyAnimal,1,This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
func_40134_a,isWheat,1,Checks if the parameter is an wheat item.
func_40136_a,attackEntityFromPart,1,
func_40137_e,superAttackFrom,1,"Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden"
func_40139_a,getMovementOffsets,1,"Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, always 0. Parameters: buffer index offset, partial ticks."
func_40140_a,destroyBlocksInAABB,1,Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
func_40141_a,simplifyAngle,1,Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
func_40161_b,getRenderType,1,The type of render function that is called for this block
func_40162_a,quantityDroppedWithBonus,1,Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
func_40163_f,setBlockBoundsForItemRender,1,Sets the block's bounds for rendering it as an item
func_40177_b,canConnectFenceTo,1,Returns true if the specified block can be connected by a fence
func_40179_c,isEnderEyeInserted,1,checks if an ender eye has been inserted into the frame block. parameters: metadata
func_40181_a,getPossibleCreatures,1,Returns a list of creatures of the specified type that can spawn at the given location.
func_40182_a,findClosestStructure,1,Returns the location of the closest structure of the specified type. If not found returns null.
func_401_h,getString,1,"Retrieves a string value using the specified key, or an empty string if no such key was stored."
func_40202_a,getNearestInstance,1,
func_40205_b,getSpawnList,1,
func_40208_c,getComponents,1,
func_40209_a,setRandomHeight,1,
func_40210_p,isBlockFreezable,1,checks to see if a given block is both water and is cold enough to freeze
func_40211_b,getClosestVulnerablePlayerToEntity,1,"Returns the closest vulnerable player to this entity within the given radius, or null if none is found"
func_40212_d,getEntrancePortalLocation,1,Gets the hard-coded portal location to use when entering this dimension
func_40213_b,canBlockFreeze,1,"checks to see if a given block is both water, and cold enough to freeze - if the par4 boolean is set, this will only return true if there is a non-water block immediately adjacent to the specified block"
func_40214_b,findClosestStructure,1,Returns the location of the closest structure of the specified type. If not found returns null.
func_40215_r,canSnowAt,1,Tests whether or not snow can be placed at a given location
func_40216_a,getRandomMob,1,Gets a random mob for spawning in this world.
func_40217_q,isBlockFreezableNaturally,1,checks to see if a given block is both water and has at least one immediately adjacent non-water block
func_40218_j,commandToggleDownfall,1,start precipitation in this world (2 ticks after command posted)
func_40219_b,getClosestVulnerablePlayer,1,"Returns the closest vulnerable player within the given radius, or null if none is found."
func_40220_m,isPotionIngredient,1,Returns true if this item serves as a potion ingredient (its ingredient information is not null).
func_40221_l,getPotionEffect,1,Returns a string representing what this item does to a potion.
func_40222_e,isItemTool,1,Checks isDamagable and if it cannot be stacked
func_40223_b,setPotionEffect,1,Sets the string representing this item's effect on a potion when used as an ingredient.
func_40224_c,getItemEnchantability,1,"Return the enchantability factor of the item, most of the time is based on material."
func_40225_a,getMovingObjectPositionFromPlayer,1,
func_40250_n,getMaxDamageArray,1,"Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)"
func_40254_c,isSplash,1,returns wether or not a potion is a throwable splash potion based on damage value
func_40255_b,getEffects,1,Returns a list of effects for the specified potion damage value.
func_40256_b,getEffects,1,Returns a list of potion effects for the specified itemstack.
func_40259_c,readNBTTagCompound,1,Reads a compressed NBTTagCompound from the InputStream
func_40260_a,writeNBTTagCompound,1,Writes a compressed NBTTagCompound to the OutputStream
func_40261_a,writeItemStack,1,"Writes the ItemStack's ID (short), then size (byte), then damage. (short)"
func_40262_b,readItemStack,1,Reads a ItemStack from the InputStream
func_4026_a,setStepSound,1,Sets the footstep sound for the block. Returns the object for convenience in constructing.
func_40271_b,causeIndirectMagicDamage,1,
func_40272_k,fireDamage,1,Returns true if the damage is fire based.
func_40273_c,setProjectile,1,Define the damage type as projectile based.
func_40274_l,getDamageType,1,Return the name of damage type.
func_40275_b,isProjectile,1,Returns true if the damage is projectile based.
func_40276_j,setFireDamage,1,Define the damage type as fire based.
func_40279_c,getHardcoreEnabled,1,"Returns true if hardcore mode is enabled, otherwise false"
func_4027_a,onBlockPlacedBy,1,Called when the block is placed in the world.
func_40281_b_,getCenter,1,
func_40282_a,getTotalWeight,1,
func_40283_a,getNextComponent,1,Finds a random component to tack on to the bridge. Or builds the end.
func_40284_a,getNextComponent,1,
func_40285_b,getNextComponentX,1,Gets the next component in the +/- X direction
func_40286_a,isAboveGround,1,Checks if the bounding box's minY is > 10
func_40287_a,getNextComponentNormal,1,Gets the next component in any cardinal direction
func_40288_c,getNextComponentZ,1,Gets the next component in the +/- Z direction
func_40289_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_4028_b,tickRate,1,How many world ticks before ticking
func_40290_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40291_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40292_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40297_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40298_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40299_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_4029_c,onBlockDestroyedByExplosion,1,Called upon the block being destroyed by an explosion
func_402_l,getBoolean,1,"Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method."
func_40300_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40303_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40304_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40306_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40307_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40308_a,createValidComponent,1,Creates and returns a new component piece. Or null if it could not find enough room to place it.
func_40309_a,spawnVillagers,1,"Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers"
func_4030_a_,tryToCreatePortal,1,"Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z"
func_40310_a,getVillagerType,1,"Returns the villager type to spawn in this component, based on the number of villagers already spawned."
func_40311_a,findValidPlacement,1,
func_40315_a,findValidPlacement,1,
func_40324_c,writeNextIO,1,Returns a boolean stating if the write was unsuccessful.
func_40331_a,enchantItem,1,enchants the item on the table using the specified slot; also deducts XP from player
func_4033_j,isFlammable,1,Checks to see if the block is flammable.
func_40342_b,getMaxEnchantability,1,Returns the maximum value of enchantability nedded on the enchantment level passed.
func_40343_a,canApplyTogether,1,Determines if the enchantment passed can be applyied together with this enchantment.
func_40344_a,getMaxLevel,1,Returns the maximum level that the enchantment can have.
func_40345_a,getMinEnchantability,1,Returns the minimal value of enchantability nedded on the enchantment level passed.
func_40346_a,calcModifierLiving,1,Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
func_40347_c,getMinLevel,1,Returns the minimum level that the enchantment can have.
func_40348_b,getWeight,1,
func_40349_a,setName,1,Sets the enchantment name
func_4034_a,calculateFlowCost,1,"calculateFlowCost(World world, int x, int y, int z, int accumulatedCost, int previousDirectionOfFlow) - Used to determine the path of least resistance, this method returns the lowest possible flow cost for the direction of flow indicated. Each necessary horizontal flow adds to the flow cost."
func_40350_a,calcModifierDamage,1,Calculates de damage protection of the enchantment based on level and damage source passed.
func_4035_j,getOptimalFlowDirections,1,Returns a boolean array indicating which flow directions are optimal based on each direction's calculated flow cost. Each array index corresponds to one of the four cardinal directions. A value of true indicates the direction is optimal.
func_4037_g,checkBlockCoordValid,1,"Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus."
func_40383_c,getRequestID,1,Returns the request ID provided by the client
func_40384_a,getRandomChallenge,1,Returns the random challenge number assigned to this auth
func_40385_a,hasExpired,1,"Returns true if the auth's creation timestamp is less than the given time, otherwise false"
func_40386_b,getChallengeValue,1,Returns the auth challenge value
func_4038_g,refreshTrackShape,1,Completely recalculates the track shape based on neighboring tracks
func_40393_a,writeInt,1,Writes the given int to the output stream
func_40394_a,writeShort,1,Writes the given short to the output stream
func_40395_b,reset,1,Resets
func_40396_a,writeByteArray,1,Writes the given byte array to the output stream
func_40397_a,writeString,1,Writes the given String to the output stream
func_40398_a,toByteArray,1,Returns the contents of the output stream as a byte array
func_4039_B,getLookVec,1,returns a (normalized) vector of where this entity is looking
func_403_a,setString,1,Stores a new NBTTagString with the given string value into the map with the given string key.
func_40401_a,registerSocket,1,Registers a DatagramSocket with this thread
func_40402_a,startThread,1,Creates a new Thread object from this class and starts running
func_40403_a,closeSocket,1,Closes the specified Da
func_40404_a,closeServerSocket_do,1,Closes the specified ServerSocket
func_40405_c,logWarning,1,Log warning message
func_40406_a,logInfo,1,Log information message
func_40407_c,getNumberOfPlayers,1,Returns the number of players on the server
func_40408_b,log,1,Log message
func_40409_d,logSevere,1,Log severe error message
func_4040_n,setOnFireFromLava,1,Called whenever the entity is walking inside of lava.
func_40410_d,closeAllSockets,1,Closes all of the opened sockets
func_40411_a,closeServerSocket,1,Closes the specified ServerSocket
func_40412_a,clos,1,
func_40413_b,isRunning,1,"Returns true if the Thread is running, false otherwise"
func_40420_e,initClientTh,1,
func_40421_f,cleanClientThreadsMap,1,Cleans up the clientThreads map by removing client Threads that are not running
func_40428_a,sendResponsePacket,1,Sends a byte array as a DatagramPacket response to the client who sent the given DatagramPacket
func_40429_f,initQuerySystem,1,Initializes the query system by binding it to a port
func_4042_C,setInPortal,1,Called by portal blocks when an entity is within it.
func_40430_a,parseIncomingPacket,1,"Parses an incoming DatagramPacket, returning true if the packet was valid"
func_40431_d,sendAuthChallenge,1,Sends an auth challenge DatagramPacket to the client and adds the client to the queryClients map
func_40432_e,cleanQueryClientsMap,1,Removes all clients whose auth is no longer valid
func_40433_a,stopWithException,1,Stops the query server and reports the given Exception
func_40434_b,createQueryResponse,1,Creates a query response as a byte array for the specified query DatagramPacket
func_40435_a,getRequestID,1,Returns the request ID provided by the authorized client
func_40436_c,verifyClientAuth,1,"Returns true if the client has a valid auth, otherwise false"
func_4043_o,kill,1,sets the dead flag. Used when you fall off the bottom of the world.
func_40453_a,sendResponse,1,Sends the given response message to the client
func_40454_e,sendLoginFailedResponse,1,Sends the standard RCon 'authorization failed' response packet
func_40455_a,sendMultipacketResponse,1,Splits the response message into individual packets and sends each one
func_40456_f,closeSocket,1,Closes the client socket
func_4045_i,getMaxSpawnedInChunk,1,Will return how many at most can spawn in a chunk at once.
func_40468_b,copy,1,Creates a clone of the tag.
func_40469_b,getTag,1,gets a generic tag with the specified name
func_4046_a,isCourseTraversable,1,True if the ghast has an unobstructed line of travel to the waypoint.
func_40470_p,isHardcoreModeEnabled,1,"Returns true if hardcore mode is enabled, otherwise false"
func_4047_h,becomeAngryAt,1,Causes this PigZombie to become angry at the supplied Entity (which will be a player).
func_40482_a,calculateModifier,1,Generic method use to calculate modifiers of offensive or defensive enchantment values.
func_40487_e,getEnchantability,1,Return the natural enchantability factor of the material.
func_4048_a,displayGUIEditSign,1,Displays the GUI for editing a sign. Args: tileEntitySign
func_40495_b,getDamageReductionAmount,1,"Return the damage reduction (each 1 point is a half a shield on gui) of the piece index passed (0 = helmet, 1 = plate, 2 = legs and 3 = boots)"
func_40496_a,getEnchantability,1,Return the enchantability factor of the material.
func_40497_a,getDurability,1,Returns the durability for a armor slot of for this type.
func_4049_a,setIconIndex,1,Sets the icon index for this item. Returns the item.
func_404_e,getLong,1,"Retrieves a long value using the specified key, or 0 if no such key was stored."
func_40507_a,queueIO,1,threaded io
func_40508_a,waitForFinish,1,
func_40509_b,processQueue,1,Process the items that are in the queue
func_4050_c,setFull3D,1,Sets bFull3D to True and return the object.
func_40515_a,decompress,1,
func_40516_a,compress,1,
func_40517_a,endSection,1,End section
func_40518_a,startSection,1,Start section
func_40519_b,endStartSection,1,End current section and start a new section
func_4051_e,getCanBurn,1,Returns if the block can burn or not.
func_40525_a,canEnchantItem,1,Return true if the item passed can be enchanted by a enchantment of this type.
func_4052_f,setBurning,1,Set the canBurn bool to True and return the current object.
func_40535_b,getSecondaryComponents,1,
func_40536_a,getPrimaryComponents,1,
func_40537_b,createNextComponentRandom,1,
func_40538_a,createNextComponent,1,
func_40541_a,setComponentType,1,
func_40543_i,getChunkCoordIntPair,1,Gets a ChunkCoordIntPair representing the Chunk's position.
func_40545_d,getEntrancePortalLocation,1,Gets the hard-coded portal location to use when entering this dimension
func_40547_a,checkFlag,1,Checks if the bit at 1 << j is on in i.
func_40548_a,brewBitOperations,1,Manipulates the specified bit of the potion damage value according to the rules passed from applyIngredient.
func_40549_b,isFlagSet,1,"Returns 1 if the flag is set, 0 if it is not set."
func_40550_a,getPotionEffects,1,Returns a list of effects for the specified potion damage value.
func_40551_a,countSetFlags,1,Returns the number of 1 bits in the given integer.
func_40552_c,isFlagUnset,1,"Returns 0 if the flag is set, 1 if it is not set."
func_40554_a,parsePotionEffects,1,
func_40555_a,applyIngredient,1,Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
func_4055_a,populate,1,Populates chunk with ores etc etc
func_4056_a,replaceBlocksForBiome,1,Replaces the stone that was placed in with blocks that match the biome
func_40574_f,getBannedIPsList,1,Returns the list of banned IP addresses
func_40575_d,getPlayerNamesAsList,1,Returns a list of usernames of all connected players
func_40576_e,getBannedPlayersList,1,Returns a list of banned player names
func_4057_a,generateTerrain,1,Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
func_40581_a,onInventoryChanged,1,Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
func_40582_a,getRemainingBytesAsLEInt,1,Read 4 bytes from the
func_40583_a,getBytesAsString,1,Read a null-terminated string from the given byte array
func_40584_a,getByteAsHexString,1,Returns a String representation of the byte in hexadecimal format
func_40585_c,getBytesAsBEint,1,Read 4 bytes from the given array in big-endian format and return them as an int
func_40586_b,getBytesAsLEInt,1,Read 4 bytes from the given array in little-endian format and return them as an int
func_40588_a,affectEntity,1,Hits the provided entity with this potion's instant effect.
func_40589_a,setIconIndex,1,Sets the index for the icon displayed in the player's inventory when the status is active.
func_4058_a,initializeNoiseField,1,"generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size."
func_40590_e,setPotionUnusable,1,
func_40591_a,setEffectiveness,1,
func_40592_d,getEffectiveness,1,
func_40593_f,isUsable,1,
func_40594_a,getId,1,returns the ID of the potion
func_40595_b,isInstant,1,Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
func_40596_c,getName,1,returns the name of the potion
func_40597_g,getLiquidColor,1,Returns the color of the potion liquid.
func_405_a,setInteger,1,Stores a new NBTTagInt with the given integer value into the map with the given string key.
func_40604_d,setTagCompound,1,"Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it."
func_40605_a,addEnchantment,1,Adds an enchantment with a desired level on the ItemStack.
func_40606_q,isItemEnchantable,1,True if it is a tool and has no enchantments to begin with
func_40607_o,getTagCompound,1,Returns the NBTTagCompound of the ItemStack.
func_40608_n,hasTagCompound,1,Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
func_40609_p,getEnchantmentTagList,1,
func_40610_r,isItemEnchanted,1,True if the item has enchantment data
func_40614_d,getEffectName,1,
func_40615_a,countPacket,1,
func_40620_b,readCapabilitiesFromNBT,1,
func_40621_a,writeCapabilitiesToNBT,1,
func_40622_f,getCenterY,1,
func_40623_e,getCenterX,1,
func_40624_g,getCenterZ,1,
func_40627_a,applyEnchantmentModifier,1,Executes the enchantment modifier on the ItemStack passed.
func_40628_a,getRespiration,1,Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
func_40629_a,buildEnchantmentList,1,"Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level."
func_4062_a,generateNetherTerrain,1,Generates the shape of the terrain in the nether.
func_40630_b,getEfficiencyModifier,1,Return the extra efficiency of tools based on enchantments on equipped player item.
func_40631_a,mapEnchantmentData,1,Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
func_40632_g,getAquaAffinityModifier,1,Returns the aqua affinity status of enchantments on current equipped item of player.
func_40633_f,getLootingModifier,1,Returns the looting enchantment modifier of the current equipped item of player.
func_40634_a,getEnchantmentModifierDamage,1,Returns the modifier of protection enchantments on armors equipped on player.
func_40635_e,getFortuneModifier,1,Returns the fortune enchantment modifier of the current equipped item of player.
func_40636_c,getFireAspectModifier,1,Return the fire aspect value of enchantments on equipped player item.
func_40637_b,getKnockbackModifier,1,Returns the knockback value of enchantments on equipped player item.
func_40638_b,getEnchantmentLevel,1,Returns the level of enchantment on the ItemStack passed.
func_40639_a,getMaxEnchantmentLevel,1,Returns the biggest level of the enchantment on the array of ItemStack passed.
func_4063_e,loadChunkFromFile,1,
func_40640_a,applyEnchantmentModifierArray,1,Executes the enchantment modifier on the array of ItemStack passed.
func_40641_a,getEnchantmentModifierLiving,1,Return the (magic) extra damage of the enchantments on player equipped item.
func_40642_a,calcItemStackEnchantability,1,"Returns the enchantability of itemstack, it's uses a singular formula for each index (2nd parameter: 0, 1 and 2), cutting to the max enchantability power of the table (3rd parameter)"
func_40643_c,getUnbreakingModifier,1,Returns the unbreaking enchantment modifier on current equipped item of player.
func_40644_d,getSilkTouchModifier,1,Returns the silk touch status of enchantments on current equipped item of player.
func_40648_a,joinStrings,1,Joins array elements with the delimiter String.
func_4064_a,loadBlockGeneratorData,1,"Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth"
func_40656_c,getPropertiesFile,1,Returns this PropertyManager's file object used for property saving.
func_40657_a,setProperty,1,Saves an Object with the given property name
func_40658_a,getChunkPosition,1,
func_40659_a,getCenterXPos,1,
func_4065_a,getRainfall,1,"Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length."
func_40660_b,getCenterZPosition,1,
func_4067_a,getBiomeGenAt,1,"Returns the BiomeGenBase related to the x, z position on the world."
func_4068_a,getTemperatures,1,"Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length"
func_406_c,getShort,1,"Retrieves a short value using the specified key, or 0 if no such key was stored."
func_4072_a,addWorldAccess,1,Adds a IWorldAccess to the list of worldAccesses
func_4073_g,tickBlocksAndAmbiance,1,plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
func_4074_a,updateEntityWithOptionalForce,1,"Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate"
func_4075_e,getTopSolidOrLiquidBlock,1,"Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z"
func_4077_a,getWorldChunkManager,1,
func_4078_a,getSpawningChance,1,returns the chance a creature has to spawn.
func_4079_b,setColor,1,
func_407_k,getTagList,1,"Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored."
func_4082_a,setBiomeName,1,
func_4087_c,getChunkProvider,1,Returns the chunk provider back for the world provider
func_4088_b,generateLightBrightnessTable,1,Creates the light to brightness table
func_4089_a,calculateCelestialAngle,1,Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
func_408_b,getByte,1,"Retrieves a byte value using the specified key, or 0 if no such key was stored."
func_4090_a,registerWorldChunkManager,1,creates a new world chunk manager for WorldProvider
func_4091_a,getProviderForDimension,1,
func_4092_a,canCoordinateBeSpawn,1,"Will check if the x, z position specified is alright to be set as the map spawn point"
func_4093_a,registerWorld,1,"associate an existing world with a World provider, and setup its lightbrightness table"
func_409_a,setByte,1,Stores a new NBTTagByte with the given byte value into the map with the given string key.
func_41001_e,createStackedBlock,1,Returns an item stack containing a single instance of the current block type. 'i' is the block's subtype/damage and is ignored for blocks which do not support subtypes. Blocks which cannot be harvested should return null.
func_41004_h,teleportNearby,1,Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
func_41005_c,fallIfPossible,1,"Checks if the dragon egg can fall down, and if so, makes it fall."
func_41006_g,isValidSupportBlock,1,Checks if the block ID is a valid support block for the trap door to connect with. If it is not the trapdoor is dropped into the world.
func_41007_c,isPowerProviderOrWire,1,"Returns true if the block coordinate passed can provide power, or is a redstone wire."
func_41008_j,setAir,1,
func_41009_al,getAir,1,
func_41010_j_,getCollisionBorderSize,1,
func_41011_a,playStepSound,1,"Plays step sound at given x, y, z for the entity"
func_41012_c_,isEntityEqual,1,Returns true if Entity argument is equal to this Entity
func_41013_a,copyInventory,1,Copy the ItemStack contents from another InventoryPlayer instance
func_41015_m,isMinecartPowered,1,Is this minecart powered (Fuel > 0)
func_41017_a,setMinecartPowered,1,Set if this minecart is powered (Fuel > 0)
func_41024_b,setDamageTaken,1,Sets the damage taken from the last hit.
func_41025_i,getDamageTaken,1,Gets the damage taken from the last hit.
func_41026_d,setForwardDirection,1,Sets the forward direction of the entity.
func_41027_c,setTimeSinceHit,1,Sets the time to count down from since the last time entity was hit.
func_41028_k,getTimeSinceHit,1,Gets the time since the last hit.
func_41029_m,getForwardDirection,1,Gets the forward direction of the entity.
func_41030_c,renderBrokenItemStack,1,Renders broken item particles using the given ItemStack
func_41031_d,copyPlayer,1,Copy the inventory and various stats from another EntityPlayer
func_41034_a,collideWithEntities,1,Pushes all entities inside the list away from the enderdragon.
func_41035_b,attackEntitiesInList,1,"Attacks all entities inside this list, dealing 5 hearts of damage."
func_41036_u,updateDragonEnderCrystal,1,Updates the state of the enderdragon's current endercrystal.
func_41037_w,setNewTarget,1,Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
func_41038_a,createEnderPortal,1,Creates the ender portal leading back to the normal world after defeating the enderdragon.
func_4103_a,generateNoiseOctaves,1,Bouncer function to the main one with some default arguments.
func_41040_a,setBlockNames,1,Sets the array of strings to be used for name lookups from item damage to metadata
func_41043_a,setBlockAndMetadata,1,"Sets the block in the world, notifying neighbors if enabled."
func_41045_d,scheduleBlockUpdateFromLoad,1,Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
func_41046_a,getPendingBlockUpdates,1,
func_41047_b,isBlockNormalCubeDefault,1,"Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter."
func_41048_b,getWatchableObjectShort,1,
func_41049_g,isEmpty,1,
func_4104_b,saveExtraChunkData,1,"Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused."
func_41051_a,clamp_int,1,"Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters."
func_4105_a,generateCaveNode,1,Generates a node in the current cave system recursion tree.
func_4106_a,generateLargeCaveNode,1,Generates a larger initial cave node than usual. Called 25% of the time.
func_4108_a,addPlayer,1,adds this connection to the list of currently connected players
func_410_a,hasKey,1,Returns whether the given string has been previously stored as a key in the map.
func_4111_a,performSpawning,1,"The main spawning algorithm, spawns three random creatures of types in the subclass array"
func_4112_a,getRandomSpawningPointInChunk,1,"Given a chunk, find a random position in it."
func_411_a,setDouble,1,Stores a new NBTTagDouble with the given double value into the map with the given string key.
func_412_a,sortBack,1,Sorts a point to the left
func_413_a,addPoint,1,Adds a point to the path
func_414_a,changeDistance,1,Changes the provided point's distance to target
func_415_b,dequeue,1,Returns and removes the first point in the path
func_416_b,sortForward,1,Sorts a point to the right
func_417_a,clearPath,1,Clears the path
func_418_c,isPathEmpty,1,Returns true if this path contains no points
func_419_a,generate,1,
func_41_a,teleportTo,1,Teleports the player to the specified destination and rotation
func_420_a,setScale,1,"Rescales the generator settings, only used in WorldGenBigTree"
func_421_b,generateLeaves,1,Generates the leaf portion of the tree as specified by the leafNodes list.
func_422_e,validTreeLocation,1,"Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid."
func_423_a,generateLeafNode,1,Generates the leaves surrounding an individual entry in the leafNodes list.
func_424_a,generateLeafNodeList,1,"Generates a list of leaf nodes for the tree, to be populated by generateLeaves."
func_425_a,placeBlockLine,1,Places a line of the specified block ID into the world from the first coordinate triplet to the second.
func_426_a,genTreeLayer,1,
func_427_a,checkBlockLine,1,"Checks a line of blocks in the world from the first coordinate to triplet to the second, returning the distance (in blocks) before a non-air, non-leaf block is encountered and/or the end is encountered."
func_428_d,generateLeafNodeBases,1,Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
func_429_b,leafSize,1,
func_42_a,handlePackets,1,handle all the packets for the connection
func_43001_a,onFallenUpon,1,Block's chance to react to an entity falling on it.
func_430_c,leafNodeNeedsBase,1,Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
func_431_a,layerSize,1,Gets the rough size of a layer of the tree.
func_432_c,generateTrunk,1,Places the trunk for the big tree that is being generated. Able to generate double-sized trunks by changing a field that is always 1 to 2.
func_433_b,pickMobSpawner,1,Randomly decides which spawner to use in a dungeon
func_434_a,pickCheckLootItem,1,Picks potentially a random item to add to a dungeon chest.
func_435_a,update,1,Public static accessor to call updateStats.
func_436_a,updateStats,1,Updates the stat values and calls paint to redraw the component.
func_437_a,setLoadingProgress,1,Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
func_438_a,displaySavingString,1,Shows the 'Saving level' string.
func_439_b,displayLoadingString,1,Displays a string on the loading screen supposed to indicate what is being done currently.
func_43_c,kickPlayer,1,Kick the offending player and give a reason why
func_44001_a,handleCustomPayload,1,
func_44006_ak,isClientWorld,1,Returns whether the entity is in a local (client) world
func_44009_b,loadLanguageList,1,
func_44010_a,setLanguage,1,
func_44011_a,loadLanguage,1,
func_44014_a,createEntityByID,1,Create a new instance of an entity in the world by using an entity ID.
func_443_c,getBlockMaterial,1,Returns the block's material.
func_444_a,getBlockId,1,"Returns the block ID at coords x,y,z"
func_445_d,isBlockNormalCube,1,"Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z"
func_446_b,getBlockMetadata,1,"Returns the block metadata at coords x,y,z"
func_447_g,chunkExists,1,"Returns whether a chunk exists at chunk coordinates x, y"
func_448_i,isBlockProvidingPowerTo,1,"Is this block powering in the specified direction Args: x, y, z, direction"
func_449_g,notifyBlocksOfNeighborChange,1,"Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID"
func_44_a,getMinecraftServer,1,Returns the MinecraftServer associated with the ServerGui.
func_450_b,getEntitiesWithinAABBExcludingEntity,1,"Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb"
func_451_k,getBlockTileEntity,1,"Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists"
func_453_a,isDaytime,1,Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
func_454_e,notifyBlockChange,1,"The block type change and need to notify other systems Args: x, y, z, blockID"
func_455_j,getLightBrightness,1,"Returns how bright the block is shown as which is the block's light value looked up in a lookup table (light values aren't linear for brightness). Args: x, y, z"
func_456_a,getClosestPlayer,1,"Gets the closest player to the point within the specified distance (distance can be set to less than 0 to not limit the distance). Args: x, y, z, dist"
func_457_a,getEntitiesWithinAABB,1,"Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb"
func_459_b,updateEntities,1,Updates (and cleans up) entities and tile entities
func_45_a,getStatsComponent,1,Returns a new JPanel with a new GuiStatsComponent inside.
func_46004_e,doesContainerItemLeaveCraftingGrid,1,"If this returns true, after a recipe involving this item is crafted the container item will be added to the player's inventory instead of remaining in the crafting grid."
func_46008_a,setDamage,1,
func_46009_j,getDamage,1,
func_46012_af,getMoveHelper,1,
func_46013_ag,getJumpHelper,1,
func_46014_e,setJumping,1,
func_46015_av,updateAITasks,1,
func_46017_d,setMoveForward,1,
func_46018_ak,getAge,1,
func_46019_ai,getRNG,1,
func_46020_aj,getAITarget,1,
func_46021_ae,getLookHelper,1,
func_46022_as,isAIEnabled,1,Returns true if the newer Entity AI code should be run
func_46032_a,onUpdateNavigation,1,
func_46034_b,noPath,1,If null path or reached the end
func_46041_c,unloadAllChunks,1,
func_46042_a,generate,1,
func_46048_a,getNumHashElements,1,
func_46049_a,parseWorldType,1,
func_46058_a,setLookPositionWithEntity,1,Sets position to look at using entity
func_46059_a,onUpdateLook,1,Updates look
func_46060_a,setLookPosition,1,Sets position to look at
func_46061_a,updateRotation,1,
func_46069_q,getTerrainType,1,
func_46072_a,onUpdateMoveHelper,1,
func_46085_d,resetTask,1,Resets the task
func_46086_f,isContinuous,1,Returns whether the task requires multiple updates or not
func_46087_a,setMutexBits,1,"Sets a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other."
func_46088_e,startExecuting,1,Execute a one shot task or start executing a continuous task
func_46089_b,updateTask,1,Updates the task
func_46090_a,shouldExecute,1,Returns whether the EntityAIBase should begin execution.
func_46091_c,getMutexBits,1,"Get a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other."
func_46092_g,continueExecuting,1,Returns whether an in-progress EntityAIBase should continue executing
func_46115_a,setJumping,1,
func_46116_b,doJump,1,Called to actually make the entity jump if isJumping is true.
func_46119_e,getAverageGroundLevel,1,
func_46122_a,addMapping,1,Adds a entity mapping with egg info.
func_46128_e,getTerrainType,1,
func_46133_a,onUpdateTasks,1,
func_46134_a,addTask,1,
func_46135_a,areTasksCompatible,1,Returns whether two EntityAITaskEntries can be executed concurrently
func_461_b,unloadEntities,1,adds entities to the list of unloaded entities
func_462_a,setBlock,1,"Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID"
func_463_c,setBlockMetadata,1,Set the metadata of a block in global coordinates
func_464_a,addLoadedEntities,1,"adds entities to the loaded entities list, and loads thier skins."
func_465_d,calculateInitialSkylight,1,Called on construction of the World class to setup the initial skylight values
func_466_a,checkChunksExist,1,"Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_469_b,isAnyLiquid,1,Returns if any of the blocks within the aabb are liquids. Args: aabb
func_46_a,initGui,1,Initialises the GUI components.
func_470_a,setBlockAndMetadata,1,Sets the block ID and metadata of a block in global coordinates
func_472_a,getClosestPlayerToEntity,1,"Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist"
func_473_a,setBlockTileEntity,1,"Sets the TileEntity for a given block in X, Y, Z coordinates"
func_474_n,isBlockIndirectlyGettingPowered,1,"Used to see if one of the blocks next to you or your block is getting power from a neighboring block. Used by items like TNT or Doors so they don't have redstone going straight into them. Args: x, y, z"
func_476_g,checkSessionLock,1,Checks whether the session lock file was modified by another process
func_477_b,getCelestialAngle,1,calls calculateCelestialAngle
func_478_h,saveLevel,1,Saves the global data associated with this World
func_479_b,obtainEntitySkin,1,"Start the skin for this entity downloading, if necessary, and increment its reference counter"
func_47_d,getLogComponent,1,Returns a new JPanel with a new GuiStatsComponent inside.
func_48071_a,handleTileEntityData,1,
func_48072_a,handleEntityHeadRotation,1,
func_48083_a,getPathEntityToEntity,1,
func_48085_a,findNearestEntityWithinAABB,1,
func_48088_a,getEntityPathToXYZ,1,
func_48089_z,isBlockHighHumidity,1,"Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high"
func_48091_a,getBiomeGenForCoords,1,Gets the biome for a given set of x/z coordinates
func_48095_y,getHeight,1,Returns current world height.
func_48124_n,hasTileEntity,1,
func_48125_m,getTickRandomly,1,Returns whether or not this block is of a type that needs random ticking. Called for ref-counting purposes by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake.
func_48126_g,isNormalCube,1,
func_48127_b,getBlocksMovement,1,
func_48132_b,getDirection,1,Returns the orentation value from the specified metadata
func_48133_a,tryToCatchBlockOnFire,1,
func_48134_e,getFullMetadata,1,Returns the full metadata value created by combining the metadata of both blocks the door takes up.
func_48136_c,getDoorOrientation,1,"Returns 0, 1, 2 or 3 depending on where the hinge is."
func_48176_f,doRangedAttack,1,Performs a ranged attack according to the AI's rangedAttackID.
func_481_a,getCollidingBoundingBoxes,1,"Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb"
func_48210_a,setIsSitting,1,Sets the sitting flag.
func_48254_f,findPossibleShelter,1,
func_48305_f,checkSufficientDoorsPresentForNewVillager,1,
func_48306_i,giveBirth,1,
func_48307_a,spawnHeartParticles,1,
func_48313_k_,canAttackWithItem,1,"If returns false, the item will not inflict any damage against entities."
func_48315_b,getStackInSlotOnClosing,1,"When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI."
func_48317_b,setHomeArea,1,
func_48318_al,getEntitySenses,1,returns the EntitySenses Object for the EntityLiving
func_48319_z,eatGrassBonus,1,This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
func_48320_d,setAIMoveSpeed,1,set the movespeed used for the new AI system
func_48321_b,dropRareDrop,1,
func_48322_aw,detachHome,1,
func_48323_au,getHomePosition,1,
func_48324_ao,getLastAttackingEntity,1,
func_48325_at,isWithinHomeDistanceCurrentPosition,1,Returns true if entity is within home distance from current position
func_48326_g,updateAITick,1,"main AI tick function, replaces updateEntityActionState"
func_48327_b,setAttackTarget,1,Sets the active target the Task system uses for tracking
func_48328_e,isWithinHomeDistance,1,
func_48329_ax,hasHome,1,
func_48330_av,getMaximumHomeDistance,1,
func_48331_as,getAttackTarget,1,Gets the active target the Task system uses for tracking
func_48332_ar,getAIMoveSpeed,1,the movespeed used for the new AI system
func_48333_ak,getNavigator,1,
func_48334_a,setRevengeTarget,1,
func_48335_g,setLastAttackingEntity,1,
func_48347_R,dropOneItem,1,Called when player presses the drop item key
func_48348_b,dropPlayerItem,1,Args: itemstack - called when player drops an item stack that's not in his inventory (like items still placed in a workbench while the workbench'es GUI gets closed)
func_48349_a,dropPlayerItemWithRandomChoice,1,"Args: itemstack, flag"
func_48350_c,setGrowingAge,1,"The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. With a negative value the Entity is considered a child."
func_48351_J,getGrowingAge,1,"The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. Don't confuse this with EntityLiving.getAge. With a negative value the Entity is considered a child."
func_48352_x,getProfession,1,
func_48353_E_,getIsPlayingFlag,1,
func_48354_b,setIsPlayingFlag,1,
func_48355_A,getIsMatingFlag,1,
func_48356_a,setIsMatingFlag,1,
func_48357_f_,setProfession,1,
func_48363_r_,isInLove,1,Returns if the entity is currently in 'love mode'.
func_48364_s_,resetInLove,1,
func_48366_b,setTamed,1,
func_48367_A,getOwnerName,1,
func_48368_w_,getOwner,1,
func_48369_c,setSitting,1,
func_48371_v_,isSitting,1,
func_48372_a,setOwner,1,
func_48373_u_,isTamed,1,
func_48376_c_,setTameSkin,1,
func_48380_l_,getVillage,1,
func_48392_a,setTerrainType,1,
func_48409_a,isAllowedCharacter,1,
func_48414_b,markBlockNeedsUpdate2,1,As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
func_48420_a,getPosition,1,returns the current PathEntity target node as Vec3D
func_48421_b,setCurrentPathLength,1,
func_48422_c,setCurrentPathIndex,1,
func_48423_e,getCurrentPathIndex,1,
func_48424_d,getCurrentPathLength,1,
func_48425_c,getFinalPathPoint,1,returns the last PathPoint of the Array
func_48426_a,isDestinationSame,1,Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
func_48427_a,isSamePath,1,Returns true if the EntityPath are the same. Non instance related equals.
func_48428_a,getVectorFromIndex,1,Gets the vector of the PathPoint associated with the given index.
func_48429_a,getPathPointFromIndex,1,"return the PathPoint located at the specified PathIndex, usually the current one"
func_48436_b,getSpeed,1,
func_48439_a,setMoveTo,1,Sets the speed and location to move to
func_48441_d,isHighHumidity,1,Checks to see if the rainfall level of the biome is extremely high
func_48442_h,getFloatTemperature,1,Gets a floating point representation of this biome's temperature
func_48450_a,setCanBeCreated,1,"Sets canBeCreated to the provided value, and returns this."
func_48452_b,getGeneratorVersion,1,Returns generatorVersion.
func_48462_a,writeChunkToNBT,1,"Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time."
func_48465_a,readChunkFromNBT,1,Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
func_48473_c,getDistanceSquared,1,Returns the squared distance between this coordinates and the coordinates given as argument.
func_48474_a,set,1,
func_48478_d,resetDoorOpeningRestrictionCounter,1,
func_48479_a,isInside,1,
func_48480_f,getDoorOpeningRestrictionCounter,1,
func_48481_a,getDistanceSquared,1,Returns the squared distance between this door and the given coordinate.
func_48482_e,incrementDoorOpeningRestrictionCounter,1,
func_48483_a,getInsidePosX,1,
func_48484_c,getInsidePosZ,1,
func_48485_b,getInsidePosY,1,
func_48486_b,getInsideDistanceSquare,1,Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
func_48500_a,tick,1,Runs a single tick for the village siege
func_48513_c,findNearestDoorUnrestricted,1,"Find a door suitable for shelter. If there are more doors in a distance of 16 blocks, then the least restricted one (i.e. the one protecting the lowest number of villagers) of them is chosen, else the nearest one regardless of restriction."
func_48514_e,isBlockDoor,1,
func_48515_k,removeDeadAndOutOfRangeDoors,1,
func_48516_a,tryGetIronGolemSpawningLocation,1,Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
func_48517_f,getVillageDoorInfoList,1,called only by class EntityAIMoveThroughVillage
func_48518_d,getVillageDoorAt,1,
func_48519_a,tick,1,Called periodically by VillageCollection
func_48520_d,getTicksSinceLastDoorAdding,1,
func_48521_e,getNumVillagers,1,
func_48522_b,isValidIronGolemSpawningLocation,1,
func_48523_j,removeDeadAndOldAgressors,1,
func_48524_g,isAnnihilated,1,"Returns true, if there is not a single village door left. Called by VillageCollection"
func_48525_c,getNumVillageDoors,1,"Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege"
func_48526_a,getCenter,1,
func_48527_b,getVillageRadius,1,
func_48528_a,isInRange,1,"Returns true, if the given coordinates are within the bounding box of the village."
func_48529_i,updateNumVillagers,1,
func_48530_a,addOrRenewAgressor,1,
func_48531_l,updateVillageRadiusAndCenter,1,
func_48532_a,addVillageDoorInfo,1,
func_48533_b,findNearestDoor,1,
func_48534_b,findNearestVillageAggressor,1,
func_48535_h,updateNumIronGolems,1,
func_48546_a,canSee,1,"Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result."
func_48547_a,clearSensingCache,1,Clears canSeeCachePositive and canSeeCacheNegative.
func_48552_l,getBiomeArray,1,Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
func_48553_h,getBlockStorageArray,1,Returns the ExtendedBlockStorage array for this Chunk.
func_48554_m,resetRelightChecks,1,Resets the relight check index to 0 for this Chunk.
func_48555_b,getBlockLightOpacity,1,
func_48556_c,getAreLevelsEmpty,1,Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
func_48557_n,enqueueRelightChecks,1,"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."
func_48558_a,setStorageArrays,1,
func_48559_a,setBiomeArray,1,Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
func_48560_a,getBiomeGenForWorldCoords,1,This method retrieves the biome at a set of coordinates
func_48561_g,getTopFilledSegment,1,Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
func_48582_a,getIDFromString,1,Finds the ID using stringToIDMapping
func_48584_a,onCrafting,1,
func_48585_b,setExtBlockMetadata,1,Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
func_48586_b,setBlockMetadataArray,1,Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
func_48588_a,setExtBlockID,1,"Sets the extended block ID for a location in a chunk, splitting bits 11..8 into a NibbleArray and bits 7..0 into a byte array. Also performs reference counting to determine whether or not to broadly cull this Chunk from the random-update tick list."
func_48589_d,setSkylightArray,1,Sets the NibbleArray instance used for Sky-light values in this particular storage block.
func_48591_a,getExtBlockID,1,"Returns the extended block ID for a location in a chunk, merged from a byte array and a NibbleArray to form a full 12-bit block ID."
func_48592_c,setExtSkylightValue,1,Sets the saved Sky-light value in the extended block storage structure.
func_48593_a,setBlockMSBArray,1,Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
func_48595_a,getIsEmpty,1,"Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count."
func_48596_a,setBlockLSBArray,1,Sets the array of block ID least significant bits for this ExtendedBlockStorage.
func_48597_c,getYLocation,1,Returns the Y location of this ExtendedBlockStorage.
func_48598_b,getExtBlockMetadata,1,Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
func_485_a,saveWorld,1,"Saves the data for this World. If passed true, then only save up to 2 chunks, otherwise, save all chunks."
func_48600_j,getBlocklightArray,1,Returns the NibbleArray instance containing Block-light data.
func_48601_h,getBlockMSBArray,1,Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
func_48602_c,getExtSkylightValue,1,Gets the saved Sky-light value in the extended block storage structure.
func_48604_d,getExtBlocklightValue,1,Gets the saved Block-light value in the extended block storage structure.
func_48605_k,getSkylightArray,1,Returns the NibbleArray instance containing Sky-light data.
func_48606_c,setBlocklightArray,1,Sets the NibbleArray instance used for Block-light values in this particular storage block.
func_48607_b,getNeedsRandomTick,1,"Returns whether or not this block storage's Chunk will require random ticking, used to avoid looping through random block ticks when there are no blocks that would randomly tick."
func_48608_d,setExtBlocklightValue,1,Sets the saved Block-light value in the extended block storage structure.
func_48618_a,get,1,
func_48623_a,convertToAnvilFormat,1,
func_48624_a,load,1,
func_48629_e,isWoodenDoorAt,1,
func_48630_c,addDoorToNewListIfAppropriate,1,
func_48631_d,dropOldestVillagerPosition,1,
func_48632_a,findNearestVillage,1,"Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance."
func_48633_a,tick,1,Runs a single tick for the village collection
func_48634_e,addNewDoorsToVillageOrCreateVillage,1,
func_48635_a,addUnassignedWoodenDoorsAroundToNewDoorsList,1,
func_48636_d,isVillagerPositionPresent,1,
func_48637_c,removeAnnihilatedVillages,1,
func_48638_b,getVillageDoorAt,1,
func_48639_a,addVillagerPosition,1,"This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either."
func_48646_a,isSafeToStandAt,1,"Returns true when an entity could stand at a position, including solid blocks under the entire entity. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ"
func_48647_a,setPath,1,"sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords"
func_48648_k,isInFluid,1,"Returns true if the entity is in water or lava, false otherwise"
func_48649_a,getAvoidsWater,1,
func_48650_a,getPathToXYZ,1,Returns the path to the given coordinates
func_48651_j,canNavigate,1,If on ground or swimming and can swim
func_48652_a,tryMoveToEntityLiving,1,Try to find and set a path to EntityLiving. Returns true if successful.
func_48653_a,isDirectPathBetweenPoints,1,"Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize"
func_48654_a,setSpeed,1,Sets the speed
func_48655_c,setEnterDoors,1,Sets if the entity can enter open doors
func_48656_a,setAvoidsWater,1,
func_48657_b,getCanBreakDoors,1,"Returns true if the entity can break doors, false otherwise"
func_48658_a,tryMoveToXYZ,1,Try to find and set a path to XYZ. Returns true if successful.
func_48659_i,getPathableYPos,1,Gets the safe pathing Y position for the entity depending on if it can path swim or not
func_48660_e,setCanSwim,1,Sets if the entity can swim
func_48661_a,getPathToEntityLiving,1,Returns the path to the given EntityLiving
func_48662_f,clearPathEntity,1,sets active PathEntity to null
func_48663_b,setBreakDoors,1,
func_48664_g,pathFollow,1,
func_48665_h,getEntityPosition,1,
func_48666_b,isPositionClear,1,"Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ"
func_48667_l,removeSunnyPath,1,Trims path data from the end to the first sun covered block
func_48668_c,getPath,1,gets the actively used PathEntity
func_48669_d,setAvoidSun,1,Sets if the path should avoid sunlight
func_486_a,rayTraceBlocks,1,"ray traces all blocks, including non-collideable ones"
func_487_a,countEntities,1,Counts how many entities of an entity class exist in the world. Args: entityClass
func_488_c,getHeightValue,1,"Returns the y coordinate with a block in it at this x, z coordinate"
func_489_j,isBlockIndirectlyProvidingPowerTo,1,"Is a block next to you getting powered (if its an attachable block) or is it providing power directly to you. Args: x, y, z, direction"
func_48_b,getPlayerListComponent,1,Returns a new JScrollPane with a new PlayerListBox inside.
func_490_a,handleMaterialAcceleration,1,handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
func_491_a,playRecord,1,"Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z"
func_492_a,getChunkFromBlockCoords,1,"Returns a chunk looked up by block coordinates. Args: x, z"
func_493_a,calculateSkylightSubtracted,1,Returns the amount of skylight subtracted for the current time
func_494_a,getBlockDensity,1,"Gets the percentage of real blocks within within a bounding box, along a specified vector."
func_495_h,getBlockLightValue,1,Gets the light value of a block location
func_496_m,isBlockGettingPowered,1,"Whether one of the neighboring blocks is putting power into this block. Args: x, y, z"
func_497_g,canBlockSeeTheSky,1,Checks if the specified block is able to see the sky
func_498_f,markBlocksDirtyVertical,1,marks a vertical line of blocks as dirty
func_50003_a,handlePlayerAbilities,1,Handle a player abilities packet.
func_50008_h,canSilkHarvest,1,"Return true if a player with SlikTouch can harvest this block directly, and not it's normal drops."
func_50023_a,setBlock,1,"Sets the block without metadata in the world, notifying neighbors if enabled."
func_50024_b,setEnableSnow,1,sets enableSnow to true during biome initialization. returns BiomeGenBase.
func_500_a,isMaterialInBB,1,Returns true if the given bounding box contains the given material
func_502_a,playSoundEffect,1,"Play a sound effect. Many many parameters for this function. Not sure what they do, but a classic call is : (double)i + 0.5D, (double)j + 0.5D, (double)k + 0.5D, 'random.door_open', 1.0F, world.rand.nextFloat() * 0.1F + 0.9F with i,j,k position of the block."
func_505_a,rayTraceBlocks_do,1,
func_506_a,playSoundAtEntity,1,"Plays a sound at the entity's position. Args: entity, sound, unknown1, volume (relative to 1.0)"
func_507_b,setBlockAndMetadataWithNotify,1,"Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata"
func_508_d,setBlockWithNotify,1,"Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID"
func_511_b,setBlockMetadataWithNotify,1,"Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata"
func_512_a,getSavedLightValue,1,Returns saved light value without taking into account the time of day. Either looks in the sky light map or block light map based on the enumSkyBlock arg.
func_513_l,removeBlockTileEntity,1,"Removes the TileEntity for a given block in X,Y,Z coordinates"
func_514_a,spawnParticle,1,"Spawns a particle. Args particleName, x, y, z, velX, velY, velZ"
func_515_b,updateTileEntityChunkAndDoNothing,1,marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
func_516_a,canBlockBePlacedAt,1,"Returns true if the specified block can be placed at the given coordinates, optionally making sure there are no entities in the way. Args: blockID, x, y, z, ignoreEntities"
func_517_a,getBlockLightValue_do,1,"Gets the light value of a block location. This is the actual function that gets the value and has a bool flag that indicates if its a half step block to get the maximum light value of a direct neighboring block (left, right, forward, back, and up)"
func_518_a,tickUpdates,1,Runs through the list of updates to run and ticks them
func_519_b,markBlocksDirty,1,
func_52003_getServerModName,getServerBrand,1,"Returns the brand name of this server. Usually overridden/changed by server mods, such as Bukkit."
func_52006_b,isItemFuel,1,Return true if item is a fuel source (getItemBurnTime() > 0).
func_52008_a,buildPostString,1,Builds an encoded HTTP POST content string from a string map
func_52009_a,sendPost,1,Sends a HTTP POST request to the given URL with data from a string
func_52010_a,sendPost,1,Sends a HTTP POST request to the given URL with data from a map
func_52011_b,getDataMap,1,Returns the data map for the given usage snooper
func_52012_a,sendReport,1,Starts a new thread to send the information to the report server
func_52013_a,getServerURL,1,Returns the server URL for the given usage snooper
func_52014_a,addData,1,Adds information to the report
func_520_e,updateEntity,1,Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
func_521_f,markBlockNeedsUpdate,1,"Marks the block as needing an update with the renderer. Args: x, y, z"
func_522_a,checkIfAABBIsClear,1,"Returns true if there are no solid, live entities in the specified AxisAlignedBB"
func_523_c,isBoundingBoxBurning,1,Returns whether or not the given bounding box is on fire or not
func_524_b,isAABBInMaterial,1,checks if the given AABB is in the material given. Used while swimming.
func_525_b,getChunkFromChunkCoords,1,"Returns back a chunk looked up by chunk coordinates Args: x, y"
func_526_a,spawnEntityInWorld,1,Called when an entity is spawned in the world. This includes players.
func_527_k,notifyBlockOfNeighborChange,1,"Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID"
func_528_f,getFirstUncoveredBlock,1,"Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards."
func_529_b,setLightValue,1,"Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block. Args: enumSkyBlock, x, y, z, lightValue"
func_530_e,blockExists,1,"Returns whether a block exists at world coordinates x, y, z"
func_531_c,releaseEntitySkin,1,Decrement the reference counter for this entity's skin image data
func_532_d,getTileEntityList,1,get a list of tileEntity's
func_533_c,getPlayerInstancesToUpdate,1,retrieve the list of all playerInstances that need to be updated on tick
func_535_a,markBlockNeedsUpdate,1,
func_537_a,getPlayerInstance,1,passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
func_538_a,updatePlayerInstances,1,updates all the player instances that need to be updated
func_539_b,getPlayerInstances,1,get the hash of all player instances
func_540_a,getMinecraftServer,1,Returns the MinecraftServer associated with the PlayerManager.
func_542_b,getMaxTrackingDistance,1,
func_543_c,updateMountedMovingPlayer,1,"update chunks around a player being moved by server logic (e.g. cart, boat)"
func_544_a,isOutsidePlayerViewRadius,1,"args: targetChunkX, targetChunkZ, playerChunkX, playerChunkZ - return true if the target chunk is outside the cube of player visibility"
func_545_g,computeHash,1,Makes the passed in integer suitable for hashing by a number of shifts
func_546_f,getHash,1,Returns the hash code for a key
func_547_a,insert,1,Adds an object to a slot
func_548_c,lookupEntry,1,Returns the internal entry for a key
func_549_a,copyTo,1,Copies the hash slots to a new array
func_550_a,lookup,1,Returns the object associated to a key
func_551_a,clearMap,1,Removes all entries from the map
func_552_h,grow,1,Increases the number of hash slots
func_553_d,removeObject,1,Removes the specified object from the map and returns it
func_554_a,addKey,1,Adds a key and associated value to this map
func_555_a,getSlotIndex,1,Computes the index of the slot for the hash and slot count passed in.
func_556_b,containsItem,1,Returns true if this hash table contains the specified item.
func_557_e,removeEntry,1,Removes the specified entry from the map and returns it
func_558_b,getValue,1,Returns the object stored in this entry
func_559_a,getHash,1,Returns the hash code for this entry
func_561_a,set,1,"Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val."
func_562_a,get,1,"Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4."
func_563_a,addMapping,1,adds a mapping between Entity classes and both a string representation and an ID
func_564_b,getEntityString,1,Gets the string representation of a specific entity.
func_565_a,getEntityID,1,gets the entityID of a specific entity
func_566_a,createEntityFromNBT,1,create a new instance of an entity from NBT store
func_567_a,createEntityByName,1,Create a new instance of an entity in the world by using the entity name.
func_569_a,getItem,1,Returns the object corresponding to the stack.
func_570_a,writeToNBT,1,Write the stack fields to a NBT object. Return the new NBT object.
func_571_c,getMaxDamage,1,Returns the max damage an item in the stack can take.
func_572_a,useItem,1,"Uses the item stack by the player. Gives the coordinates of the block its being used against and the side. Args: player, world, x, y, z, side"
func_573_b,canHarvestBlock,1,Checks if the itemStack object can harvest a specified block
func_574_a,getStrVsBlock,1,Returns the strength of the stack against a given block.
func_575_b,readFromNBT,1,Read the stack fields from a NBT object.
func_576_b,getMaxStackSize,1,Returns maximum size of the stack.
func_577_a,onItemDestroyedByUse,1,Called when a given item stack is about to be destroyed due to its damage level expiring when used on a block or entity. Typically used by tools.
func_578_d,copy,1,Returns a new stack with the same properties.
func_581_a,abs_max,1,Maximum of the absolute value of two numbers.
func_582_b,cos,1,cos looked up in the sin table with the appropriate offset
func_583_a,sqrt_double,1,
func_584_b,floor_double,1,Returns the greatest integer less than or equal to the double argument
func_585_a,sin,1,sin looked up in a table
func_586_c,sqrt_float,1,
func_587_e,abs,1,
func_588_d,floor_float,1,Returns the greatest integer less than or equal to the float argument
func_589_a,isMinecartTrack,1,
func_590_b,isConnectedTo,1,
func_591_b,refreshConnectedTracks,1,"Neighboring tracks have potentially been broken, so prune the connected track list"
func_592_c,canConnectFrom,1,Determines whether or not the target rail can connect to this rail
func_594_c,getAdjacentTracks,1,
func_595_a,getMinecartTrackLogic,1,
func_596_a,refreshTrackShape,1,Completely recalculates the track shape based on neighboring tracks and power state
func_597_c,canConnectTo,1,Determines whether or not the track can bend to meet the specified rail
func_598_d,connectToNeighbor,1,"The specified neighbor has just formed a new connection, so update accordingly"
func_599_b,isInTrack,1,Returns true if the specified block is in the same railway.
func_6001_a,registerPacket,1,
func_6002_a,handleEntityVelocity,1,Packet handler
func_6003_a,handleAttachEntity,1,Packet handler
func_6004_a,handleHandshake,1,
func_6006_a,handleUseEntity,1,
func_6007_b,doLogin,1,Processes the login packet and sends response packets to the user.
func_6008_d,startServer,1,Initialises the server and starts it.
func_6009_a,getFile,1,Returns a File object from the specified string.
func_600_a,getNAdjacentTracks,1,get number of adjacent tracks
func_6010_a,addCommand,1,Adds a command to the command list for processing.
func_6011_e,clearCurrentTask,1,set current task to null and set its percentage to 0
func_6012_f,saveServerWorld,1,"Saves the server's world, called by both save all and stop."
func_6013_g,stopServer,1,Saves all necessary data as preparation for stopping the server.
func_6015_a,isServerRunning,1,Returns the boolean serverRunning.
func_6016_a,initiateShutdown,1,"Sets the serverRunning variable to false, in order to get the server to shut down."
func_6017_c,initWorld,1,Initialises the world object.
func_6018_h,doTick,1,
func_6019_a,outputPercentRemaining,1,used to display a percent remaining given text and the percentage
func_601_b,updatePlayerEntities,1,
func_6021_b,commandLineParser,1,Parse the command line and call the corresponding action.
func_6022_a,addToOnlinePlayerList,1,Adds a player's name to the list of online players.
func_602_b,getSpawnPacket,1,
func_603_a,sendPacketToTrackedPlayers,1,
func_604_a,sendDestroyEntityPacketToTrackedPlayers,1,
func_605_a,updatePlayerList,1,
func_606_a,updatePlayerEntity,1,
func_607_a,updateTrackedEntities,1,
func_6091_h,removeLeaves,1,
func_6092_a,interact,1,"Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig."
func_6093_b,onCollideWithPlayer,1,Called by a player entity when they collide with an entity
func_6094_e,mountEntity,1,"Called when a player mounts an entity. e.g. mounts a pig, mounts a boat."
func_6095_b,setPositionAndRotation,1,"Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch"
func_6096_b,setRotation,1,Sets the rotation of the entity
func_6097_d,getLivingSound,1,Returns the sound this mob makes while it's alive.
func_6098_f,getDeathSound,1,Returns the sound this mob makes on death.
func_6099_c,damageEntity,1,Deals damage to the entity. If its a EntityPlayer then will take damage from the armor first and then health second with the reduced value. Args: damageAmount
func_609_a,sendPacketToTrackedPlayersAndTrackedEntity,1,
func_6100_e,getHurtSound,1,Returns the sound this mob makes when it is hurt.
func_6101_K,onEntityDeath,1,Called when the entity vanishes after dies by damage (or other method that put health below or at zero).
func_6102_h,getSoundVolume,1,Returns the volume for the sounds this mob makes.
func_610_b,untrackEntity,1,
func_611_a,trackEntity,1,
func_6126_d,getInventorySlotContainItem,1,Returns a slot index in main inventory containing a specific itemID
func_6127_b,consumeInventoryItem,1,"removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)"
func_613_b,serverUpdateMountedMovingPlayer,1,"using player's dimension, update their movement when in a vehicle (e.g. cart, boat)"
func_6142_a,calculateVelocity,1,
func_6143_c,catchFish,1,
func_6152_a,onItemRightClick,1,"Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer"
func_6154_a,itemUsed,1,
func_6156_d,updatingLighting,1,Updates lighting. Returns true if there are more lighting updates to update
func_6157_a,canMineBlock,1,Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
func_6158_a,getEntityByID,1,"Returns the Entity with the given ID, or null if it doesn't exist in this World."
func_6168_a,useItemRightClick,1,"Called whenever this item stack is equipped and right clicked. Returns the new item stack to put in the position where this item is. Args: world, player"
func_616_c,playerLoggedOut,1,Called when a player disconnects from the game. Writes player data to disk and removes them from the world.
func_617_d,savePlayerStates,1,Saves all of the player's states
func_6186_a,trackEntity,1,
func_6187_a,trackEntity,1,
func_618_a,setPlayerManager,1,Sets the NBT manager to the one for the worldserver given
func_619_a,login,1,Called when a player tries to login. Checks whether they are banned/server is full etc.
func_620_h,getPlayerEntity,1,gets the player entity for the player with the name specified
func_621_a,sendPacketToPlayer,1,sends a packet to the player with the name specified
func_622_a,markBlockNeedsUpdate,1,
func_623_e,readBannedPlayers,1,Reads the banned players file from disk.
func_626_f,writeBannedPlayers,1,Writes the banned players file to disk.
func_627_a,playerLoggedIn,1,Called when a player successfully logs in. Reads player data from disk and inserts the player into the world.
func_628_a,sendChatMessageToPlayer,1,sends a chat message to the player with the name specified (not necessarily a whisper)
func_630_i,sendChatMessageToAllOps,1,sends a chat message to all ops currently connected
func_631_a,sendPacketToAllPlayers,1,sends a packet to all players
func_633_c,getPlayerList,1,returns a string containing a comma-seperated list of player names
func_636_a,sentTileEntityToPlayer,1,sends a tilentity to the player name specified
func_637_b,onTick,1,self explanitory
func_639_g,isOp,1,"Returns true if the player is an OP, false otherwise."
func_640_a,getMaxTrackingDistance,1,
func_641_a,init,1,Initialises the console logger.
func_644_a,grad,1,
func_645_b,lerp,1,
func_648_a,generateNoiseOctaves,1,
func_649_a,getVerticalOffset,1,"Given an x y z, returns a vertical offset needed to search to find a block to stand on"
func_64_a,addIdClassMapping,1,Adds a two way mapping between the packet ID and packet class.
func_650_a,getSafePoint,1,Returns a point that the entity can safely move to
func_651_a,createEntityPathTo,1,Creates a path from an entity to a specified location within a minimum distance
func_652_a,createEntityPathTo,1,Internal implementation of creating a path from an entity to a point
func_653_a,createEntityPath,1,Returns a new PathEntity for a given start and end point
func_654_b,findPathOptions,1,"populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)"
func_655_a,openPoint,1,Returns a mapped point or creates and adds one
func_656_a,addToPath,1,"Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)"
func_657_a,createEntityPathTo,1,Creates a path from one entity to another within a minimum distance
func_659_a,loadChunk,1,Loads the specified(XZ) chunk into the specified world.
func_65_b,readPacket,1,"Read a packet, prefixed by its ID, from the data stream."
func_660_b,saveExtraData,1,"Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused."
func_661_a,chunkTick,1,Called every World.tick()
func_662_a,saveChunk,1,
func_666_a,recursiveGenerate,1,Recursively called by generate() (func_867_a) and optionally by itself.
func_667_a,generate,1,
func_668_a,generateCaveNode,1,Generates a node in the current cave system recursion tree.
func_669_a,generateLargeCaveNode,1,Generates a larger initial cave node than usual. Called 25% of the time.
func_66_a,writePacket,1,"Writes a packet, prefixed by its ID, to the data stream."
func_670_b,remove,1,calls the removeKey method and returns removed object
func_671_e,getHashedKey,1,returns the hashed key given the original key
func_672_c,removeKey,1,removes the key from the hash linked list
func_673_a,copyHashTableTo,1,copies the hash table to the specified array
func_674_d,getHashCode,1,public method to get the hashed key(hashCode)
func_675_a,add,1,Add a key-value pair.
func_676_a,hash,1,the hash function
func_677_a,getValueByKey,1,get the value from the map given the key
func_678_a,getHashIndex,1,gets the index in the hash given the array length and the hashed key
func_679_a,createKey,1,creates the key in the hash table
func_67_a,getNewPacket,1,Returns a new instance of the specified Packet class.
func_680_b,resizeTable,1,resizes the table
func_681_a,obtainEntitySkin,1,"Start the skin for this entity downloading, if necessary, and increment its reference counter"
func_682_a,playRecord,1,"Plays the specified record. Arg: recordName, x, y, z"
func_683_a,markBlockNeedsUpdate,1,"Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z"
func_685_a,markBlockRangeNeedsUpdate,1,"Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_686_a,doNothingWithTileEntity,1,"In all implementations, this method does nothing."
func_687_a,spawnParticle,1,"Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ"
func_688_b,releaseEntitySkin,1,Decrement the reference counter for this entity's skin image data
func_689_a,playSound,1,"Plays the specified sound. Arg: x, y, z, soundName, unknown1, unknown2"
func_68_a,writePacketData,1,Abstract. Writes the raw packet data to the data stream.
func_690_a,update,1,Updates the Jlist with a new model.
func_693_b,getBoundingBoxFromPool,1,"Returns a bounding box with the specified bounds from the pool. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_694_e,contract,1,Returns a bounding box that is inset by the specified amounts
func_695_c,setBounds,1,"Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_696_c,getOffsetBoundingBox,1,"Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z"
func_697_a,isVecInYZ,1,Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
func_698_a,getBoundingBox,1,"Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_699_b,setBB,1,Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
func_69_b,getPacketId,1,Returns the ID of this packet.
func_6_a,handleErrorMessage,1,
func_700_a,addCoord,1,"Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z"
func_701_b,calculateYOffset,1,"if instance and the argument bounding boxes overlap in the X and Z dimensions, calculate the offset between them in the Y dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_702_d,offset,1,"Offsets the current bounding box by the specified coordinates. Args: x, y, z"
func_703_a,clearBoundingBoxPool,1,Sets the number of bounding boxes in use from the pool to 0 so they will be reused
func_704_a,intersectsWith,1,Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
func_705_b,isVecInXZ,1,Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
func_706_a,calculateIntercept,1,
func_707_c,isVecInXY,1,Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
func_708_b,expand,1,"Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z"
func_709_c,calculateZOffset,1,"if instance and the argument bounding boxes overlap in the Y and X dimensions, calculate the offset between them in the Z dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_70_a,readPacketData,1,Abstract. Reads the raw packet data from the data stream.
func_710_a,calculateXOffset,1,"if instance and the argument bounding boxes overlap in the Y and Z dimensions, calculate the offset between them in the X dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset."
func_711_b,copy,1,Returns a copy of the bounding box.
func_713_a,getServerSocket,1,Gets the server socket.
func_715_a,handleNetworkListenThread,1,Handles all incoming connections and packets
func_717_a,addPendingConnection,1,adds a new pending connection to the waiting list
func_71_a,getPacketSize,1,Abstract. Return the size of the packet (not counting the header).
func_720_a,getStringProperty,1,Returns a string property. If the property doesn't exist the default is returned.
func_721_b,saveProperties,1,Writes the properties to the properties file.
func_722_a,getIntProperty,1,Returns an integer property. If the property doesn't exist the default is returned.
func_723_a,generateNewProperties,1,Generates a new properties file.
func_724_a,getBooleanProperty,1,Returns a boolean property. If the property doesn't exist the default is returned.
func_725_b,readPlayerData,1,Reads the player data from disk into the specified PlayerEntityMP.
func_726_a,writePlayerData,1,Writes the player data to disk from the specified PlayerEntityMP.
func_728_a,incrementPathIndex,1,Directs this path to the next point in its array
func_729_b,isFinished,1,Returns true if this path has reached the end
func_72_a,processPacket,1,Passes this Packet on to the NetHandler for processing.
func_730_a,isAssigned,1,Returns true if this point has already been assigned to a path
func_731_a,distanceTo,1,Returns the linear distance to another path point
func_732_a,doExplosionB,1,"Does the second part of the explosion (sound, particles, drop spawn)"
func_733_a,setScheduledTime,1,Sets the scheduled time for this tick entry
func_734_a,comparer,1,Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
func_735_b,getValue,1,
func_736_a,getKey,1,
func_737_c,getStepSound,1,"Used when a entity walks over, or otherwise interacts with the block."
func_738_a,getVolume,1,
func_739_b,getPitch,1,
func_740_b,isServerTerminating,1,Is the server terminating? Client side aways returns false.
func_741_f,readPacket,1,"Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network."
func_742_e,getReadThread,1,Returns the read thread.
func_743_a,isRunning,1,Whether the network is operational.
func_744_d,getNumChunkDataPackets,1,Returns the number of chunk data packets waiting to be sent.
func_745_a,addToSendQueue,1,Adds the packet to the correct send queue (chunk data packets go to a separate queue).
func_746_e,sendPacket,1,"Sends a data packet if there is one to send, or sends a chunk data packet if there is one and the counter is up, or does nothing. If it sends a packet, it sleeps for 10ms."
func_747_a,processReadPackets,1,Checks timeouts and processes all pending read packets.
func_748_f,getWriteThread,1,Returns the write thread.
func_749_d,sendNetworkPacket,1,Static accessor to sendPacket.
func_750_a,onNetworkError,1,Used to report network errors and causes a network shutdown.
func_751_c,readNetworkPacket,1,Static accessor to readPacket.
func_752_c,serverShutdown,1,Shuts down the server. (Only actually used on the server)
func_753_a,networkShutdown,1,"Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads."
func_754_a,setNetHandler,1,Sets the NetHandler for this NetworkManager. Server-only.
func_755_b,getRemoteAddress,1,Returns the socket address of the remote side. Server-only.
func_756_e,setComponents,1,"Sets the x,y,z components of the vector as specified."
func_757_c,addVector,1,"Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector."
func_758_b,normalize,1,Normalizes the vector to a length of 1 (except if it is the zero vector)
func_759_d,squareDistanceTo,1,"The square of the Euclidean distance between this and the vector of x,y,z components passed in."
func_760_a,createVectorHelper,1,"Static method for creating a new Vec3D given the three x,y,z values. This is only called from the other static method which creates and places it in the list."
func_761_a,initialize,1,Initializes the next empty vector slot in the list to 0.
func_762_c,getIntermediateWithZValue,1,"Returns a new vector with z value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_763_b,getIntermediateWithYValue,1,"Returns a new vector with y value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_764_b,squareDistanceTo,1,The square of the Euclidean distance between this and the specified vector.
func_765_c,lengthVector,1,Returns the length of the vector.
func_766_a,getIntermediateWithXValue,1,"Returns a new vector with x value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible."
func_767_a,distanceTo,1,"Euclidean distance between this and the specified vector, returned as double."
func_768_b,createVector,1,Static method to create a new vector in the vector list and return it.
func_769_a,writeCompressed,1,"Write the compound, gzipped, to the outputstream."
func_770_a,readCompressed,1,Load the gzipped compound from the inputstream.
func_771_a,write,1,
func_774_a,read,1,Reads from a CompressedStream.
func_775_a,markBlockNeedsUpdate,1,mark the block as changed so that it will update clients who need to know about it
func_776_a,sendPacketToPlayersInInstance,1,sends the packet to all players in the current instance
func_777_a,onUpdate,1,
func_778_b,removePlayer,1,remove player from this instance
func_779_a,addPlayer,1,adds this player to the playerInstance
func_77_b,getMaxDamage,1,Returns the maximum damage an item can take.
func_78_a,onItemUse,1,"Callback for item usage. If the item does something special on right clicking, he will have one of those. Return True if something happen and false if it don't. This is for ITEMS, not BLOCKS !"
func_79_a,getStrVsBlock,1,"Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword"
func_80_a,canHarvestBlock,1,Returns if the item (tool) can harvest results from the block type.
func_81_a,getItemStackLimit,1,Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
func_82_a,getStackInSlot,1,Returns the stack in slot i
func_83_a,getSizeInventory,1,Returns the number of slots in the inventory.
func_84_k,onEntityUpdate,1,Gets called every tick from main Entity class
func_85_a,newFloatNBTList,1,Returns a new NBTTagList filled with the specified floats
func_86_a,setPosition,1,"Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box."
func_87_f,addVelocity,1,"Adds to the current velocity of the entity. Args: x, y, z"
func_88_c,moveEntity,1,"Tries to moves the entity by the passed in displacement. Args: x, y, z"
func_89_d,getCollisionBox,1,"Returns a boundingBox used to collide the entity with other entities and blocks. This enables the entity to be pushable on contact, like boats or minecarts."
func_8_a,handleDestroyEntity,1,
func_9001_a,handleEntityStatus,1,Packet handler
func_9002_a,handleRespawn,1,respawns the player
func_9003_a,handleUpdateHealth,1,Recieves player health from the server and then proceeds to set it locally on the client.
func_9059_p,isSneaking,1,Returns if this entity is sneaking.
func_9060_u,setBeenAttacked,1,Sets that this entity has been attacked.
func_90_a,moveFlying,1,Used in both water and by flying objects
func_9145_g,useCurrentItemOnEntity,1,Uses the currently equipped item on the specified entity. Args: entity
func_9146_h,attackTargetEntityWithCurrentItem,1,Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
func_9153_b,handleFalling,1,process player falling based on movement packet
func_9157_a,getDamageVsEntity,1,"Return damage vs an entity done by the current held weapon, or 1 if nothing is held"
func_91_u,isEntityInsideOpaqueBlock,1,Checks if this entity is inside of an opaque block
func_9201_a,hitEntity,1,Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
func_9202_b,useItemOnEntity,1,Called when a player right clicks a entity with a item.
func_9203_a,getDamageVsEntity,1,Returns the damage against a given entity.
func_9206_a,setEntityState,1,sends a Packet 38 (Entity Status) to all tracked players of that entity
func_9213_b,removePlayer,1,Removes an EntityPlayerMP from the PlayerManager.
func_9214_a,addPlayer,1,Adds an EntityPlayerMP to the PlayerManager.
func_9217_a,hitEntity,1,Calls the corresponding fct in di
func_9218_a,getDamageVsEntity,1,Returns the damage against a given entity.
func_9219_b,removeTrackedPlayerSymmetric,1,Remove a tracked player from our list and tell the tracked player to destroy us from their world.
func_9238_a,removeTrackedPlayerSymmetric,1,
func_9239_j,saveOps,1,saves the ops to the ops file
func_9242_d,recreatePlayerEntity,1,Called on respawn
func_9245_g,loadBannedList,1,loads the list of banned players
func_9248_h,saveBannedList,1,saves the list of banned players
func_9249_i,loadOps,1,loads the ops from the ops file
func_92_c,applyEntityCollision,1,Applies a velocity to each of the entities pushing them away from each other. Args: entity
func_93_n,getBoundingBox,1,returns the bounding box for this entity
func_94_a,getDistanceToEntity,1,Returns the distance to the entity. Args: entity
func_95_c,addEntityID,1,adds the ID of this entity to the NBT given
func_96_b,addToPlayerScore,1,"Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd"
func_97_a,writeEntityToNBT,1,(abstract) Protected helper method to write subclass entity data to NBT.
func_98_d,writeToNBT,1,Save the entity to NBT (calls an abstract helper method to write extra data)
func_99_b,readEntityFromNBT,1,(abstract) Protected helper method to read subclass entity data from NBT.