ForgePatch/conf/methods.csv

421 KiB

1seargenamesidedesc
2func_1000_aaddEntity0Adds an entity to the chunk. Args: entity
3func_1001_aaddTileEntity0Adds a TileEntity to a chunk
4func_1002_dgetChunkBlockTileEntity0Gets the TileEntity for a given block in this chunk
5func_1003_grelightBlock0Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
6func_1005_asetChunkBlockTileEntity0Sets the TileEntity for a given block in this chunk
7func_1006_fsetChunkModified0Sets the isModified flag for this Chunk
8func_1007_ccanBlockSeeTheSky0Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
9func_1008_agetBlockID0Return the ID of a block in the chunk.
10func_1009_bsetBlockMetadata0Set the metadata of a block in the chunk
11func_1010_asetBlockIDWithMetadata0Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
12func_1011_asetLightValue0Sets 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
13func_1012_aneedsSaving0Returns true if this Chunk needs to be saved
14func_1013_agetEntitiesOfTypeWithinAAAB0Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill
15func_1015_bremoveEntity0removes entity using its y chunk coordinate as its index
16func_1016_aremoveEntityAtIndex0Removes entity at the specified index from the entity array.
17func_1017_aisAtLocation0Checks whether the chunk is at the X/Z location specified
18func_1018_bgenerateHeightMap0Generates the height map for a chunk from scratch
19func_1019_cgetBlockLightValue0Gets the amount of light on a block taking into account sunlight
20func_1020_fcheckSkylightNeighborHeight0Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
21func_1021_bgetBlockMetadata0Return the metadata corresponding to the given coordinates inside a chunk.
22func_1022_asetBlockID0Sets a blockID for a position in the chunk. Args: x, y, z, blockID
23func_1023_eremoveChunkBlockTileEntity0Removes the TileEntity for a given block in this chunk
24func_1024_cgenerateSkylightMap0Generates the initial skylight map for the chunk upon generation or load.
25func_1025_agetSavedLightValue0Gets the amount of light saved in this block (doesn't adjust for daylight)
26func_1028_ahasSpecialRenderer0Returns true if this TileEntity instance has a TileEntitySpecialRenderer associated with it, false otherwise.
27func_1030_arenderTileEntity0Render this TileEntity at its current position from the player
28func_1031_bgetSpecialRendererForEntity0Returns the TileEntitySpecialRenderer used to render this TileEntity instance, or null if it has no special renderer
29func_1032_arenderTileEntityAt0Render this TileEntity at a given set of coordinates
30func_1033_asortBack0Sorts a point to the left
31func_1034_aaddPoint0Adds a point to the path
32func_1035_achangeDistance0Changes the provided point's distance to target
33func_1036_bdequeue0Returns and removes the first point in the path
34func_1037_bsortForward0Sorts a point to the right
35func_1038_aclearPath0Clears the path
36func_1039_cisPathEmpty0Returns true if this path contains no points
37func_1040_acompareRecipes0
38func_1041_bsaveOptions0Saves the options to the options file.
39func_1042_asetKeyBinding0Sets a key binding.
40func_1043_agetKeyBinding0Gets a key binding.
41func_1045_bsetOptionValue0For non-float options. Toggles the option on/off, or cycles through the list i.e. render distances.
42func_1047_dgetOptionDisplayString0The string that appears inside the button/slider in the options menu.
43func_1048_asetOptionFloatValue0If the specified option is controlled by a slider (float value), this will set the float value.
44func_1050_aparseFloat0Parses a string into a float.
45func_1051_aaddRecipes0Adds the crafting recipes to the CraftingManager.
46func_1052_bremoveObject0Removes the specified object from the map and returns it
47func_1053_ainsert0Adds an object to a slot
48func_1054_cremoveEntry0Removes the specified entry from the map and returns it
49func_1055_ecomputeHash0Makes the passed in integer suitable for hashing by a number of shifts
50func_1056_dgetHash0Returns the hash code for a key
51func_1057_alookup0Returns the object associated to a key
52func_1058_aclearMap0Removes all entries from the map
53func_1059_acopyTo0Copies the hash slots to a new array
54func_1060_fgrow0Increases the number of hash slots
55func_1061_aaddKey0Adds a key and associated value to this map
56func_1062_agetSlotIndex0Computes the index of the slot for the hash and slot count passed in.
57func_1063_asortByDistanceToEntity0Sorts the two world renderers according to their distance to a given entity.
58func_1065_brefreshTextures0Call setupTexture on all currently-loaded textures again to account for changes in rendering options
59func_1066_aregisterTextureFX0
60func_1067_aupdateDynamicTextures0
61func_1068_asetupTexture0Copy the supplied image onto the specified OpenGL texture
62func_1069_bunwrapImageByColumns0Takes an image with multiple 16-pixel-wide columns and creates a new 16-pixel-wide image where the columns are stacked vertically
63func_1070_agetTexture0
64func_1071_agetTextureForDownloadableImage0Takes 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.
65func_1073_breleaseImageData0Decrements the reference count for a given URL, deleting the image data if the reference count hits 0
66func_1074_aallocateAndSetupTexture0Copy the supplied image onto a newly-allocated OpenGL texture, returning the allocated texture name
67func_1075_aobtainImageData0Return 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.
68func_1076_bbindTexture0
69func_1077_balphaBlend0Uses 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
70func_1078_adeleteTexture0Deletes a single GL texture
71func_1079_acreateEntityByName0Create a new instance of an entity in the world by using the entity name.
72func_1080_aaddMapping0adds a mapping between Entity classes and both a string representation and an ID
73func_1081_acreateEntityFromNBT0create a new instance of an entity from NBT store
74func_1082_agetEntityID0gets the entityID of a specific entity
75func_1083_bgetEntityString0Gets the string representation of a specific entity.
76func_1084_acreateEntityByID0Create a new instance of an entity in the world by using an entity ID.
77func_1085_asplitStack0Remove the argument from the stack size. Return a new stack object with argument size.
78func_1086_awriteToNBT0Write the stack fields to a NBT object. Return the new NBT object.
79func_1088_bgetIconIndex0Returns the icon index of the current stack.
80func_1089_cgetMaxStackSize0Returns maximum size of the stack.
81func_1090_auseItem0Uses 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
82func_1091_agetItem0Returns the object corresponding to the stack.
83func_1092_ahitEntity0Calls the corresponding fct in di
84func_1093_auseItemRightClick0Called 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
85func_1094_dgetMaxDamage0Returns the max damage an item in the stack can take.
86func_1095_agetDamageVsEntity0Returns the damage against a given entity.
87func_1096_breadFromNBT0Read the stack fields from a NBT object.
88func_1097_aonItemDestroyedByUse0Called 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.
89func_1098_agetStrVsBlock0Returns the strength of the stack against a given block.
90func_1099_bcanHarvestBlock0Checks if the itemStack object can harvest a specified block
91func_1100_buseItemOnEntity0Uses the stack on the entity.
92func_1102_ecopy0Returns a new stack with the same properties.
93func_1103_aonCraftMatrixChanged0Callback for when the crafting matrix is changed.
94func_1104_aonCraftGuiClosed0Callback for when the crafting gui is closed.
95func_1106_asin0sin looked up in a table
96func_1107_aabs_max0Maximum of the absolute value of two numbers.
97func_1108_bfloor_double0Returns the greatest integer less than or equal to the double argument
98func_1109_asqrt_double0
99func_1110_dfloor_float0Returns the greatest integer less than or equal to the float argument
100func_1111_abucketInt0Buckets an integer with specifed bucket sizes. Args: i, bucketSize
101func_1112_eabs0
102func_1113_csqrt_float0
103func_1114_bcos0cos looked up in the sin table with the appropriate offset
104func_1115_asetTexturePosition0
105func_1116_agetRandomSound0Gets a random SoundPoolEntry.
106func_1117_aaddSound0Adds a sound to this sound pool.
107func_1118_agetRandomSoundFromSoundPool0gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool.
108func_1120_agetInstance0Returns the static instance of this class
109func_1121_aaddRecipe0Adds a recipe. See spreadsheet on first page for details.
110func_1122_aaddRecipes0Adds the tool recipes to the CraftingManager.
111func_1123_dcreateDirectFloatBuffer0Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access.
112func_1124_agenerateDisplayLists0Generates the specified number of display lists and returns the first index.
113func_1125_ccreateDirectIntBuffer0Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access.
114func_1126_adeleteTexturesAndDisplayLists0Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources.
115func_1127_bcreateDirectByteBuffer0Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.
116func_1128_agenerateTextureNames0Generates texture names and stores them in the specified buffer.
117func_1129_aaddToPath0Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)
118func_1130_acreateEntityPathTo0Internal implementation of creating a path from an entity to a point
119func_1131_acreateEntityPathTo0Creates a path from an entity to a specified location within a minimum distance
120func_1132_agetVerticalOffset0Checks 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)
121func_1133_bfindPathOptions0populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)
122func_1134_acreateEntityPath0Returns a new PathEntity for a given start and end point
123func_1135_agetSafePoint0Returns a point that the entity can safely move to
124func_1136_aopenPoint0Returns a mapped point or creates and adds one
125func_1137_acreateEntityPathTo0Creates a path from one entity to another within a minimum distance
126func_1138_areadCompressed0Load the gzipped compound from the inputstream.
127func_1139_awrite0
128func_1141_aread0Reads from a CompressedStream.
129func_1143_awriteCompressed0Write the compound, gzipped, to the outputstream.
130func_1144_cgetPitch0
131func_1145_dgetStepSound0Used when a entity walks over, or otherwise interacts with the block.
132func_1146_agetBreakSound0Used when a block breaks, EXA: Player break, Shep eating grass, etc..
133func_1147_bgetVolume0
134func_1148_aaddRecipes0Adds the armor recipes to the CraftingManager.
135func_1152_aisBoxInFrustum0Returns true if the box is inside all 6 clipping planes, otherwise returns false.
136func_1153_binit0
137func_1154_anormalize0Normalize the frustum.
138func_1155_agetInstance0Initialises the ClippingHelper object then returns an instance of it.
139func_1156_asetColorBuffer0Update and return colorBuffer with the RGBA values passed as arguments
140func_1157_asetColorBuffer0Update and return colorBuffer with the RGBA values passed as arguments
141func_1158_benableStandardItemLighting0Sets the OpenGL lighting properties to the values used when rendering blocks as items
142func_1159_adisableStandardItemLighting0Disables the OpenGL lighting properties enabled by enableStandardItemLighting
143func_1160_ccopy0Returns a copy of the bounding box.
144func_1161_bgetBoundingBoxFromPool0Returns a bounding box with the specified bounds from the pool. Args: minX, minY, minZ, maxX, maxY, maxZ
145func_1162_ccalculateZOffset0if 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.
146func_1163_acalculateXOffset0if 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.
147func_1164_bgetAverageEdgeLength0Returns the average length of the edges of the bounding box.
148func_1165_csetBounds0Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ
149func_1166_cgetOffsetBoundingBox0Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
150func_1167_aisVecInYZ0Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
151func_1168_agetBoundingBox0Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ
152func_1169_acalculateIntercept0
153func_1170_aaddCoord0Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z
154func_1171_bsetBB0Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
155func_1172_bcalculateYOffset0if 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.
156func_1174_doffset0Offsets the current bounding box by the specified coordinates. Args: x, y, z
157func_1175_bisVecInXZ0Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
158func_1176_cisVecInXY0Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
159func_1177_bexpand0Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
160func_1178_aintersectsWith0Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
161func_1179_aisAssigned0Returns true if this point has already been assigned to a path
162func_1180_adistanceTo0Returns the linear distance to another path point
163func_1184_agetRecipeSize0Returns the size of the recipe area
164func_1186_aaddBlockDestroyEffects0
165func_1188_aclearEffects0
166func_1189_arenderParticles0Renders all current particles. Args player, partialTickTime
167func_1190_bgetStatistics0
168func_1191_aaddBlockHitEffects0Adds block hit particles for the specified block. Args: x, y, z, sideHit
169func_1192_aaddEffect0
170func_1193_aupdateEffects0
171func_1194_fmarkDirty0Marks the current renderer data as dirty and needing to be updated.
172func_1195_bsetDontDraw0When called this renderer won't draw anymore until its gets initialized again
173func_1196_eskipAllRenderPasses0Checks if all render passes are to be skipped. Returns false if the renderer is not initialized
174func_1197_asetPosition0Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position
175func_1198_aupdateRenderer0Will update this chunk renderer
176func_1199_aupdateInFrustum0
177func_1200_agetGLCallListForPass0Takes in the pass the call list is being requested for. Args: renderPass
178func_1201_dcallOcclusionQueryList0Renders the occlusion query GL List
179func_1202_adistanceToEntitySquared0Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons.
180func_1203_gsetupGLTranslation0
181func_1204_cstopRendering0
182func_1206_aincrementPathIndex0Directs this path to the next point in its array
183func_1207_bisFinished0Returns true if this path has reached the end
184func_1208_bcloseMinecraft0Called when Minecraft is closing down.
185func_1209_aloadResource0Loads a resource and passes it to Minecraft to install.
186func_1210_areloadResources0Reloads the resource folder and passes the resources to Minecraft to install.
187func_1211_adownloadAndInstallResource0Downloads the resource and saves it to disk then installs it.
188func_1212_adownloadResource0Downloads the resource and saves it to disk.
189func_1213_acheckARBOcclusion0Checks if we support OpenGL occlusion.
190func_1214_nrenderBlockStairs0Renders a stair block at the given coordinates
191func_1216_frenderBlockMinecartTrack0Renders a minecart track block at the given coordinates
192func_1217_brenderTopFace0Renders the given texture to the top face of the block. Args: block, x, y, z, texture
193func_1218_orenderBlockDoor0Renders a door block at the given coordinates
194func_1219_arenderItemIn3d0Checks to see if the item's render type indicates that it should be rendered as a regular block or not.
195func_1220_crenderEastFace0Renders the given texture to the east (z-negative) face of the block. Args: block, x, y, z, texture
196func_1221_grenderBlockLadder0Renders a ladder block at the given coordinates
197func_1222_jrenderBlockFluids0Renders a block based on the BlockFluids class at the given coordinates
198func_1223_arenderBlockUsingTexture0Renders a block using the given texture instead of the block's own default texture
199func_12243_acreateExplosion0Creates an explosion. Args: entity, x, y, z, strength
200func_12244_anewExplosion0returns a new explosion. Does initiation (at time of writing Explosion is not finished)
201func_12245_ahandleExplosion0
202func_12246_agetEntityByID0
203func_12247_bdoExplosionB0Does the second part of the explosion (sound, particles, drop spawn)
204func_12248_adoExplosionA0Does the first part of the explosion (destroy blocks)
205func_1224_agetFluidHeight0Get fluid height
206func_1225_drenderWestFace0Renders the given texture to the west (z-positive) face of the block. Args: block, x, y, z, texture
207func_1226_hrenderCrossedSquares0Renders any block requiring croseed squares such as reeds, flowers, and mushrooms
208func_1227_arenderBlockAsItem0Is called to render the image of a block on an inventory, as a held item, or as a an item on the ground
209func_1228_krenderStandardBlock0Renders a standard cube block at the given coordinates
210func_1229_crenderBlockLever0Renders a lever block at the given coordinates
211func_1230_brenderBlockCactusImpl0Render block cactus implementation
212func_1231_erenderNorthFace0Renders the given texture to the north (x-negative) face of the block. Args: block, x, y, z, texture
213func_1232_irenderBlockStem0Render block stem
214func_1233_lrenderBlockCactus0Renders a cactus block at the given coordinates
215func_1234_arenderBlockByRenderType0Renders the block at the given coordinates using the block's rendering type
216func_1235_drenderBlockFire0Renders a fire block at the given coordinates
217func_1236_frenderSouthFace0Renders the given texture to the south (x-positive) face of the block. Args: block, x, y, z, texture
218func_1237_arenderTorchAtAngle0Renders a torch at the given coordinates, with the base slanting at the given delta
219func_1239_adrawCrossedSquares0Utility function to draw crossed swuares
220func_1241_brenderBlockTorch0Renders a torch block at the given coordinates
221func_1242_erenderBlockRedstoneWire0Renders a redstone wire block at the given coordinates
222func_1243_arenderBlockFallingSand0
223func_1244_arenderBottomFace0Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture
224func_1245_brenderBlockCropsImpl0Render block crops implementation
225func_1246_bcrossProduct0Returns a new vector with the result of this vector x the specified vector.
226func_1247_agetIntermediateWithXValue0Returns 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.
227func_1248_bcreateVector0Static method to create a new vector in the vector list and return it.
228func_1249_brotateAroundY0Rotates the vector around the y axis by the specified angle.
229func_1250_bgetIntermediateWithYValue0Returns 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.
230func_1251_cdistanceTo0Euclidean distance between this and the specified vector, returned as double.
231func_1252_bnormalize0Normalizes the vector to a length of 1 (except if it is the zero vector)
232func_1253_clengthVector0Returns the length of the vector.
233func_1254_esetComponents0Sets the x,y,z components of the vector as specified.
234func_1255_dsquareDistanceTo0The square of the Euclidean distance between this and the vector of x,y,z components passed in.
235func_1256_cgetIntermediateWithZValue0Returns 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.
236func_1257_caddVector0Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
237func_1258_arotateAroundX0Rotates the vector around the x axis by the specified angle.
238func_1259_ainitialize0Initializes the next empty vector slot in the list to 0.
239func_1260_acreateVectorHelper0Static 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.
240func_1261_dsquareDistanceTo0The square of the Euclidean distance between this and the specified vector.
241func_1262_asubtract0Returns a new vector with the result of the specified vector minus this.
242func_1263_agetWorkingDirectory0
243func_1264_agetWorkingDirectory0
244func_1265_drender0
245func_1266_asetBrightness0
246func_1267_agetZone0
247func_1268_arender0
248func_1269_egetPlatform0
249func_1270_bloadLevel0
250func_1271_aisRunning0
251func_1272_bstart0
252func_1273_cstop0
253func_140_aloadDownloadableImageTexture0loads the specified downloadable texture or alternative built in texture
254func_141_bdoRenderShadowAndFire0Renders the entity's shadow and fire (if its on fire). Args: entity, x, y, z, yaw, partialTickTime
255func_142_arenderAABB0Adds to the tesselator a box using the aabb for the bounds. Args: aabb
256func_144_crenderShadow0Renders the entity shadows at the position, shadow alpha and partialTickTime. Args: entity, x, y, z, shadowAlpha, partialTickTime
257func_145_arenderShadowOnBlock0Renders 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
258func_146_arenderOffsetAABB0Renders a white box with the bounds of the AABB translated by the offset. Args: aabb, x, y, z
259func_147_adoRender0Actually 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.
260func_148_arenderEntityOnFire0Renders fire on top of the entity. Args: entity, x, y, z, partialTickTime
261func_149_bgetWorldFromRenderManager0Returns the render manager's world object
262func_151_aloadTexture0loads the specified texture
263func_154_arenderArrow0
264func_156_adoRenderFallingSand0The actual render method that is used in doRender
265func_157_arenderBoat0The render method used in RenderBoat that renders the boat model.
266func_161_arenderItemIntoGUI0Renders the item's icon or block into the UI at the specified position.
267func_162_arenderQuad0Adds a quad to the tesselator at the specified position with the set width and height and color. Args: tessellator, x, y, width, height, color
268func_163_arenderTexturedQuad0Adds 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
269func_164_brenderItemOverlayIntoGUI0Renders the item's overlay information. Examples being stack count or damage on top of the item's image at the specified position.
270func_165_adoRenderItem0Renders the item
271func_166_ashouldRenderPass0Queries whether should render the specified pass or not.
272func_167_crenderSwingProgress0
273func_170_dhandleRotationFloat0Defines what float the third param in setRotationAngles of ModelBase is
274func_171_adoRenderLiving0
275func_172_agetDeathMaxRotation0
276func_173_agetColorMultiplier0Returns an ARGB int color back. Args: entityLiving, lightBrightness, partialTickTime
277func_175_apreRenderScale0Applies the scale to the transform matrix
278func_176_asetWoolColorAndRender0
279func_177_arenderCow0
280func_178_ascaleSlime0sets the scale for the slime based on getSlimeSize in EntitySlime
281func_180_arenderSaddledPig0
282func_181_arenderChicken0
283func_182_agetWingRotation0
284func_183_aupdateCreeperColorMultiplier0Updates color multiplier based on creeper state called by getColorMultiplier
285func_184_aupdateCreeperScale0Updates creeper scale in prerender callback
286func_185_bdrawFirstPersonHand0
287func_186_brenderPlayerScale0
288func_187_asetArmorModel0Set the specified armor model as the player model. Args: player, armorSlot, partialTick
289func_188_arenderPlayer0
290func_190_asetSpiderEyeBrightness0Sets the spider's glowing eyes
291func_191_asetSpiderDeathMaxRotation0
292func_192_aonItemUse0Callback 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 !
293func_193_aonItemRightClick0Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
294func_196_agetIconIndex0Returns the icon index of the stack given as argument.
295func_197_cgetMaxDamage0Returns the maximum damage an item can take.
296func_20001_qgetSendQueue0get the client packet send queue
297func_20004_adecrStackSize0Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
298func_20005_cgetHasStack0Returns if this slot contains a stack.
299func_20009_agetItemName0
300func_20010_asetIconCoord0
301func_20011_asetItemName0set name of item from language file
302func_20012_asetBlockName0set name of block from language file
303func_20013_igetBlockName0
304func_20045_coutfitWithItem0Parameters: item slot, item ID, item damage. If slot >= 0 a new item will be generated with the specified item ID damage.
305func_20046_supdateCloak0
306func_20058_bonItemStackChanged0
307func_20059_mcloseScreen0sets current screen to null (used on escape buttons of GUIs)
308func_20070_a_isUseableByPlayer0Do not make give this method the name canInteractWith because it clashes with Container
309func_20075_igetItemStack0
310func_20076_bsetItemStack0
311func_20078_areturnEnumOptions0
312func_20081_aisMouseOverSlot0Returns if the passed mouse position is over the specified slot.
313func_20084_disAirBlock0Returns true if the block at the specified coordinates is empty
314func_20087_ahandleOpenWindow0
315func_20088_ahandleSetSlot0
316func_20089_ahandleTransaction0
317func_20090_ahandleUpdateProgressbar0
318func_20091_ahandleWindowClick0
319func_20092_ahandleCloseWindow0
320func_20093_ahandleUpdateSign0Updates Client side signs
321func_20094_ahandleWindowItems0
322func_20095_arenderEars0renders the ears (specifically, deadmau5's)
323func_20096_brenderCloak0Renders the cloak of the current biped (in most cases, it's a player)
324func_200_bgetItemStackLimit0Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
325func_20102_agetKeyBindingDescription0
326func_20103_bgetOptionOrdinalValue0
327func_20104_agetOptionFloatValue0
328func_20107_aareItemStacksEqual0compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
329func_20108_aisItemStackEqual0compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
330func_20111_agetNextTransactionID0Gets a unique transaction ID. Parameter is unused.
331func_20112_aupdateProgressBar0
332func_20114_aupdateCraftingResults0Updates crafting matrix; called from onCraftMatrixChanged. Args: none
333func_20115_aputStacksInSlots0places itemstacks in first x slots, x being aitemstack.lenght
334func_20117_aaddSlot0adds the slot to the inventory it is in
335func_20118_agetSlot0
336func_20119_aputStackInSlot0args: slotID, itemStack to put in slot
337func_20120_bcanInteractWith0
338func_20134_aonInventoryChanged0Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
339func_20135_creturnEnumOrdinal0
340func_20136_agetEnumFloat0
341func_20137_agetEnumOptions0
342func_20138_dgetEnumString0
343func_20140_bgetEnumBoolean0
344func_20156_agetAllowedCharacters0Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen.
345func_20158_aupdateCraftingInventoryInfo0send information about the crafting inventory to the client(currently only for furnace times)
346func_20159_aupdateCraftingInventorySlot0inform the player of a change in a single slot
347func_20160_atranslateKeyFormat0Translate a key to current language applying String.format()
348func_20161_btranslateNamedKey0Translate a key with a extra '.name' at end added, is used by blocks and items.
349func_20162_agetInstance0Return the StringTranslate singleton instance
350func_20163_atranslateKey0Translate a key to current language.
351func_204_agetStrVsBlock0Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
352func_207_dcolorMultiplier0Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render.
353func_208_aupdateTick0Ticks the block if it's been scheduled
354func_209_dcanProvidePower0Can this block provide power. Only wire currently seems to have this change based on its state.
355func_21002_ogetWorldProviderName0Gets the name of the world's current chunk provider
356func_21004_arotateCorpse0
357func_21006_bhandleRotationFloat0
358func_21009_csetMaxStackSize0
359func_21010_egetHasSubtypes0
360func_21011_bgetItemNameIS0
361func_21012_agetMetadata0Returns the metadata of the block which this Item (ItemBlock) can place
362func_21013_dsetMaxDamage0set max damage of an Item
363func_21014_ihasContainerItem0True if this Item has a container item (a.k.a. crafting result)
364func_21015_asetHasSubtypes0
365func_21016_hgetContainerItem0
366func_21017_asetContainerItem0
367func_21024_areceiveClientEvent0Called 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
368func_21025_bdamageDropped0Determines the damage on the item the block drops. Used in cloth and wood.
369func_21027_c_fertilize0Apply bonemeal to the crops.
370func_21028_cgrowTree0Attempts to grow a sapling into a tree
371func_21029_ceatCakeSlice0Heals the player and removes a slice from the cake.
372func_21030_acalculateCurrentChanges0
373func_21032_hsetDispenserDefaultDirection0sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
374func_21033_cdispenseItem0dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
375func_21034_cgetBlockFromDye0Takes a dye damage value and returns the block damage value to match
376func_21035_dgetDyeFromBlock0Takes a block damage value and returns the dye damage value to match
377func_21047_bgetMetadata0
378func_21053_bgetMetadata0
379func_21057_bentityInit0
380func_21058_aentityDropItem0Drops an item at the position of the entity.
381func_21059_bsetFlag0Enable or disable a entity flag, see getEntityFlag to read the know flags.
382func_21060_dgetFlag0Returns 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
383func_21061_OgetDataWatcher0
384func_21062_UisBurning0Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
385func_21063_VisRiding0Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players.
386func_21066_odropFewItems0Drop 0-2 items of this living's type
387func_21067_c_canBreatheUnderwater0
388func_21068_qgetSaddled0Returns true if the pig is saddled.
389func_21069_asetSaddled0Set or remove the saddle of the pig.
390func_21070_agetRandomFleeceColor0This method is called when a sheep spawns in the world to select the color of sheep fleece.
391func_21071_b_setFleeceColor0
392func_21072_pgetSheared0returns true if a sheeps wool has been sheared
393func_21073_asetSheared0make a sheep sheared if set to true
394func_21074_p_getFleeceColor0
395func_21090_esetCreeperState0Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
396func_21091_qgetCreeperState0Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
397func_21092_adisplayGUIDispenser0Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
398func_21094_atriggerNote0plays the stored note
399func_21095_achangePitch0change pitch by -> (currentPitch + 1) % 25
400func_21098_asetMobID0
401func_21099_agetMobID0
402func_210_fgetRenderType0The type of render function that is called for this block
403func_21100_bgetRandomStackFromInventory0gets stack of one item extracted from a stack chosen at random from the block inventory
404func_21103_bgetStackInRowAndColumn0Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column
405func_21105_cstoreItemStack0stores an itemstack in the users inventory
406func_21106_dstorePartialItemStack0This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
407func_21107_agetRandomWorldGenForTrees0Gets a WorldGen appropriate for this biome.
408func_21109_cmakeString0Converts the instance data to a readable string.
409func_21110_csetCurrentChunkOver0This is the chunk that the player is currently standing over. Args: chunkX, chunkZ
410func_21111_dcanChunkExist0Checks if the chunk coordinate could actually be stored within the chunk cache. Args: chunkX, chunkZ
411func_21114_asetAllowedSpawnTypes0Set which types of mobs are allowed to spawn (peaceful vs hostile).
412func_21115_jmarkBlockAsNeedsUpdate0calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
413func_21116_csendClientEvent0Calls 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
414func_21117_adoChunksNearChunkExist0Checks if any of the chunks within distance (argument 4) blocks of the given block exist
415func_21118_qgetChunkProvider0gets the IChunkProvider this world uses.
416func_21119_ggetProviderName0Returns the name of the current chunk provider, by calling chunkprovider.makeString()
417func_21124_aaddObject0adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
418func_21125_awriteObjectsInListToStream0writes every object in passed list to dataoutputstream, terminated by 0x7F
419func_21126_aupdateWatchedObjectsFromList0
420func_21127_awriteWatchableObjects0
421func_21128_awriteWatchableObject0
422func_21129_bupdateObject0updates an already existing object
423func_21130_agetWatchableObjectByte0gets the bytevalue of a watchable object
424func_21131_areadWatchableObjects0
425func_21135_amatches0Used to check if a recipe matches current crafting inventory
426func_21136_bgetCraftingResult0Returns an Item that is the result of this recipe
427func_21137_acheckMatch0Checks if the region of a crafting inventory is match for the recipe.
428func_21145_ahandlePlayNoteBlock0
429func_21146_ahandleEntityPainting0Packet handler
430func_21147_ahandleEntityAction0runs registerPacket on the given Packet19EntityAction
431func_21148_ahandleEntityMetadata0Packet handler
432func_21157_aaddRecipes0Adds the dye recipes to the CraftingManager.
433func_21158_bgetObject0
434func_21159_cgetObjectType0
435func_21160_asetObject0
436func_21161_agetDataValueId0
437func_21162_asetWatching0
438func_21167_hisEmpty0
439func_21168_dgetPeacefulCreature0Gets whether or not this creature type is peaceful.
440func_21169_bgetMaxNumberOfCreature0
441func_21170_agetCreatureClass0
442func_21171_cgetCreatureMaterial0
443func_21174_bgetFoliageColorBirch0Gets the foliage color for birch type (metadata 2) trees
444func_21175_agetFoliageColorPine0Gets the foliage color for pine type (metadata 1) trees
445func_21179_hgetItemDamageForDisplay0gets the damage of an itemstack, for displaying purposes
446func_21180_disStackable0Returns true if the ItemStack can hold 2 or more units of the item.
447func_21181_igetItemDamage0gets the damage of an itemstack
448func_21182_eisItemStackDamageable0true if this itemStack is damageable
449func_21183_fgetHasSubtypes0
450func_21184_aisItemEqual0compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
451func_21185_gisItemDamaged0returns true when a damageable item is damaged
452func_21187_baddShapelessRecipe0
453func_21188_afindMatchingRecipe0
454func_21198_agetSmeltingResult0Returns the smelting result of an item.
455func_21199_aaddSmelting0Adds a smelting recipe.
456func_211_agetBlockTexture0Retrieves the block texture to use based on the display side. Args: iBlockAccess, x, y, z, side
457func_21200_asmelting0Used to call methods addSmelting and getSmeltingResult.
458func_21203_acanCreatureTypeSpawnAtLocation0Returns whether or not the specified creature type can spawn at the specified location.
459func_21204_acreatureSpecificInit0determines if a skeleton spawns on a spider, and if a sheep is a different color
460func_21205_cgetDamageVsEntity0Damage versus entities.
461func_21206_bgetEfficiencyOnProperMaterial0The strength of this tool material against blocks which it is effective against.
462func_21207_agetMaxUses0The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
463func_21208_dgetHarvestLevel0The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
464func_213_asetBlockBounds0Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ
465func_214_bonBlockRemoval0Called whenever the block is removed.
466func_215_asetLightValue0Sets 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.
467func_216_adropBlockAsItemWithChance0Drops the block items with a specified chance of dropping the specified items
468func_217_bisOpaqueCube0Is 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.
469func_218_agetBlockTextureFromSide0Returns the block texture based on the side being looked at. Args: side
470func_219_bsetResistance0Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
471func_22001_uisFancyGraphicsEnabled0
472func_22002_bconvertMapFormat0Converts from old map format to new map format
473func_22003_blineIsCommand0Returns true if string begins with '/'
474func_22004_cgetSaveLoader0Returns the save loader that is currently being used
475func_22005_visAmbientOcclusionEnabled0Returns if ambient occlusion is enabled
476func_22006_tisGuiEnabled0
477func_22007_wisDebugInfoEnabled0
478func_22011_achunkXZ2Int0converts a chunk coordinate pair to an integer (suitable for hashing)
479func_22012_brenderLivingAt0Sets a simple glTranslate on a LivingEntity.
480func_22013_arenderLivingLabel0Draws the debug or playername text above a living
481func_22014_apassSpecialRender0Passes the specialRender and renders it
482func_22015_arenderName0Used to render a player's name above their head
483func_22016_brenderPlayerSleep0Renders player with sleeping offset if sleeping
484func_22017_arotatePlayer0Rotates the player if the player is sleeping. This method is called in rotateCorpse.
485func_22022_gignoreTick0
486func_22027_jsetBounds0Set the bounds of the bed block.
487func_22028_ggetNearestEmptyChunkCoordinates0Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
488func_22029_fisBedOccupied0Return whether or not the bed is occupied.
489func_22031_asetBedOccupied0Sets whether or not the bed is occupied.
490func_22032_disBlockFootOfBed0Returns whether or not this bed block is the foot of the bed.
491func_22036_hgetOrientation0Get side which this button is facing.
492func_22049_visMovementBlocked0Dead and sleeping entities cannot move
493func_22050_OplayLivingSound0Plays living's sound at its position
494func_22051_KisPlayerSleeping0Returns whether player is sleeping or not
495func_22053_bsleepInBedAt0Attempts to have the player sleep in a bed at the specified location.
496func_22054_LisPlayerFullyAsleep0Returns whether or not the player is asleep and the screen has fully faded.
497func_22055_baddChatMessage0Add a chat message to the player
498func_22056_awakeUpPlayer0Wake up the player if they're sleeping.
499func_22057_qisInBed0Checks if the player is currently in a bed
500func_22058_CresetHeight0sets the players height back to normal after doing things like sleeping and dieing
501func_22059_JgetBedOrientationInDegrees0Returns the orientation of the bed in degrees.
502func_22060_MgetSleepTimer0
503func_22064_caddChatMessageTranslate0Adds the string to chat message after translate it with the language file.
504func_22066_asetMaxStringLength0
505func_22067_cdrawTextBox0Draws the textbox
506func_22068_asetText0Sets the text of the textbox.
507func_22069_amouseClicked0Args: x, y, buttonClicked
508func_22070_bupdateCursorCounter0Increments the cursor counter
509func_22071_agetText0Returns the text beign edited on the textbox.
510func_22083_cgetSelectButton0returns the select button
511func_22084_kloadSaves0loads the saves
512func_22085_dgetRenameButton0returns the rename button
513func_22086_bgetSelectedWorld0returns the world currently selected
514func_22087_fgetLocalizedWorldName0Gets the localized world name
515func_22088_hgetLocalizedMustConvert0Gets the localized must convert text
516func_22089_aonElementSelected0called whenever an element in this gui is selected
517func_22090_agetSize0
518func_22091_cgetSaveFileName0returns the file name of the specified save number
519func_22092_egetDeleteButton0returns the delete button
520func_22093_ggetDateFormatter0returns the date formatter for this gui
521func_22094_dgetSaveName0returns the name of the saved game
522func_220_a_harvestBlock0Called 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.
523func_22115_jwakeEntity0Wakes the entity from the bed
524func_22129_jmakeUseableName0Makes 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.
525func_22136_cscheduleBlockUpdate0Schedules a tick to a block with a delay (Most commonly the tick rate)
526func_22137_sgetSpawnPoint0Returns the coordinates of the spawn point
527func_22138_qgetSeed0Retrieve the world seed from level.dat
528func_22139_rgetWorldTime0
529func_22140_wupdateAllPlayersSleepingFlag0Updates the flag that indicates whether or not all players in the world are sleeping.
530func_22141_xwakeUpAllPlayers0Wakes up all players in the world.
531func_22142_yisAllPlayersFullyAsleep0Returns whether or not all players in the world are fully asleep.
532func_22143_asetSpawnPoint0
533func_22144_vgetWorldInfo0Gets the World's WorldInfo instance
534func_22148_asaveWorldInfoAndPlayer0saves level.dat and backs up the existing one to level.dat_old
535func_22149_agetChunkLoader0Returns the chunk loader with the provided world provider
536func_22150_bcheckSessionLock0Checks the session lock to prevent save collisions
537func_22151_cloadWorldInfo0Loads and returns the world info
538func_22152_asaveWorldInfo0Saves the passed in world info.
539func_22153_agetSaveDirectory0gets the File object corresponding to the base directory of this save (saves/404 for a save called 404 etc)
540func_22154_dsetSessionLock0Creates a session lock file for this process
541func_22160_acompareTo0
542func_22161_drequiresConversion0
543func_22162_bgetDisplayName0return the display name of the save
544func_22163_egetLastTimePlayed0
545func_22164_agetFileName0return the file name
546func_22170_arenameWorld0@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.
547func_22171_aconvertMapFormat0Converts the specified map to the new map format. Args: worldName, loadingScreen
548func_22172_cdeleteWorldDirectory0@args: Takes one argument - the name of the directory of the world to delete. @desc: Delete the world by deleting the associated directory recursively.
549func_22173_bgetWorldInfo0gets the world info
550func_22174_agetSaveLoader0Returns back a loader for the specified save directory
551func_22175_aisOldMapFormat0Checks if the save directory uses the old map format
552func_22176_bgetSaveList0
553func_22177_cflushCache0
554func_22178_agetFormatName0
555func_22179_adeleteFiles0@args: Takes one argument - the list of files and directories to delete. @desc: Deletes the files and directory listed in the list recursively.
556func_22186_ahandleSleep0
557func_22187_acacheActiveRenderInfo0Caches 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.
558func_22190_dgetChunkOutputStream0Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
559func_22192_aclearRegionFileReferences0Saves the current Chunk Map Cache
560func_22193_acreateOrLoadRegionFile0
561func_22194_cgetChunkInputStream0Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ
562func_22196_bclose0close this RegionFile and prevent further writes
563func_22197_adebug0
564func_22198_asetOffset0args: x, z, offset - sets the chunk's offset in the region file
565func_22199_adebug0
566func_221_dgetCollisionBoundingBoxFromPool0Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
567func_22200_awrite0args: sectorNumber, data, length - write the chunk data to this RegionFile
568func_22201_bdebugln0
569func_22202_cisChunkSaved0args: x, z, - true if chunk has been saved / converted
570func_22203_awrite0args: x, z, data, length - write chunk data at (x, z) to disk
571func_22204_bdebugln0
572func_22205_bgetChunkDataOutputStream0args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed
573func_22206_doutOfBounds0args: x, z - check region bounds
574func_22207_egetOffset0args: x, y - get chunk's offset in region file
575func_22208_bsetChunkTimestamp0args: x, z, timestamp - sets the chunk's write timestamp
576func_22210_agetChunkDataInputStream0args: x, y - get uncompressed chunk stream from the region file
577func_22211_adebug0
578func_22239_aoverlayBackground0Overlays the background to hide scrolled items
579func_22240_aregisterScrollButtons0Registers the IDs that can be used for the scrollbar's buttons.
580func_22241_aactionPerformed0
581func_22242_adrawSlot0
582func_22243_adrawScreen0draws the slot to the screen, pass in mouse's current x and y and partial ticks
583func_22244_dbindAmountScrolled0stop the thing from scrolling out of bounds
584func_22245_bgetContentHeight0return the height of the content being scrolled
585func_22246_aisSelected0returns true if the element passed in is currently selected
586func_22247_aelementClicked0the element in the slot that was clicked, boolean for wether it was double clicked or not
587func_22248_cdrawBackground0
588func_22249_agetSize0Gets the size of the current slot list.
589func_22267_acacheActiveRenderInfo0Caches 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
590func_22282_astringNullOrLengthZero0Tests if a string is null or of length zero
591func_22287_asetWorldName0
592func_22288_bgetSeed0Returns the seed of current world.
593func_22289_dsetSaveVersion0Sets the save version of the world
594func_22290_igetDimension0
595func_22291_aupdateTagCompound0
596func_22292_asetSpawnPosition0Sets the spawn zone position. Args: x, y, z
597func_22293_cgetSpawnX0Returns the x spawn position
598func_22294_asetSpawnX0Set the x spawn position to the passed in value
599func_22295_dgetSpawnY0Return the Y axis spawning point of the player.
600func_22296_kgetSaveVersion0Returns the save version of this world
601func_22298_csetSpawnZ0Set the z spawn position to the passed in value
602func_22299_agetNBTTagCompound0Gets the NBTTagCompound for the worldInfo
603func_222_csetHardness0Sets how many hits it takes to break a block.
604func_22300_egetSpawnZ0Returns the z spawn position
605func_22301_lgetLastTimePlayed0Return the last time the player was in this world.
606func_22302_jgetWorldName0Get current world name
607func_22303_hgetPlayerNBTTagCompound0Returns the player's NBTTagCompound to be loaded
608func_22304_fgetWorldTime0Get current world time
609func_22305_agetNBTTagCompoundWithPlayers0Generates the NBTTagCompound for the world info plus the provided entity list. Arg: entityList
610func_22306_ggetSizeOnDisk0
611func_22307_asetWorldTime0Set current world time
612func_22308_bsetSpawnY0Sets the y spawn position
613func_22309_asetPlayerNBTTagCompound0Sets the player's NBTTagCompound to be loaded.
614func_22329_amakeHash0
615func_22330_arenderStandardBlockWithAmbientOcclusion0
616func_22331_prenderBlockBed0render a bed at the given coordinates
617func_22332_qrenderBlockRepeater0render a redstone repeater at the given coordinates
618func_22393_acompareChunkCoordinate0Compare the coordinate with another coordinate
619func_223_gcanBlockStay0Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
620func_224_acanCollideCheck0Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
621func_225_ablockStrength0Defines whether or not a play can break the block with current tool.
622func_226_aonNeighborBlockChange0Lets 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
623func_227_agetExplosionResistance0Returns how much this block can resist explosions from the passed in entity.
624func_228_cisIndirectlyPoweringTo0Is this block indirectly powering the block on the specified side
625func_229_aquantityDropped0Returns the quantity of items to drop on block destruction.
626func_230_agetCollidingBoundingBoxes0Adds to the supplied array any colliding bounding boxes with the passed in bounding box. Args: world, x, y, z, axisAlignedBB, arrayList
627func_231_bisPoweringTo0Is this block powering the block on the specified side
628func_232_agetBlockTextureFromSideAndMetadata0From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
629func_233_bonBlockClicked0Called when the block is clicked by a player. Args: x, y, z, entityPlayer
630func_234_ggetRenderBlockPass0Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
631func_235_eonBlockAdded0Called whenever the block is added into the world. Args: world, x, y, z
632func_236_bonEntityCollidedWithBlock0Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity
633func_237_esetBlockBoundsForItemRender0Sets the block's bounds for rendering it as an item
634func_238_asetBlockBoundsBasedOnState0Updates the blocks bounds based on its current state. Args: world, x, y, z
635func_240_aidDropped0Returns the ID of the items to drop on destruction.
636func_241_cgetBlockBrightness0How bright to render this block based on the light its receiving. Args: iBlockAccess, x, y, z
637func_242_crenderAsNormalBlock0If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)
638func_243_acanPlaceBlockAt0Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z
639func_244_aisVecInsideYZBounds0Checks if a vector is within the Y and Z bounds of the block.
640func_245_hisCollidable0Returns if this block is collidable (only used by Fire). Args: x, y, z
641func_246_fgetSelectedBoundingBoxFromPool0Returns the bounding box of the wired rectangular prism to render.
642func_247_brandomDisplayTick0A randomly called display update to be able to add particles or other items for display
643func_249_bisVecInsideXZBounds0Checks if a vector is within the X and Z bounds of the block.
644func_25004_agetTailRotation0
645func_25005_arenderWolf0
646func_25007_gisDamageable0
647func_25008_aonBlockDestroyed0
648func_25009_kgetStatName0
649func_25011_lgetHealAmount0
650func_25012_misWolfsFavoriteMeat0Whether wolves like this food (true for raw and cooked porkchop).
651func_25016_itranslateBlockName0gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
652func_25021_mcanTriggerWalking0returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
653func_25023_ucanDespawn0Determines if an entity can be despawned, used on idle far away entities
654func_25026_xgetVerticalFaceSpeed0The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
655func_25027_vgetSlimeSize0Returns the size of the slime.
656func_25028_d_isMovementCeased0Disables a mob's ability to move on its own while true.
657func_25029_asetPathToEntity0sets the Entities walk path in EntityCreature
658func_25030_FgetEntityToAttack0Returns current entities target
659func_25031_EhasPath0Returns true if entity has a path to follow
660func_25032_csetTarget0Sets the entity which is to be attacked.
661func_25033_cgetInterestedAngle0
662func_25037_zgetTailRotation0
663func_25039_vgetWolfShaking0
664func_25040_CisAngry0Determines whether this wolf is angry or not.
665func_25041_csetAngry0Sets whether this wolf is angry or not.
666func_25042_agetShakeAngle0
667func_25043_b_getShadingWhileShaking0Used when calculating the amount of shading to apply while the wolf is shaking.
668func_25055_aalertWolves0Called 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.
669func_25056_haddMovementStat0Adds a value to a movement statistic field - like run, walk, swin or climb.
670func_25058_aaddStat0Adds a value to a statistic field.
671func_25059_PgetSpawnChunk0Returns the coordinates to respawn the player based on last bed that the player sleep.
672func_25060_averifyRespawnCoordinates0Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
673func_25061_asetSpawnChunk0Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
674func_25063_agetSpawnableList0Returns the correspondent list of the EnumCreatureType informed.
675func_25067_aisAchievement0Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
676func_25068_cregisterStat0Register the stat into StatList.
677func_25072_bgetItemID0
678func_25079_bupdateAchievementWindowScale0Update the display of the achievement window to match the game window.
679func_25080_aupdateAchievementWindow0Updates the small achievement tooltip window, showing a queued achievement if is needed.
680func_25087_adraw0
681func_25088_aupdate0
682func_25098_cgenerateSpawnPoint0Finds an initial spawn location upon creating a new world
683func_25099_agetPlayerEntityByName0Find a player by name in this world.
684func_250_ablockActivated0Called upon block activation (left or right click on the block.). The three integers represent x,y,z of the block.
685func_25100_areadStat0
686func_25103_asetLivingAnimations0Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.
687func_25115_bgetWatchableObjectInt0gets a watchable object and returns it as a Integer
688func_25116_cgetWatchableObjectString0gets a watchable object and returns it as a String
689func_25117_bgetRecipeOutput0
690func_25118_ahandleBed0
691func_25122_brenderWithRotation0
692func_25124_iremoveUnknownBlocks0Turns unknown blocks into air blocks to avoid crashing Minecraft.
693func_25125_aupdate0
694func_25126_bsetDead0
695func_25127_apreUpdate0
696func_25149_binitBreakStats0
697func_25150_areplaceAllSimilarBlocks0Forces all dual blocks to count for each other on the stats list
698func_25151_binitStats0
699func_25153_ainitMinableStats0Initializes statistic fields related to minable items and blocks.
700func_25154_ainitBreakableStats0Initializes statistic fields related to breakable items and blocks.
701func_25155_ainitUsableStats0Initializes statistic fields related to usable items and blocks.
702func_25156_areplaceSimilarBlocks0Forces stats for one block to add to another block, such as idle and active furnaces
703func_25157_cinitCraftableStats0Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
704func_25190_adamageItem0Damages the item in the ItemStack
705func_25191_aonDestroyBlock0
706func_25193_bgetRecipeList0returns the List<> of all recipes
707func_25194_bgetSmeltingList0
708func_25199_atranslateToLocalFormatted0Translates a Stat name with format args
709func_251_cisVecInsideXYBounds0Checks if a vector is within the X and Y bounds of the block.
710func_25200_atranslateToLocal0Translates a Stat name
711func_25208_agetGuid0Returns the unique GUID of a achievement id.
712func_252_bonBlockDestroyedByPlayer0Called right before the block is destroyed by a player. Args: world, x, y, z, metaData
713func_253_bsetTickRandomly0Sets whether this block type will receive random update ticks
714func_254_aonEntityWalking0Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity
715func_255_acollisionRayTrace0Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec
716func_256_dsetLightOpacity0Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
717func_257_avelocityToAddToEntity0Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d
718func_258_donBlockPlaced0Called 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
719func_259_b_dropBlockAsItem0Drops the specified block items
720func_260_cshouldSideBeRendered0Returns 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
721func_261_bcanBlockCatchFire0Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z
722func_262_igetChanceOfNeighborsEncouragingFire0Gets the highest chance of a neighbor block encouraging this block to catch fire
723func_263_hcanNeighborBurn0Returns true if at least one block next to this one can burn.
724func_264_asetBurnRate0Sets 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
725func_265_ggetChanceToEncourageFire0Retrieves 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
726func_267_hcheckIfAttachedToBlock0Checks 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.
727func_268_hcheckFlowerChange0
728func_269_bcanThisPlantGrowOnThisBlockID0Gets 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
729func_27002_adoRenderLightningBolt0Actually renders the lightning bolt. This method is called through the doRender method.
730func_27003_adrawItemIntoGui0
731func_27005_binheritRenderPass0
732func_27009_agetIconFromDamage0Gets an icon index based on an item's damage value
733func_27010_fgetColorFromDamage0
734func_27012_afisWet0Checks if this entity is either in water or on an open air block in rain (used in wolves).
735func_27013_agisInWater0Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
736func_27014_aonStruckByLightning0Called when a lightning bolt hits the entity.
737func_27015_aonKillEntity0This method gets called when the entity kills another one.
738func_27021_XdespawnEntity0Makes the entity despawn if requirements are reached
739func_27022_sgetPowered0Returns true if the creeper is powered by a lightning bolt.
740func_27023_aisCourseTraversable0True if the ghast has an unobstructed line of travel to the waypoint.
741func_27024_iaddMountedMovementStat0Adds a value to a mounted movement statistic field - by minecart, boat, or pig.
742func_27025_GisPVPEnabled0returns if pvp is enabled or not
743func_27026_atriggerAchievement0Will trigger the specified trigger.
744func_27027_bincrementStat0Used by NetClientHandler.handleStatistic
745func_27032_ldisableStats0Disable statistics for the block, the block will no count for mined or placed.
746func_27033_kgetEnableStats0Return the state of blocks statistics flags - if the block is counted for mined and placed.
747func_27039_aisPoweredBlockRail0Return true if the blocks passed is a power related rail.
748func_27040_hisRailBlockAt0Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector).
749func_27041_cisRailBlock0Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector).
750func_27042_hisPowered0Returns true if the block is power related rail.
751func_27043_aisRailPassingPower0Returns true if the specified rail is passing power to its neighbor
752func_27044_aisNeighborRailPowered0Powered minecart rail is conductive like wire, so check for powered neighbors
753func_27046_fsetStateIfMinecartInteractsWithRail0Update the detector rail power state if a minecart enter, stays or leave the block.
754func_27048_areadString0Reads a string from a packet
755func_27049_awriteString0Writes a String to the DataOutputStream
756func_27058_amatchesNode0
757func_27059_bapplyTo0
758func_27060_ashortForm0
759func_27063_ctypeSafeApplyTo0
760func_27067_amatchesNode_0
761func_27068_btypeSafeApplyTo_0
762func_27074_amatchesNode_0
763func_27075_btypeSafeApplyTo0
764func_27076_esetDisableRain0Disable the rain for the biome.
765func_27077_dcanSpawnLightningBolt0Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
766func_27078_cgetEnableSnow0Returns true if the biome have snowfall instead a normal rain.
767func_27081_jgetDecimalFormat0
768func_27082_hinitIndependentStat0Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
769func_27083_igetNumberFormat0
770func_27089_asetIndependent0Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
771func_27090_egetDescription0Returns the fully description of the achievement - ready to be displayed on screen.
772func_27091_cregisterAchievement0Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
773func_27092_asetStatStringFormatter0Defines a string formatter for the achievement.
774func_27093_fgetSpecial0Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
775func_27094_bsetSpecial0Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
776func_27099_bdrawVerticalLine0
777func_270_igetGrowthRate0Gets 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
778func_27100_adrawHorizontalLine0
779func_27101_bqueueAchievementInformation0Queue a information about a achievement to be displayed.
780func_27102_aqueueTakenAchievement0Queue a taken achievement to be displayed.
781func_27109_bgenAchievementBackground0
782func_27127_ngetFontRenderer100there are 11 identical methods like this
783func_27128_adrawSprite0Draws a sprite from /gui/slot.png.
784func_27129_adrawGradientRect0
785func_27130_kaddHeaderButtons0Creates the buttons that appear at the top of the Stats GUI.
786func_27131_ogetFontRenderer110there are 11 identical methods like this
787func_27132_jgetFontRenderer60there are 11 identical methods like this
788func_27133_hgetFontRenderer40there are 11 identical methods like this
789func_27134_kgetFontRenderer70there are 11 identical methods like this
790func_27135_bdrawGradientRect10exactly the same as 27129
791func_27136_cdrawSprite0Draws a sprite from /gui/slot.png.
792func_27137_igetFontRenderer50there are 11 identical methods like this
793func_27138_cdrawItemSprite0Draws the item sprite on top of the background sprite.
794func_27139_lgetFontRenderer80there are 11 identical methods like this
795func_27140_dgetFontRenderer20there are 11 identical methods like this
796func_27141_agetMinecraft0
797func_27142_cgetStatsFileWriter0
798func_27143_fgetMinecraft10exactly the same as 27141
799func_27144_mgetFontRenderer90there are 11 identical methods like this
800func_27145_bgetFontRenderer10there are 11 identical methods like this
801func_27146_egetFontRenderer30there are 11 identical methods like this
802func_27147_adrawButtonBackground0Draws a gray box that serves as a button background.
803func_27148_adrawItemSprite0Draws the item sprite on top of the background sprite.
804func_27149_ggetMinecraft20exactly the same as 27141 and 27143
805func_27158_hsetRainStrength0
806func_27159_aaddWeatherEffect0adds a lightning bolt to the list of lightning bolts in this world.
807func_27160_BisThundering0Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
808func_27161_CisRaining0Returns true if the current rain strength is greater than 0.2
809func_27162_ggetRainStrength0Not sure about this actually. Reverting this one myself.
810func_27163_EcalculateInitialWeather0Called from World constructor to set rainingStrength and thunderingStrength
811func_27164_FclearWeather0Stops all weather effects.
812func_27165_mupdateWeather0Updates all weather states.
813func_27166_fgetWeightedThunderStrength0
814func_27167_rcanLightningStrikeAt0
815func_27174_awindowClick0
816func_27179_awriteStats0write a whole Map of stats to the statmap
817func_27181_bcanUnlockAchievement0Returns true if the parent has been unlocked, or there is no parent
818func_27182_csyncStats0
819func_27183_ahasAchievementUnlocked0Returns true if the achievement has been unlocked.
820func_27184_awriteStat0
821func_27186_awriteStatToMap0
822func_27192_aformat0Formats a given stat for human consumption.
823func_27193_jfalseValue0
824func_27194_fstartObject0
825func_27195_bstartDocument0
826func_27196_itrueValue0
827func_27197_eendArray0
828func_27198_cstringValue0
829func_27199_hendField0
830func_271_hdropTorchIfCantStay0Tests 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
831func_27200_dstartArray0
832func_27201_bnumberValue0
833func_27202_knullValue0
834func_27203_gendObject0
835func_27204_cendDocument0
836func_27205_astartField0
837func_27206_baddValue0
838func_27207_aaddRootNode0
839func_27208_agetDocument0
840func_27211_asetConnections0
841func_27213_agetStringValue0Gets a String by navigating the hierarchy below this node.
842func_27214_cgetFields0return the fields associated with this node
843func_27215_dgetElements0
844func_27216_bgetText0
845func_27217_bgetArrayNode0Gets a List of JsonNodes, representing a JSON array, by navigating the hierarchy below this node.
846func_27218_agetType0
847func_27219_awrapExceptionsFor0
848func_27220_aasList0
849func_27234_bbuildNode0
850func_27237_awithFieldBuilder0
851func_27240_awithElement0Adds the given element to the array that will be built.
852func_27241_abuild0
853func_27245_ahandleStatistic0runs registerPacket on the given Packet200Statistic
854func_27246_ahandleWeather0Handles weather packet
855func_27247_cisServerHandler0determine if it is a server handler
856func_27249_eanArrayBuilder0
857func_27253_danObjectBuilder0
858func_27277_asplitStringWidth0Returns the width of the wordwrapped String (maximum length is parameter k)
859func_27278_adrawSplitString0Splits and draws a String with wordwrap (maximum length is parameter k)
860func_27279_atransferStackInSlot0Called to transfer a stack from one inventory to the other eg. when shift clicking.
861func_27280_aslotClick0
862func_27283_gisGroundCover0Return whether the material is a form of ground cover, e.g. Snow
863func_27284_fsetGroundCover0Sets the material as a form of ground cover, e.g. Snow
864func_27286_drenderRainSnow0Render rain and snow
865func_27289_aaddField0
866func_27290_aaddNode0
867func_27300_bwithValue0
868func_27301_aaJsonFieldBuilder0
869func_27302_cbuildValue0
870func_27304_awithKey0
871func_27309_aaJsonArray0
872func_27310_aaJsonNull0
873func_27311_baJsonNumber0
874func_27312_aaJsonObject0
875func_27313_baJsonTrue0
876func_27314_caJsonFalse0
877func_27315_aaJsonArray0
878func_27316_aaJsonString0
879func_27317_acommaSeparate0
880func_27318_bformatMessage0
881func_27319_ajsonNodeDoesNotMatchPathElementsException0
882func_27324_agetShortFormFailPath0
883func_27327_aformat0
884func_27328_aformatJsonNode0
885func_27329_aformat0
886func_27330_bgetRow0
887func_27331_agetColumn0
888func_27332_aupdateCharacterAndLineCounts0
889func_27333_cread0
890func_27334_aunread0
891func_27335_auncount0
892func_27336_bread0
893func_27343_aformatString0Formats the strings based on 'IStatStringFormat' interface.
894func_27345_achainedJsonNodeSelector0
895func_27352_achainOn0
896func_27355_awith0Constructs 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
897func_27356_amatches0Determines whether this JsonNodeSelector can extract a value from the given JsonNode
898func_27357_bgetValue0
899func_27358_ashortForm0
900func_27361_agetOneShotStat0
901func_27366_aparse0Parse the character stream from the specified Reader into a JsonRootNode object.
902func_27367_aparse0Parse the specified JSON String
903func_27369_agetMD5String0Gets the MD5 string
904func_27374_ainit0A stub functions called to make the static initializer for this class run.
905func_27393_pgetRainTime0Return the number of ticks until rain.
906func_27394_bsetRaining0Sets whether it is raining or not.
907func_27395_fsetRainTime0Sets the number of ticks until rain.
908func_27396_misThundering0Returns true if it is thundering, false otherwise.
909func_27397_oisRaining0Returns true if it is raining, false otherwise.
910func_27398_asetThundering0Sets whether it is thundering or not.
911func_27399_esetThunderTime0Defines the number of ticks until next thunderbolt.
912func_273_acheckForBurnout0
913func_27400_ngetThunderTime0Returns the number of ticks until next thunderbolt.
914func_27407_bsyncStatsFileWithMap0
915func_27414_egetUnsentDataFile0
916func_27416_asetBusy0
917func_27417_fgetUnsentTempFile0
918func_27418_abeginReceiveStats0Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy.
919func_27419_ggetUnsentOldFile0
920func_27424_abeginSendStats0Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy.
921func_27439_agetEuclideanDistanceTo0Returns the euclidean distance of the chunk coordinate to the x, y, z parameters passed.
922func_27448_lreadNextNonWhitespaceChar0
923func_27449_caFieldToken0
924func_27450_khexadecimalNumber0
925func_27451_bnonNegativeNumberToken0
926func_27452_istringToken0
927func_27453_bobjectString0
928func_27454_gpossibleExponent0
929func_27455_aarrayString0
930func_27456_edigitString0
931func_27457_jescapedStringChar0
932func_27458_ddigitToken0
933func_27459_anumberToken0
934func_27460_cnonZeroDigitToken0
935func_27461_hpossibleSign0
936func_27462_fpossibleFractionalComponent0
937func_27463_aparse0
938func_27464_daJsonValue0
939func_274_iisWaterNearby0returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)
940func_275_hisCropsNearby0returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)
941func_279_bisPowerProviderOrWire0Returns true if the block coordinate passed can provide power, or is a redstone wire.
942func_28001_BstartThreadCheckHasPaid0
943func_28002_efreeMemory0
944func_28003_bonMinecraftCrash0
945func_28008_aonUpdate0Called 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.
946func_28009_bonCreated0Called when item is crafted/smelted. Used only by maps so far.
947func_28011_aupdateMapData0
948func_28012_agetMapData0
949func_28013_agetMPMapData0
950func_28014_cpushOutOfBlocks0Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z
951func_28018_chasItemStack0Returns true if the specified ItemStack exists in the inventory.
952func_28021_cgetItemIcon0Gets the Icon Index of the item currently held
953func_28022_battackBlockedEntity0Used when an entity is close enough to attack but cannot be seen (Creeper de-fuse)
954func_28027_disBlockTranslucent0
955func_28028_iinitializeBlock0This 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.
956func_28029_disBlockSolid0Returns 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
957func_28030_ecanPlaceBlockOnSide0checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
958func_28031_nsetRequiresSelfNotify0Blocks 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.
959func_28038_b_ejectRecord0Ejects the current record inside of the jukebox.
960func_28041_disTrapdoorOpen0
961func_28042_aonPoweredBlockChange0
962func_28043_csetBlockBoundsForBlockRender0
963func_28061_dloadChunkFromFile0Attemps to load the chunk from the save file, returns null if the chunk is not available.
964func_28062_bsaveChunkData0
965func_28063_asaveChunkExtraData0
966func_28097_bclearChatMessages0Clear all chat messages.
967func_28099_agetBrightness0
968func_280_hupdateAndPropagateCurrentStrength0Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
969func_28100_hisBlockNormalCube0Indicate if a material is a normal solid opaque cube.
970func_28101_bgetUniqueDataId0Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
971func_28102_asetItemData0Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
972func_28103_aloadItemData0Loads 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
973func_28104_mgetFullBlockLightValue0Does the same as getBlockLightValue_do but without checking if its not a normal block
974func_28105_arayTraceBlocks_do_do0
975func_28106_eplayAuxSFX0See description for func_28136_a.
976func_28107_aplayAuxSFXAtEntity0See description for playAuxSFX.
977func_28110_cgetTags0Returns all the values in the tagMap HashMap.
978func_28111_dgetCloudHeight0the y level at which clouds are rendered.
979func_28112_cisSkyColored0
980func_28113_agetMapFileFromName0Gets the file location of the given map
981func_28115_ahandleDoorChange0
982func_28116_ahandleMapData0Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
983func_28117_aquitWithPacket0
984func_28125_amergeItemStack0merges provided ItemStack with the first avaliable one in the container/player inventory
985func_28126_hisOpaque0Indicate if the material is opaque
986func_28127_isetTranslucent0Marks the material as translucent
987func_28136_aplayAuxSFX0Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
988func_28138_eisTerminating0Gets whether the Network manager is terminating.
989func_28139_awakeThreads0Wakes reader and writer threads
990func_28140_fgetOutputStream0
991func_28142_cserverShutdown0Shuts down the server. (Only actually used on the server)
992func_28147_agetImageContents0
993func_28148_bgetImageContentsAndAllocate0
994func_28149_agetTextureContents0
995func_28150_acreateTextureFromBytes0
996func_28152_agetFoilageBiomeColorizer0
997func_28153_aupdateAnimation0Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
998func_28154_bisStackEqual0
999func_28156_bsetItemDamage0Sets the item damage of the ItemStack.
1000func_28157_arenderMap0
1001func_28162_bwriteToNBT0write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
1002func_28163_areadFromNBT0reads in data from the NBTTagCompound into this MapDataBase
1003func_28164_amarkDirty0Marks this MapDataBase dirty, to be saved to disk when the level next saves.
1004func_28165_asetDirty0Sets the dirty state of this MapDataBase, whether it needs saving to disk.
1005func_28166_bisDirty0Whether this MapDataBase needs saving to disk.
1006func_28169_aupdateVisiblePlayers0Adds the player passed to the list of visible players and checks to see which players are visible
1007func_28171_aupdateMPMapData0Updates the client's map with information from other players in MP
1008func_28181_asetGrassBiomeColorizer0
1009func_28182_asetWaterBiomeColorizer0
1010func_28184_asetData0Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
1011func_28185_aloadData0Loads 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
1012func_28186_agetUniqueDataId0Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
1013func_28187_bloadIdCounts0Loads the idCounts Map from the 'idcounts' file.
1014func_28188_asaveAllData0Saves all dirty loaded MapDataBases to disk.
1015func_28189_asaveData0Saves the given MapDataBase to disk.
1016func_28194_bdeleteDisplayLists0
1017func_28195_econtract0Returns a bounding box that is inset by the specified amounts
1018func_28196_aclearBoundingBoxes0
1019func_281_ggetMaxCurrentStrength0Returns 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)
1020func_28215_aclearVectorList0Clears the vector list.
1021func_282_inotifyWireNeighborsOfNeighborChange0Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
1022func_283_a_getBlockEntity0Returns the TileEntity used by this block.
1023func_284_hsetDefaultDirection0set a blocks direction
1024func_285_aupdateFurnaceBlockState0Update which block ID the furnace is using depending on whether or not it is burning
1025func_286_hisThereANeighborChest0Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z
1026func_287_jcheckForHarden0Forces lava to check to see if it is colliding with water, and then decide what it should harden to.
1027func_288_bgetFluidHeightPercent0Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid.
1028func_289_bgetEffectiveFlowDecay0Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
1029func_290_hgetFlowDecay0Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid.
1030func_291_egetFlowVector0Returns a vector indicating the direction and intensity of fluid flow.
1031func_292_itriggerLavaMixEffects0Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
1032func_295_lblockBlocksFlow0Returns true if block at coords blocks fluids
1033func_296_fgetSmallestFlowDecay0getSmallestFlowDecay(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.
1034func_297_kgetOptimalFlowDirections0Returns 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.
1035func_298_mliquidCanDisplaceBlock0Returns true if the block at the coordinates can be displaced by the liquid.
1036func_299_gflowIntoBlock0flowIntoBlock(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.
1037func_30002_hisIndirectlyPowered0Returns true or false based on whether the block the torch is attached to is providing indirect power.
1038func_30003_jupdateFlow0Updates the flow for the BlockFlowing object.
1039func_30004_jsetNotStationary0Changes the block ID to that of an updating fluid.
1040func_30005_asendError0Sends the network manager an error
1041func_30010_bcopyItemStack0Creates a copy of a ItemStack, a null parameters will return a null.
1042func_300_acalculateFlowCost0calculateFlowCost(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.
1043func_301_kisFlammable0Checks to see if the block is flammable.
1044func_303_hcheckBlockCoordValid0Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus.
1045func_305_hredundantCanPlaceBlockAt0This method is redundant, check it out...
1046func_31004_jvalidate0validates a tile entity
1047func_31005_iinvalidate0invalidates a tile entity
1048func_31006_gisInvalid0returns true if tile entity is invalid, false otherwise
1049func_31008_agetProgress0Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
1050func_31009_dgetPistonOrientation0Returns the orientation of the piston as an int
1051func_31010_aupdatePushedObjects0
1052func_31011_lclearPistonTileEntity0removes a pistons tile entity (and if the piston is moving, stops it)
1053func_31012_kshouldRenderHead0
1054func_31013_dgetOffsetZ0
1055func_31014_cgetOffsetY0
1056func_31015_bisExtending0Returns true if a piston is extending
1057func_31016_agetStoredBlockID0
1058func_31017_bgetOffsetX0
1059func_31026_EupdateWanderPath0Time remaining during which the Animal is sped up and flees.
1060func_31027_adropBlockAsItem_do0Spawns EntityItem in the world for the given ItemStack if the world is not remote.
1061func_31028_lsetBlockUnbreakable0This method will make the hardness of the block equals to -1, and the block is indestructible.
1062func_31029_hgetMobilityFlag0Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
1063func_31030_bgetRenderColor0Returns the color this block should be rendered. Used by leaves.
1064func_31031_mgetHardness0Returns the block hardness.
1065func_31032_hcanPlaceTorchOn0Gets if we can place a torch on a block.
1066func_31034_cgetTileEntityAtLocation0gets the piston tile entity at the specified location
1067func_31035_agetAxisAlignedBB0
1068func_31036_agetTileEntity0gets a new TileEntityPiston created with the arguments provided.
1069func_31039_cdetermineOrientation0gets the way this piston should face for that entity that placed it.
1070func_31040_igetPistonExtensionTexture0Return 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.
1071func_31041_fisIndirectlyPowered0checks the block to that side to see if it is indirectly powered.
1072func_31042_acanPushBlock0returns true if the piston can push the specified block
1073func_31043_hupdatePistonState0handles attempts to extend or retract the piston.
1074func_31044_dgetOrientation0returns an int which describes the direction the piston faces
1075func_31045_hcanExtend0checks to see if this piston could push the blocks in front of it.
1076func_31046_eisExtended0Determine if the metadata is related to something powered.
1077func_31047_itryExtend0attempts to extend the piston. returns false if impossible.
1078func_31050_cgetDirectionMeta0
1079func_31051_aclearHeadTexture0
1080func_31052_a_setHeadTexture0
1081func_31054_aaddTileEntity0
1082func_31060_lsetImmovableMobility0This type of material can't be pushed, and pistons are blocked to move.
1083func_31061_iisHarvestable0Returns true if material can be harvested by player.
1084func_31062_nsetNoHarvest0Disables the ability to harvest this material.
1085func_31063_ksetNoPushMobility0This type of material can't be pushed, but pistons can move over it.
1086func_31064_jgetMaterialMobility0Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
1087func_31069_aonWorldChange0Called when the ingame world being rendered changes (e.g. on world -> nether travel) due to using one renderer per tile entity type, rather than instance
1088func_31070_arenderPiston0
1089func_31072_asetWorld0Sets the world used by all TileEntitySpecialRender instances and notifies them of this change.
1090func_31073_cgetFoliageColorBasic0
1091func_31074_brenderPistonBase0renders a block as a piston base
1092func_31075_arenderBlockAllFaces0Render all faces of a block
1093func_31076_arenderPistonRodUD0Render piston rod up/down
1094func_31077_crenderPistonRodEW0Render piston rod east/west
1095func_31078_drenderPistonBaseAllFaces0Render all faces of the piston base
1096func_31079_arenderPistonExtensionAllFaces0Render all faces of the piston extension
1097func_31080_crenderPistonExtension0renders the pushing part of a piston
1098func_31081_brenderPistonRodSN0Render piston rod south/north
1099func_310_asetGraphicsLevel0Pass true to draw this block using fancy graphics, or false for fast graphics.
1100func_311_aonPoweredBlockChange0A function to open a door.
1101func_313_bsetDoorRotation0
1102func_314_hcanSnowStay0Checks if this snow block can stay at this location.
1103func_315_htryToFall0If there is space to fall below will start this block falling
1104func_316_a_canFallBelow0Checks to see if the sand can fall into the block below it
1105func_317_einsertRecord0Inserts the given record into the JukeBox.
1106func_318_hsetStateIfMobInteractsWithPlate0Checks 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.
1107func_319_isparkle0The redstone ore sparkles.
1108func_320_hglow0The redstone ore glows.
1109func_321_aaddIdClassMapping0Adds a two way mapping between the packet ID and packet class.
1110func_322_awritePacketData0Abstract. Writes the raw packet data to the data stream.
1111func_323_aprocessPacket0Passes this Packet on to the NetHandler for processing.
1112func_324_breadPacket0Read a packet, prefixed by its ID, from the data stream.
1113func_325_agetNewPacket0Returns a new instance of the specified Packet class.
1114func_326_bgetPacketId0Returns the ID of this packet.
1115func_327_areadPacketData0Abstract. Reads the raw packet data from the data stream.
1116func_328_awritePacket0Writes a packet, prefixed by its ID, to the data stream.
1117func_329_agetPacketSize0Abstract. Return the size of the packet (not counting the header).
1118func_330_bcloseMinecraft0Called when Minecraft is closing down.
1119func_331_aplayStreaming0
1120func_335_aonSoundOptionsChanged0Called when one of the sound level options has changed.
1121func_336_bplaySound0Plays a sound. Args: soundName, x, y, z, volume, pitch
1122func_337_aplaySoundFX0Plays 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)
1123func_338_asetListener0Sets the listener of sounds
1124func_339_dtryToSetLibraryAndCodecs0Tries 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.
1125func_340_aloadSoundSettings0Used for loading sound settings from GameSettings
1126func_342_aisBoundingBoxInFrustum0Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
1127func_343_asetPosition0
1128func_344_aisBoxInFrustum0Calls the clipping helper. Returns true if the box is inside all 6 clipping planes, otherwise returns false.
1129func_345_IisEntityInsideOpaqueBlock0Checks if this entity is inside of an opaque block
1130func_346_dsetAngles0
1131func_347_asetPosition0Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
1132func_348_faddVelocity0Adds to the current velocity of the entity. Args: x, y, z
1133func_349_cmoveEntity0Tries to moves the entity by the passed in displacement. Args: x, y, z
1134func_35002_aplaceDoorAtCurrentPosition0
1135func_35003_acreateTreasureChestAtCurrentPosition0
1136func_35004_abuildComponent0Initiates construction of the Structure Component picked, at the current Location of StructGen
1137func_35005_bfillCurrentPositionBlocksDownwards0Overwrites air and liquids from selected position downwards, stops at hitting anything else.
1138func_35006_bgetZWithOffset0
1139func_35007_agetBlockIdAtCurrentPosition0
1140func_35008_agetYWithOffset0
1141func_35009_cgetMetadataWithOffset0Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata
1142func_35010_arandomlyFillWithBlocks0arguments: 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
1143func_35011_afillWithBlocks0arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)
1144func_35012_cgetComponentType0Returns the component type ID of this component.
1145func_35013_aisLiquidInStructureBoundingBox0checks the entire StructureBoundingBox for Liquids
1146func_35014_arandomlyPlaceBlock0Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
1147func_35015_arandomlyRareFillWithBlocks0arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace
1148func_35016_bclearCurrentPositionBlocksUpwards0Deletes all continuous blocks from selected position upwards. Stops at hitting air.
1149func_35017_agetXWithOffset0
1150func_35018_aplaceBlockAtCurrentPosition0current Position depends on currently set Coordinates mode, is computed here
1151func_35019_afillTreasureChestWithLoot0
1152func_35020_afindIntersecting0Discover if bounding box can fit within the current bounding box object.
1153func_35021_bgetBoundingBox0
1154func_35022_afillWithRandomizedBlocks0arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector
1155func_35023_aaddComponentParts0second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
1156func_35027_afindValidPlacement0Trys to find a valid place to put this component.
1157func_35028_agetNextComponentNormal0Gets the next component in any cardinal direction
1158func_35029_cgetNextComponentZ0Gets the next component in the +/- Z direction
1159func_35030_acanStrongholdGoDeeper0returns false if the Structure Bounding Box goes below 10
1160func_35031_agetRandomDoor0
1161func_35032_bgetNextComponentX0Gets the next component in the +/- X direction
1162func_35033_aplaceDoor0builds a door of the enumerated types (empty opening is a door)
1163func_35034_agetStrongholdStairsComponent0performs some checks, then gives out a fresh Stairs component
1164func_35039_afindValidPlacement0
1165func_35045_afindValidPlacement0
1166func_35047_afindValidPlacement0
1167func_35053_afindValidPlacement0
1168func_35055_afindValidPlacement0
1169func_35059_afindValidPlacement0
1170func_35063_afindValidPlacement0
1171func_35066_afindValidPlacement0
1172func_35071_afindValidPlacement0
1173func_35074_acanVillageGoDeeper0
1174func_35075_bgetAverageGroundLevel0Discover 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).
1175func_35076_bgetNextComponentPP0Gets the next village component, with the bounding box shifted +1 in the X and Z direction.
1176func_35077_agetNextComponentNN0Gets the next village component, with the bounding box shifted -1 in the X and Z direction.
1177func_35078_afindValidPlacement0Trys to find a valid place to put this component.
1178func_35080_afindValidPlacement0Trys to find a valid place to put this component.
1179func_35082_afindValidPlacement0
1180func_35085_afindValidPlacement0
1181func_35089_afindValidPlacement0Trys to find a valid place to put this component.
1182func_35091_afindValidPlacement0
1183func_35095_afindValidPlacement0Trys to find a valid place to put this component.
1184func_35097_afindValidPlacement0Trys to find a valid place to put this component.
1185func_35099_afindValidPlacement0Trys to find a valid place to put this component.
1186func_350_pupdateRidden0Handles updating while being ridden by an entity
1187func_35101_afindValidPlacement0Trys to find a valid place to put this component.
1188func_35105_agetWorldChunkManager0
1189func_35112_osetInWeb0Sets the Entity inside a web block.
1190func_35113_csetSprinting0Set sprinting switch for Entity.
1191func_35114_RisEating0
1192func_35115_agetBrightnessForRender0
1193func_35116_dsetEating0
1194func_35117_QisSprinting0Get if the Entity is sprinting.
1195func_35119_j_getXpValue0Returns the XP value of this XP orb.
1196func_35120_igetTextureByXP0Returns 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.
1197func_35121_bgetXPSplit0Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
1198func_35141_y_closeChest0
1199func_35142_x_openChest0
1200func_35143_breceiveClientEvent0Called when a client event is received with the event number and argument, see World.sendClientEvent
1201func_35144_bupdateContainingBlockInfo0Causes 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
1202func_35147_gcheckForAdjacentChests0Performs the check for adjacent chests to determine if this chest is double or not.
1203func_35157_dhasItem0Get if a specifiied item id is inside the inventory.
1204func_35158_donFinishedPotionEffect0
1205func_35159_aCgetRenderSizeModifier0Returns render size modifier
1206func_35160_aisPotionActive0
1207func_35161_conChangedPotionEffect0
1208func_35162_adisBlocking0
1209func_35163_avisPlayer0Only use is to identify if class is an instance of player for experience dropping
1210func_35164_bonNewPotionEffect0
1211func_35165_aaddPotionEffect0adds a PotionEffect to the entity
1212func_35166_t_getSpeedModifier0This 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.
1213func_35167_bgetActivePotionEffect0returns the PotionEffect for the supplied Potion if it is active, null otherwise.
1214func_35175_battackEntityAsMob0
1215func_35176_rgetCarried0Get the id of the block an enderman carries
1216func_35177_bsetCarried0Set the id of the block an enderman carries
1217func_35178_qteleportRandomly0Teleport the enderman to a random nearby position
1218func_35179_a_teleportTo0Teleport the enderman
1219func_35180_sgetCarryingData0Get the metadata of the block an enderman carries
1220func_35181_csetCarryingData0Set the metadata of the block an enderman carries
1221func_35182_cteleportToEntity0Teleport the enderman to another entity
1222func_35183_cshouldAttackPlayer0Checks to see if this enderman should be attacking this player
1223func_35188_k_spiderScaleAmount0How large the spider should be scaled.
1224func_35190_ecanPlayerEdit0
1225func_35191_atgetFoodStats0Returns the player's FoodStats object.
1226func_35192_aagetItemInUseDuration0gets the duration for how long the current itemInUse has been in use
1227func_35193_asxpBarCap0This 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.
1228func_35194_aushouldHeal0Checks if the player's health is not full and not zero.
1229func_35195_XgetItemInUse0returns the ItemStack containing the itemInUse
1230func_35196_ZisUsingItem0Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
1231func_35197_bcanEat0
1232func_35198_daddExhaustion0increases exhaustion level by supplied amount
1233func_35199_bsetItemInUse0sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration
1234func_351_amoveFlying0Used in both water and by flying objects
1235func_35200_bonCriticalHit0Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
1236func_35201_aupdateItemUse0Plays sounds and makes particles for item in use state
1237func_35202_aEgetSwingSpeedModifier0Returns the swing speed modifier
1238func_35203_aGincreaseLevel0This method increases the player's experience level by one.
1239func_35204_caddExperience0This method increases the player's current amount of experience.
1240func_35205_YgetItemInUseCount0Returns the item in use count
1241func_35206_abstopUsingItem0
1242func_35207_acclearItemInUse0
1243func_35208_aeonItemUseFinish0Used for when item use count runs out, ie: eating completed
1244func_35219_csetXPStats0Sets the current XP, total XP, and level number.
1245func_35220_u_getFOVMultiplier0Gets the player's field of view multiplier. (ex. when flying)
1246func_35265_agenerateVines0Generates vines at the given position until it hits a block.
1247func_35267_agetIntCache0
1248func_35268_aresetIntCache0Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
1249func_35274_igetBlockColor0
1250func_35275_cgetMixedBrightnessForBlock0Goes straight to getLightBrightnessForSkyBlocks for Blocks, does some fancy computing for Fluids
1251func_35276_egetAmbientOcclusionLightValue0Returns the default ambient occlusion value based on block opacity
1252func_35291_disFenceGateOpen0Returns if the fence gate is open according to its metadata.
1253func_35293_cfertilizeMushroom0Fertilize the mushroom.
1254func_35294_ifertilizeStem0
1255func_35295_jgetGrowthModifier0
1256func_35296_fgetState0Returns the current state of the stem. Returns -1 if the stem is not fully grown, or a value between 0 and 3 based on the direction the stem is facing.
1257func_35298_dcanThisPaneConnectToThisBlockID0Gets 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
1258func_35299_sgetSideTextureIndex0Returns the texture index of the thin side of the pane.
1259func_352_awriteEntityToNBT0(abstract) Protected helper method to write subclass entity data to NBT.
1260func_35301_hcanVineStay0Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
1261func_35302_dcanBePlacedOn0returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
1262func_35303_fcanConnectFenceTo0Returns true if the specified block can be connected by a fence
1263func_35304_fgetMetadataForBlockType0Returns 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.
1264func_35305_dgetPosingIdByMetadata0Gets the blockID of the block this block is pretending to be according to this block's metadata.
1265func_35306_hunifyAdjacentChests0Turns the adjacent chests to a double chest.
1266func_35309_ahandleMouseClick0
1267func_35310_ggetInventory0Returns the creative inventory
1268func_35315_igetLocalizedGameMode0Gets the localized GameMode
1269func_35320_agetServerList0Return the List of ServerNBTStorage objects
1270func_35321_ggetLock0Get lock object for use with synchronized()
1271func_35322_ajoinServer0Join server by slot index
1272func_35323_qsaveServerList0Save the server list to servers.dat
1273func_35324_ploadServerList0Load the server list from servers.dat
1274func_35326_asetSelectedServer0Set index of the currently selected server
1275func_35327_asetTooltipText0Sets a GUI's lag tooltip text.
1276func_35328_bpollServer0Poll server for MOTD, lag, and player count/max
1277func_35329_cgetButtonSelect0Return buttonSelect GuiButton
1278func_35330_ajoinServer0Join server by ServerNBTStorage
1279func_35331_nincrementThreadsPending0Increment number of outstanding ThreadPollServers threads by 1
1280func_35332_bjoinServer0Join server by slot index (called on double click from GuiSlotServer)
1281func_35333_bgetSelectedServer0Return index of the currently selected server
1282func_35334_dgetButtonEdit0Return buttonEdit GuiButton
1283func_35335_odecrementThreadsPending0Decrement number of outstanding ThreadPollServers threads by 1
1284func_35336_apollServer0Poll server for MOTD, lag, and player count/max
1285func_35337_cinitGuiControls0Populate the GuiScreen controlList
1286func_35338_mgetThreadsPending0Return number of outstanding ThreadPollServers threads
1287func_35339_egetButtonDelete0Return buttonDelete GuiButton
1288func_35354_arotateAndBlurSkybox0Rotate and blurs the skybox view in the main menu
1289func_35355_bdrawPanorama0Draws the main menu panorama
1290func_35356_crenderSkybox0Renders the skybox in the main menu
1291func_35373_bretrySlotClick0
1292func_35374_ascrollTo0Updates the gui slots ItemStack's based on scroll position.
1293func_35376_arenderTileEntityChestAt0Renders the TileEntity for the chest at a position.
1294func_35391_ddropChunk0Drops the specified chunk.
1295func_353_ainteract0Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig.
1296func_35402_arenderAll0This method renders out all parts of the chest model.
1297func_35411_cgetMaxItemUseDuration0How long it takes to use or consume an item
1298func_35412_bgetItemUseAction0returns the action that specifies what animation to play when the items is being used
1299func_35413_bonFoodEaten0
1300func_35414_aonPlayerStoppedUsing0called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount
1301func_35424_osetAlwaysEdible0Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
1302func_35425_asetPotionEffect0sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening
1303func_35426_mgetSaturationModifier0gets the saturationModifier of the ItemFood
1304func_35434_aplaceDoorBlock0
1305func_35435_bgetBlockID0Returns the blockID for this Item
1306func_35441_arenderEyes0Render the endermans eyes
1307func_35442_arenderEnderman0Renders the enderman
1308func_35443_arenderCarrying0Render the block an enderman is carrying
1309func_35446_ascaleSpider0
1310func_35447_agetSilverfishDeathRotation0Return the silverfish's maximum death rotation.
1311func_35448_arenderSilverfish0Renders the silverfish.
1312func_35449_ashouldSilverfishRenderPass0Disallows the silverfish to render the renderPassModel.
1313func_35451_bgetLightBrightnessForSkyBlocks0Any Light rendered on a 1.8 Block goes through here
1314func_35453_bgetSpecialBlockBrightness0is only used on stairs and tilled fields
1315func_35454_agetSkyBlockTypeBrightness0Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1316func_35455_amarkTileEntityForDespawn0adds tile entity to despawn list (renamed from markEntityForDespawn)
1317func_35456_dgetCelestialAngleRadians0Return getCelestialAngle()*2*PI
1318func_35457_agetSkyBlockTypeBrightness0Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1319func_35458_dcomputeBlockLightValue0
1320func_35459_cupdateLightByType0
1321func_35460_acomputeSkyLightValue0
1322func_35461_egetPrecipitationHeight0Gets the height to which rain/snow will fall. Calculates it if not already stored.
1323func_35462_usetRandomSeed0puts the World Random seed to a specific state dependant on the inputs
1324func_35463_pupdateAllLightTypes0
1325func_35474_fgetIntTemperature0Gets an integer representation of this biome's temperature
1326func_35475_acreateBiomeDecorator0Allocate a new BiomeDecorator for this BiomeGenBase
1327func_35476_egetIntRainfall0Gets an integer representation of this biome's rainfall
1328func_35477_adecorate0
1329func_35478_asetTemperatureRainfall0Sets the temperature and rainfall of this biome.
1330func_35479_bsetMinMaxHeight0Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
1331func_35496_binitWorldGenSeed0Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
1332func_35498_anextInt0returns a LCG pseudo random number from [0, x). Args: int x
1333func_35499_ainitChunkSeed0Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
1334func_354_BisEntityAlive0Checks whether target entity is alive.
1335func_35500_agetInts0Returns 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.
1336func_35510_bchoose0randomly choose between the four args
1337func_35511_achoose0randomly choose between the two args
1338func_35516_achoose0Chooses one of the two inputs randomly.
1339func_35518_agetSeed0Returns the seed for the world.
1340func_35519_bgetGameType0Returns the world game type.
1341func_35520_cisMapFeaturesEnabled0Get whether the map features (e.g. strongholds) generation is enabled or disabled.
1342func_35524_acauseThrownDamage0
1343func_35525_acauseMobDamage0
1344func_35526_egetSourceOfDamage0
1345func_35527_acausePlayerDamage0returns an EntityDamageSource of type player
1346func_35528_fsetDamageBypassesArmor0
1347func_35529_dcanHarmInCreative0
1348func_35530_acauseFireballDamage0returns EntityDamageSourceIndirect of a fireball
1349func_35531_gsetDamageAllowedInCreativeMode0
1350func_35532_agetEntity0
1351func_35533_cgetHungerDamage0How much satiate(food) is consumed by this DamageSource
1352func_35534_bisUnblockable0
1353func_35535_acauseArrowDamage0returns EntityDamageSourceIndirect of an arrow
1354func_35555_agetBiomeGenAt0Return 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)
1355func_35556_afindBiomePosition0Finds a valid position within a range, that is once of the listed biomes.
1356func_35557_bgetBiomesForGeneration0Returns an array of biomes for the location input.
1357func_35559_agetBiomesToSpawnIn0Gets the list of valid biomes for the player to spawn in.
1358func_35560_bgetRainfall0Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length.
1359func_35561_bcleanupCache0Calls the WorldChunkManager's biomeCache.cleanupCache()
1360func_35562_aareBiomesViable0checks given Chunk's Biomes against List of allowed ones
1361func_35566_fgetHashCode0public method to get the hashed key(hashCode)
1362func_35567_bresizeTable0resizes the table
1363func_35568_ggetHashedKey0returns the hashed key given the original key
1364func_35569_cgetEntry0
1365func_35570_acreateKey0creates the key in the hash table
1366func_35571_ahash0the hash function
1367func_35572_eremoveKey0removes the key from the hash linked list
1368func_35573_agetHashIndex0gets the index in the hash given the array length and the hashed key
1369func_35574_dremove0calls the removeKey method and returns removed object
1370func_35575_bcontainsItem0
1371func_35576_agetNumHashElements0
1372func_35577_aadd0Add a key-value pair.
1373func_35578_agetValueByKey0get the value from the map given the key
1374func_35579_acopyHashTableTo0copies the hash table to the specified array
1375func_35585_agetNextComponent0
1376func_35586_agetRandomComponent0
1377func_35587_bgetNextMineShaftComponent0
1378func_35588_agetTreasurePieces0
1379func_35598_agetRandomIntegerInRange0
1380func_35599_cfloor_double_long0Long version of floor_double
1381func_355_adealFireDamage0Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
1382func_35602_acanSpawnMoreVillagePiecesOfType0
1383func_35603_acanSpawnMoreVillagePieces0
1384func_35609_arenderChest0Renders a chest at 0,0,0 - used for item rendering
1385func_35612_bdotProduct0
1386func_35613_acanSpawnMoreStructuresOfType0
1387func_35614_acanSpawnMoreStructures0
1388func_35620_bwrite0
1389func_35621_asafeWrite0
1390func_35622_aread0
1391func_35626_agenerateRavine0
1392func_35628_acanSpawnStructureAtCoords0
1393func_35629_agenerateStructuresInChunk0Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
1394func_35630_bgetStructureStart0
1395func_35636_iextendedReach0true for hitting entities far away.
1396func_35637_asendSlotPacket0Used in PlayerControllerMP to update the server with an ItemStack in a slot.
1397func_35638_conStoppedUsingItem0
1398func_35640_hisInCreativeMode0returns true if player is in creative mode
1399func_35641_gisNotCreative0Checks if the player is not creative, used for checking if it should break a block instantly
1400func_35644_aclickBlockCreative0Called 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
1401func_35645_edisableAbilities0Disables creative abilities to the player.
1402func_35646_denableAbilities0Enables creative abilities to the player
1403func_35648_asetCreative0
1404func_35651_agetBiomeGenAt0Returns the BiomeGenBase related to the x, z position from the cache block.
1405func_35660_aisReady0checks if Potion effect is ready to be applied this tick.
1406func_35661_asetPotionName0Set the potion name.
1407func_35662_aperformEffect0
1408func_35698_egetNextComponentVillagePath0
1409func_35699_agetVillageComponentFromWeightedPiece0
1410func_35700_cgetNextVillageComponent0attempts to find a next Village Component to be spawned
1411func_35701_bgetNextStructureComponentVillagePath0
1412func_35702_dgetNextVillageStructureComponent0attempts to find a next Structure Component to be spawned, private Village function
1413func_35703_agetAvailablePieceWeight0
1414func_35704_agetNextStructureComponent0attempts to find a next Structure Component to be spawned
1415func_35705_agetStructureVillageWeightedPieceList0
1416func_35706_aselectBlocks0picks Block Ids and Metadata (Silverfish)
1417func_35707_agetSelectedBlockId0
1418func_35708_bgetSelectedBlockMetaData0
1419func_35711_agenerateStructure0Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
1420func_35712_agetBoundingBox0
1421func_35713_amarkAvailableHeight0offsets the structure Bounding Boxes up to a certain height, typically 63 - 10
1422func_35714_bupdateBoundingBox0Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
1423func_35715_cisSizeableStructure0currently only defined for Villages, returns true if Village has more than 2 non-road components
1424func_35719_fgetGameType0
1425func_35721_agetChunkManager0Get the world chunk manager object for a biome list.
1426func_35723_dgetCachedBiomes0Returns the array of cached biome types in the BiomeCacheBlock at the given location.
1427func_35724_acleanupCache0Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
1428func_35725_agetBiomeGenAt0Returns the BiomeGenBase related to the x, z position from the cache.
1429func_35726_egetBiomeCacheBlock0Returns a biome cache block at location specified.
1430func_35732_agetRandomItem0Returns a random choice from the input array of items, with a total weight value.
1431func_35733_agetRandomItem0Returns a random choice from the input items.
1432func_35734_agetRandomItem0Returns a random choice from the input items, with a total weight value.
1433func_35735_agetRandomItem0Returns a random choice from the input items.
1434func_35736_agetTotalWeight0Returns the total weight of all items in a collection.
1435func_35737_agetTotalWeight0Returns the total weight of all items in a array.
1436func_35738_bexpandTo0Expands a bounding box's dimensions to include the supplied bounding box.
1437func_35739_dgetZSize0Returns length of a bounding box
1438func_35740_aintersectsWith0Returns whether the given bounding box intersects with this one. Args: structureboundingbox
1439func_35741_agetNewBoundingBox0returns a new StructureBoundingBox with MAX values
1440func_35742_bisVecInside0Returns true if block is inside bounding box
1441func_35743_cgetYSize0Returns height of a bounding box
1442func_35744_bgetXSize0Returns width of a bounding box
1443func_35745_aoffset0Offsets the current bounding box by the specified coordinates. Args: x, y, z
1444func_35746_aintersectsWith0Discover if a coordinate is inside the bounding box area.
1445func_35747_agetComponentToAddBoundingBox0used to project a possible new component Bounding Box - to check if it would cut anything already spawned
1446func_35760_dgetSaturationLevel0Get the player's food saturation level.
1447func_35761_aaddStats0Eat some food.
1448func_35762_aaddExhaustion0adds input to foodExhaustionLevel to a max of 40
1449func_35763_bwriteNBT0Writes food stats to an NBT object.
1450func_35764_asetFoodLevel0
1451func_35765_agetFoodLevel0Get the player's food level.
1452func_35766_areadNBT0Reads food stats from an NBT object.
1453func_35767_bsetFoodSaturationLevel0
1454func_35768_aonUpdate0Handles the food game logic.
1455func_35769_bgetPrevFoodLevel0
1456func_35770_cneedFood0If foodLevel is not max.
1457func_35771_aaddStats0Args: int foodLevel, float foodSaturationModifier
1458func_35777_ahandleExperience0Handle an experience packet.
1459func_35778_ahandleEntityExpOrb0Handle a entity experience orb packet.
1460func_35779_ahandlePlayerInfo0Handle a player information packet.
1461func_35780_ahandleEntityEffect0Handle an entity effect packet.
1462func_35781_ahandleCreativeSetSlot0Handle a creative slot packet.
1463func_35782_ahandleServerPing0Handle a server ping packet.
1464func_35783_ahandleRemoveEntityEffect0Handle a remove entity effect packet.
1465func_35784_ahandleKeepAlive0Handle a keep alive packet.
1466func_35788_acreateServerNBTStorage0Factory method to create ServerNBTStorage object from a NBTTagCompound
1467func_35789_agetCompoundTag0Return a new NBTTagCompound representation of this ServerNBTStorage
1468func_35796_acombine0merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
1469func_35797_ddeincrementDuration0
1470func_35798_aonUpdate0
1471func_35799_agetPotionID0Retrieve the ID of the potion this effect matches.
1472func_357_breadEntityFromNBT0(abstract) Protected helper method to read subclass entity data from NBT.
1473func_35800_bperformEffect0
1474func_35801_cgetAmplifier0
1475func_35802_bgetDuration0
1476func_35806_benableLightmap0Enable lightmap in secondary texture unit
1477func_35807_dupdateTorchFlicker0Recompute a random value that is applied to block color in updateLightmap()
1478func_35808_eupdateLightmap0
1479func_35809_cupdateFovModifierHand0Update FOV modifier hand
1480func_35810_adisableLightmap0Disable secondary texture unit used by lightmap
1481func_35829_bgetValue0
1482func_35830_agetKey0
1483func_35835_bsetBrightness0
1484func_35839_kupdateSkylight_do0Runs delayed skylight updates.
1485func_35840_cgetPrecipitationHeight0Gets the height to which rain/snow will fall. Calculates it if not already stored.
1486func_35841_jupdateSkylight0Checks whether skylight needs updated; if it does, calls updateSkylight_do
1487func_35842_dupdateSkylightNeighborHeight0
1488func_35843_apopulateChunk0
1489func_35847_bgetNextComponent0
1490func_35848_cgetNextValidComponent0
1491func_35849_aprepareStructurePieces0sets up Arrays with the Structure pieces and their weights
1492func_35850_agetNextValidComponentAccess0
1493func_35851_agetStrongholdComponentFromWeightedPiece0translates the PieceWeight class to the Component class
1494func_35852_bgetStrongholdStones0
1495func_35853_ccanAddStructurePieces0
1496func_35858_bcontainsItem0Return true if an object is associated with the given key
1497func_35859_clookupEntry0Returns the key/object mapping for a given key as a MCHashEntry
1498func_35860_bgetKeySet0Return the Set of all keys stored in this MCHash object
1499func_35862_aonPlayerStoppedUsing0Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount
1500func_35863_bonFoodEaten0
1501func_35864_aloadItemStackFromNBT0
1502func_35865_ngetItemUseAction0
1503func_35866_mgetMaxItemUseDuration0
1504func_35880_agenerateOres0Generates ores in the current chunk
1505func_35881_adecorate0Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
1506func_35882_bdecorate0The method that does the work of actually decorating chunks
1507func_35883_bgenStandardOre20Standard ore generation helper. Generates Lapis Lazuli.
1508func_35884_agenStandardOre10Standard ore generation helper. Generates most ores.
1509func_358_caddEntityID0adds the ID of this entity to the NBT given
1510func_35917_risMapFeaturesEnabled0Get whether the map features (e.g. strongholds) generation is enabled or disabled.
1511func_35918_qgetGameType0Get the game type, 0 for survival, 1 for creative.
1512func_35922_arenderBlockPane0
1513func_35923_arenderBlockFenceGate0Render block fence gate
1514func_35924_cgetAoBrightness0Get ambient occlusion brightness
1515func_35925_arenderBlockFence0
1516func_35926_arenderBlockStemBig0Render block stem big
1517func_35928_arenderBlockStemSmall0Render block stem small
1518func_35929_irenderBlockVine0Render block vine
1519func_35930_lrenderBlockCrops0Render block crops
1520func_35957_aperformWorldGenSpawning0Called during chunk generation to spawn initial creatures.
1521func_35958_dunpressKey0
1522func_35959_aunPressAllKeys0
1523func_35960_aonTick0
1524func_35961_bresetKeyBindingArrayAndHash0
1525func_35962_cisPressed0
1526func_35963_asetKeyBindState0
1527func_35968_asetTextureSize0Returns the model renderer with the new texture parameters.
1528func_35969_aaddChild0Sets the current box's rotation points and rotation angles to another box.
1529func_359_GhandleLavaMovement0Whether or not the current entity is in lava
1530func_36000_gupdatePotionEffects0
1531func_36001_agetExperiencePoints0Get the experience points the entity currently has.
1532func_36002_fremovePotionEffect0input is the potion id to remove from the current active potion effects
1533func_360_dgetDistanceSq0Gets the squared distance to the position. Args: x, y, z
1534func_361_egetDistance0Gets the distance to the position. Args: x, y, z
1535func_363_dwriteToNBT0Save the entity to NBT (calls an abstract helper method to write extra data)
1536func_364_baddToPlayerScore0Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd
1537func_365_csetLocationAndAngles0Sets the location and Yaw/Pitch of an entity in the world
1538func_366_i_updateRiderPosition0
1539func_367_bdropItem0Drops an item stack at the entity's position. Args: itemID, count
1540func_368_ereadFromNBT0Reads the entity from NBT (calls an abstract helper method to read specialized data)
1541func_370_e_onUpdate0Called to update the entity's position/logic.
1542func_371_asetSize0Sets the width and height of the entity. Args: width, height
1543func_372_f_getBoundingBox0returns the bounding box for this entity
1544func_373_sgetEyeHeight0
1545func_374_qpreparePlayerToSpawn0Keeps 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)
1546func_375_anewDoubleNBTList0creates a NBT list from the array of doubles passed to this function
1547func_376_csetRotation0Sets the rotation of the entity
1548func_377_anewFloatNBTList0Returns a new NBTTagList filled with the specified floats
1549func_378_asetPositionAndRotation20Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX, posY, posZ, yaw, pitch
1550func_379_dgetDistanceToEntity0Returns the distance to the entity. Args: entity
1551func_380_fapplyEntityCollision0Applies a velocity to each of the entities pushing them away from each other. Args: entity
1552func_381_oisSneaking0Returns if this entity is sneaking.
1553func_382_agetBrightness0Gets how bright this entity is.
1554func_383_b_getCollisionBox0Returns 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.
1555func_384_aisInRangeToRenderDist0Checks 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
1556func_385_d_canBePushed0Returns true if this entity should push and be pushed by other entities when colliding.
1557func_387_egetDistanceSqToEntity0Returns the squared distance to the entity. Args: entity
1558func_388_vgetYOffset0Returns the Y Offset of this entity.
1559func_389_HgetEntityString0Returns the string that identifies this Entity's class
1560func_390_aisInRangeToRenderVec3D0Checks using a Vec3d to determine if this entity is within range of that vector to be rendered. Args: vec3D
1561func_391_yonEntityUpdate0Gets called every tick from main Entity class
1562func_392_h_getShadowSize0
1563func_393_aisInsideOfMaterial0Checks if the current block the entity is within of the specified material type
1564func_394_adropItemWithOffset0Drops an item stack with a specified y offset. Args: itemID, count, yOffset
1565func_395_FsetDead0Will get destroyed next tick.
1566func_396_aattackEntityFrom0Called when the entity is attacked.
1567func_397_g_handleWaterMovement0Returns if this entity is in water and will end up adding the waters velocity to the entity
1568func_398_asetWorld0Sets the reference to the World object.
1569func_399_bsetPositionAndRotation0Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
1570func_40001_xrunGameLoop0Called repeatedly from run()
1571func_40002_bexitToMainMenu0Unloads the current world, and displays a String while waiting
1572func_40003_bupdateDebugProfilerName0Update debugProfilerName in response to number keys in debug screen
1573func_40008_a_getCenter0
1574func_40010_afindValidPlacement0
1575func_40014_afindValidPlacement0
1576func_40016_cgetNextComponentZ0Gets the next component in the +/- Z direction
1577func_40017_agetTotalWeight0
1578func_40018_agetNextComponent0Finds a random component to tack on to the bridge. Or builds the end.
1579func_40019_bgetNextComponentX0Gets the next component in the +/- X direction
1580func_40020_agetNextComponent0
1581func_40021_aisAboveGround0Checks if the bounding box's minY is > 10
1582func_40022_agetNextComponentNormal0Gets the next component in any cardinal direction
1583func_40025_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1584func_40026_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1585func_40028_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1586func_40029_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1587func_40030_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1588func_40031_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1589func_40032_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1590func_40033_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1591func_40038_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1592func_40039_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1593func_40040_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1594func_40041_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1595func_40042_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1596func_40043_agetVillagerType0Returns the villager type to spawn in this component, based on the number of villagers already spawned.
1597func_40044_aspawnVillagers0Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers
1598func_40045_Bextinguish0Removes fire from entity.
1599func_40046_dsetFire0Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
1600func_40047_DisImmuneToFire0
1601func_40048_XgetParts0Return the Entity parts making up this Entity (currently only for dragons)
1602func_40049_bsetBrewTime0
1603func_40050_ocanBrew0
1604func_40051_bgetPotionResult0The result of brewing a potion of the specified damage value with an ingredient itemstack.
1605func_40052_pbrewPotions0
1606func_40053_ggetBrewTime0
1607func_40054_ngetFilledSlots0returns an integer with each bit specifying wether that slot of the stand contains a potion
1608func_40071_aonImpact0Called when this EntityFireball hits a block or entity.
1609func_40075_egetGravityVelocity0Gets the amount of gravity to apply to the thrown entity with each tick.
1610func_40076_asetThrowableHeading0Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
1611func_40078_aonImpact0Called when this EntityThrowable hits a block or entity.
1612func_4007_adisplayUnexpectedThrowable0Displays an unexpected error that has come up during the game.
1613func_40088_ggetPotionDamage0Returns the damage value of the thrown potion that this EntityPotion represents.
1614func_40090_amoveTowards0The location the eye should float/move towards. Currently used for moving towards the nearest stronghold. Args: strongholdX, strongholdY, strongholdZ
1615func_40097_bsetRBGColorF0
1616func_40098_ngetRedColorF0
1617func_40099_csetParticleTextureIndex0Public method to set private field particleTextureIndex.
1618func_4009_asetRenderManager0Sets the RenderManager.
1619func_400_cfall0Called when the mob is falling. Calculates and applies fall damage.
1620func_40100_qgetParticleTextureIndex0
1621func_40101_ogetGreenColorF0
1622func_40102_pgetBlueColorF0
1623func_40112_aNclearActivePotions0
1624func_40113_jsetPositionAndUpdate0Move the entity to the coordinates informed, but keep yaw/pitch values.
1625func_40114_aHgetHealth0
1626func_40115_dapplyArmorCalculations0Reduces damage, depending on armor
1627func_40116_fdecreaseAirSupply0Decrements the entity's air supply when underwater
1628func_40117_cgetMaxHealth0
1629func_40118_aOgetActivePotionEffects0
1630func_40119_argetTotalArmorValue0Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
1631func_4011_adoRenderFishHook0Actually renders the fishing line and hook
1632func_40120_m_onDeathUpdate0handles entity death timer, experience orb and particle creation
1633func_40121_ksetEntityHealth0
1634func_40122_aPisEntityUndead0Returns true if this entity is undead.
1635func_40123_acgetSoundPitch0Gets the pitch of living sounds in living entities.
1636func_40124_tgetCreatureAttribute0Get this Entity's EnumCreatureAttribute
1637func_40125_gdamageArmor0
1638func_40126_aisPotionApplicable0
1639func_40127_lisChild0If Animal, checks if the age timer is negative
1640func_40128_bapplyPotionDamageCalculations0Reduces damage, depending on potions
1641func_4012_adoRenderFireball0
1642func_40130_aigetAttackStrength0Gets the amount of damage dealt to the player when "attacked" by the slime.
1643func_40131_afgetJumpDelay0Gets the amount of time the slime needs to wait between jumps.
1644func_40132_aecreateInstance0
1645func_40133_aomakesSoundOnJump0Returns true if the slime makes a sound when it jumps (based upon the slime's size)
1646func_40134_akmakesSoundOnLand0Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
1647func_40135_acgetSlimeParticle0Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
1648func_40137_ahcanDamagePlayer0Indicates weather the slime is able to damage the player (based upon the slime's size)
1649func_40138_ajgetJumpSound0Returns the name of the sound played when the slime jumps.
1650func_4013_asetRenderPassModel0Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model
1651func_40143_aisWheat0Checks if the parameter is an wheat item.
1652func_40144_bprocreate0Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
1653func_40145_aspawnBabyAnimal0This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
1654func_40147_YisValidLightLevel0Checks to make sure the light is not too bright where the mob is spawning
1655func_40148_asetBesideClimbableBlock0Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
1656func_40149_l_isBesideClimbableBlock0Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
1657func_40155_esuperAttackFrom0Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden
1658func_40156_aattackEntityFromPart0
1659func_40158_adestroyBlocksInAABB0Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
1660func_40159_bsimplifyAngle0Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
1661func_4015_arenderSpecials0Method for adding special render rules
1662func_40160_agetMovementOffsets0Returns 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.
1663func_4016_esetFull3D0Sets bFull3D to True and return the object.
1664func_4017_aisFull3D0Returns True is the item is renderer in full 3D when hold.
1665func_40180_adisplayGUIBrewingStand0Displays the GUI for interacting with a brewing stand.
1666func_40181_cdisplayGUIEnchantment0
1667func_40182_btravelToTheEnd0
1668func_40183_conEnchantmentCritical0
1669func_40184_iremoveExperience0Decrease the player level, used to pay levels for enchantments on items at enchanted table.
1670func_40186_creadNBTTagCompound0Reads a compressed NBTTagCompound from the InputStream
1671func_40187_breadItemStack0Reads a ItemStack from the InputStream
1672func_40188_awriteItemStack0Writes the ItemStack's ID (short), then size (byte), then damage. (short)
1673func_40189_awriteNBTTagCompound0Writes a compressed NBTTagCompound to the OutputStream
1674func_4018_acanHarvestBlock0Returns if the item (tool) can harvest results from the block type.
1675func_40195_bcopy0Creates a clone of the tag.
1676func_40196_bgetTag0gets a generic tag with the specified name
1677func_40198_aquantityDroppedWithBonus0Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
1678func_4019_buseItemOnEntity0Called when a player right clicks a entity with a item.
1679func_401_c_canBeCollidedWith0Returns true if other Entities should be prevented from moving through this Entity.
1680func_4020_agetDamageVsEntity0Returns the damage against a given entity.
1681func_40212_disEnderEyeInserted0checks if an ender eye has been inserted into the frame block. parameters: metadata
1682func_40218_gdisplayDebuffEffects0Displays debuff/potion effects that are currently being applied to the player
1683func_4021_ahitEntity0Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
1684func_4022_asetIconIndex0Sets the icon index for this item. Returns the item.
1685func_40233_aenchantItem0enchants the item on the table using the specified slot; also deducts XP from player
1686func_4023_bshouldRotateAroundWhenRendering0Returns true if this item should be rotated by 180 degrees around the Y axis when being held in an entities hands.
1687func_40244_acalculateModifier0Generic method use to calculate modifiers of offensive or defensive enchantment values.
1688func_40249_agenerateRandomEnchantName0Generates a random enchant name.
1689func_4024_asetStepSound0Sets the footstep sound for the block. Returns the object for convenience in constructing.
1690func_40250_asetRandSeed0Sets the seed for the enchant name RNG.
1691func_4025_dtickRate0How many world ticks before ticking
1692func_4026_aonBlockPlacedBy0Called when the block is placed in the world.
1693func_40270_arenderModel0Renders the model in RenderLiving
1694func_40271_adoRenderSheep0
1695func_40274_ascaleMagmaCube0
1696func_40275_arenderMagmaCube0
1697func_40277_arenderBlaze0
1698func_40279_arenderDragonDying0Renders the animation for when an enderdragon dies
1699func_4027_conBlockDestroyedByExplosion0Called upon the block being destroyed by an explosion
1700func_40280_arenderDragonModel0Renders the dragon model. Called by renderModel.
1701func_40281_arenderDragon0Renders the dragon, along with its dying animation
1702func_40282_arotateDragonBody0Used to rotate the dragon as a whole in RenderDragon. It's called in the rotateCorpse method.
1703func_40283_arenderGlow0Renders the overlay for glowing eyes and the mouth. Called by shouldRenderPass.
1704func_40294_arenderVillager0
1705func_40297_agetTextureOffset0
1706func_40298_asetTextureOffset0
1707func_402_hgetMountedYOffset0Returns the Y offset from the entity's position for any entity riding this one.
1708func_40307_aupdateRotations0Updates 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
1709func_4031_hrefreshTrackShape0Completely recalculates the track shape based on neighboring tracks
1710func_4032_a_tryToCreatePortal0Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z
1711func_4033_cplayRandomMusicIfReady0If its time to play new music it starts it up.
1712func_40348_ccountSetFlags0Count the number of bits in an integer set to ON.
1713func_40349_bisFlagSet0Returns 1 if the flag is set, 0 if it is not set.
1714func_4034_Gkill0sets the dead flag. Used when you fall off the bottom of the world.
1715func_40350_abrewBitOperations0Does 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.
1716func_40353_cisFlagUnset0Returns 0 if the flag is set, 1 if it is not set.
1717func_40355_aparsePotionEffects0
1718func_40356_aapplyIngredient0Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
1719func_40357_acheckFlag0Is the bit given set to 1?
1720func_4035_j_getCollisionBorderSize0
1721func_40360_bgetPotionEffects0Returns a list of effects for the specified potion damage value.
1722func_40376_afindClosestStructure0Returns the location of the closest structure of the specified type. If not found returns null.
1723func_40377_agetPossibleCreatures0Returns a list of creatures of the specified type that can spawn at the given location.
1724func_4037_HgetLookVec0returns a (normalized) vector of where this entity is looking
1725func_4038_JsetOnFireFromLava0Called whenever the entity is walking inside of lava.
1726func_40397_dgetItemDisplayName0
1727func_40398_fgetRarity0Return an item rarity from EnumRarity
1728func_40399_bgetItemEnchantability0Return the enchantability factor of the item, most of the time is based on material.
1729func_4039_qsetInPortal0Called by portal blocks when an entity is within it.
1730func_403_bisOffsetPositionInLiquid0Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
1731func_40400_hgetLocalItemName0
1732func_40401_iisItemTool0Checks isDamagable and if it cannot be stacked
1733func_40402_agetMovingObjectPositionFromPlayer0
1734func_40403_ehasEffect0
1735func_40404_aaddInformation0allows items to add custom lines of information to the mouseover description
1736func_40405_mgetPotionEffect0Returns a string representing what this item does to a potion.
1737func_40406_nisPotionIngredient0Returns true if this item serves as a potion ingredient (its ingredient information is not null).
1738func_40407_bsetPotionEffect0Sets the string representing this item's effect on a potion when used as an ingredient.
1739func_4042_acalculateVelocity0
1740func_40431_c_getEffects0Returns a list of effects for the specified potion damage value.
1741func_40432_eisEffectInstant0
1742func_40433_cisSplash0returns wether or not a potion is a throwable splash potion based on damage value
1743func_40434_a_getEffects0Returns a list of potion effects for the specified itemstack.
1744func_40436_cgetMaxDamageArray0Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)
1745func_4043_icatchFish0
1746func_40444_cshouldRenderClouds0Should render clouds
1747func_4044_adamageEntity0Deals 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
1748func_40451_bsetClientActiveTexture0Sets the current lightmap texture to the specified OpenGL constant
1749func_40452_asetActiveTexture0Sets the current lightmap texture to the specified OpenGL constant
1750func_40453_ainitializeTextures0Initializes the texture constants to be used when rendering lightmap values
1751func_40454_asetLightmapTextureCoords0Sets the current coordinates of the given lightmap texture
1752func_4045_lgetHeldItem0Returns the item that this EntityLiving is holding, if any.
1753func_40468_dgetEffectName0
1754func_40469_fgetEntrancePortalLocation0Gets the hard-coded portal location to use when entering this dimension
1755func_40470_bgetMoonPhase0
1756func_40471_pisBlockFreezable0checks to see if a given block is both water and is cold enough to freeze
1757func_40472_jgetEntrancePortalLocation0Gets the hard-coded portal location to use when entering this dimension
1758func_40473_bgetClosestVulnerablePlayer0Returns the closest vulnerable player within the given radius, or null if none is found.
1759func_40474_agetRandomMob0Gets a random mob for spawning in this world.
1760func_40475_dgetMoonPhase0
1761func_40476_bcanBlockFreeze0checks 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
1762func_40477_bfindClosestStructure0Returns the location of the closest structure of the specified type. If not found returns null.
1763func_40478_rcanSnowAt0Tests whether or not snow can be placed at a given location
1764func_40479_ygetSaveHandler0Returns this world's current save handler
1765func_40480_bgetClosestVulnerablePlayerToEntity0Returns the closest vulnerable player to this entity within the given radius, or null if none is found
1766func_40481_qisBlockFreezableNaturally0checks to see if a given block is both water and has at least one immediately adjacent non-water block
1767func_40484_agetNearestInstance0
1768func_40485_bgetSpawnList0
1769func_40487_cgetTranslatedName0Returns the correct traslated name of the enchantment and the level in roman numbers.
1770func_40488_dgetName0Return the name of key in translation table of this enchantment.
1771func_40489_bgetMaxEnchantability0Returns the maximum value of enchantability nedded on the enchantment level passed.
1772func_40490_acalcModifierLiving0Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
1773func_40491_agetMaxLevel0Returns the maximum level that the enchantment can have.
1774func_40492_agetMinEnchantability0Returns the minimal value of enchantability needed on the enchantment level passed.
1775func_40493_cgetMinLevel0Returns the minimum level that the enchantment can have.
1776func_40494_asetName0Sets the enchantment name
1777func_40495_bgetWeight0
1778func_40496_acanApplyTogether0Determines if the enchantment passed can be applyied together with this enchantment.
1779func_40497_acalcModifierDamage0Calculates de damage protection of the enchantment based on level and damage source passed.
1780func_4049_hbecomeAngryAt0Causes this PigZombie to become angry at the supplied Entity (which will be a player).
1781func_404_cgetFXLayer0
1782func_4052_adisplayGUIEditSign0Displays the GUI for editing a sign. Args: tileEntitySign
1783func_40530_dgetSaveDirectoryName0Returns the name of the directory where world information is saved
1784func_40540_agetTemperatureAtHeight0Return an adjusted version of a given temperature based on the y height
1785func_40542_bcauseIndirectMagicDamage0
1786func_40543_kfireDamage0Returns true if the damage is fire based.
1787func_40544_csetProjectile0Define the damage type as projectile based.
1788func_40545_lgetDamageType0Return the name of damage type.
1789func_40546_jsetFireDamage0Define the damage type as fire based.
1790func_40547_bisProjectile0Returns true if the damage is projectile based.
1791func_40550_A_writeNextIO0Returns a boolean stating if the write was unsuccessful.
1792func_40557_cgetHardcoreEnabled0Returns true if hardcore mode is enabled, otherwise false
1793func_40559_asetRandomHeight0
1794func_40560_bgetComponents0
1795func_40561_acountPacket0
1796func_40566_awaitForFinish0
1797func_40567_aqueueIO0threaded io
1798func_40568_bprocessQueue0Process the items that are in the queue
1799func_4056_NsendMotionUpdates0Send updated motion and position information to the server
1800func_40574_bgetDamageReductionAmount0Return 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)
1801func_40575_agetEnchantability0Return the enchantability factor of the material.
1802func_40576_agetDurability0Returns the durability for a armor slot of for this type.
1803func_40591_acompress0
1804func_40592_adecompress0
1805func_40593_asendEnchantPacket0GuiEnchantment uses this during multiplayer to tell PlayerControllerMP to send a packet indicating the enchantment action the player has taken.
1806func_40594_gisHardcoreModeEnabled0
1807func_40596_fgetCenterY0
1808func_40597_egetCenterX0
1809func_40598_ggetCenterZ0
1810func_40599_ahandleEnchantItem0
1811func_4059_agenerateNetherTerrain0Generates the shape of the terrain in the nether.
1812func_40600_breadCapabilitiesFromNBT0
1813func_40601_awriteCapabilitiesToNBT0
1814func_40602_asetTextureOffset0
1815func_40603_aaddBox0
1816func_40604_aaddBox0
1817func_4060_agenerateTerrain0Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
1818func_40610_ggetEffectiveness0
1819func_40611_egetStatusIconIndex0Returns the index for the icon to display when the potion is active.
1820func_40612_iisUsable0
1821func_40613_aaffectEntity0Hits the provided entity with this potion's instant effect.
1822func_40614_asetEffectiveness0
1823func_40615_fisBadEffect0This method returns true if the potion effect is bad - negative - for the entity.
1824func_40616_hsetPotionUnusable0
1825func_40617_dhasStatusIcon0Returns true if the potion has a associated status icon to display in then inventory when active.
1826func_40618_asetIconIndex0Sets the index for the icon displayed in the player's inventory when the status is active.
1827func_40619_agetId0returns the ID of the potion
1828func_4061_ainitializeNoiseField0generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1829func_40620_agetDurationString0
1830func_40621_jgetLiquidColor0Returns the color of the potion liquid.
1831func_40622_bisInstant0Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
1832func_40623_cgetName0returns the name of the potion
1833func_40629_acalcItemStackEnchantability0Returns 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)
1834func_4062_areplaceBlocksForBiome0Replaces the stone that was placed in with blocks that match the biome
1835func_40630_agetEnchantmentModifierLiving0Return the (magic) extra damage of the enchantments on player equipped item.
1836func_40631_cgetFireAspectModifier0Return the fire aspect value of enchantments on equipped player item.
1837func_40632_agetRespiration0Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
1838func_40633_ggetAquaAffinityModifier0Returns the aqua affinity status of enchantments on current equipped item of player.
1839func_40634_bgetEnchantmentLevel0Returns the level of enchantment on the ItemStack passed.
1840func_40635_amapEnchantmentData0Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
1841func_40636_agetMaxEnchantmentLevel0Returns the biggest level of the enchantment on the array of ItemStack passed.
1842func_40637_fgetLootingModifier0Returns the looting enchantment modifier of the current equipped item of player.
1843func_40638_egetFortuneModifier0Returns the fortune enchantment modifier of the current equipped item of player.
1844func_40639_aapplyEnchantmentModifierArray0Executes the enchantment modifier on the array of ItemStack passed.
1845func_4063_arenderPumpkinBlur0
1846func_40640_cgetUnbreakingModifier0Returns the unbreaking enchantment modifier on current equipped item of player.
1847func_40641_aapplyEnchantmentModifier0Executes the enchantment modifier on the ItemStack passed.
1848func_40642_bgetEfficiencyModifier0Return the extra efficiency of tools based on enchantments on equipped player item.
1849func_40643_agetEnchantmentModifierDamage0Returns the modifier of protection enchantments on armors equipped on player.
1850func_40644_abuildEnchantmentList0Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
1851func_40645_bgetKnockbackModifier0Returns the knockback value of enchantments on equipped player item.
1852func_40646_dgetSilkTouchModifier0Returns the silk touch status of enchantments on current equipped item of player.
1853func_4064_arenderVignette0Renders the vignette. Args: vignetteBrightness, width, height
1854func_40650_acanEnchantItem0Return true if the item passed can be enchanted by a enchantment of this type.
1855func_4065_brenderPortalOverlay0Renders the portal overlay. Args: portalStrength, width, height
1856func_40660_aclearProfiling0Clear profiling
1857func_40661_cendStartSection0End current section and start a new section
1858func_40662_bendSection0End section
1859func_40663_astartSection0Start section
1860func_40664_bgetProfilingData0Get profiling data
1861func_4066_arenderGameOverlay0Render the ingame overlay with quick icon bar, ...
1862func_40670_arender0Draw the six sided box defined by this ModelBox
1863func_4067_aparseIntWithDefault0
1864func_40686_arenderItemIn2D0Renders an item held in hand as a 2D texture with thickness
1865func_40687_bgetSecondaryComponents0
1866func_40688_acreateNextComponent0
1867func_40689_agetPrimaryComponents0
1868func_40690_bcreateNextComponentRandom0
1869func_406_arenderParticle0
1870func_40700_agetDisplayColor0Compute the color used to display this ProfilerResult on the debug screen
1871func_40701_acompareProfilerResult0Called from compareTo()
1872func_40705_aaddEnchantment0Adds an enchantment with a desired level on the ItemStack.
1873func_40706_dsetTagCompound0Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
1874func_40707_sgetRarity0
1875func_40708_tisItemEnchantable0True if it is a tool and has no enchantments to begin with
1876func_40709_ogetTagCompound0Returns the NBTTagCompound of the ItemStack.
1877func_4070_aloadBlockGeneratorData0Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth
1878func_40710_nhasTagCompound0Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
1879func_40711_uisItemEnchanted0True if the item has enchantment data
1880func_40712_qgetItemNameandInformation0gets a list of strings representing the item name and successive extra data, eg Enchantments and potion effects
1881func_40713_rhasEffect0
1882func_40714_pgetEnchantmentTagList0
1883func_4071_agetTemperatures0Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length
1884func_40724_sisHardcoreModeEnabled0Returns true if hardcore mode is enabled, otherwise false
1885func_40726_mrenderBlockLilyPad0Render BlockLilyPad
1886func_40727_aclearOverrideBlockTexture0Clear override block texture
1887func_40728_arenderBlockCauldron0Render block cauldron
1888func_40729_srenderBlockEndPortalFrame0Render BlockEndPortalFrame
1889func_40730_arenderBlockBrewingStand0Render BlockBrewingStand
1890func_40731_egetEnchantability0Return the natural enchantability factor of the material.
1891func_40735_agetCenterXPos0
1892func_40736_bgetCenterZPosition0
1893func_40737_agetChunkPosition0
1894func_4073_agetBiomeGenAt0Returns the BiomeGenBase related to the x, z position on the world.
1895func_40740_kgetChunkCoordIntPair0Gets a ChunkCoordIntPair representing the Chunk's position.
1896func_40751_asetComponentType0
1897func_4075_agetWorldChunkManager0
1898func_4076_bsetSpawnLocation0Sets a new spawn location by finding an uncovered block at a random (x,z) location in the chunk.
1899func_4079_agetSkyColor0Calculates the color for the skybox
1900func_407_bmultiplyVelocity0
1901func_4080_jtickBlocksAndAmbiance0plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
1902func_4081_acreateChunkProvider0Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
1903func_4082_dgetFogColor0Returns vector(ish) with R/G/B for fog
1904func_4083_egetTopSolidOrLiquidBlock0Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z
1905func_4084_aupdateEntityWithOptionalForce0Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate
1906func_4086_dgetLightValue0Gets the light value of the specified block coords. Args: x, y, z
1907func_4087_bcreatePlayer0
1908func_408_asetArrowHeading0Uses 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
1909func_4093_bgenerateLightBrightnessTable0Creates the light to brightness table
1910func_4094_cgetChunkProvider0Returns the chunk provider back for the world provider
1911func_4095_aregisterWorld0associate an existing world with a World provider, and setup its lightbrightness table
1912func_4096_agetFogColor0Return Vec3D with biome specific fog color
1913func_4097_bcalcSunriseSunsetColors0Returns array with sunrise/sunset colors
1914func_4098_aregisterWorldChunkManager0creates a new world chunk manager for WorldProvider
1915func_409_iexplode0
1916func_41001_ZgetAir0
1917func_41002_aplayStepSound0Plays step sound at given x, y, z for the entity
1918func_41003_gsetAir0
1919func_41004_hisEntityEqual0Returns true if Entity argument is equal to this Entity
1920func_41005_brenderBrokenItemStack0Renders broken item particles using the given ItemStack
1921func_41006_aAsetNewTarget0Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
1922func_41008_acollideWithEntities0Pushes all entities inside the list away from the enderdragon.
1923func_41009_battackEntitiesInList0Attacks all entities inside this list, dealing 5 hearts of damage.
1924func_4100_acalculateCelestialAngle0Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
1925func_41010_axgetDragonHealth0Returns the health points of the dragon.
1926func_41011_ayupdateDragonEnderCrystal0Updates the state of the enderdragon's current endercrystal.
1927func_41012_acreateEnderPortal0Creates the ender portal leading back to the normal world after defeating the enderdragon.
1928func_41014_dcopyPlayer0Copy the inventory and various stats from another EntityPlayer
1929func_41015_bsetDamageTaken0Sets the damage taken from the last hit.
1930func_41016_igetForwardDirection0Gets the forward direction of the entity.
1931func_41017_dsetForwardDirection0Sets the forward direction of the entity.
1932func_41018_hgetTimeSinceHit0Gets the time since the last hit.
1933func_41019_csetTimeSinceHit0Sets the time to count down from since the last time entity was hit.
1934func_4101_agetProviderForDimension0
1935func_41020_ggetDamageTaken0Gets the damage taken from the last hit.
1936func_41021_bgetInventorySlotContainItemAndDamage0
1937func_41022_acopyInventory0Copy the ItemStack contents from another InventoryPlayer instance
1938func_41026_gisMinecartPowered0Is this minecart powered (Fuel > 0)
1939func_41027_bsetMinecartPowered0Set if this minecart is powered (Fuel > 0)
1940func_4102_acanCoordinateBeSpawn0Will check if the x, z position specified is alright to be set as the map spawn point
1941func_41033_asetBlockNames0Sets the array of strings to be used for name lookups from item damage to metadata
1942func_41039_crenderBossHealth0Renders dragon's (boss) health on the HUD
1943func_4103_aonPickupFromSlot0Called when the player picks up an item from an inventory slot
1944func_41041_erespawnPlayer0Respawns the player.
1945func_41049_c_createStackedBlock0Returns 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.
1946func_4104_egetSlotStackLimit0Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
1947func_41052_fisValidSupportBlock0Checks 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.
1948func_41053_disPoweredOrRepeater0Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered.
1949func_41054_hteleportNearby0Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
1950func_41055_gfallIfPossible0Checks if the dragon egg can fall down, and if so, makes it fall.
1951func_4105_aisItemValid0Check if the stack is a valid item for this slot. Always true beside for the armor slots.
1952func_41060_asetBlockAndMetadata0Sets the block in the world, notifying neighbors if enabled.
1953func_41062_bgetWatchableObjectShort0
1954func_41065_aprojectViewFromEntity0Returns a vector representing the projection along the given entity's view for the given distance
1955func_41066_agetBlockIdAtEntityViewpoint0Returns the block ID at the current camera location (either air or fluid), taking into account the height of fluid blocks
1956func_41067_aupdateRenderInfo0Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
1957func_4106_bplaceInExistingPortal0Place an entity in a nearby portal which already exists.
1958func_4107_aplaceInPortal0Place an entity in a nearby portal, creating one if necessary.
1959func_41081_agetPendingBlockUpdates0
1960func_41082_bisBlockNormalCubeDefault0Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter.
1961func_41083_escheduleBlockUpdateFromLoad0Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
1962func_41084_aclamp_int0Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
1963func_41085_cgetKeyDisplayString0Represents a key or mouse button as a string. Args: key
1964func_41088_arenderBlockDragonEgg0
1965func_41089_cenableGUIStandardItemLighting0Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
1966func_4108_ccreatePortal0Create a new portal near an entity.
1967func_4109_agenerateNoiseOctaves0Bouncer function to the main one with some default arguments.
1968func_410_ionValidSurface0checks to make sure painting can be placed there
1969func_4113_ahandleChat0
1970func_4114_bregisterPacket0
1971func_4115_ahandleLogin0
1972func_4117_agetEntityClassRenderObject0
1973func_4119_agetSpawningChance0returns the chance a creature has to spawn.
1974func_4123_bsetColor0
1975func_4125_asetBiomeName0
1976func_4126_agetSkyColorByTemp0takes temperature, returns color
1977func_4128_agenerateCaveNode0Generates a node in the current cave system recursion tree.
1978func_4129_agenerateLargeCaveNode0Generates a larger initial cave node than usual. Called 25% of the time.
1979func_4130_fsetBurning0Set the canBurn bool to True and return the current object.
1980func_4132_arenderItem0Renders the item stack for being in an entity's hand Args: itemStack
1981func_4133_arenderItemInFirstPerson0Renders the active item in the player's hand when in first person mode. Args: partialTickTime
1982func_4134_crenderWorld0
1983func_4135_brenderHand0Render player hand
1984func_4136_bupdateCameraAndRender0Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
1985func_4137_hupdateFogColor0calculates fog and calls glClearColor
1986func_4138_gorientCamera0sets up player's eye (or camera in third person mode)
1987func_4139_asetupCameraTransform0sets up projection, view effects, camera position/rotation
1988func_4140_asetupFog0Sets 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.
1989func_4141_brenderClouds0
1990func_4142_arenderSky0Renders the sky with the partial tick time. Args: partialTickTime
1991func_4144_agetSpecialRendererForClass0Returns the TileEntitySpecialRenderer used to render this TileEntity class, or null if it has no special renderer
1992func_4146_agetFoliageColor0Gets foliage color from temperature and humidity. Args: temperature, humidity
1993func_4147_agetGrassColor0Gets grass color from temperature and humidity. Args: temperature, humidity
1994func_4148_asaveScreenshot0Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot.
1995func_4149_aclearBoundingBoxPool0Sets the number of bounding boxes in use from the pool to 0 so they will be reused
1996func_4150_aisVecInside0Returns if the supplied Vec3D is completely inside the bounding box
1997func_4152_arenderStandardBlockWithColorMultiplier0Renders a standard cube block at the given coordinates, with a given color ratio. Args: block, x, y, z, r, g, b
1998func_4153_agetRandomSpawningPointInChunk0Given a chunk, find a random position in it.
1999func_4154_aperformSpawning0The main spawning algorithm, spawns three random creatures of types in the subclass array
2000func_415_zspawnExplosionParticle0Spawns an explosion particle around the Entity's location
2001func_416_arayTrace0Performs a ray trace for the distance specified and using the partial tick time. Args: distance, partialTickTime
2002func_417_bupdateRotation0Arguments: current rotation, intended rotation, max increment.
2003func_418_b_updateEntityActionState0
2004func_419_bonDeath0Called when the mob's health reaches 0.
2005func_420_ccanEntityBeSeen0returns true if the entity provided in the argument can be seen. (Raytrace)
2006func_421_bgetTalkInterval0Get number of ticks, at least during which the living entity will be silent.
2007func_422_ggetDropItemId0Returns the item ID for the item the mob drops on death.
2008func_424_Cjump0Causes this entity to do an upwards motion (jumping).
2009func_425_jonLivingUpdate0Called 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.
2010func_426_bfaceEntity0Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
2011func_427_egetPosition0interpolated position vector
2012func_429_AisOnLadder0returns true if this entity is by a ladder, false otherwise
2013func_43001_aonFallenUpon0Block's chance to react to an entity falling on it.
2014func_430_fgetLook0interpolated look vector
2015func_431_dgetSwingProgress0Returns where in the swing animation the living entity is (from 0 to 1). Args: partialTickTime
2016func_432_bheal0Heal living entity (param: amount of half-hearts)
2017func_433_agetCanSpawnHere0Checks if the entity's current position is a valid location to spawn this entity.
2018func_434_aknockBack0knocks back this entity
2019func_435_bmoveEntityWithHeading0Moves the entity based on the specified heading. Args: strafe, forward
2020func_437_aattackEntity0Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
2021func_438_ifindPlayerToAttack0Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies).
2022func_439_agetBlockPathWeight0Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z
2023func_44001_adisClientWorld0Returns whether the entity is in a local (client) world
2024func_44005_aReturns0the private theGameSettings field.
2025func_44020_igetName0
2026func_44021_dloadLanguageList0
2027func_44022_bgetLanguageList0
2028func_44023_asetLanguage0
2029func_44024_cgetCurrentLanguage0
2030func_44025_aloadLanguage0
2031func_44028_ahandleCustomPayload0
2032func_44029_arenderStringAtPos0Render a single line string at the current (posX,posY) and update posX
2033func_44030_bloadGlyphTexture0Load one of the /font/glyph_XX.png into a new GL texture and store the texture ID in glyphTextureName array.
2034func_44032_asetUnicodeFlag0Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
2035func_44040_agetStringFromID0Finds the class using IDtoClassMapping and classToStringMapping
2036func_440_bsetCreeperFlashTime0Connects the the creeper flashes to the creeper's color multiplier
2037func_441_csetSlimeSize0
2038func_443_a_onItemPickup0Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize
2039func_445_ldisplayWorkbenchGUI0Displays the crafting GUI for a workbench.
2040func_446_ajoinEntityItemWithWorld0Joins the passed in entity item with the world. Args: entityItem
2041func_448_udestroyCurrentEquippedItem0Destroys the currently equipped item from the player's inventory.
2042func_450_agetCurrentPlayerStrVsBlock0Returns how strong the player is against the specified block at this moment
2043func_451_hcollideWithPlayer0
2044func_452_adisplayGUIChest0Displays the GUI for interacting with a chest inventory. Args: chestInventory
2045func_453_adisplayGUIFurnace0Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
2046func_454_bcanHarvestBlock0Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
2047func_457_wswingItem0Swings the item the player is holding.
2048func_46003_gsetJumping0
2049func_46004_aKgetRNG0
2050func_46005_aIgetJumpHelper0
2051func_46006_aRisAIEnabled0Returns true if the newer Entity AI code should be run
2052func_46007_aLgetAITarget0
2053func_46008_aGgetLookHelper0
2054func_46009_aHgetMoveHelper0
2055func_46010_fsetMoveForward0
2056func_46011_aMgetAge0
2057func_46014_aSupdateAITasks0
2058func_46023_bsetKnockbackStrength0Sets the amount of knockback the arrow applies when it hits a mob.
2059func_46024_bsetDamage0
2060func_46025_lgetDamage0
2061func_46028_bgetDoneButton0Returns the private doneButton field.
2062func_46034_aonUpdateMoveHelper0
2063func_46051_agenerate0
2064func_46058_crequiresMultipleRenderPasses0
2065func_46059_idoesContainerItemLeaveCraftingGrid0If 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.
2066func_46064_igetWorldHasNoSky0returns true if there should be no sky, false otherwise
2067func_46065_jgetVoidFogYFactor0Returns 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.
2068func_46066_ggetAverageGroundLevel0
2069func_46068_GgetSeaLevel0Gets sea level for use in rendering the horizen.
2070func_46069_aonUpdateNavigation0
2071func_46072_bnoPath0If null path or reached the end
2072func_46077_dresetTask0Resets the task
2073func_46078_fisContinuous0Returns whether the task requires multiple updates or not
2074func_46079_asetMutexBits0Sets 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.
2075func_46080_estartExecuting0Execute a one shot task or start executing a continuous task
2076func_46081_bupdateTask0Updates the task
2077func_46082_ashouldExecute0Returns whether the EntityAIBase should begin execution.
2078func_46083_cgetMutexBits0Get 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.
2079func_46084_gcontinueExecuting0Returns whether an in-progress EntityAIBase should continue executing
2080func_46107_egetTerrainType0
2081func_46109_disBidrectional0
2082func_46110_disUnicode0
2083func_46115_aonUpdateTasks0
2084func_46117_aareTasksCompatible0Returns whether two EntityAITaskEntries can be executed concurrently
2085func_46118_aaddTask0
2086func_46121_bbidiReorder0Apply Unicode Bidirectional Algorithm to string and return a new possibly reordered string for visual rendering.
2087func_46122_brenderSplitString0Perform 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
2088func_46123_bsetBidiFlag0Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string.
2089func_46124_brenderSplitStringNoShadow0renders a multi-line string with wordwrap (maximum length is parameter k) by means of renderSplitString
2090func_46129_asetJumping0
2091func_46130_bdoJump0Called to actually make the entity jump if isJumping is true.
2092func_46133_tgetTerrainType0
2093func_46135_aparseWorldType0
2094func_46136_agetTranslateName0Gets the translation key for the name of this world type.
2095func_46141_asetLookPositionWithEntity0Sets position to look at using entity
2096func_46142_aonUpdateLook0Updates look
2097func_46143_asetLookPosition0Sets position to look at
2098func_46144_aupdateRotation0
2099func_46152_aaddMapping0Adds a entity mapping with egg info.
2100func_461_asendChatMessage0Sends a chat message from the player. Args: chatMessage
2101func_463_aattackTargetEntityWithCurrentItem0Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
2102func_465_igetWorld0
2103func_468_cgetStackInSlot0Returns the stack in slot i
2104func_469_cgetSizeInventory0Returns the number of slots in the inventory.
2105func_470_egetInventoryStackLimit0Returns 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?*
2106func_471_dgetInvName0Returns the name of the inventory.
2107func_472_asetInventorySlotContents0Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
2108func_473_adecrStackSize0Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
2109func_474_j_onInventoryChanged0Called when an the contents of an Inventory change, usually
2110func_475_bupdateEntity0Allows 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.
2111func_476_aaddMapping0Adds a new two-way mapping between the class and its string name in both hashmaps.
2112func_477_ccreateAndLoadEntity0Creates a new entity and loads its data from the specified NBT.
2113func_478_ggetBlockType0Gets the block type at the location of this entity (client-only).
2114func_479_fgetBlockMetadata0Returns block data at the location of this entity (client-only).
2115func_48078_csetSneaking0Sets the sneaking flag.
2116func_48079_fsetHeadRotationYaw0Sets the head's yaw rotation of the entity.
2117func_48080_jcanAttackWithItem0If returns false, the item will not inflict any damage against entities.
2118func_48081_bgetStackInSlotOnClosing0When 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.
2119func_48082_bsetHomeArea0
2120func_48083_aWdetachHome0
2121func_48084_aLgetNavigator0
2122func_48085_j_dropRareDrop0
2123func_48086_asetRevengeTarget0
2124func_48087_aXhasHome0
2125func_48088_aPgetLastAttackingEntity0
2126func_48089_lsetLastAttackingEntity0
2127func_48090_aMgetEntitySenses0returns the EntitySenses Object for the EntityLiving
2128func_48091_aUgetHomePosition0
2129func_48092_csetAttackTarget0Sets the active target the Task system uses for tracking
2130func_48093_aTisWithinHomeDistanceCurrentPosition0Returns true if entity is within home distance from current position
2131func_48094_aSgetAttackTarget0Gets the active target the Task system uses for tracking
2132func_48095_ueatGrassBonus0This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
2133func_48096_fisWithinHomeDistance0
2134func_48097_s_updateAITick0main AI tick function, replaces updateEntityActionState
2135func_48098_gsetAIMoveSpeed0set the movespeed used for the new AI system
2136func_48099_aVgetMaximumHomeDistance0
2137func_480_agetDistanceFrom0Returns the square of the distance between this entity and the passed in coordinates.
2138func_48101_aRgetAIMoveSpeed0the movespeed used for the new AI system
2139func_48113_aagetVillage0
2140func_48122_dsetGrowingAge0The 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.
2141func_48123_atgetGrowingAge0The 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.
2142func_48124_d_setProfession0
2143func_48125_wgetIsPlayingFlag0
2144func_48126_w_getIsMatingFlag0
2145func_48127_bsetIsPlayingFlag0
2146func_48128_asetIsMatingFlag0
2147func_48129_tgetProfession0
2148func_48134_p_resetInLove0
2149func_48135_bcanMateWith0Returns true if the mob is currently able to mate with the specified mob.
2150func_48136_o_isInLove0Returns if the entity is currently in 'love mode'.
2151func_48138_bsetTamed0
2152func_48139_F_isTamed0
2153func_48140_fsetSitting0
2154func_48141_afisSitting0
2155func_48142_aplayTameEffect0Play the taming effect, will either be hearts or smoke depending on status
2156func_48143_asetOwner0
2157func_48144_ahgetOwner0
2158func_48145_aggetOwnerName0
2159func_48147_csetTameSkin0
2160func_48151_adropPlayerItemWithRandomChoice0Args: itemstack, flag
2161func_48152_asdropOneItem0Called when player presses the drop item key
2162func_48153_adropPlayerItem0Args: 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)
2163func_48180_bmarkBlockNeedsUpdate20As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
2164func_48182_lgetIntArray0Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
2165func_48183_asetIntArray0Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
2166func_48184_bgetSpeed0
2167func_48187_asetMoveTo0Sets the speed and location to move to
2168func_48192_agrowLeaves0
2169func_481_bwriteToNBT0Writes a tile entity to NBT.
2170func_48203_ogetTickRandomly0Returns 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.
2171func_48204_bgetBlocksMovement0
2172func_48205_phasTileEntity0
2173func_48206_gisNormalCube0
2174func_48211_atryToCatchBlockOnFire0
2175func_48212_igetFullMetadata0Returns the full metadata value created by combining the metadata of both blocks the door takes up.
2176func_48214_ggetDoorOrientation0Returns 0, 1, 2 or 3 depending on where the hinge is.
2177func_48216_agetDirection0Returns the orentation value from the specified metadata
2178func_48257_ispawnBaby0Spawns a baby animal of the same type.
2179func_48258_hgetNearbyMate0Loops through nearby animals and finds another animal of the same type that can be mated with. Returns the first valid mate found.
2180func_48296_hfindPossibleShelter0
2181func_482_areadFromNBT0Reads a tile entity from NBT.
2182func_48318_afindUsableDoor0Determines if a door can be broken with AI.
2183func_48337_hcheckSufficientDoorsPresentForNewVillager0
2184func_48338_aspawnHeartParticles0
2185func_48339_igiveBirth0
2186func_48366_hdoRangedAttack0Performs a ranged attack according to the AI's rangedAttackID.
2187func_483_cupdateDelay0Sets the delay before a new spawn (base delay of 200 + random number up to 600).
2188func_48407_asetIsSitting0Sets the sitting flag.
2189func_48410_bgetRandomWorldGenForGrass0Gets a WorldGen appropriate for this biome.
2190func_48411_igetFloatTemperature0Gets a floating point representation of this biome's temperature
2191func_48412_kgetBiomeFoliageColor0Provides the basic foliage color based on the biome temperature and rainfall
2192func_48413_disHighHumidity0Checks to see if the rainfall level of the biome is extremely high
2193func_48414_hgetFloatRainfall0Gets a floating point representation of this biome's rainfall
2194func_48415_jgetBiomeGrassColor0Provides the basic grass color based on the biome temperature and rainfall
2195func_48440_aspawnCreature0Spawns the creature specified by the egg's type in the location specified by the last three parameters. Parameters: world, entityID, x, y, z.
2196func_48441_aaddRandomEnchantment0Adds a random enchantment to the specified item. Args: random, itemStack, enchantabilityLevel
2197func_48442_aclamp_float0Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
2198func_48444_areadChunkFromNBT0Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
2199func_48445_awriteChunkToNBT0Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time.
2200func_48453_bgetHeight0Returns current world height.
2201func_48454_agetBiomeGenForCoords0Gets the biome for a given set of x/z coordinates
2202func_48455_zisBlockHighHumidity0Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high
2203func_48456_agetClosestPlayerHorizontal0Finds the nearest player horizontally to a point. Args: X, Z, max distance. Returns null if no player is found within the maximum distance.
2204func_48459_afindNearestEntityWithinAABB0
2205func_48460_agetEntityPathToXYZ0
2206func_48463_agetPathEntityToEntity0
2207func_48480_acanSee0Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
2208func_48481_aclearSensingCache0Clears canSeeCachePositive and canSeeCacheNegative.
2209func_48485_aload0
2210func_48486_aconvertToAnvilFormat0
2211func_48487_ahandleMapChunk0Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
2212func_48488_ahandleEntityHeadRotation0
2213func_48489_ahandleTileEntityData0
2214func_48490_agetBiomeGenForWorldCoords0This method retrieves the biome at a set of coordinates
2215func_48491_oenqueueRelightChecks0Called 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
2216func_48492_cgetAreLevelsEmpty0Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
2217func_48493_mgetBiomeArray0Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
2218func_48495_igetBlockStorageArray0Returns the ExtendedBlockStorage array for this Chunk.
2219func_48496_nresetRelightChecks0Resets the relight check index to 0 for this Chunk.
2220func_48497_asetBiomeArray0Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
2221func_48498_hgetTopFilledSegment0Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
2222func_48499_bgetBlockLightOpacity0
2223func_484_aanyPlayerInRange0Returns true if there is a player in range (using World.getClosestPlayer)
2224func_48500_asetStorageArrays0
2225func_48507_aonCrafting0
2226func_48508_aget0
2227func_48519_eisBlockDoor0
2228func_48520_kremoveDeadAndOutOfRangeDoors0
2229func_48521_fgetVillageDoorInfoList0called only by class EntityAIMoveThroughVillage
2230func_48522_atick0Called periodically by VillageCollection
2231func_48523_dgetTicksSinceLastDoorAdding0
2232func_48524_egetNumVillagers0
2233func_48525_bisValidIronGolemSpawningLocation0
2234func_48526_dgetVillageDoorAt0
2235func_48527_bfindNearestDoor0
2236func_48528_jremoveDeadAndOldAgressors0
2237func_48529_gisAnnihilated0Returns true, if there is not a single village door left. Called by VillageCollection
2238func_48530_cgetNumVillageDoors0Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege
2239func_48531_bgetVillageRadius0
2240func_48532_atryGetIronGolemSpawningLocation0Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
2241func_48533_aisInRange0Returns true, if the given coordinates are within the bounding box of the village.
2242func_48534_aaddOrRenewAgressor0
2243func_48535_iupdateNumVillagers0
2244func_48536_lupdateVillageRadiusAndCenter0
2245func_48537_bfindNearestVillageAggressor0
2246func_48538_aaddVillageDoorInfo0
2247func_48539_agetCenter0
2248func_48540_cfindNearestDoorUnrestricted0Find 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.
2249func_48541_hupdateNumIronGolems0
2250func_48555_eisWoodenDoorAt0
2251func_48556_caddDoorToNewListIfAppropriate0
2252func_48557_ddropOldestVillagerPosition0
2253func_48558_atick0Runs a single tick for the village collection
2254func_48559_aaddUnassignedWoodenDoorsAroundToNewDoorsList0
2255func_48560_eaddNewDoorsToVillageOrCreateVillage0
2256func_48561_disVillagerPositionPresent0
2257func_48562_bgetVillageDoorAt0
2258func_48563_cremoveAnnihilatedVillages0
2259func_48564_afindNearestVillage0Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance.
2260func_48565_aaddVillagerPosition0This 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.
2261func_48573_atick0Runs a single tick for the village siege
2262func_48585_dresetDoorOpeningRestrictionCounter0
2263func_48586_aisInside0
2264func_48587_fgetDoorOpeningRestrictionCounter0
2265func_48588_agetDistanceSquared0Returns the squared distance between this door and the given coordinate.
2266func_48589_eincrementDoorOpeningRestrictionCounter0
2267func_48590_agetInsidePosX0
2268func_48591_cgetInsidePosZ0
2269func_48592_bgetInsidePosY0
2270func_48593_bgetInsideDistanceSquare0Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
2271func_485_aisBurning0Returns true if the furnace is currently burning
2272func_48614_aisAllowedCharacter0
2273func_48619_asetTerrainType0
2274func_48625_asetCanBeCreated0Sets canBeCreated to the provided value, and returns this.
2275func_48627_dgetCanBeCreated0Gets whether this WorldType can be used to generate a new world.
2276func_48630_cgetGeneratorVersion0Returns generatorVersion.
2277func_48639_aisDestinationSame0Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
2278func_48640_agetPosition0returns the current PathEntity target node as Vec3D
2279func_48641_bsetCurrentPathLength0
2280func_48642_csetCurrentPathIndex0
2281func_48643_egetCurrentPathIndex0
2282func_48644_dgetCurrentPathLength0
2283func_48645_cgetFinalPathPoint0returns the last PathPoint of the Array
2284func_48646_agetVectorFromIndex0Gets the vector of the PathPoint associated with the given index.
2285func_48647_aisSamePath0Returns true if the EntityPath are the same. Non instance related equals.
2286func_48648_agetPathPointFromIndex0return the PathPoint located at the specified PathIndex, usually the current one
2287func_48655_cgetDistanceSquared0Returns the squared distance between this coordinates and the coordinates given as argument.
2288func_48656_aset0
2289func_48657_kisInFluid0Returns true if the entity is in water or lava, false otherwise
2290func_48658_agetAvoidsWater0
2291func_48659_jcanNavigate0If on ground or swimming and can swim
2292func_48660_asetSpeed0Sets the speed
2293func_48661_hgetEntityPosition0
2294func_48662_aisDirectPathBetweenPoints0Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize
2295func_48663_csetEnterDoors0Sets if the entity can enter open doors
2296func_48664_asetAvoidsWater0
2297func_48665_bgetCanBreakDoors0Returns true if the entity can break doors, false otherwise
2298func_48666_atryMoveToXYZ0Try to find and set a path to XYZ. Returns true if successful.
2299func_48667_atryMoveToEntityLiving0Try to find and set a path to EntityLiving. Returns true if successful.
2300func_48668_igetPathableYPos0Gets the safe pathing Y position for the entity depending on if it can path swim or not
2301func_48669_esetCanSwim0Sets if the entity can swim
2302func_48670_cgetPath0gets the actively used PathEntity
2303func_48671_agetPathToXYZ0Returns the path to the given coordinates
2304func_48672_fclearPathEntity0sets active PathEntity to null
2305func_48673_bsetBreakDoors0
2306func_48674_gpathFollow0
2307func_48675_aisSafeToStandAt0Returns 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
2308func_48676_bisPositionClear0Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
2309func_48677_lremoveSunnyPath0Trims path data from the end to the first sun covered block
2310func_48678_asetPath0sets 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
2311func_48679_agetPathToEntityLiving0Returns the path to the given EntityLiving
2312func_48680_dsetAvoidSun0Sets if the path should avoid sunlight
2313func_48690_bsetExtBlockMetadata0Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
2314func_48691_asetExtBlockID0Sets 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.
2315func_48693_agetIsEmpty0Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
2316func_48694_bgetExtBlockMetadata0Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
2317func_48695_csetBlocklightArray0Sets the NibbleArray instance used for Block-light values in this particular storage block.
2318func_48696_mcreateBlockMSBArray0Called by a Chunk to initialize the MSB array if getBlockMSBArray returns null. Returns the newly-created NibbleArray instance.
2319func_48698_bgetNeedsRandomTick0Returns 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.
2320func_48699_dsetExtBlocklightValue0Sets the saved Block-light value in the extended block storage structure.
2321func_48701_bsetBlockMetadataArray0Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
2322func_48702_csetExtSkylightValue0Sets the saved Sky-light value in the extended block storage structure.
2323func_48703_agetExtBlockID0Returns 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.
2324func_48704_igetBlockMSBArray0Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
2325func_48705_kgetBlocklightArray0Returns the NibbleArray instance containing Block-light data.
2326func_48706_asetBlockLSBArray0Sets the array of block ID least significant bits for this ExtendedBlockStorage.
2327func_48707_cgetYLocation0Returns the Y location of this ExtendedBlockStorage.
2328func_48709_cgetExtSkylightValue0Gets the saved Sky-light value in the extended block storage structure.
2329func_48710_asetBlockMSBArray0Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
2330func_48712_dgetExtBlocklightValue0Gets the saved Block-light value in the extended block storage structure.
2331func_48713_dsetSkylightArray0Sets the NibbleArray instance used for Sky-light values in this particular storage block.
2332func_48714_lgetSkylightArray0Returns the NibbleArray instance containing Sky-light data.
2333func_487_ismeltItem0Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
2334func_488_agetItemBurnTime0Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
2335func_489_bgetBurnTimeRemainingScaled0Returns 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
2336func_490_agetCookProgressScaled0Returns an integer between 0 and the passed value representing how close the current item is to being completely cooked
2337func_491_jcanSmelt0Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc.
2338func_492_darmorItemInSlot0returns a player armor item (as itemstack) contained in specified armor slot.
2339func_493_awriteToNBT0Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
2340func_494_agetCurrentItem0Returns the item stack currently held by the player.
2341func_496_asetCurrentItem0Sets a specific itemID as the current item being held (only if it exists on the hotbar)
2342func_498_achangeCurrentItem0Switch the current item to the next one or the previous one
2343func_499_jgetFirstEmptyStack0Returns the first item stack that is empty.
2344func_50006_asetEditable0Sets the sign's isEditable flag to the specified parameter.
2345func_50007_aisEditable0
2346func_50010_arenderChatOverlay0
2347func_50011_aadjustHistoryOffset0increment/decrement history scroll offset
2348func_50012_agetChatClickDataFromMouse0gets the click data from mouse position args:( mouse x, mouse y)
2349func_50013_cgetSentMessageList0Returns the list with the sent chat messages in it.
2350func_50015_eisChatOpen0Return true if chat gui is open
2351func_50022_igetEnableBackgroundDrawing0get enable drawing background and outline
2352func_50025_jgetIsFocused0getter for the focused field
2353func_50026_csetCanLoseFocus0if true the textbox can lose focus by clicking elsewhere on the screen
2354func_50027_asetEnableBackgroundDrawing0enable drawing background and outline
2355func_50033_bsetFocused0setter for the focused field
2356func_50037_atextboxKeyTyped0Call this method from you GuiScreen to process the keys into textbox.
2357func_50049_misShiftKeyDown0
2358func_50050_asetClipboardString0store a string in the system clipboard
2359func_50051_lisCtrlKeyDown0
2360func_50057_dcompletePlayerName0Autocompletes player name
2361func_50058_agetSentHistory0input 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
2362func_50073_asetBlock0Sets the block without metadata in the world, notifying neighbors if enabled.
2363func_50074_qcanSilkHarvest0Return true if a player with SlikTouch can harvest this block directly, and not it's normal drops.
2364func_50075_jisOcelotBlockingChest0Looks for a sitting ocelot within certain bounds. Such an ocelot is considered to be blocking access to the chest.
2365func_50076_fisSameSapling0Determines if the same sapling is present at the given location.
2366func_50086_bsetEnableSnow0sets enableSnow to true during biome initialization. returns BiomeGenBase.
2367func_50089_bgetURI0computes the URI from the clicked chat data object
2368func_50098_anameStartsWith0Returns true if the current player name starts with string specified value.
2369func_50100_ahandlePlayerAbilities0Handle a player abilities packet.
2370func_50101_arenderString0
2371func_50102_esizeStringToWidth0Determines how many characters from the string will fit into the specified width.
2372func_50103_adrawStringWithShadow0Draws the specified string with a shadow.
2373func_50104_atrimStringToWidth0Trims a string to a specified width, and will reverse it if par3 is set.
2374func_50105_agetCharWidth0Returns the width of this character as rendered.
2375func_50106_arenderDefaultChar0Render a single character with the default.png font at current (posX,posY) location...
2376func_50107_atrimStringToWidth0Trims a string to fit a specified Width.
2377func_50108_clistFormattedStringToWidth0Breaks a string into a list of pieces that will fit a specified width.
2378func_50109_cisFormatSpecial0Checks if the char code is O-K...lLrRk-o... used to set special formatting.
2379func_50110_bisFormatColor0Checks if the char code is a hexadecimal character, used to set colour.
2380func_50111_arenderUnicodeChar0Render a single Unicode character at current (posX,posY) location using one of the /font/glyph_XX.png files...
2381func_50112_arenderCharAtPos0Pick how to render a single character and return the width used.
2382func_50113_dwrapFormattedStringToWidth0Inserts newline and formatting into a string to wrap it within the specified width.
2383func_50114_cgetFormatFromString0Digests a string for nonprinting formatting characters then returns a string containing only that formatting.
2384func_502_agetDamageVsEntity0Return damage vs an entity done by the current held weapon, or 1 if nothing is held
2385func_503_gdropAllItems0Drop all armor and main inventory items.
2386func_504_aaddItemStackToInventory0Adds the item stack to the inventory, returns false if it is impossible.
2387func_505_fgetInventorySlotContainItem0Returns a slot index in main inventory containing a specific itemID
2388func_506_fgetTotalArmorValue0Based on the damage values and maximum damage values of each armor item, returns the current armor value.
2389func_507_edamageArmor0Damages armor in each slot by the specified amount.
2390func_508_agetStrVsBlock0Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything.
2391func_509_bcanHarvestBlock0Returns whether the current item (tool) can harvest from the specified block (actually get a result).
2392func_510_bconsumeInventoryItem0removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)
2393func_511_bdecrementAnimations0Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
2394func_513_breadFromNBT0Reads from the given tag list and fills the slots in the inventory with the correct items.
2395func_516_agenerate0
2396func_517_asetScale0Rescales the generator settings, only used in WorldGenBigTree
2397func_518_bgenerateLeaves0Generates the leaf portion of the tree as specified by the leafNodes list.
2398func_519_evalidTreeLocation0Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid.
2399func_52003_CgetVersion0Returns the client version string
2400func_52004_DcreateAndSendReport0Creates and sends anonymous system information to Mojang's stats server
2401func_52005_bisItemFuel0Return true if item is a fuel source (getItemBurnTime() > 0).
2402func_52013_aupdatePlayerMoveState0
2403func_52014_dstripColorCodes0Remove all embedded color codes from a string
2404func_52016_abuildPostString0Builds an encoded HTTP POST content string from a string map
2405func_52017_asendPost0Sends a HTTP POST request to the given URL with data from a string
2406func_52018_asendPost0Sends a HTTP POST request to the given URL with data from a map
2407func_52019_afilerAllowedCharacters0Filter string by only keeping those characters for which isAllowedCharacter() returns true.
2408func_52020_bgetDataMap0Returns the data map for the given usage snooper
2409func_52021_asendReport0Starts a new thread to send the information to the report server
2410func_52022_aaddData0Adds information to the report
2411func_52023_agetServerURL0Returns the server URL for the given usage snooper
2412func_520_agenerateLeafNode0Generates the leaves surrounding an individual entry in the leafNodes list.
2413func_521_agenerateLeafNodeList0Generates a list of leaf nodes for the tree, to be populated by generateLeaves.
2414func_522_aplaceBlockLine0Places a line of the specified block ID into the world from the first coordinate triplet to the second.
2415func_523_agenTreeLayer0
2416func_524_acheckBlockLine0Checks 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.
2417func_525_dgenerateLeafNodeBases0Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
2418func_526_bleafSize0
2419func_527_cleafNodeNeedsBase0Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
2420func_528_alayerSize0Gets the rough size of a layer of the tree.
2421func_529_cgenerateTrunk0Places 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.
2422func_530_apickCheckLootItem0Picks potentially a random item to add to a dungeon chest.
2423func_531_bpickMobSpawner0Randomly decides which spawner to use in a dungeon
2424func_532_aunload100OldestChunks0Unloads 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.
2425func_533_bprovideChunk0Will 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
2426func_534_apopulate0Populates chunk with ores etc etc
2427func_535_asaveChunks0Two 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.
2428func_536_bcanSave0Returns if the IChunkProvider supports saving.
2429func_537_achunkExists0Checks to see if a chunk exists at x, y
2430func_538_dloadChunk0loads or generates the chunk at the chunk location specified
2431func_539_cunloadChunk0Unload chunk from ChunkProviderClient's hashmap. Called in response to a Packet50PreChunk with its mode field set to false
2432func_540_bsaveChunk0Save a given Chunk, recording the time in lastSaveTime
2433func_541_asaveExtraChunkData0Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
2434func_547_bdrawString0Renders the specified text to the screen.
2435func_548_adrawCenteredString0Renders the specified text to the screen, center-aligned.
2436func_549_adrawGradientRect0Draws a rectangle with a vertical gradient between the specified colors.
2437func_550_bdrawTexturedModalRect0Draws a textured rectangle at the stored z-value. Args: x, y, u, v, width, height
2438func_551_adrawRect0Draws a solid color rectangle with the specified coordinates and color.
2439func_552_aaddChatMessage0Adds a chat message to the list of chat messages. Args: msg
2440func_553_bsetRecordPlayingMessage0
2441func_554_arenderInventorySlot0Renders the specified item of the inventory slot at the specified location. Args: slot, x, y, partialTick
2442func_555_aupdateTick0The update tick for the ingame UI
2443func_558_agetHoverState0Returns 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.
2444func_559_amouseReleased0Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e).
2445func_560_bmouseDragged0Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e).
2446func_561_adrawButton0Draws this button to the screen.
2447func_562_cmousePressed0Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent e).
2448func_564_dhandleInput0Delegates mouse and keyboard input.
2449func_565_amouseClicked0Called when the mouse is clicked.
2450func_566_ehandleMouseInput0Handles mouse input.
2451func_567_adrawWorldBackground0
2452func_568_aconfirmClicked0
2453func_569_fhandleKeyboardInput0Handles keyboard input.
2454func_570_gupdateScreen0Called from the main game loop to update the screen.
2455func_571_adrawScreen0Draws the screen and all the components in it.
2456func_572_aactionPerformed0Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e).
2457func_573_bmouseMovedOrUp0Called 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
2458func_574_cgetClipboardString0Returns a string stored in the system clipboard.
2459func_578_idrawDefaultBackground0Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
2460func_579_bdrawBackground0Draws the background (i is always 0 as of 1.2.2)
2461func_580_akeyTyped0Fired when a key is typed. This is the equivalent of KeyListener.keyTyped(KeyEvent e).
2462func_581_aisCancelled0Returns true if the connection attempt has been cancelled, false otherwise.
2463func_582_asetNetClientHandler0Sets the NetClientHandler.
2464func_583_bgetNetClientHandler0Gets the NetClientHandler.
2465func_584_cselectWorld0Gets the selected world.
2466func_585_jinitButtons0intilize the buttons for this GUI
2467func_587_jdrawGuiContainerForegroundLayer0Draw the foreground layer for the GuiContainer (everythin in front of the items)
2468func_588_agetSlotAtPosition0Returns the slot at the given coordinates or null if there is none.
2469func_589_adrawGuiContainerBackgroundLayer0Draw the background layer for the GuiContainer (everything behind the items)
2470func_590_adrawSlotInventory0Draws an inventory slot
2471func_593_asetLoadingProgress0Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
2472func_594_bdisplaySavingString0Shows the 'Saving level' string.
2473func_595_ddisplayLoadingString0Displays a string on the loading screen supposed to indicate what is being done currently.
2474func_596_aprintText0
2475func_598_cgetLightBrightness0Returns 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
2476func_599_fgetBlockMaterial0Returns the block's material.
2477func_600_agetBlockId0Returns the block ID at coords x,y,z
2478func_601_gisBlockOpaqueCube0Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
2479func_602_egetBlockMetadata0Returns the block metadata at coords x,y,z
2480func_603_bgetBlockTileEntity0Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists
2481func_604_acheckIfAABBIsClear0Returns true if there are no solid, live entities in the specified AxisAlignedBB
2482func_605_cisBoundingBoxBurning0Returns whether or not the given bounding box is on fire or not
2483func_606_bobtainEntitySkin0Start the skin for this entity downloading, if necessary, and increment its reference counter
2484func_607_dsetEntityDead0Dismounts 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.
2485func_608_aspawnPlayerWithLoadedChunks0spawns a player, load data from level.dat if needed and loads surrounding chunks
2486func_609_agetClosestPlayerToEntity0Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist
2487func_611_gnotifyBlocksOfNeighborChange0Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID
2488func_613_aaddWorldAccess0Adds a IWorldAccess to the list of worldAccesses
2489func_614_ggetFirstUncoveredBlock0Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards.
2490func_617_enotifyBlockChange0The block type change and need to notify other systems Args: x, y, z, blockID
2491func_618_jgetBlockLightValue0Gets the light value of a block location
2492func_619_cgetCelestialAngle0calls calculateCelestialAngle
2493func_620_hchunkExists0Returns whether a chunk exists at chunk coordinates x, y
2494func_621_bcountEntities0Counts how many entities of an entity class exist in the world. Args: entityClass
2495func_6231_cclearApplet0Removes all the components from the applet and lays it out again. Called on shutdown.
2496func_6232_bshutdown0Called when the applet window is closed.
2497func_6233_astartMainThread0
2498func_6237_kusePortal0Will use a portal teleport switching the dimension the player is in.
2499func_6238_adisplayDebugInfo0
2500func_6239_prespawn0Called when the respawn button is pressed after the player dies.
2501func_623_aplaySoundAtEntity0Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
2502func_6240_bgetMinecraftDir0gets the working dir (OS specific) for minecraft
2503func_6241_mdebugInfoRenders0A String of renderGlobal.getDebugInfoRenders
2504func_6242_uforceReload0Forces a reload of the sound manager and all the resources. Called in game by holding 'F3' and pressing 'S'.
2505func_6243_aclickMouse0Called whenever the mouse is clicked. Button clicked is 0 for left clicking and 1 for right clicking. Args: buttonClicked
2506func_6244_dshutdown0Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
2507func_6245_odebugInfoEntities0A String of how many entities are in the world
2508func_6246_irunTick0Runs the current tick.
2509func_6247_bstartWorld0creates a new world or loads an existing one
2510func_6248_sscreenshotListener0checks if keys are down
2511func_6249_aresize0Called to resize the current screen.
2512func_624_bisDaytime0Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
2513func_6250_ccheckGLError0Checks for an OpenGL error. If there is one, prints the error ID and error string.
2514func_6252_gdisplayInGameMenu0Displays the ingame menu
2515func_6253_astartMainThread0
2516func_6254_asendClickBlockToController0
2517func_6255_dpreloadWorld0Display the preload world loading screen then load SP World.
2518func_6256_achangeWorld0first argument is the world to change to, second one is a loading message and the third the player itself
2519func_6257_qloadScreen0Displays a new screen.
2520func_6258_asetServer0
2521func_6259_esetIngameFocus0Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
2522func_625_oisBlockIndirectlyGettingPowered0Used 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
2523func_6260_jisMultiplayerWorld0Checks if the current world is a multiplayer world, returns true if it is, false otherwise.
2524func_6261_achangeWorld10Changes the world, no message, no player.
2525func_6262_ngetEntityDebug0Gets the information in the F3 menu about how many entities are infront/around you
2526func_6263_achangeWorld20Changes the world with given message, no player.
2527func_6264_agetAppDir0gets the working dir (OS specific) for the specific application (which is always minecraft)
2528func_6265_tclickMiddleMouseButton0Called when the middle mouse button gets clicked
2529func_6266_cshutdownMinecraftApplet0Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited.
2530func_6267_rgetOs0
2531func_6268_ainstallResource0Installs a resource. Currently only sounds are download so this method just adds them to the SoundManager.
2532func_6269_astartMainThread10
2533func_6270_htoggleFullscreen0Toggles fullscreen mode.
2534func_6271_astartGame0Starts the game: initializes the canvas, the title, the settings, etcetera.
2535func_6272_adisplayGuiScreen0Sets the argument GuiScreen as the main (topmost visible) screen.
2536func_6273_fsetIngameNotInFocus0Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor.
2537func_6274_ascaledTessellator0Loads Tessellator with a scaled resolution
2538func_628_ddrawClouds0
2539func_630_dblockExists0Returns whether a block exists at world coordinates x, y, z
2540func_6329_agetFontRendererFromRenderManager0Returns the font renderer from the set render manager
2541func_632_bunloadEntities0Adds a list of entities to be unloaded on the next pass of World.updateEntities()
2542func_6330_apreRenderCallback0Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime
2543func_6331_brenderEquippedItems0
2544func_633_cupdateEntities0Updates (and cleans up) entities and tile entities
2545func_634_asetBlock0Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID
2546func_635_csetBlockMetadata0Set the metadata of a block in global coordinates
2547func_6360_iremoveLeaves0
2548func_636_aaddLoadedEntities0adds entities to the loaded entities list, and loads thier skins.
2549func_6372_aaddSound0Adds a sounds with the name from the file. Args: name, file
2550func_6373_baddStreaming0Adds an audio file to the streaming SoundPool.
2551func_6374_caddMusic0Adds an audio file to the music SoundPool.
2552func_6375_asetVelocity0Sets the velocity to the args. Args: x, y, z
2553func_6376_zgetTexture0Returns the texture's file path as a String.
2554func_6377_hmountEntity0Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
2555func_6378_bonCollideWithPlayer0Called by a player entity when they collide with an entity
2556func_6389_dgetLivingSound0Returns the sound this mob makes while it's alive.
2557func_6390_fgetDeathSound0Returns the sound this mob makes on death.
2558func_6391_igetMaxSpawnedInChunk0Will return how many at most can spawn in a chunk at once.
2559func_6392_FonEntityDeath0Called when the entity vanishes after dies by damage (or other method that put health below or at zero).
2560func_6393_hgetSoundVolume0Returns the volume for the sounds this mob makes.
2561func_6394_f_getHurtSound0Returns the sound this mob makes when it is hurt.
2562func_639_asaveWorld0Saves the data for this World. If passed true, then only save up to 2 chunks, otherwise, save all chunks.
2563func_640_acheckChunksExist0Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
2564func_6415_a_useCurrentItemOnEntity0Uses the currently equipped item on the specified entity. Args: entity
2565func_6416_vgetCurrentEquippedItem0Returns the currently being used item by the player.
2566func_6417_tgetScore0
2567func_641_agetSavedLightValue0Returns 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.
2568func_642_arayTraceBlocks_do0
2569func_643_asetBlockAndMetadata0Sets the block ID and metadata of a block in global coordinates
2570func_6447_asetWorldAndResolution0Causes the screen to lay out its subcomponents again. This is the equivalent of the Java call Container.validate()
2571func_6448_ainitGui0Adds the buttons (and other controls) to the screen in question.
2572func_6449_honGuiClosed0Called when the screen is unloaded. Used to disable keyboard repeat events
2573func_644_fcalculateInitialSkylight0Called on construction of the World class to setup the initial skylight values
2574func_6450_bdoesGuiPauseGame0Returns true if this GUI should pause the game when it is displayed in single-player
2575func_645_arayTraceBlocks0ray traces all blocks, including non-collideable ones
2576func_6465_gupdatingLighting0Updates lighting. Returns true if there are more lighting updates to update
2577func_6466_acanMineBlock0Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
2578func_6467_asetPartialTime0
2579func_6468_aresetBlockRemoving0Resets current block damage and field_9439_j
2580func_6469_dshouldDrawHUD0
2581func_646_nisBlockGettingPowered0Whether one of the neighboring blocks is putting power into this block. Args: x, y, z
2582func_6470_conPlayerDamageBlock0Called when a player damages a block and updates damage counters
2583func_6471_asendUseItem0Notifies the server of things like consuming food, etc...
2584func_6472_battackEntity0Attacks an entity
2585func_6474_cupdateController0
2586func_6475_ainteractWithEntity0Interacts with an entity
2587func_6476_aflipPlayer0Flips the player around. Args: player
2588func_6477_dcanRespawnHere0True if the player can respawn in this dimension (true = overworld, false = nether).
2589func_647_icanBlockSeeTheSky0Checks if the specified block is able to see the sky
2590func_6480_bcloseTexturePackFile0Closes the zipfile associated to this texture pack. Does nothing for the default texture pack.
2591func_6481_agetResourceAsStream0Gives a texture resource as InputStream.
2592func_6483_cbindThumbnailTexture0binds the texture corresponding to the pack's thumbnail image
2593func_6484_bunbindThumbnailTexture0Unbinds the thumbnail texture for texture pack screen
2594func_648_asetWorldTime0Sets the world time.
2595func_6492_btruncateString0Truncates the specified string to 34 characters in length and returns it.
2596func_6497_ahandleAttachEntity0Packet handler
2597func_6498_ahandleEntityVelocity0Packet handler
2598func_6499_ahandleUseEntity0
2599func_649_gtick0Runs a single tick for the world
2600func_6500_agetFontRenderer0Returns the font renderer
2601func_6507_abindTextureByName0Binds a texture to the renderEngine given a filename from the JAR.
2602func_6508_agetFontRenderer0
2603func_650_aquickSaveWorld0Saves the world and all chunk data without displaying any progress message. If passed 0, then save player info and metadata as well.
2604func_6510_crenderCloudsFancy0Renders the 3d fancy clouds
2605func_6513_asetColorRGBA_I0Sets the color to the given color (packed as bytes in integer) and alpha values.
2606func_6516_agetFontRenderer0
2607func_6519_aloadOptions0Loads the options from the options file. It appears that this has replaced the previous 'loadOptions'
2608func_651_asaveWorldIndirectly0
2609func_6526_areadTextureImage0Returns a BufferedImage read off the provided input stream. Args: inputStream
2610func_6530_bavailableTexturePacks0Returns a list of the available texture packs.
2611func_6531_asetTexturePack0Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
2612func_6532_aupdateAvaliableTexturePacks0check the texture packs the client has installed
2613func_654_asetBlockTileEntity0Sets the TileEntity for a given block in X, Y, Z coordinates
2614func_655_lnotifyBlockOfNeighborChange0Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID
2615func_656_jdropOldChunks0Does nothing while unloading 100 oldest chunks
2616func_657_agetEntitiesWithinAABB0Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb
2617func_658_igetLoadedEntityList0Accessor for world Loaded Entity List
2618func_659_bgetEntitiesWithinAABBExcludingEntity0Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb
2619func_660_ksendQuittingDisconnectingPacket0If on MP, sends a quitting packet.
2620func_662_bisAnyLiquid0Returns if any of the blocks within the aabb are liquids. Args: aabb
2621func_663_lcheckSessionLock0Checks whether the session lock file was modified by another process
2622func_664_bsetLightValue0Sets 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
2623func_665_hmarkBlockNeedsUpdate0Marks the block as needing an update with the renderer. Args: x, y, z
2624func_666_cgetHeightValue0Returns the y coordinate with a block in it at this x, z coordinate
2625func_667_eupdateEntity0Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
2626func_668_jisBlockProvidingPowerTo0Is this block powering in the specified direction Args: x, y, z, direction
2627func_669_msaveLevel0Saves the global data associated with this World
2628func_670_aplayRecord0Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z
2629func_671_acalculateSkylightSubtracted0Returns the amount of skylight subtracted for the current time
2630func_672_bremoveWorldAccess0Removes a worldAccess from the worldAccesses object
2631func_673_agetChunkFromBlockCoords0Returns a chunk looked up by block coordinates. Args: x, z
2632func_674_aspawnEntityInWorld0Called to place all entities as part of a world
2633func_675_agetBlockDensity0Gets the percentage of real blocks within within a bounding box, along a specified vector.
2634func_677_mrandomDisplayUpdates0Randomly will call the random display update on a 1000 blocks within 16 units of the specified position. Args: x, y, z
2635func_678_creleaseEntitySkin0Decrement the reference counter for this entity's skin image data
2636func_679_fgetStarBrightness0How bright are stars in the sky
2637func_680_fmarkBlocksDirtyVertical0marks a vertical line of blocks as dirty
2638func_682_ahandleMaterialAcceleration0handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
2639func_683_agetClosestPlayer0Gets 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
2640func_684_aplaySoundEffect0Play 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.
2641func_687_dgetDebugLoadedEntities0This string is 'All: (number of loaded entities)' Viewable by press ing F3
2642func_688_bsetBlockAndMetadataWithNotify0Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata
2643func_689_aisMaterialInBB0Returns true if the given bounding box contains the given material
2644func_690_dsetBlockWithNotify0Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
2645func_691_bsetBlockMetadataWithNotify0Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata
2646func_692_lremoveBlockTileEntity0Removes the TileEntity for a given block in X,Y,Z coordinates
2647func_694_aspawnParticle0Spawns a particle. Args particleName, x, y, z, velX, velY, velZ
2648func_695_acanBlockBePlacedAt0Returns 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
2649func_697_agetCollidingBoundingBoxes0Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb
2650func_698_bupdateTileEntityChunkAndDoNothing0marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
2651func_699_agetBlockLightValue_do0Gets 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)
2652func_700_atickUpdates0Runs through the list of updates to run and ticks them
2653func_701_bmarkBlocksDirty0
2654func_704_bgetChunkFromChunkCoords0Returns back a chunk looked up by chunk coordinates Args: x, y
2655func_705_fjoinEntityInSurroundings0spwans an entity and loads surrounding chunks
2656func_706_kisBlockIndirectlyProvidingPowerTo0Is 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
2657func_707_bisAABBInMaterial0checks if the given AABB is in the material given. Used while swimming.
2658func_709_bgetEntityByID0Lookup and return an Entity based on its ID
2659func_710_cremoveEntityFromWorld0
2660func_711_cinvalidateBlockReceiveRegion0Invalidates 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.
2661func_712_aaddEntityToWorld0Add an ID to Entity mapping to entityHashSet
2662func_713_adoPreChunk0
2663func_714_csetBlockAndMetadataAndInvalidate0
2664func_716_agetLightValueExt0Get light value with flag
2665func_717_aonWorldChange0Called on world change with the new World as the only parameter.
2666func_719_aclickBlock0Called by Minecraft class when the player is hitting a block with an item. Args: x, y, z, side
2667func_722_aonPlayerRightClick0Handles a players right click
2668func_727_bgetBlockReachDistance0player reach distance = 4F
2669func_729_bonPlayerDestroyBlock0Called when a player completes the destruction of a block
2670func_730_esyncCurrentPlayItem0Syncs the current player item with the server
2671func_731_bgetTagName0Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
2672func_732_asetName0Sets the name for this tag and returns this for convenience.
2673func_733_agetId0Gets the type byte for the tag.
2674func_734_breadNamedTag0Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
2675func_735_awrite0Write the actual data contents of the tag, implemented in NBT extension classes
2676func_736_aload0Read the actual data contents of the tag, implemented in NBT extension classes
2677func_737_bgetName0Gets the name corresponding to the tag, or an empty string if none set.
2678func_738_awriteNamedTag0Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
2679func_739_anewTag0Creates and returns a new tag of the specified type, or null if invalid.
2680func_740_ctagCount0Returns the number of tags in the list.
2681func_741_atagAt0Retrieves the tag at the specified index from the list.
2682func_742_aappendTag0Adds 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.
2683func_743_kgetCompoundTag0Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
2684func_744_asetFloat0Stores a new NBTTagFloat with the given float value into the map with the given string key.
2685func_745_dgetShort0Retrieves a short value using the specified key, or 0 if no such key was stored.
2686func_746_cgetByte0Retrieves a byte value using the specified key, or 0 if no such key was stored.
2687func_747_asetByteArray0Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
2688func_748_asetBoolean0Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
2689func_749_asetShort0Stores a new NBTTagShort with the given short value into the map with the given string key.
2690func_750_asetLong0Stores a new NBTTagLong with the given long value into the map with the given string key.
2691func_751_bhasKey0Returns whether the given string has been previously stored as a key in the map.
2692func_752_ggetFloat0Retrieves a float value using the specified key, or 0 if no such key was stored.
2693func_753_lgetTagList0Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
2694func_754_asetString0Stores a new NBTTagString with the given string value into the map with the given string key.
2695func_755_igetString0Retrieves a string value using the specified key, or an empty string if no such key was stored.
2696func_756_egetInteger0Retrieves an integer value using the specified key, or 0 if no such key was stored.
2697func_757_hgetDouble0Retrieves a double value using the specified key, or 0 if no such key was stored.
2698func_758_asetInteger0Stores a new NBTTagInt with the given integer value into the map with the given string key.
2699func_759_jgetByteArray0Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
2700func_760_mgetBoolean0Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method.
2701func_761_asetByte0Stores a new NBTTagByte with the given byte value into the map with the given string key.
2702func_762_asetTag0Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
2703func_763_asetCompoundTag0Stores the given NBTTagCompound into the map with the given string key.
2704func_764_fgetLong0Retrieves a long value using the specified key, or 0 if no such key was stored.
2705func_765_asetDouble0Stores a new NBTTagDouble with the given double value into the map with the given string key.
2706func_766_aaddRecipes0Adds the weapon recipes to the CraftingManager.
2707func_767_bgetValue0Returns the object stored in this entry
2708func_768_agetHash0Returns the hash code for this entry
2709func_770_aset0Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val.
2710func_771_aget0Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
2711func_772_cmouseXYChange0
2712func_773_bungrabMouseCursor0Ungrabs the mouse cursor so it can be moved and set it to the center of the screen
2713func_774_agrabMouseCursor0Grabs the mouse cursor it doesn't move and isn't seen.
2714func_775_cgetBackgroundIconIndex0Returns the icon index on items.png that is used as background image of the slot.
2715func_776_bputStack0Helper method to put a stack in the slot.
2716func_777_bgetStack0Helper fnct to get the stack in the slot.
2717func_779_donSlotChanged0Called when the stack in a Slot changes
2718func_782_abindImage0
2719func_783_aonTick0
2720func_784_aisMinecartTrack0
2721func_785_brefreshConnectedTracks0Neighboring tracks have potentially been broken, so prune the connected track list
2722func_786_ccanConnectFrom0Determines whether or not the target rail can connect to this rail
2723func_787_ccanConnectTo0Determines whether or not the track can bend to meet the specified rail
2724func_788_dconnectToNeighbor0The specified neighbor has just formed a new connection, so update accordingly
2725func_790_cgetAdjacentTracks0
2726func_791_agetNAdjacentTracks0get number of adjacent tracks
2727func_792_arefreshTrackShape0Completely recalculates the track shape based on neighboring tracks and power state
2728func_793_bisConnectedTo0
2729func_794_bisInTrack0Returns true if the specified block is in the same railway.
2730func_795_agetMinecartTrackLogic0
2731func_799_arender0
2732func_800_apostProcess0
2733func_803_agrad0
2734func_804_blerp0
2735func_807_agenerateNoiseOctaves0
2736func_808_adraw0
2737func_809_aflipFace0
2738func_810_aaddRecipes0Adds the ingot recipes to the CraftingManager.
2739func_811_bsaveExtraData0Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused.
2740func_812_asaveChunk0
2741func_813_aloadChunk0Loads the specified(XZ) chunk into the specified world.
2742func_814_achunkTick0Called every World.tick()
2743func_815_bsaveExtraChunkData0Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
2744func_819_ahandlePlace0
2745func_820_ahandleNamedEntitySpawn0
2746func_821_ahandleBlockDig0
2747func_822_ahandleBlockChange0
2748func_823_ahandleErrorMessage0
2749func_824_ahandleMultiBlockChange0
2750func_825_ahandleAnimation0
2751func_826_ahandlePreChunk0
2752func_827_ahandleEntity0
2753func_828_ahandleMobSpawn0
2754func_829_ahandleEntityTeleport0
2755func_832_ahandlePickupSpawn0
2756func_834_ahandleCollect0
2757func_835_ahandleVehicleSpawn0
2758func_837_ahandleFlying0
2759func_838_ahandleHandshake0
2760func_839_ahandleDestroyEntity0
2761func_841_ahandleBlockItemSwitch0
2762func_843_ahandlePlayerInventory0
2763func_844_ahandleKickDisconnect0
2764func_845_ahandleSpawnPosition0
2765func_846_ahandleUpdateTime0
2766func_847_aaddToSendQueue0Adds the packet to the send queue
2767func_848_aprocessReadPackets0Processes the packets that have been read since the last call to this function.
2768func_849_bdisconnect0Disconnects the network connection.
2769func_851_agetDistanceToCamera0
2770func_852_aset0World sets this RenderManager's worldObj to the world provided
2771func_853_arenderEntityWithPosYaw0Renders the specified entity with the passed in position, yaw, and partialTickTime. Args: entity, x, y, z, yaw, partialTickTime
2772func_854_arenderEntity0Will render the specified entity at the specified partial tick time. Args: entity, partialTickTime
2773func_855_agetEntityRenderObject0
2774func_863_asetRotationAngles0Sets the models various rotation angles.
2775func_864_brender0Sets the models various rotation angles then renders the model.
2776func_867_agenerate0
2777func_868_arecursiveGenerate0Recursively called by generate() (func_867_a) and optionally by itself.
2778func_869_agenerateCaveNode0Generates a node in the current cave system recursion tree.
2779func_870_agenerateLargeCaveNode0Generates a larger initial cave node than usual. Called 25% of the time.
2780func_871_agetStringWidth0Returns the width of this string. Equivalent of FontMetrics.stringWidth(String s).
2781func_873_bdrawString0Draws the specified string.
2782func_876_egetCanBurn0Returns if the block can burn or not.
2783func_878_aisSolid0
2784func_879_disLiquid0Returns if blocks of these materials are liquids.
2785func_880_cblocksMovement0Returns if this material is considered solid or not
2786func_881_bgetCanBlockGrass0Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
2787func_883_aparseUserSkin0
2788func_887_arenderSign0Renders the sign model through TileEntitySignRenderer
2789func_888_ainit0
2790func_889_ainit0
2791func_890_drenderFireInFirstPerson0Renders the fire on the screen for first person mode. Arg: partialTickTime
2792func_892_crenderWarpedTextureOverlay0Renders 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
2793func_893_brenderOverlays0Renders all the overlays that are in first person mode. Args: partialTickTime
2794func_895_aupdateEquippedItem0
2795func_898_arenderInsideOfBlock0Renders the texture of the block the player is inside as an overlay. Args: partialTickTime, blockTextureIndex
2796func_899_acomparer0Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
2797func_900_asetScheduledTime0Sets the scheduled time for this tick entry
2798func_902_bgetScaledHeight0
2799func_903_agetScaledWidth0
2800func_904_aupdateTimer0Updates all fields of the Timer using the current time
2801func_905_bsetupOverlayRendering0Setup orthogonal projection for rendering GUI screen overlays
2802func_908_asetFogColorBuffer0Update and return fogColorBuffer with the RGBA values passed as arguments
2803func_910_agetMouseOver0Finds what block or object the mouse is over at the specified partial tick time. Args: partialTickTime
2804func_911_aupdateRenderer0Updates the entity renderer
2805func_914_dgetFOVModifier0Changes the field of view of the player depending on if they are underwater or not
2806func_916_caddRainParticles0
2807func_917_fsetupViewBobbing0Setups all the GL settings for view bobbing. Args: partialTickTime
2808func_920_ehurtCameraEffect0
2809func_922_arender0
2810func_923_aaddBox0Creates a textured box. Args: originX, originY, originZ, width, height, depth, scaleFactor.
2811func_924_ccompileDisplayList0Compiles a GL display list for this model
2812func_925_asetRotationPoint0
2813func_926_bpostRender0Allows the changing of Angles after a box has been rendered
2814func_9279_aupdateFallState0Takes 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
2815func_9280_gperformHurtAnimation0Setups the entity to do the hurt animation. Only used by packets in multiplayer.
2816func_9281_MsetBeenAttacked0Sets that this entity has been attacked.
2817func_9282_ahandleHealthUpdate0
2818func_928_asetTileEntityRenderer0Associate a TileEntityRenderer with this TileEntitySpecialRenderer
2819func_930_arenderTileEntityAt0
2820func_931_arenderTileEntityMobSpawner0
2821func_932_arenderTileEntitySignAt0
2822func_933_aplayRecord0Plays the specified record. Arg: recordName, x, y, z
2823func_934_amarkBlockNeedsUpdate0Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z
2824func_935_adoNothingWithTileEntity0In all implementations, this method does nothing.
2825func_9367_rrespawnPlayer0
2826func_9372_a_setHealth0Updates health locally.
2827func_937_bmarkBlockRangeNeedsUpdate0Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ
2828func_938_breleaseEntitySkin0Decrement the reference counter for this entity's skin image data
2829func_939_aspawnParticle0Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
2830func_940_aplaySound0Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
2831func_941_aobtainEntitySkin0Start the skin for this entity downloading, if necessary, and increment its reference counter
2832func_9424_oupdateEntityList0
2833func_9425_asetEntityState0sends a Packet 38 (Entity Status) to all tracked players of that entity
2834func_942_adrawOutlinedBoundingBox0Draws lines for the edges of the bounding box.
2835func_943_asortAndRender0Sorts all renderers based on the passed in entity. Args: entityLiving, renderPass, partialTickTime
2836func_9446_ahandleUpdateHealth0Recieves player health from the server and then proceeds to set it locally on the client.
2837func_9447_ahandleEntityStatus0Packet handler
2838func_9448_ahandleRespawn0respawns the player
2839func_944_arenderAllRenderLists0Render all render lists
2840func_945_dupdateClouds0
2841func_946_achangeWorld0Changes the world reference in RenderGlobal
2842func_948_aupdateRenderers0Updates some of the renderers sorted by distance from the player
2843func_949_amarkBlocksForUpdate0Marks the blocks in the given range for update
2844func_950_frenderStars0
2845func_951_arenderEntities0Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime
2846func_952_arenderSortedRenderers0Renders the sorted renders for the specified render pass. Args: startRenderer, numRenderers, renderPass, partialTickTime
2847func_953_bgetDebugInfoRenders0Gets the render info for use on the Debug screen
2848func_955_bdrawSelectionBox0Draws the selection box for the player. Args: entityPlayer, rayTraceHit, i, itemStack, partialTickTime
2849func_956_bmarkRenderersForNewPosition0Goes through all the renderers setting new positions on them and those that have their position changed are adding to be updated
2850func_957_cgetDebugInfoEntities0Gets the entities info for use on the Debug screen
2851func_958_aloadRenderers0Loads all the renderers and sets up the basic settings usage
2852func_959_adrawBlockBreaking0
2853func_960_aclipRenderersByFrustum0Checks 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
2854func_962_acheckOcclusionQueryResult0
2855func_963_fgetWriteThread0Returns the write thread.
2856func_964_bsendPacket0Sends 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.
2857func_965_dsendNetworkPacket0Static accessor to sendPacket.
2858func_966_creadNetworkPacket0Static accessor to readPacket.
2859func_967_aprocessReadPackets0Checks timeouts and processes all pending read packets.
2860func_968_bisServerTerminating0Is the server terminating? Client side aways returns false.
2861func_969_egetReadThread0Returns the read thread.
2862func_970_aonNetworkError0Used to report network errors and causes a network shutdown.
2863func_971_aisRunning0Whether the network is operational.
2864func_972_aaddToSendQueue0Adds the packet to the correct send queue (chunk data packets go to a separate queue).
2865func_973_creadPacket0Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network.
2866func_974_anetworkShutdown0Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads.
2867func_976_aaddRecipes0Adds the food recipes to the CraftingManager.
2868func_977_bstartDrawingQuads0Sets draw mode in the tessellator to draw quads.
2869func_978_asetColorRGBA0Sets the RGBA values for the color. Also clamps them to 0-255.
2870func_979_asetColorOpaque0Sets the RGB values as specified, and sets alpha to opaque.
2871func_980_bsetNormal0Sets the normal for the current draw call.
2872func_981_asetTextureUV0Sets the texture coordinates.
2873func_982_adraw0Draws the data set up in this tessellator and resets the state to prepare for new drawing.
2874func_983_aaddVertexWithUV0Adds a vertex specifying both x,y,z and the texture u,v for it.
2875func_984_bsetTranslation0Sets the translation for all vertices in the current draw call.
2876func_985_dreset0Clears the tessellator state in preparation for new drawing.
2877func_986_asetColorRGBA_F0Sets the RGBA values for the color, converting from floats between 0 and 1 to integers from 0-255.
2878func_987_asetColorOpaque_F0Sets the RGB values as specified, converting from floats between 0 and 1 to integers from 0-255.
2879func_988_caddTranslation0Offsets the translation for all vertices in the current draw call.
2880func_989_cdisableColor0Disables colors for the current draw call.
2881func_990_bsetColorOpaque_I0Sets the color to the given opaque value (stored as byte values packed in an integer).
2882func_991_aaddVertex0Adds a vertex with the specified x,y,z to the current draw call. It will trigger a draw() if the buffer gets full.
2883func_992_astartDrawing0Resets tessellator state and prepares for drawing (with the specified draw mode).
2884func_993_adoCompare0
2885func_994_agetEntitiesWithinAABBForEntity0Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
2886func_995_donChunkLoad0Called when this Chunk is loaded by the ChunkProvider
2887func_996_cpropagateSkylightOcclusion0Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
2888func_997_agetRandomWithSeed0
2889func_998_eonChunkUnload0Called when this Chunk is unloaded by the ChunkProvider
2890func_999_bgetHeightValue0Returns the value in the height map at this x, z coordinate in the chunk
2891func_100_ereadFromNBT1Reads the entity from NBT (calls an abstract helper method to read specialized data)
2892func_101_dgetDistanceSq1Gets the squared distance to the position. Args: x, y, z
2893func_102_bgetDistanceSqToEntity1Returns the squared distance to the entity. Args: entity
2894func_103_egetDistance1Gets the distance to the position. Args: x, y, z
2895func_104_pgetEyeHeight1
2896func_106_b_onUpdate1Called to update the entity's position/logic.
2897func_107_csetLocationAndAngles1Sets the location and Yaw/Pitch of an entity in the world
2898func_108_bgetBrightness1Gets how bright this entity is.
2899func_109_sgetEntityString1Returns the string that identifies this Entity's class
2900func_110_aisInsideOfMaterial1Checks if the current block the entity is within of the specified material type
2901func_112_qhandleLavaMovement1Whether or not the current entity is in lava
2902func_113_asetSize1Sets the width and height of the entity. Args: width, height
2903func_114_afall1Called when the mob is falling. Calculates and applies fall damage.
2904func_115_vupdateRidden1Handles updating while being ridden by an entity
2905func_117_xgetYOffset1Returns the Y Offset of this entity.
2906func_118_jsetDead1Will get destroyed next tick.
2907func_119_ohandleWaterMovement1Returns if this entity is in water and will end up adding the waters velocity to the entity
2908func_11_ahandleBlockItemSwitch1
2909func_12001_ahandleExplosion1
2910func_12007_gharvestBlock1Called 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.
2911func_12013_acreateExplosion1Creates an explosion. Args: entity, x, y, z, strength
2912func_12015_anewExplosion1returns a new explosion. Does initiation (at time of writing Explosion is not finished)
2913func_12018_bsendPacketToTrackedPlayersAndTrackedEntity1
2914func_12019_aremoveFromTrackedPlayers1
2915func_12021_asendPacketToTrackedPlayers1
2916func_12022_asendPacketToPlayersAroundPoint1sends a packet to players within d3 of point (x,y,z)
2917func_12023_adoExplosionA1Does the first part of the explosion (destroy blocks)
2918func_120_tisEntityAlive1Checks whether target entity is alive.
2919func_121_aattackEntityFrom1Called when the entity is attacked.
2920func_122_mupdateFallState1Takes 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
2921func_123_adropItemWithOffset1Drops an item stack with a specified y offset. Args: itemID, count, yOffset
2922func_124_rcanBePushed1Returns true if this entity should push and be pushed by other entities when colliding.
2923func_125_bdealFireDamage1Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
2924func_127_wupdateRiderPosition1
2925func_128_adropItem1Drops an item stack at the entity's position. Args: itemID, count
2926func_129_c_canBeCollidedWith1Returns true if other Entities should be prevented from moving through this Entity.
2927func_12_ahandleBlockChange1
2928func_130_hgetMountedYOffset1Returns the Y offset from the entity's position for any entity riding this one.
2929func_132_anewDoubleNBTList1creates a NBT list from the array of doubles passed to this function
2930func_133_bisOffsetPositionInLiquid1Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
2931func_137_aheal1Heal living entity (param: amount of half-hearts)
2932func_13_ahandleMultiBlockChange1
2933func_140_bupdateRotation1Arguments: current rotation, intended rotation, max increment.
2934func_141_dgetLook1interpolated look vector
2935func_142_fonDeath1Called when the mob's health reaches 0.
2936func_143_aknockBack1knocks back this entity
2937func_144_EisOnLadder1returns true if this entity is by a ladder, false otherwise
2938func_145_gcanEntityBeSeen1returns true if the entity provided in the argument can be seen. (Raytrace)
2939func_146_bgetTalkInterval1Get number of ticks, at least during which the living entity will be silent.
2940func_147_bfaceEntity1Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
2941func_148_cmoveEntityWithHeading1Moves the entity based on the specified heading. Args: strafe, forward
2942func_149_ggetDropItemId1Returns the item ID for the item the mob drops on death.
2943func_152_d_updateEntityActionState1
2944func_153_yonLivingUpdate1Called 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.
2945func_154_Fjump1Causes this entity to do an upwards motion (jumping).
2946func_155_agetCanSpawnHere1Checks if the entity's current position is a valid location to spawn this entity.
2947func_156_DspawnExplosionParticle1Spawns an explosion particle around the Entity's location
2948func_157_aattackEntity1Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
2949func_158_ifindPlayerToAttack1Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies).
2950func_159_agetBlockPathWeight1Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z
2951func_15_ahandleSpawnPosition1
2952func_160_csetSlimeSize1
2953func_162_ajoinEntityItemWithWorld1Joins the passed in entity item with the world. Args: entityItem
2954func_163_conItemPickup1Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize
2955func_164_CdestroyCurrentEquippedItem1Destroys the currently equipped item from the player's inventory.
2956func_165_agetCurrentPlayerStrVsBlock1Returns how strong the player is against the specified block at this moment
2957func_166_adisplayGUIChest1Displays the GUI for interacting with a chest inventory. Args: chestInventory
2958func_167_bcanHarvestBlock1Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
2959func_168_zswingItem1Swings the item the player is holding.
2960func_16_ahandlePlayerInventory1
2961func_170_adisplayGUIFurnace1Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
2962func_171_hcollideWithPlayer1
2963func_172_BgetCurrentEquippedItem1Returns the currently being used item by the player.
2964func_174_AdisplayWorkbenchGUI1Displays the crafting GUI for a workbench.
2965func_177_asetArrowHeading1Uses 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
2966func_178_bexplode1
2967func_181_bonValidSurface1checks to make sure painting can be placed there
2968func_183_conInventoryChanged1Called when an the contents of an Inventory change, usually
2969func_184_bupdateEntity1Allows 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.
2970func_185_ccreateAndLoadEntity1Creates a new entity and loads its data from the specified NBT.
2971func_186_areadFromNBT1Reads a tile entity from NBT.
2972func_187_aaddMapping1Adds a new two-way mapping between the class and its string name in both hashmaps.
2973func_188_bwriteToNBT1Writes a tile entity to NBT.
2974func_189_fsmeltItem1Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
2975func_18_ahandleFlying1
2976func_191_eisBurning1Returns true if the furnace is currently burning
2977func_193_gcanSmelt1Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc.
2978func_194_agetItemBurnTime1Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
2979func_195_aanyPlayerInRange1Returns true if there is a player in range (using World.getClosestPlayer)
2980func_196_dupdateDelay1Sets the delay before a new spawn (base delay of 200 + random number up to 600).
2981func_199_fdropAllItems1Drop all armor and main inventory items.
2982func_1_cgetUsername1Gets the players username.
2983func_20001_ahandleWindowItems1
2984func_20002_ahandleUpdateProgressbar1
2985func_20003_ahandleSetSlot1
2986func_20004_ahandleOpenWindow1
2987func_20005_ahandleUpdateSign1Updates Client side signs
2988func_20006_ahandleCloseWindow1
2989func_20007_ahandleWindowClick1
2990func_20008_ahandleTransaction1
2991func_20036_egetBlockName1
2992func_20037_asetBlockName1set name of block from language file
2993func_20042_EgetInventory1returns the inventory of this entity (only used in EntityPlayerMP it seems)
2994func_20043_IcloseScreen1set current crafting inventory back to the 2x2 square
2995func_20045_aonItemStackChanged1
2996func_20054_aupdateCraftingInventory1update the crafting window inventory with the items in the list
2997func_20055_aupdateCraftingInventorySlot1inform the player of a change in a single slot
2998func_20056_aupdateCraftingInventoryInfo1send information about the crafting inventory to the client(currently only for furnace times)
2999func_20058_JupdateHeldItem1updates item held by mouse, This method always returns before doing anything...
3000func_20059_KcloseCraftingGui1close the current crafting gui
3001func_20060_RgetNextWindowId1get the next window id to use
3002func_20063_agetTileEntityInfo1gets description packets from all TileEntity's that override func_20070
3003func_20067_a_isUseableByPlayer1Do not make give this method the name canInteractWith because it clashes with Container
3004func_20068_bgetInvName1Returns the name of the inventory.
3005func_20069_adecrStackSize1Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
3006func_20070_fgetDescriptionPacket1Overriden in a sign to provide the text
3007func_20072_igetItemStack1
3008func_20073_bsetItemStack1
3009func_20088_adecrStackSize1Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
3010func_20089_bputStack1Helper method to put a stack in the slot.
3011func_20090_aisHere1returns true if the slot exists in the given inventory and location
3012func_20091_bonPickupFromSlot1Called when the player picks up an item from an inventory slot
3013func_20092_cgetStack1Helper fnct to get the stack in the slot.
3014func_20093_agetSlotStackLimit1Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
3015func_20094_donSlotChanged1Called when the stack in a Slot changes
3016func_20095_aisItemValid1Check if the stack is a valid item for this slot. Always true beside for the armor slots.
3017func_200_awriteToNBT1Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
3018func_20104_asetIconCoord1
3019func_20105_asetItemName1set name of item from language file
3020func_20106_agetItemName1
3021func_20107_acompareRecipes1
3022func_20111_eisAirBlock1Returns true if the block at the specified coordinates is empty
3023func_20112_aaddRecipes1Adds the weapon recipes to the CraftingManager.
3024func_20115_aaddRecipes1Adds the crafting recipes to the CraftingManager.
3025func_20116_bisItemStackEqual1compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
3026func_20117_acopyItemStack1Creates a copy of a ItemStack, a null parameters will return a null.
3027func_20118_asplitStack1Remove the argument from the stack size. Return a new stack object with argument size.
3028func_20119_aareItemStacksEqual1compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
3029func_20120_agetSlot1
3030func_20121_aonCraftMatrixChanged1Callback for when the crafting matrix is changed.
3031func_20122_aaddSlot1adds the slot to the inventory it is in
3032func_20124_cgetCanCraft1gets whether or not the player can craft in this inventory or not
3033func_20125_aupdateCraftingResults1Updates crafting matrix; called from onCraftMatrixChanged. Args: none
3034func_20126_bcanInteractWith1
3035func_20128_aonCraftGuiOpened1
3036func_20129_asetCanCraft1sets whether the player can craft in this inventory or not
3037func_20130_aonCraftGuiClosed1Callback for when the crafting gui is closed.
3038func_20151_agetInstance1Returns the static instance of this class
3039func_20153_aaddRecipe1Adds a recipe. See spreadsheet on first page for details.
3040func_20156_aaddRecipes1Adds the tool recipes to the CraftingManager.
3041func_20159_aaddRecipes1Adds the ingot recipes to the CraftingManager.
3042func_20161_agetAllowedCharacters1Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen.
3043func_20165_agetRecipeSize1Returns the size of the recipe area
3044func_20172_aaddRecipes1Adds the armor recipes to the CraftingManager.
3045func_20177_aaddRecipes1Adds the food recipes to the CraftingManager.
3046func_20178_aupdateTileEntity1sends players update packet about the given entity
3047func_201_aaddItemStackToInventory1Adds the item stack to the inventory, returns false if it is impossible.
3048func_202_dgetInventoryStackLimit1Returns 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?*
3049func_203_breadFromNBT1Reads from the given tag list and fills the slots in the inventory with the correct items.
3050func_205_ggetFirstEmptyStack1Returns the first item stack that is empty.
3051func_206_asetInventorySlotContents1Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
3052func_207_bcanHarvestBlock1Returns whether the current item (tool) can harvest from the specified block (actually get a result).
3053func_208_agetStrVsBlock1Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything.
3054func_21001_ahandleEntityAction1runs registerPacket on the given Packet19EntityAction
3055func_21002_ahandleEntityMetadata1Packet handler
3056func_21003_ahandleEntityPainting1Packet handler
3057func_21004_ahandlePlayNoteBlock1
3058func_21024_areceiveClientEvent1Called 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
3059func_21025_bdamageDropped1Determines the damage on the item the block drops. Used in cloth and wood.
3060func_21027_bgrowTree1Attempts to grow a sapling into a tree
3061func_21028_cfertilize1Apply bonemeal to the crops.
3062func_21030_ceatCakeSlice1Heals the player and removes a slice from the cake.
3063func_21031_acalculateCurrentChanges1
3064func_21033_cgetBlockFromDye1Takes a dye damage value and returns the block damage value to match
3065func_21034_dgetDyeFromBlock1Takes a block damage value and returns the dye damage value to match
3066func_21035_gsetDispenserDefaultDirection1sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
3067func_21036_bdispenseItem1dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
3068func_21039_pgetDataWatcher1
3069func_21040_aentityDropItem1Drops an item at the position of the entity.
3070func_21041_asetFlag1Enable or disable a entity flag, see getEntityFlag to read the know flags.
3071func_21042_cgetFlag1Returns 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
3072func_21043_bsetSneaking1Sets the sneaking flag.
3073func_21044_aentityInit1
3074func_21046_d_canBreatheUnderwater1
3075func_21047_g_dropFewItems1Drop 0-2 items of this living's type
3076func_21048_KgetCreeperState1Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
3077func_21049_asetCreeperState1Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
3078func_21064_asetSaddled1Set or remove the saddle of the pig.
3079func_21065_KgetSaddled1Returns true if the pig is saddled.
3080func_21066_agetRandomFleeceColor1This method is called when a sheep spawns in the world to select the color of sheep fleece.
3081func_21067_asetSheared1make a sheep sheared if set to true
3082func_21068_e_getFleeceColor1
3083func_21069_f_getSheared1returns true if a sheeps wool has been sheared
3084func_21070_asetFleeceColor1
3085func_21072_adisplayGUIDispenser1Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
3086func_21073_agetEquipmentInSlot10: Tool in Hand; 1-4: Armor
3087func_21074_atriggerNote1plays the stored note
3088func_21075_achangePitch1change pitch by -> (currentPitch + 1) % 25
3089func_21078_asetMobID1
3090func_21079_egetRandomStackFromInventory1gets stack of one item extracted from a stack chosen at random from the block inventory
3091func_21082_cstoreItemStack1stores an itemstack in the users inventory
3092func_21083_dstorePartialItemStack1This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
3093func_21084_agetStackInRowAndColumn1Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column
3094func_21086_csetMaxStackSize1
3095func_21087_fgetContainerItem1
3096func_21088_ghasContainerItem1True if this Item has a container item (a.k.a. crafting result)
3097func_21089_agetMetadata1Returns the metadata of the block which this Item (ItemBlock) can place
3098func_21090_dsetMaxDamage1set max damage of an Item
3099func_21091_asetHasSubtypes1
3100func_21092_cgetHasSubtypes1
3101func_21093_asetContainerItem1
3102func_210_cdecrementAnimations1Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
3103func_21102_cgetCreatureMaterial1
3104func_21103_dgetPeacefulCreature1Gets whether or not this creature type is peaceful.
3105func_21104_bgetMaxNumberOfCreature1
3106func_21105_agetCreatureClass1
3107func_21114_agetRandomWorldGenForTrees1Gets a WorldGen appropriate for this biome.
3108func_21116_asetAllowedSpawnTypes1first boolean for hostile mobs and second for peaceful mobs
3109func_21117_csendClientEvent1Calls 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
3110func_21118_adoChunksNearChunkExist1Checks if any of the chunks within distance (argument 4) blocks of the given block exist
3111func_21119_hmarkBlockAsNeedsUpdate1calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
3112func_21125_hgetItemDamage1gets the damage of an itemstack
3113func_21126_disItemStackDamageable1true if this itemStack is damageable
3114func_21127_aisItemEqual1compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
3115func_21128_egetHasSubtypes1
3116func_21129_buseItemOnEntity1Uses the stack on the entity.
3117func_21130_fisItemDamaged1returns true when a damageable item is damaged
3118func_21131_ggetItemDamageForDisplay1gets the damage of an itemstack, for displaying purposes
3119func_21132_cisStackable1Returns true if the ItemStack can hold 2 or more units of the item.
3120func_21134_amatches1Used to check if a recipe matches current crafting inventory
3121func_21136_bgetCraftingResult1Returns an Item that is the result of this recipe
3122func_21139_acheckMatch1Checks if the region of a crafting inventory is match for the recipe.
3123func_21146_baddShapelessRecipe1
3124func_21147_afindMatchingRecipe1
3125func_21148_bgetChangedObjects1retrieves all objects that have changed
3126func_21149_areadWatchableObjects1
3127func_21150_ahasObjectChanged1true if one or more object was changed
3128func_21151_awriteObjectsInListToStream1writes every object in passed list to dataoutputstream, terminated by 0x7F
3129func_21152_awriteWatchableObjects1
3130func_21153_aaddObject1adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
3131func_21154_awriteWatchableObject1
3132func_21155_bupdateObject1updates an already existing object
3133func_21156_agetWatchableObjectByte1gets the bytevalue of a watchable object
3134func_21160_aaddSmelting1Adds a smelting recipe.
3135func_21161_agetSmeltingResult1Returns the smelting result of an item.
3136func_21162_asmelting1Used to call methods addSmelting and getSmeltingResult.
3137func_21165_aaddRecipes1Adds the dye recipes to the CraftingManager.
3138func_21166_acreatureSpecificInit1determines if a skeleton spawns on a spider, and if a sheep is a different color
3139func_21167_acanCreatureTypeSpawnAtLocation1Returns whether or not the specified creature type can spawn at the specified location.
3140func_21168_bgetObject1
3141func_21169_cgetObjectType1
3142func_21170_dgetWatching1
3143func_21171_asetObject1
3144func_21172_agetDataValueId1
3145func_21173_asetWatching1
3146func_21178_cgetDamageVsEntity1Returns the damage against a given entity.
3147func_21179_bgetEfficiencyOnProperMaterial1The strength of this tool material against blocks which it is effective against.
3148func_21180_agetMaxUses1The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
3149func_21181_dgetHarvestLevel1The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
3150func_211_bdamageArmor1Damages armor in each slot by the specified amount.
3151func_212_egetTotalArmorValue1Based on the damage values and maximum damage values of each armor item, returns the current armor value.
3152func_213_bgetCurrentItem1Returns the item stack currently held by the player.
3153func_216_aisSolid1
3154func_217_disLiquid1Returns if blocks of these materials are liquids.
3155func_218_cblocksMovement1Returns if this material is considered solid or not
3156func_219_bgetCanBlockGrass1Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
3157func_22002_ahandleSleep1
3158func_22006_achunkXZ2Int1converts a chunk coordinate pair to an integer (suitable for hashing)
3159func_22009_agetBlockTextureFromSideAndMetadata1From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
3160func_22012_gignoreTick1
3161func_22017_fsetBounds1Set the bounds of the bed block.
3162func_22018_fisBedOccupied1Return whether or not the bed is occupied.
3163func_22020_disBlockFootOfBed1Returns whether or not this bed block is the foot of the bed.
3164func_22021_ggetNearestEmptyChunkCoordinates1Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
3165func_22022_asetBedOccupied1Sets whether or not the bed is occupied.
3166func_22026_ggetOrientation1Get side which this button is facing.
3167func_22045_bblockRemoving1
3168func_22056_GplayLivingSound1Plays living's sound at its position
3169func_22057_EisPlayerSleeping1Returns whether player is sleeping or not
3170func_22058_wisMovementBlocked1Dead and sleeping entities cannot move
3171func_22060_asleepInBedAt1puts player to sleep on specified bed if possible
3172func_22061_aaddChatMessage1Add a chat message to the player
3173func_22062_awakeUpPlayer1Wake up the player if they're sleeping.
3174func_22063_lisInBed1Checks if the player is currently in a bed
3175func_22064_l_resetHeight1sets the players height back to normal after doing things like sleeping and dieing
3176func_22065_FisPlayerFullyAsleep1Returns whether or not the player is asleep and the screen has fully faded.
3177func_22070_aonUpdateEntity1updates 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)
3178func_22073_eremovePlayer1remove dat player from dem servers
3179func_22074_cscheduleBlockUpdate1Used to schedule a call to the updateTick method on the specified block.
3180func_22075_mgetSaveHandler1Returns this world's current save handler
3181func_22076_asetWorldTime1Sets the world time.
3182func_22077_gtick1Runs a single tick for the world
3183func_22078_lgetSpawnPoint1Returns the coordinates of the spawn point
3184func_22079_jgetSeed1gets the random world seed
3185func_22080_kgetWorldTime1
3186func_22081_ngetWorldInfo1Returns the world's WorldInfo object
3187func_22082_oupdateAllPlayersSleepingFlag1Updates the flag that indicates whether or not all players in the world are sleeping.
3188func_22083_pwakeUpAllPlayers1Wakes up all players in the world.
3189func_22084_qisAllPlayersFullyAsleep1Returns whether or not all players in the world are fully asleep.
3190func_22085_dsetEntityDead1Dismounts 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.
3191func_22086_bcreateChunkProvider1Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
3192func_22090_dgetPlayerNBTManager1
3193func_22091_bcheckSessionLock1Checks the session lock to prevent save collisions
3194func_22092_agetChunkLoader1initializes and returns the chunk loader for the specified world provider
3195func_22094_asaveWorldInfo1used to update level.dat from old format to MCRegion format
3196func_22095_asaveWorldInfoAndPlayer1saves level.dat and backs up the existing one to level.dat_old
3197func_22096_cloadWorldInfo1Loads and returns the world info
3198func_22097_agetWorldDirectory1Gets the File object corresponding to the base directory of this world.
3199func_22098_fsetSessionLock1Creates a session lock file for this process
3200func_220_fcanBlockStay1Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
3201func_22101_aconvertMapFormat1converts the map to mcRegion
3202func_22102_aisOldMapFormat1gets if the map is old chunk saving (true) or McRegion (false)
3203func_22103_bgetWorldInfo1gets the world info
3204func_22105_agetSaveLoader1Returns back a loader for the specified save directory
3205func_22111_aprintHelp1Print help on server commands
3206func_22112_atryParse1Parses First argument if possible; if not returns second argument
3207func_22113_ahandleWhitelist1Handles the whitelist command
3208func_22114_ahandleCommand1handles the command that was issued by an Op/Console
3209func_22115_asendNoticeToOps1sends a notice to all online ops.
3210func_22118_bsetProperty1
3211func_22120_dgetChunkOutputStream1Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
3212func_22122_aclearRegionFileReferences1clears region file references
3213func_22123_acreateOrLoadRegionFile1
3214func_22124_cgetChunkInputStream1Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ
3215func_22126_bclose1close this RegionFile and prevent further writes
3216func_22127_adebug1
3217func_22128_asetOffset1args: x, z, offset - sets the chunk's offset in the region file
3218func_22129_adebug1
3219func_22130_awrite1args: sectorNumber, data, length - write the chunk data to this RegionFile
3220func_22131_bdebugln1
3221func_22132_cisChunkSaved1args: x, z, - true if chunk has been saved / converted
3222func_22133_awrite1args: x, z, data, length - write chunk data at (x, z) to disk
3223func_22134_bdebugln1
3224func_22135_bgetChunkDataOutputStream1args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed
3225func_22136_doutOfBounds1args: x, z - check region bounds
3226func_22137_egetOffset1args: x, y - get chunk's offset in region file
3227func_22138_bsetChunkTimestamp1args: x, z, timestamp - sets the chunk's write timestamp
3228func_22140_agetChunkDataInputStream1args: x, y - get uncompressed chunk stream from the region file
3229func_22141_adebug1
3230func_22159_abanPlayer1add this player to the banned player list and save the ban list
3231func_22160_nsaveWhiteList1Saves the white list file
3232func_22161_bpardonPlayer1remove this player from the banned player list and save the ban list
3233func_22162_cbanIP1add the ip to the banned ip list and save ban list
3234func_22163_dpardonIP1removes the ip from the banned ip list and save ban list
3235func_22166_gisAllowedToLogin1Determine if the player is allowed to connect based on current server settings
3236func_22167_egetWhiteListedIPs1returns the set of whitelisted ip addresses
3237func_22168_mloadWhiteList1Loads the white list file
3238func_22169_kaddToWhiteList1add the specified player to the white list
3239func_22170_lremoveFromWhiteList1remove the specified player from the whitelist
3240func_22171_freloadWhiteList1reloads the whitelist
3241func_22176_aupdateTagCompound1
3242func_22178_hgetDimension1
3243func_22179_dgetSpawnY1Return the Y axis spawning point of the player.
3244func_22180_asetWorldTime1Set current world time
3245func_22181_asetSpawnPosition1Sets the spawn zone position. Args: x, y, z
3246func_22183_agetNBTTagCompoundWithPlayers1stores the current level's dat to an nbt tag for future saving in level.dat
3247func_22184_cgetSpawnX1Returns the x spawn position
3248func_22185_agetNBTTagCompound1Gets the NBTTagCompound for the worldInfo
3249func_22186_fgetWorldTime1Get current world time
3250func_22187_bgetSeed1Returns the seed of current world.
3251func_22188_igetSaveVersion1Returns the save version of this world
3252func_22189_egetSpawnZ1Returns the z spawn position
3253func_22190_asetWorldName1
3254func_22191_asetSaveVersion1Sets the save version of the world
3255func_221_aupdateTick1Ticks the block if it's been scheduled
3256func_22203_amakeHash1
3257func_22215_acompareChunkCoordinate1Compare the coordinate with another coordinate
3258func_223_aisVecInsideYZBounds1Checks if a vector is within the Y and Z bounds of the block.
3259func_224_asetLightValue1Sets 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.
3260func_225_dcanProvidePower1Can this block provide power. Only wire currently seems to have this change based on its state.
3261func_226_agetExplosionResistance1Returns how much this block can resist explosions from the passed in entity.
3262func_227_adropBlockAsItemWithChance1Drops the block items with a specified chance of dropping the specified items
3263func_228_bisVecInsideXZBounds1Checks if a vector is within the X and Z bounds of the block.
3264func_229_asetBlockBounds1Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ
3265func_230_avelocityToAddToEntity1Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d
3266func_231_asetTickRandomly1Sets whether this block type will receive random update ticks
3267func_232_bsetResistance1Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
3268func_233_asetBlockBoundsBasedOnState1Updates the blocks bounds based on its current state. Args: world, x, y, z
3269func_234_bonNeighborBlockChange1Lets 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
3270func_235_bonBlockClicked1Called when the block is clicked by a player. Args: x, y, z, entityPlayer
3271func_236_cisVecInsideXYBounds1Checks if a vector is within the X and Y bounds of the block.
3272func_237_csetHardness1Sets how many hits it takes to break a block.
3273func_238_disIndirectlyPoweringTo1Is this block indirectly powering the block on the specified side
3274func_239_bisPoweringTo1Is this block powering the block on the specified side
3275func_23_ahandleChat1
3276func_240_bisOpaqueCube1Is 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.
3277func_241_agetBlockTextureFromSide1Returns the block texture based on the side being looked at. Args: side
3278func_242_bonBlockRemoval1Called whenever the block is removed.
3279func_243_acanCollideCheck1Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
3280func_244_aquantityDropped1Returns the quantity of items to drop on block destruction.
3281func_245_eisCollidable1Returns if this block is collidable (only used by Fire). Args: x, y, z
3282func_246_ablockActivated1Called upon block activation (left or right click on the block.). The three integers represent x,y,z of the block.
3283func_247_a_dropBlockAsItem1Drops the specified block items
3284func_248_dgetCollisionBoundingBoxFromPool1Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
3285func_249_bonEntityWalking1Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity
3286func_24_ahandlePlace1
3287func_25001_ahandleBed1
3288func_25002_clogWarning1logs the warning same as: logger.warning(String);
3289func_25005_eisDamageable1
3290func_25006_igetStatName1
3291func_25007_aonBlockDestroyed1
3292func_25009_jgetHealAmount1
3293func_25010_kisWolfsFavoriteMeat1Whether wolves like this food (true for raw and cooked porkchop).
3294func_25012_etranslateBlockName1gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
3295func_25017_lcanTriggerWalking1returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
3296func_25018_n_getVerticalFaceSpeed1The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
3297func_25020_scanDespawn1Determines if an entity can be despawned, used on idle far away entities
3298func_25022_asetPathToEntity1sets the pathToEntity
3299func_25023_zhasPath1if the entity got a PathEntity it returns true, else false
3300func_25024_AgetEntityToAttack1returns the target Entity
3301func_25025_csetTarget1Sets the entity which is to be attacked.
3302func_25026_uisMovementCeased1Disables a mob's ability to move on its own while true.
3303func_25027_mgetSlimeSize1Returns the size of the slime.
3304func_25028_xisAngry1Determines whether this wolf is angry or not.
3305func_25037_csetAngry1Sets whether this wolf is angry or not.
3306func_25045_gaddMovementStat1Adds a value to a movement statistic field - like run, walk, swin or climb.
3307func_25046_aaddStat1Adds a value to a statistic field.
3308func_25047_aalertWolves1Called 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.
3309func_25049_HgetSpawnChunk1Returns the coordinates to respawn the player based on last bed that the player sleep.
3310func_25050_asetSpawnChunk1Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
3311func_25051_averifyRespawnCoordinates1Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
3312func_25052_aisEditable1
3313func_25055_agetSpawnableList1Returns the correspondent list of the EnumCreatureType informed.
3314func_25071_agetPlayerEntityByName1Find a player by name in this world.
3315func_25072_cgenerateSpawnPoint1Finds an initial spawn location upon creating a new world
3316func_25073_ngetChunkProvider1gets the world's chunk provider
3317func_25074_agetPlayerData1
3318func_25075_bgetWatchableObjectInt1gets a watchable object and returns it as a Integer
3319func_25076_cgetWatchableObjectString1gets a watchable object and returns it as a String
3320func_25077_bgetRecipeOutput1
3321func_25078_atranslateKeyFormat1Translate a key to current language applying String.format()
3322func_25079_agetInstance1Return the StringTranslate singleton instance
3323func_25080_atranslateKey1Translate a key to current language.
3324func_25083_hremoveUnknownBlocks1Turns unknown blocks into air blocks to avoid crashing Minecraft.
3325func_25085_areplaceSimilarBlocks1Forces stats for one block to add to another block, such as idle and active furnaces
3326func_25086_binitStats1
3327func_25087_binitBreakStats1
3328func_25088_ainitBreakableStats1Initializes statistic fields related to breakable items and blocks.
3329func_25089_ainitMinableStats1Initializes statistic fields related to minable items and blocks.
3330func_25090_ainitUsableStats1Initializes statistic fields related to usable items and blocks.
3331func_25091_cinitCraftableStats1Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
3332func_25092_areplaceAllSimilarBlocks1Forces all dual blocks to count for each other on the stats list
3333func_250_eonBlockAdded1Called whenever the block is added into the world. Args: world, x, y, z
3334func_25124_aonDestroyBlock1
3335func_25125_adamageItem1Damages the item in the ItemStack
3336func_25126_bgetRecipeList1returns the List<> of all recipes
3337func_25127_bgetSmeltingList1
3338func_25132_agetGuid1Returns the unique GUID of a achievement id.
3339func_25135_atranslateToLocalFormatted1Translates a Stat name with format args
3340func_25136_atranslateToLocal1Translates a Stat name
3341func_251_aonBlockDestroyedByPlayer1Called right before the block is destroyed by a player. Args: world, x, y, z, metaData
3342func_252_aidDropped1Returns the ID of the items to drop on destruction.
3343func_253_aisBlockSolid1Returns 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
3344func_254_ablockStrength1Defines whether or not a play can break the block with current tool.
3345func_255_conBlockPlaced1Called 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
3346func_258_csetLightOpacity1Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
3347func_259_acanPlaceBlockAt1Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z
3348func_25_ahandleUpdateTime1
3349func_262_acollisionRayTrace1Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec
3350func_263_aonEntityCollidedWithBlock1Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity
3351func_264_agetCollidingBoundingBoxes1Adds to the supplied array any colliding bounding boxes with the passed in bounding box. Args: world, x, y, z, axisAlignedBB, arrayList
3352func_265_fgetChanceToEncourageFire1Retrieves 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
3353func_267_asetBurnRate1Sets 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
3354func_268_gcanNeighborBurn1Returns true if at least one block next to this one can burn.
3355func_269_bcanBlockCatchFire1Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z
3356func_26_ahandleBlockDig1
3357func_27001_ahandleStatistic1runs registerPacket on the given Packet200Statistic
3358func_27002_ahandleWeather1Handles weather packet
3359func_27003_cisServerHandler1determine if it is a server handler
3360func_27006_bgetHasStack1Returns if this slot contains a stack.
3361func_27008_YisWet1Checks if this entity is either in water or on an open air block in rain (used in wolves).
3362func_27009_aonStruckByLightning1Called when a lightning bolt hits the entity.
3363func_27010_aonKillEntity1This method gets called when the entity kills another one.
3364func_27011_ZisInWater1Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
3365func_27013_QdespawnEntity1Makes the entity despawn if requirements are reached
3366func_27014_tgetPowered1Returns true if the creeper is powered by a lightning bolt.
3367func_27015_haddMountedMovementStat1Adds a value to a mounted movement statistic field - by minecart, boat, or pig.
3368func_27016_tisPVPEnabled1returns if pvp is enabled or not
3369func_27017_atriggerAchievement1Will trigger the specified trigger.
3370func_27021_hdisableStats1Disable statistics for the block, the block will no count for mined or placed.
3371func_27022_ggetEnableStats1Return the state of blocks statistics flags - if the block is counted for mined and placed.
3372func_27028_disPowered1Returns true if the block is power related rail.
3373func_27029_gisRailBlockAt1Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector).
3374func_27030_cisRailBlock1Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector).
3375func_27031_aisRailPassingPower1Returns true if the specified rail is passing power to its neighbor
3376func_27032_aisNeighborRailPowered1Powered minecart rail is conductive like wire, so check for powered neighbors
3377func_27033_aisPoweredBlockRail1Return true if the blocks passed is a power related rail.
3378func_27035_fsetStateIfMinecartInteractsWithRail1Update the detector rail power state if a minecart enter, stays or leave the block.
3379func_27037_areadString1Reads a string from a packet
3380func_27038_awriteString1Writes a String to the DataOutputStream
3381func_27047_esetDisableRain1Disable the rain for the biome.
3382func_27048_dcanSpawnLightningBolt1Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
3383func_27049_cgetEnableSnow1Returns true if the biome have snowfall instead a normal rain.
3384func_27052_einitIndependentStat1Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
3385func_27053_dregisterStat1Register the stat into StatList.
3386func_27059_asetIndependent1Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
3387func_27060_bsetSpecial1Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
3388func_27061_cregisterAchievement1Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
3389func_27065_cgetWeightedThunderStrength1
3390func_27066_iupdateWeather1Updates all weather states.
3391func_27067_uisThundering1Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
3392func_27068_visRaining1Returns true if the current rain strength is greater than 0.2
3393func_27069_bisAABBEmpty1checks to see if there are any blocks in the region constrained by an AxisAlignedBB
3394func_27070_xcalculateInitialWeather1Called from World constructor to set rainingStrength and thunderingStrength
3395func_27071_yclearWeather1Stops all weather effects.
3396func_27072_qcanLightningStrikeAt1
3397func_27073_aaddWeatherEffect1adds a lightning bolt to the list of lightning bolts in this world.
3398func_27074_dgetRainStrength1Not sure about this actually. Reverting this one myself.
3399func_27083_asetConnections1
3400func_27085_aslotClick1
3401func_27086_atransferStackInSlot1Called to transfer a stack from one inventory to the other eg. when shift clicking.
3402func_27089_fsetGroundCover1Sets the material as a form of ground cover, e.g. Snow
3403func_27090_gisGroundCover1Return whether the material is a form of ground cover, e.g. Snow
3404func_27097_ainit1A stub functions called to make the static initializer for this class run.
3405func_270_hgetChanceOfNeighborsEncouragingFire1Gets the highest chance of a neighbor block encouraging this block to catch fire
3406func_27115_lisRaining1Returns true if it is raining, false otherwise.
3407func_27116_bsetRaining1Sets whether it is raining or not.
3408func_27117_kgetThunderTime1Returns the number of ticks until next thunderbolt.
3409func_27118_csetRainTime1Sets the number of ticks until rain.
3410func_27119_asetThundering1Sets whether it is thundering or not.
3411func_27120_mgetRainTime1Return the number of ticks until rain.
3412func_27121_bsetThunderTime1Defines the number of ticks until next thunderbolt.
3413func_27122_jisThundering1Returns true if it is thundering, false otherwise.
3414func_27127_agetEuclideanDistanceTo1Returns the euclidean distance of the chunk coordinate to the x, y, z parameters passed.
3415func_272_aonPoweredBlockChange1A function to open a door.
3416func_273_bsetDoorRotation1
3417func_274_gcheckIfAttachedToBlock1Checks 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.
3418func_275_gcanSnowStay1Checks if this snow block can stay at this location.
3419func_276_gcheckFlowerChange1
3420func_277_bcanThisPlantGrowOnThisBlockID1Gets 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
3421func_278_hgetGrowthRate1Gets 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
3422func_279_gdropTorchIfCantStay1Tests 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
3423func_28001_ahandleMapData1Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
3424func_28002_ahandleDoorChange1
3425func_28003_bgetEntityTracker1gets the entityTracker by the given dimension
3426func_28004_agetWorldManager1gets the worldServer by the given dimension
3427func_28005_gpushOutOfBlocks1Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z
3428func_28007_asetWorld1Sets the reference to the World object.
3429func_28010_chasItemStack1Returns true if the specified ItemStack exists in the inventory.
3430func_28013_battackBlockedEntity1Used when an entity is close enough to attack but cannot be seen (Creeper de-fuse)
3431func_28018_aonUpdate1Called 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.
3432func_28020_conCreated1Called when item is crafted/smelted. Used only by maps so far.
3433func_28022_bgetUpdatePacket1
3434func_28023_agetMapData1
3435func_28024_aupdateMapData1
3436func_28025_brenderAsNormalBlock1If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)
3437func_28026_ecanPlaceBlockOnSide1checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
3438func_28027_ksetRequiresSelfNotify1Blocks 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.
3439func_28028_finitializeBlock1This 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.
3440func_28035_b_ejectRecord1Ejects the current record inside of the jukebox.
3441func_28038_disTrapdoorOpen1
3442func_28039_csetBlockBoundsForBlockRender1
3443func_28040_aonPoweredBlockChange1
3444func_28058_dloadChunkFromFile1Attemps to load the chunk from the save file, returns null if the chunk is not available.
3445func_28059_bsaveChunkData1
3446func_28060_asaveChunkExtraData1
3447func_28095_pisBlockOpaqueCube1Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
3448func_28097_eplayAuxSFX1See description for func_28136_a.
3449func_28098_jgetFullBlockLightValue1gets the block's light value - without the _do function's checks.
3450func_28099_arayTraceBlocks_do_do1
3451func_280_acheckForBurnout1
3452func_28100_egetPrecipitationHeight1Gets the height to which rain/snow will fall. Calculates it if not already stored.
3453func_28101_aplayAuxSFXAtEntity1See description for playAuxSFX.
3454func_28102_asetItemData1Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
3455func_28103_aloadItemData1Loads 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
3456func_28104_bgetUniqueDataId1Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
3457func_28107_cgetTags1Returns all the values in the tagMap HashMap.
3458func_28108_dcanRespawnHere1True if the player can respawn in this dimension (true = overworld, false = nether).
3459func_28111_bgetMapFileFromName1Gets the file location of the given map
3460func_28114_bplaceInExistingPortal1Place an entity in a nearby portal which already exists.
3461func_28115_aplaceInPortal1Place an entity in a nearby portal, creating one if necessary.
3462func_28116_ccreatePortal1Create a new portal near an entity.
3463func_28126_amergeItemStack1merges provided ItemStack with the first avaliable one in the container/player inventory
3464func_28128_hisOpaque1Indicate if the material is opaque
3465func_28129_isetTranslucent1Marks the material as translucent
3466func_28133_aplayAuxSFX1Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
3467func_28135_eisTerminating1Gets whether the Network manager is terminating.
3468func_28136_fgetOutputStream1
3469func_28138_awakeThreads1Wakes reader and writer threads
3470func_28143_aupdateAnimation1Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
3471func_28144_cisStackEqual1
3472func_28145_bsetItemDamage1Sets the item damage of the ItemStack.
3473func_28146_amarkDirty1Marks this MapDataBase dirty, to be saved to disk when the level next saves.
3474func_28147_bwriteToNBT1write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
3475func_28148_areadFromNBT1reads in data from the NBTTagCompound into this MapDataBase
3476func_28149_asetDirty1Sets the dirty state of this MapDataBase, whether it needs saving to disk.
3477func_28150_bisDirty1Whether this MapDataBase needs saving to disk.
3478func_28155_aupdateVisiblePlayers1Adds the player passed to the list of visible players and checks to see which players are visible
3479func_28166_breadPlayerDataFromFile1called during player login. reads the player information from disk.
3480func_28167_agetPlayerManager1returns the player manager object for the specified dimension
3481func_28168_fsendPlayerToOtherDimension1moves provided player from overworld to nether or vice versa
3482func_28169_asendPacketToAllPlayersInDimension1Sends a packet to all players in the specified Dimension
3483func_28170_aupdateTimeAndWeather1Updates the time and weather for the given player to those of the given world
3484func_28172_ajoinNewPlayerManager1called 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
3485func_28173_agetUniqueDataId1Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
3486func_28174_bloadIdCounts1Loads the idCounts Map from the 'idcounts' file.
3487func_28175_asaveData1Saves the given MapDataBase to disk.
3488func_28176_asaveAllData1Saves all dirty loaded MapDataBases to disk.
3489func_28177_asetData1Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
3490func_28178_aloadData1Loads 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
3491func_28183_aisVecInside1Returns if the supplied Vec3D is completely inside the bounding box
3492func_282_gisCropsNearby1returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)
3493func_283_hisWaterNearby1returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)
3494func_284_htryToFall1If there is space to fall below will start this block falling
3495func_285_gcanFallBelow1Checks to see if the sand can fall into the block below it
3496func_286_finsertRecord1Inserts the given record into the JukeBox.
3497func_28_ahandleCollect1
3498func_290_fgetMaxCurrentStrength1Returns 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)
3499func_291_hnotifyWireNeighborsOfNeighborChange1Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
3500func_292_gupdateAndPropagateCurrentStrength1Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
3501func_293_bisPoweredOrRepeater1Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered.
3502func_294_a_getBlockEntity1Returns the TileEntity used by this block.
3503func_295_aupdateFurnaceBlockState1Update which block ID the furnace is using depending on whether or not it is burning
3504func_296_gsetDefaultDirection1set a blocks direction
3505func_297_gisThereANeighborChest1Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z
3506func_298_cgetFlowVector1Returns a vector indicating the direction and intensity of fluid flow.
3507func_299_bgetFluidHeightPercent1Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid.
3508func_29_ahandlePreChunk1
3509func_2_blog1Logs the message with a level of INFO.
3510func_30003_gisIndirectlyPowered1Returns true or false based on whether the block the torch is attached to is providing indirect power.
3511func_30004_iupdateFlow1Updates the flow for the BlockFlowing object.
3512func_30005_isetNotStationary1Changes the block ID to that of an updating fluid.
3513func_30007_asendError1Sends the network manager an error
3514func_300_htriggerLavaMixEffects1Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
3515func_301_ggetFlowDecay1Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid.
3516func_302_icheckForHarden1Forces lava to check to see if it is colliding with water, and then decide what it should harden to.
3517func_303_bgetEffectiveFlowDecay1Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
3518func_307_egetSmallestFlowDecay1getSmallestFlowDecay(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.
3519func_309_kblockBlocksFlow1Returns true if block at coords blocks fluids
3520func_30_ahandleEntity1
3521func_31002_jvalidate1validates a tile entity
3522func_31003_hinvalidate1invalidates a tile entity
3523func_31004_gisInvalid1returns true if tile entity is invalid, false otherwise
3524func_31005_egetBlockMetadata1Returns block data at the location of this entity (client-only).
3525func_31007_agetProgress1Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
3526func_31008_dgetPistonOrientation1Returns the orientation of the piston as an int
3527func_31009_aupdatePushedObjects1
3528func_31010_cisExtending1Returns true if a piston is extending
3529func_31011_kclearPistonTileEntity1removes a pistons tile entity (and if the piston is moving, stops it)
3530func_31012_agetStoredBlockID1
3531func_31021_BupdateWanderPath1Time remaining during which the Animal is sped up and flees.
3532func_31024_adropBlockAsItem_do1Spawns EntityItem in the world for the given ItemStack if the world is not remote.
3533func_31025_egetMobilityFlag1Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
3534func_31026_jgetHardness1Returns the block hardness.
3535func_31027_isetBlockUnbreakable1This method will make the hardness of the block equals to -1, and the block is indestructible.
3536func_31028_gcanPlaceTorchOn1Gets if we can place a torch on a block.
3537func_31030_agetTileEntity1gets a new TileEntityPiston created with the arguments provided.
3538func_31031_bgetTileEntityAtLocation1gets the piston tile entity at the specified location
3539func_31032_agetAxisAlignedBB1
3540func_31035_disExtended1Determine if the metadata is related to something powered.
3541func_31036_hcanExtend1checks to see if this piston could push the blocks in front of it.
3542func_31037_cdetermineOrientation1gets the way this piston should face for that entity that placed it.
3543func_31038_itryExtend1attempts to extend the piston. returns false if impossible.
3544func_31039_fisIndirectlyPowered1checks the block to that side to see if it is indirectly powered.
3545func_31040_acanPushBlock1returns true if the piston can push the specified block
3546func_31041_gupdatePistonState1handles attempts to extend or retract the piston.
3547func_31042_cgetOrientation1returns an int which describes the direction the piston faces
3548func_31045_bgetDirectionMeta1
3549func_31047_aaddTileEntity1
3550func_31055_iisHarvestable1Returns true if material can be harvested by player.
3551func_31056_jgetMaterialMobility1returns a materials mobility flag
3552func_31057_lsetImmovableMobility1This type of material can't be pushed, and pistons are blocked to move.
3553func_31058_nsetNoHarvest1Disables the ability to harvest this material.
3554func_31059_ksetNoPushMobility1marks this material as being unable to push blocks
3555func_311_fflowIntoBlock1flowIntoBlock(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.
3556func_312_lliquidCanDisplaceBlock1Returns true if the block at the coordinates can be displaced by the liquid.
3557func_318_gsetStateIfMobInteractsWithPlate1Checks 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.
3558func_31_asetLoginPacket1Sets and returns the login packet provided.
3559func_32005_badvanceTime1Gradually advances the time of the world.
3560func_320_hsparkle1The redstone ore sparkles.
3561func_321_gglow1The redstone ore glows.
3562func_322_gredundantCanPlaceBlockAt1This method is redundant, check it out...
3563func_323_bremoveBlock1Removes a block and triggers the appropriate events
3564func_324_ablockClicked1
3565func_325_cblockHarvessted1
3566func_327_aactiveBlockOrUseItem1Will either active a block (if there is one at the given location), otherwise will try to use the item being hold
3567func_328_aupdateBlockRemoving1
3568func_329_agetEntitiesWithinAABBForEntity1Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
3569func_32_agetServerId1Returns the server Id randomly generated by this login handler.
3570func_330_asetLightValue1Sets 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
3571func_331_donChunkUnload1Called when this Chunk is unloaded by the ChunkProvider
3572func_332_aremoveEntityAtIndex1Removes entity at the specified index from the entity array.
3573func_333_cpropagateSkylightOcclusion1Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
3574func_334_agetRandomWithSeed1
3575func_335_aaddEntity1Adds an entity to the chunk. Args: entity
3576func_336_esetChunkModified1Sets the isModified flag for this Chunk
3577func_337_bgetHeightValue1Returns the value in the height map at this x, z coordinate in the chunk
3578func_338_dgetChunkBlockTileEntity1Gets the TileEntity for a given block in this chunk
3579func_339_grelightBlock1Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
3580func_33_atryLogin1Logs the user in if a login packet is found, otherwise keeps processing network packets unless the timeout has occurred.
3581func_341_agetSavedLightValue1Gets the amount of light saved in this block (doesn't adjust for daylight)
3582func_342_agetEntitiesOfTypeWithinAAAB1Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill
3583func_343_ccanBlockSeeTheSky1Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
3584func_344_agetBlockID1Return the ID of a block in the chunk.
3585func_345_bsetBlockMetadata1Set the metadata of a block in the chunk
3586func_346_asetBlockIDWithMetadata1Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
3587func_347_aneedsSaving1Returns true if this Chunk needs to be saved
3588func_349_aaddTileEntity1Adds a TileEntity to a chunk
3589func_34_bkickUser1Disconnects the user with the given reason.
3590func_35001_ahandleExperience1Handle an experience packet.
3591func_35002_ahandleEntityEffect1Handle an entity effect packet.
3592func_35003_ahandleRemoveEntityEffect1Handle a remove entity effect packet.
3593func_35004_ahandleCreativeSetSlot1Handle a creative slot packet.
3594func_35005_ahandleKeepAlive1Handle a keep alive packet.
3595func_35006_ahandlePlayerInfo1Handle a player information packet.
3596func_35007_ahandleServerPing1Handle a server ping packet.
3597func_35008_ahandleEntityExpOrb1Handle a entity experience orb packet.
3598func_35015_binitWorldGenSeed1Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
3599func_35016_anextInt1returns a LCG pseudo random number from [0, x). Args: int x
3600func_35017_ainitChunkSeed1Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
3601func_35018_agetInts1Returns 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.
3602func_35026_achoose1Chooses one of the two inputs randomly.
3603func_35031_bchoose1randomly choose between the four args
3604func_35032_achoose1randomly choose between the two args
3605func_35037_avalidGameType1Checks to see if the int passed is a valid game type indicator.
3606func_35038_agetSeed1Get the seed of the map.
3607func_35039_bgetGameType1Get the type of game the map is set at. 0 is survival, 1 is creative.
3608func_35040_cisMapFeaturesEnabled1Get whether the map features (e.g. strongholds) generation is enabled or disabled.
3609func_35057_bunifyAdjacentChests1Turns the adjacent chests to a double chest.
3610func_35058_ccanBePlacedOn1returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
3611func_35059_gcanVineStay1Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
3612func_35060_cgetPosingIdByMetadata1Gets the blockID of the block this block is pretending to be according to this block's metadata.
3613func_35061_dgetMetadataForBlockType1Returns 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.
3614func_35063_ccanThisPaneConnectToThisBlockID1Gets 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
3615func_35065_bfertilizeMushroom1Fertilize the mushroom.
3616func_35066_f_fertilizeStem1
3617func_35067_hgetGrowthModifier1
3618func_35070_cisFenceGateOpen1Returns if the fence gate is open according to its metadata.
3619func_35072_acauseMobDamage1
3620func_35073_acauseArrowDamage1returns EntityDamageSourceIndirect of an arrow
3621func_35074_cgetHungerDamage1How much satiate(food) is consumed by this DamageSource
3622func_35075_agetDeathMessage1Returns the message to be displayed on player death.
3623func_35076_bcausePlayerDamage1returns an EntityDamageSource of type player
3624func_35077_dcanHarmInCreative1
3625func_35078_fsetDamageBypassesArmor1
3626func_35079_egetSourceOfDamage1
3627func_35080_agetEntity1
3628func_35081_acauseThrownDamage1
3629func_35082_acauseFireballDamage1returns EntityDamageSourceIndirect of a fireball
3630func_35083_bisUnblockable1
3631func_35084_gsetDamageAllowedInCreativeMode1
3632func_350_bremoveEntity1removes entity using its y chunk coordinate as its index
3633func_35137_agetBiomesToSpawnIn1Gets the list of valid biomes for the player to spawn in.
3634func_35138_bcleanupCache1Calls the WorldChunkManager's biomeCache.cleanupCache()
3635func_35139_afindBiomePosition1Finds a valid position within a range, that is once of the listed biomes.
3636func_35140_agetBiomeGenAt1Return 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)
3637func_35141_aareBiomesViable1checks given Chunk's Biomes against List of allowed ones
3638func_35142_bgetBiomesForGeneration1Returns an array of biomes for the location input.
3639func_35146_gsetSprinting1Set sprinting switch for Entity.
3640func_35147_qsetInWeb1Sets the Entity inside a web block.
3641func_35148_hsetEating1
3642func_35149_atisSprinting1Get if the Entity is sprinting.
3643func_35150_YgetUsername1
3644func_35152_bgetXPSplit1Get a fragment of the maximum experience points value for the supplied value of experience points value.
3645func_35153_j_getXpValue1Returns the XP value of this XP orb.
3646func_35161_eopenChest1
3647func_35162_t_closeChest1
3648func_35163_breceiveClientEvent1Called when a client event is received with the event number and argument, see World.sendClientEvent
3649func_35164_gupdateContainingBlockInfo1Causes 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
3650func_35167_hcheckForAdjacentChests1Performs the check for adjacent chests to determine if this chest is double or not.
3651func_35177_chasItem1Get if a specifiied item id is inside the inventory.
3652func_35178_DgetSpeedModifier1This 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.
3653func_35179_bonChangedPotionEffect1
3654func_35180_GisBlocking1
3655func_35181_aonNewPotionEffect1
3656func_35182_daddPotionEffect1adds a PotionEffect to the entity
3657func_35183_akgetActivePotionEffects1
3658func_35184_aisPotionActive1
3659func_35185_conFinishedPotionEffect1
3660func_35186_ajupdatePotionEffects1
3661func_35187_bgetActivePotionEffect1returns the PotionEffect for the supplied Potion if it is active, null otherwise.
3662func_35188_XisPlayer1Only use is to identify if class is an instance of player for experience dropping
3663func_35195_daddExperience1Add experience points to player.
3664func_35196_EstopUsingItem1
3665func_35197_ccanEat1
3666func_35198_baddExhaustion1increases exhaustion level by supplied amount
3667func_35199_ConItemUseFinish1Used for when item use count runs out, ie: eating completed
3668func_351_aisAtLocation1Checks whether the chunk is at the X/Z location specified
3669func_35200_ccanPlayerEdit1
3670func_35201_asetItemInUse1sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration
3671func_35202_eonCriticalHit1Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
3672func_35203_UxpBarCap1This 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.
3673func_35204_ogetSwingSpeedModifier1Returns the swing speed modifier
3674func_35205_FclearItemInUse1
3675func_35206_WshouldHeal1Checks if the player's health is not full and not zero.
3676func_35207_VgetFoodStats1Returns the player's FoodStats object.
3677func_35208_bupdateItemUse1Plays sounds and makes particles for item in use state
3678func_35209_o_isUsingItem1Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
3679func_35224_cattackEntityAsMob1
3680func_35225_xgetCarried1Get the id of the block an enderman carries
3681func_35226_bsetCarried1Set the id of the block an enderman carries
3682func_35227_wteleportRandomly1Teleport the enderman to a random nearby position
3683func_35228_ateleportTo1Teleport the enderman
3684func_35229_dsetCarryingData1Set the metadata of the block an enderman carries
3685func_35230_eteleportToEntity1Teleport the enderman to another entity
3686func_35231_ygetCarryingData1Get the metadata of the block an enderman carries
3687func_35232_cshouldAttackPlayer1Checks to see if this enderman should be attacking this player
3688func_35238_tsetRandomSeed1puts the World Random seed to a specific state dependant on the inputs
3689func_35239_amarkTileEntityForDespawn1Adds TileEntity to despawn list
3690func_35240_dcomputeSkyLightValue1
3691func_35241_ecomputeBlockLightValue1
3692func_35242_pupdateAllLightTypes1
3693func_35243_bupdateLightByType1
3694func_35253_agenerateOres1Generates ores in the current chunk
3695func_35254_bgenStandardOre21Standard ore generation helper. Generates Lapis Lazuli.
3696func_35255_adecorate1Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
3697func_35256_bdecorate1The method that does the work of actually decorating chunks
3698func_35257_agenStandardOre11Standard ore generation helper. Generates most ores.
3699func_35292_agenerateVines1Generates vines at the given position until it hits a block.
3700func_35294_afillWithBlocks1arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)
3701func_35295_aisLiquidInStructureBoundingBox1checks the entire StructureBoundingBox for Liquids
3702func_35296_bgetZWithOffset1
3703func_35297_agetBlockIdAtCurrentPosition1
3704func_35298_aplaceDoorAtCurrentPosition1
3705func_35299_acreateTreasureChestAtCurrentPosition1
3706func_352_asetChunkBlockTileEntity1Sets the TileEntity for a given block in this chunk
3707func_35300_agetYWithOffset1
3708func_35301_cgetMetadataWithOffset1Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata
3709func_35302_arandomlyPlaceBlock1Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
3710func_35303_bfillCurrentPositionBlocksDownwards1Overwrites air and liquids from selected position downwards, stops at hitting anything else.
3711func_35304_arandomlyRareFillWithBlocks1arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace
3712func_35305_cgetComponentType1Returns the component type ID of this component.
3713func_35306_agetXWithOffset1
3714func_35307_afillWithRandomizedBlocks1arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector
3715func_35308_abuildComponent1Initiates construction of the Structure Component picked, at the current Location of StructGen
3716func_35309_aplaceBlockAtCurrentPosition1current Position depends on currently set Coordinates mode, is computed here
3717func_35310_aaddComponentParts1second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
3718func_35311_afillTreasureChestWithLoot1
3719func_35312_afindIntersecting1Discover if bounding box can fit within the current bounding box object.
3720func_35313_bgetBoundingBox1
3721func_35314_bclearCurrentPositionBlocksUpwards1Deletes all continuous blocks from selected position upwards. Stops at hitting air.
3722func_35315_arandomlyFillWithBlocks1arguments: 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
3723func_35319_acanStrongholdGoDeeper1returns false if the Structure Bounding Box goes below 10
3724func_35320_cgetNextComponentZ1Gets the next component in the +/- Z direction
3725func_35321_bgetNextComponentX1Gets the next component in the +/- X direction
3726func_35322_agetRandomDoor1
3727func_35323_aplaceDoor1builds a door of the enumerated types (empty opening is a door)
3728func_35324_agetNextComponentNormal1Gets the next component in any cardinal direction
3729func_35325_agetStrongholdStairsComponent1performs some checks, then gives out a fresh Stairs component
3730func_35330_afindValidPlacement1
3731func_35332_afindValidPlacement1
3732func_35334_afindValidPlacement1
3733func_35338_afindValidPlacement1
3734func_35344_afindValidPlacement1
3735func_35346_afindValidPlacement1
3736func_35350_afindValidPlacement1
3737func_35357_afindValidPlacement1
3738func_35362_afindValidPlacement1
3739func_35365_afindValidPlacement1Trys to find a valid place to put this component.
3740func_35366_acanVillageGoDeeper1
3741func_35367_bgetAverageGroundLevel1Discover 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).
3742func_35368_agetNextComponentNN1Gets the next village component, with the bounding box shifted -1 in the X and Z direction.
3743func_35369_bgetNextComponentPP1Gets the next village component, with the bounding box shifted +1 in the X and Z direction.
3744func_35370_afindValidPlacement1Trys to find a valid place to put this component.
3745func_35372_afindValidPlacement1Trys to find a valid place to put this component.
3746func_35374_afindValidPlacement1Trys to find a valid place to put this component.
3747func_35376_afindValidPlacement1
3748func_35380_afindValidPlacement1Trys to find a valid place to put this component.
3749func_35382_afindValidPlacement1Trys to find a valid place to put this component.
3750func_35386_agetWorldChunkManager1
3751func_35393_afindValidPlacement1
3752func_35397_afindValidPlacement1Trys to find a valid place to put this component.
3753func_35399_afindValidPlacement1Trys to find a valid place to put this component.
3754func_353_bgenerateSkylightMap1Generates the initial skylight map for the chunk upon generation or load.
3755func_35401_afindValidPlacement1
3756func_35404_cgetMaxItemUseDuration1How long it takes to use or consume an item
3757func_35405_bonFoodEaten1
3758func_35406_bgetItemUseAction1returns the action that specifies what animation to play when the items is being used
3759func_35407_agetItemNameIS1
3760func_35408_aonPlayerStoppedUsing1called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount
3761func_35418_aplaceDoorBlock1
3762func_35419_agetBlockID1Returns the blockID for this Item
3763func_35422_asetPotionEffect1sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening
3764func_35423_nsetAlwaysEdible1Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
3765func_35424_lgetSaturationModifier1gets the saturationModifier of the ItemFood
3766func_35432_agetTreasurePieces1
3767func_35433_agetNextComponent1
3768func_35434_agetRandomComponent1
3769func_35435_bgetNextMineShaftComponent1
3770func_35437_aisReady1checks if Potion effect is ready to be applied this tick.
3771func_35438_aperformEffect1
3772func_35439_asetPotionName1Set the potion name.
3773func_35475_aabs1Returns the unsigned value of an int.
3774func_35476_agetRandomIntegerInRange1
3775func_35477_cfloor_double_long1Long version of floor_double
3776func_35478_fremoveOp1This removes a username from the ops list, then saves the op list
3777func_35479_eaddOp1This adds a username to the ops list, then saves the op list
3778func_35480_hgetMaxPlayers1Returns maximum amount of players that can join the server
3779func_35481_gplayersOnline1Returns the number of players on the server
3780func_35491_acanSpawnMoreVillagePiecesOfType1
3781func_35492_acanSpawnMoreVillagePieces1
3782func_35497_bretrySlotClick1
3783func_35498_aputStackInSlot1args: slotID, itemStack to put in slot
3784func_35499_oisMapFeaturesEnabled1Get whether the map features (e.g. strongholds) generation is enabled or disabled.
3785func_354_cgetBlockLightValue1Gets the amount of light on a block taking into account sunlight
3786func_35500_dsetGameType1Set the game type, <=0 for survival, >0 for creative.
3787func_35501_ngetGameType1Get the game type, 0 for survival, 1 for creative.
3788func_35507_cgetEntry1
3789func_35508_bcontainsItem1
3790func_35509_fgetIntTemperature1Gets an integer representation of this biome's temperature
3791func_35510_egetIntRainfall1Gets an integer representation of this biome's rainfall
3792func_35511_bsetMinMaxHeight1Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
3793func_35512_asetTemperatureRainfall1Sets the temperature and rainfall of this biome.
3794func_35513_adecorate1
3795func_35514_acreateBiomeDecorator1Allocate a new BiomeDecorator for this BiomeGenBase
3796func_35531_acanSpawnStructureAtCoords1
3797func_35532_agenerateStructuresInChunk1Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
3798func_35533_bgetStructureStart1
3799func_35539_agenerateRavine1
3800func_35541_agenerateStructure1Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
3801func_35542_aisSizeableStructure1currently only defined for Villages, returns true if Village has more than 2 non-road components
3802func_35543_bgetBoundingBox1
3803func_35544_cupdateBoundingBox1Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
3804func_35545_amarkAvailableHeight1offsets the structure Bounding Boxes up to a certain height, typically 63 - 10
3805func_35549_agetIntCache1
3806func_35550_aresetIntCache1Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
3807func_35556_ddropChunk1Drops the specified chunk.
3808func_35565_aselectBlocks1picks Block Ids and Metadata (Silverfish)
3809func_35566_agetSelectedBlockId1
3810func_35567_bgetSelectedBlockMetaData1
3811func_35570_adotProduct1
3812func_35571_arotateAroundX1Rotates the vector around the x axis by the specified angle.
3813func_35572_brotateAroundY1Rotates the vector around the y axis by the specified angle.
3814func_35573_aperformWorldGenSpawning1Called during chunk generation to spawn initial creatures.
3815func_35575_acanSpawnMoreStructuresOfType1
3816func_35576_acanSpawnMoreStructures1
3817func_35582_aaddStats1Eat some food.
3818func_35583_aaddExhaustion1adds input to foodExhaustionLevel to a max of 40
3819func_35584_aonUpdate1Handles the food game logic.
3820func_35585_agetFoodLevel1Get the player's food level.
3821func_35586_cgetSaturationLevel1Get the player's food saturation level.
3822func_35587_bneedFood1Get whether the player must eat food.
3823func_35588_bwriteNBT1Writes the food data for the player.
3824func_35589_areadNBT1Reads the food data for the player.
3825func_35590_aaddStats1Args: int foodLevel, float foodSaturationModifier
3826func_35596_fgetSocket1Gets the network socket.
3827func_355_fcheckSkylightNeighborHeight1Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
3828func_35613_aonPlayerStoppedUsing1Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount
3829func_35614_lgetMaxItemUseDuration1
3830func_35615_mgetItemUseAction1
3831func_35616_kgetItemName1
3832func_35617_bonFoodEaten1
3833func_35618_aloadItemStackFromNBT1
3834func_35620_agetStrongholdComponentFromWeightedPiece1translates the PieceWeight class to the Component class
3835func_35621_cgetNextValidComponent1
3836func_35622_bgetStrongholdStones1
3837func_35623_bgetNextComponent1
3838func_35624_agetNextValidComponentAccess1
3839func_35625_aprepareStructurePieces1sets up Arrays with the Structure pieces and their weights
3840func_35626_ccanAddStructurePieces1
3841func_35631_cgetPrecipitationHeight1Gets the height to which rain/snow will fall. Calculates it if not already stored.
3842func_35632_apopulateChunk1
3843func_35633_iupdateSkylight_do1Runs delayed skylight updates.
3844func_35634_dupdateSkylightNeighborHeight1
3845func_35635_hupdateSkylight1Checks whether skylight needs updated; if it does, calls updateSkylight_do
3846func_35639_agetVillageComponentFromWeightedPiece1
3847func_35640_agetNextStructureComponent1attempts to find a next Structure Component to be spawned
3848func_35641_dgetNextVillageStructureComponent1attempts to find a next Structure Component to be spawned, private Village function
3849func_35642_bgetNextStructureComponentVillagePath1
3850func_35643_cgetNextVillageComponent1attempts to find a next Village Component to be spawned
3851func_35644_egetNextComponentVillagePath1
3852func_35645_agetAvailablePieceWeight1
3853func_35646_agetStructureVillageWeightedPieceList1
3854func_35647_ddeincrementDuration1
3855func_35648_aonUpdate1
3856func_35649_agetPotionID1Retrieve the ID of the potion this effect matches.
3857func_35650_acombine1merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
3858func_35651_bperformEffect1
3859func_35652_cgetAmplifier1
3860func_35653_bgetDuration1
3861func_35663_agetComponentToAddBoundingBox1used to project a possible new component Bounding Box - to check if it would cut anything already spawned
3862func_35664_aintersectsWith1Discover if bounding box can fit within the current bounding box object.
3863func_35665_dgetZSize1Get dimension of the bounding box in the z direction.
3864func_35666_bexpandTo1Expands a bounding box's dimensions to include the supplied bounding box.
3865func_35667_bisVecInside1Discover if a coordinate is inside the bounding box volume.
3866func_35668_cgetYSize1Get dimension of the bounding box in the y direction.
3867func_35669_bgetXSize1Get dimension of the bounding box in the x direction.
3868func_35670_aoffset1Offsets the current bounding box by the specified coordinates. Args: x, y, z
3869func_35671_aintersectsWith1Discover if a coordinate is inside the bounding box area.
3870func_35672_agetNewBoundingBox1returns a new StructureBoundingBox with MAX values
3871func_35679_agetChunkManager1Get the world chunk manager object for a biome list.
3872func_35680_cgetBiomeCacheBlock1Returns a biome cache block at location specified.
3873func_35681_acleanupCache1Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
3874func_35682_bgetCachedBiomes1Returns the array of cached biome types in the BiomeCacheBlock at the given location.
3875func_35683_agetBiomeGenAt1Returns the BiomeGenBase related to the x, z position from the cache.
3876func_35688_agetRandomItem1Returns a random choice from the input array of items, with a total weight value.
3877func_35689_agetRandomItem1Returns a random choice from the input items.
3878func_35690_agetTotalWeight1Returns the total weight of all items in a array.
3879func_35691_agetRandomItem1Returns a random choice from the input items.
3880func_35692_agetTotalWeight1Returns the total weight of all items in a collection.
3881func_35693_agetRandomItem1Returns a random choice from the input items, with a total weight value.
3882func_35694_asetWorld1Sets the world instance.
3883func_35696_atoggleGameType1
3884func_35697_agetGameType1
3885func_35698_bisCreative1Get if we are in creative game mode.
3886func_356_bgetBlockMetadata1Return the metadata corresponding to the given coordinates inside a chunk.
3887func_35700_agetBiomeGenAt1Returns the BiomeGenBase related to the x, z position from the cache block.
3888func_357_asetBlockID1Sets a blockID for a position in the chunk. Args: x, y, z, blockID
3889func_358_conChunkLoad1Called when this Chunk is loaded by the ChunkProvider
3890func_359_eremoveChunkBlockTileEntity1Removes the TileEntity for a given block in this chunk
3891func_35_bgetUserAndIPString1Returns the user name (if any) and the remote address as a string.
3892func_36000_agetExperiencePoints1Get the experience points the entity currently has.
3893func_36001_yincreaseLevel1This method increases the player's experience level by one.
3894func_360_asaveChunks1Two 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.
3895func_361_aunload100OldestChunks1Unloads 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.
3896func_363_bprovideChunk1Will 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
3897func_364_bcanSave1Returns if the IChunkProvider supports saving.
3898func_365_achunkExists1Checks to see if a chunk exists at x, y
3899func_373_bsaveChunkData1
3900func_374_cdropChunk1
3901func_375_asaveChunkExtraData1
3902func_376_dloadChunk1loads or generates the chunk at the chunk location specified
3903func_377_bgetTagName1Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
3904func_378_anewTag1Creates and returns a new tag of the specified type, or null if invalid.
3905func_379_agetId1Gets the type byte for the tag.
3906func_380_awriteNamedTag1Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
3907func_381_awrite1Write the actual data contents of the tag, implemented in NBT extension classes
3908func_382_aload1Read the actual data contents of the tag, implemented in NBT extension classes
3909func_383_breadNamedTag1Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
3910func_384_cgetName1Gets the name corresponding to the tag, or an empty string if none set.
3911func_385_msetName1Sets the name for this tag and returns this for convenience.
3912func_386_aappendTag1Adds 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.
3913func_387_btagCount1Returns the number of tags in the list.
3914func_388_atagAt1Retrieves the tag at the specified index from the list.
3915func_389_fgetFloat1Retrieves a float value using the specified key, or 0 if no such key was stored.
3916func_38_bgetNumChunkDataPackets1return the number of chuckDataPackets from the netManager
3917func_390_asetFloat1Stores a new NBTTagFloat with the given float value into the map with the given string key.
3918func_391_asetByteArray1Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
3919func_392_asetCompoundTag1Stores the given NBTTagCompound into the map with the given string key.
3920func_393_asetBoolean1Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
3921func_394_asetShort1Stores a new NBTTagShort with the given short value into the map with the given string key.
3922func_395_dgetInteger1Retrieves an integer value using the specified key, or 0 if no such key was stored.
3923func_396_asetLong1Stores a new NBTTagLong with the given long value into the map with the given string key.
3924func_397_jgetCompoundTag1Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
3925func_398_ggetDouble1Retrieves a double value using the specified key, or 0 if no such key was stored.
3926func_399_asetTag1Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
3927func_39_bsendPacket1Adds the packet to the underlying network manager's send queue.
3928func_3_ahandleAnimation1
3929func_40001_ahandleEnchantItem1
3930func_40002_aresetLog1Clears the RCon log
3931func_40003_bgetLogContents1Gets the contents of the RCon log
3932func_40006_flogIn1
3933func_40007_elogSevere1Log severe error message
3934func_40008_dhandleRConCommand1Handle a command received by an RCon instance
3935func_40009_fgetHostname1Returns the server hostname
3936func_40011_agetIntProperty1Returns the specified property value as an int, or a default if the property doesn't exist
3937func_40012_igetVersion1Returns the server version string
3938func_40013_egetSettingsFilename1Returns the filename where server properties are stored
3939func_40014_hgetMotd1Returns the server message of the day
3940func_40015_kgetMaxPlayers1Returns the maximum number of players allowed on the server
3941func_40016_lgetPlayerNamesAsList1Returns a list of usernames of all connected players
3942func_40017_asetProperty1Saves an Object with the given property name
3943func_40018_jplayersOnline1Returns the number of players on the server
3944func_40019_csaveProperties1Saves all of the server properties to the properties file
3945func_4001_ahandleLogin1
3946func_40020_ngetPlugin1
3947func_40021_pisDebuggingEnabled1Returns true if debugging is enabled, false otherwise
3948func_40022_ggetPort1Returns the server port
3949func_40023_agetStringProperty1Returns the specified property value as a String, or a default if the property doesn't exist
3950func_40024_mgetWorldName1Returns the name of the currently loaded world
3951func_40025_rgetBannedPlayersList1Returns a list of banned player names
3952func_40026_qgetBannedIPsList1Returns the list of ban
3953func_4002_ahandleNamedEntitySpawn1
3954func_40033_axisImmuneToFire1
3955func_40034_jsetFire1Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
3956func_40035_zisBurning1Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
3957func_40036_awextinguish1Removes fire from entity.
3958func_40037_aFgetParts1Return the Entity parts making up this Entity (currently only for dragons)
3959func_4003_ahandleVehicleSpawn1
3960func_40041_aonImpact1Called when this EntityThrowable hits a block or entity.
3961func_40042_egetGravityVelocity1Gets the amount of gravity to apply to the thrown entity with each tick.
3962func_40043_asetThrowableHeading1Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
3963func_4004_ahandlePickupSpawn1
3964func_40054_n_getPotionDamage1Returns the damage value of the thrown potion that this EntityPotion represents.
3965func_40056_amoveTowards1The location the eye should float/move towards. Currently used for moving towards the nearest stronghold. Args: strongholdX, strongholdY, strongholdZ
3966func_40063_aonImpact1Called when this EntityFireball hits a block or entity.
3967func_4006_ahandleMobSpawn1
3968func_40075_ocanBrew1
3969func_40076_pbrewPotions1
3970func_40077_hgetBrewTime1
3971func_40078_bgetPotionResult1Returns the new potion damage value after the specified item is applied as an ingredient to the specified potion.
3972func_40079_ngetFilledSlots1returns an integer with each bit specifying wether that slot of the stand contains a potion
3973func_4007_ahandleEntityTeleport1
3974func_40089_arclearActivePotions1
3975func_40090_wgetSoundPitch1Gets the pitch of living sounds in living entities.
3976func_40091_dapplyArmorCalculations1Reduces damage, depending on armor
3977func_40092_OgetTotalArmorValue1Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
3978func_40093_tgetCreatureAttribute1Get this Entity's EnumCreatureAttribute
3979func_40094_fdecreaseAirSupply1Decrements the entity's air supply when underwater
3980func_40095_cgetMaxHealth1
3981func_40096_aisPotionApplicable1
3982func_40097_aigetHealth1
3983func_40098_a_setPositionAndUpdate1Sets the position of the entity and updates the 'last' variables
3984func_40099_bapplyPotionDamageCalculations1Reduces damage, depending on potions
3985func_4009_ahandleKickDisconnect1
3986func_400_igetByteArray1Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
3987func_40100_atisEntityUndead1Returns true if this entity is undead.
3988func_40101_gdamageArmor1
3989func_40102_agonDeathUpdate1handles entity death timer, experience orb and particle creation
3990func_40103_isetEntityHealth1
3991func_40104_lisChild1If Animal, checks if the age timer is negative
3992func_40106_cdisplayGUIEnchantment1
3993func_40107_etravelToTheEnd1
3994func_40108_bremoveExperience1Removes the specified number of experience levels.
3995func_40109_conEnchantmentCritical1
3996func_4010_dhandleSlashCommand1Processes a / command
3997func_40110_adisplayGUIBrewingStand1Displays the GUI for interacting with a brewing stand.
3998func_40113_DgetAttackStrength1Gets the amount of damage dealt to the player when "attacked" by the slime.
3999func_40114_ycreateInstance1
4000func_40115_AgetJumpDelay1Gets the amount of time the slime needs to wait between jumps.
4001func_40117_ImakesSoundOnJump1Returns true if the slime makes a sound when it jumps (based upon the slime's size)
4002func_40118_EgetJumpSound1Returns the name of the sound played when the slime jumps.
4003func_40119_CcanDamagePlayer1Indicates weather the slime is able to damage the player (based upon the slime's size)
4004func_40120_wgetSlimeParticle1Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
4005func_40121_GmakesSoundOnLand1Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
4006func_40123_yisValidLightLevel1Checks to make sure the light is not too bright where the mob is spawning
4007func_40124_p_isBesideClimbableBlock1Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
4008func_40125_asetBesideClimbableBlock1Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
4009func_40131_bprocreate1Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
4010func_40133_aspawnBabyAnimal1This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
4011func_40134_aisWheat1Checks if the parameter is an wheat item.
4012func_40136_aattackEntityFromPart1
4013func_40137_esuperAttackFrom1Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden
4014func_40139_agetMovementOffsets1Returns 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.
4015func_40140_adestroyBlocksInAABB1Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
4016func_40141_asimplifyAngle1Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
4017func_40161_bgetRenderType1The type of render function that is called for this block
4018func_40162_aquantityDroppedWithBonus1Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
4019func_40163_fsetBlockBoundsForItemRender1Sets the block's bounds for rendering it as an item
4020func_40177_bcanConnectFenceTo1Returns true if the specified block can be connected by a fence
4021func_40179_cisEnderEyeInserted1checks if an ender eye has been inserted into the frame block. parameters: metadata
4022func_40181_agetPossibleCreatures1Returns a list of creatures of the specified type that can spawn at the given location.
4023func_40182_afindClosestStructure1Returns the location of the closest structure of the specified type. If not found returns null.
4024func_401_hgetString1Retrieves a string value using the specified key, or an empty string if no such key was stored.
4025func_40202_agetNearestInstance1
4026func_40205_bgetSpawnList1
4027func_40208_cgetComponents1
4028func_40209_asetRandomHeight1
4029func_40210_pisBlockFreezable1checks to see if a given block is both water and is cold enough to freeze
4030func_40211_bgetClosestVulnerablePlayerToEntity1Returns the closest vulnerable player to this entity within the given radius, or null if none is found
4031func_40212_dgetEntrancePortalLocation1Gets the hard-coded portal location to use when entering this dimension
4032func_40213_bcanBlockFreeze1checks 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
4033func_40214_bfindClosestStructure1Returns the location of the closest structure of the specified type. If not found returns null.
4034func_40215_rcanSnowAt1Tests whether or not snow can be placed at a given location
4035func_40216_agetRandomMob1Gets a random mob for spawning in this world.
4036func_40217_qisBlockFreezableNaturally1checks to see if a given block is both water and has at least one immediately adjacent non-water block
4037func_40218_jcommandToggleDownfall1start precipitation in this world (2 ticks after command posted)
4038func_40219_bgetClosestVulnerablePlayer1Returns the closest vulnerable player within the given radius, or null if none is found.
4039func_40220_misPotionIngredient1Returns true if this item serves as a potion ingredient (its ingredient information is not null).
4040func_40221_lgetPotionEffect1Returns a string representing what this item does to a potion.
4041func_40222_eisItemTool1Checks isDamagable and if it cannot be stacked
4042func_40223_bsetPotionEffect1Sets the string representing this item's effect on a potion when used as an ingredient.
4043func_40224_cgetItemEnchantability1Return the enchantability factor of the item, most of the time is based on material.
4044func_40225_agetMovingObjectPositionFromPlayer1
4045func_40250_ngetMaxDamageArray1Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)
4046func_40254_cisSplash1returns wether or not a potion is a throwable splash potion based on damage value
4047func_40255_bgetEffects1Returns a list of effects for the specified potion damage value.
4048func_40256_bgetEffects1Returns a list of potion effects for the specified itemstack.
4049func_40259_creadNBTTagCompound1Reads a compressed NBTTagCompound from the InputStream
4050func_40260_awriteNBTTagCompound1Writes a compressed NBTTagCompound to the OutputStream
4051func_40261_awriteItemStack1Writes the ItemStack's ID (short), then size (byte), then damage. (short)
4052func_40262_breadItemStack1Reads a ItemStack from the InputStream
4053func_4026_asetStepSound1Sets the footstep sound for the block. Returns the object for convenience in constructing.
4054func_40271_bcauseIndirectMagicDamage1
4055func_40272_kfireDamage1Returns true if the damage is fire based.
4056func_40273_csetProjectile1Define the damage type as projectile based.
4057func_40274_lgetDamageType1Return the name of damage type.
4058func_40275_bisProjectile1Returns true if the damage is projectile based.
4059func_40276_jsetFireDamage1Define the damage type as fire based.
4060func_40279_cgetHardcoreEnabled1Returns true if hardcore mode is enabled, otherwise false
4061func_4027_aonBlockPlacedBy1Called when the block is placed in the world.
4062func_40281_b_getCenter1
4063func_40282_agetTotalWeight1
4064func_40283_agetNextComponent1Finds a random component to tack on to the bridge. Or builds the end.
4065func_40284_agetNextComponent1
4066func_40285_bgetNextComponentX1Gets the next component in the +/- X direction
4067func_40286_aisAboveGround1Checks if the bounding box's minY is > 10
4068func_40287_agetNextComponentNormal1Gets the next component in any cardinal direction
4069func_40288_cgetNextComponentZ1Gets the next component in the +/- Z direction
4070func_40289_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4071func_4028_btickRate1How many world ticks before ticking
4072func_40290_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4073func_40291_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4074func_40292_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4075func_40297_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4076func_40298_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4077func_40299_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4078func_4029_conBlockDestroyedByExplosion1Called upon the block being destroyed by an explosion
4079func_402_lgetBoolean1Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method.
4080func_40300_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4081func_40303_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4082func_40304_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4083func_40306_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4084func_40307_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4085func_40308_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4086func_40309_aspawnVillagers1Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers
4087func_4030_a_tryToCreatePortal1Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z
4088func_40310_agetVillagerType1Returns the villager type to spawn in this component, based on the number of villagers already spawned.
4089func_40311_afindValidPlacement1
4090func_40315_afindValidPlacement1
4091func_40324_cwriteNextIO1Returns a boolean stating if the write was unsuccessful.
4092func_40331_aenchantItem1enchants the item on the table using the specified slot; also deducts XP from player
4093func_4033_jisFlammable1Checks to see if the block is flammable.
4094func_40342_bgetMaxEnchantability1Returns the maximum value of enchantability nedded on the enchantment level passed.
4095func_40343_acanApplyTogether1Determines if the enchantment passed can be applyied together with this enchantment.
4096func_40344_agetMaxLevel1Returns the maximum level that the enchantment can have.
4097func_40345_agetMinEnchantability1Returns the minimal value of enchantability needed on the enchantment level passed.
4098func_40346_acalcModifierLiving1Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
4099func_40347_cgetMinLevel1Returns the minimum level that the enchantment can have.
4100func_40348_bgetWeight1
4101func_40349_asetName1Sets the enchantment name
4102func_4034_acalculateFlowCost1calculateFlowCost(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.
4103func_40350_acalcModifierDamage1Calculates de damage protection of the enchantment based on level and damage source passed.
4104func_4035_jgetOptimalFlowDirections1Returns 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.
4105func_4037_gcheckBlockCoordValid1Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus.
4106func_40383_cgetRequestID1Returns the request ID provided by the client
4107func_40384_agetRandomChallenge1Returns the random challenge number assigned to this auth
4108func_40385_ahasExpired1Returns true if the auth's creation timestamp is less than the given time, otherwise false
4109func_40386_bgetChallengeValue1Returns the auth challenge value
4110func_4038_grefreshTrackShape1Completely recalculates the track shape based on neighboring tracks
4111func_40393_awriteInt1Writes the given int to the output stream
4112func_40394_awriteShort1Writes the given short to the output stream
4113func_40395_breset1Resets
4114func_40396_awriteByteArray1Writes the given byte array to the output stream
4115func_40397_awriteString1Writes the given String to the output stream
4116func_40398_atoByteArray1Returns the contents of the output stream as a byte array
4117func_4039_BgetLookVec1returns a (normalized) vector of where this entity is looking
4118func_403_asetString1Stores a new NBTTagString with the given string value into the map with the given string key.
4119func_40401_aregisterSocket1Registers a DatagramSocket with this thread
4120func_40402_astartThread1Creates a new Thread object from this class and starts running
4121func_40403_acloseSocket1Closes the specified Da
4122func_40404_acloseServerSocket_do1Closes the specified ServerSocket
4123func_40405_clogWarning1Log warning message
4124func_40406_alogInfo1Log information message
4125func_40407_cgetNumberOfPlayers1Returns the number of players on the server
4126func_40408_blog1Log message
4127func_40409_dlogSevere1Log severe error message
4128func_4040_nsetOnFireFromLava1Called whenever the entity is walking inside of lava.
4129func_40410_dcloseAllSockets1Closes all of the opened sockets
4130func_40411_acloseServerSocket1Closes the specified ServerSocket
4131func_40412_aclos1
4132func_40413_bisRunning1Returns true if the Thread is running, false otherwise
4133func_40420_einitClientTh1
4134func_40421_fcleanClientThreadsMap1Cleans up the clientThreads map by removing client Threads that are not running
4135func_40428_asendResponsePacket1Sends a byte array as a DatagramPacket response to the client who sent the given DatagramPacket
4136func_40429_finitQuerySystem1Initializes the query system by binding it to a port
4137func_4042_CsetInPortal1Called by portal blocks when an entity is within it.
4138func_40430_aparseIncomingPacket1Parses an incoming DatagramPacket, returning true if the packet was valid
4139func_40431_dsendAuthChallenge1Sends an auth challenge DatagramPacket to the client and adds the client to the queryClients map
4140func_40432_ecleanQueryClientsMap1Removes all clients whose auth is no longer valid
4141func_40433_astopWithException1Stops the query server and reports the given Exception
4142func_40434_bcreateQueryResponse1Creates a query response as a byte array for the specified query DatagramPacket
4143func_40435_agetRequestID1Returns the request ID provided by the authorized client
4144func_40436_cverifyClientAuth1Returns true if the client has a valid auth, otherwise false
4145func_4043_okill1sets the dead flag. Used when you fall off the bottom of the world.
4146func_40453_asendResponse1Sends the given response message to the client
4147func_40454_esendLoginFailedResponse1Sends the standard RCon 'authorization failed' response packet
4148func_40455_asendMultipacketResponse1Splits the response message into individual packets and sends each one
4149func_40456_fcloseSocket1Closes the client socket
4150func_4045_igetMaxSpawnedInChunk1Will return how many at most can spawn in a chunk at once.
4151func_40468_bcopy1Creates a clone of the tag.
4152func_40469_bgetTag1gets a generic tag with the specified name
4153func_4046_aisCourseTraversable1True if the ghast has an unobstructed line of travel to the waypoint.
4154func_40470_pisHardcoreModeEnabled1Returns true if hardcore mode is enabled, otherwise false
4155func_4047_hbecomeAngryAt1Causes this PigZombie to become angry at the supplied Entity (which will be a player).
4156func_40482_acalculateModifier1Generic method use to calculate modifiers of offensive or defensive enchantment values.
4157func_40487_egetEnchantability1Return the natural enchantability factor of the material.
4158func_4048_adisplayGUIEditSign1Displays the GUI for editing a sign. Args: tileEntitySign
4159func_40495_bgetDamageReductionAmount1Return 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)
4160func_40496_agetEnchantability1Return the enchantability factor of the material.
4161func_40497_agetDurability1Returns the durability for a armor slot of for this type.
4162func_4049_asetIconIndex1Sets the icon index for this item. Returns the item.
4163func_404_egetLong1Retrieves a long value using the specified key, or 0 if no such key was stored.
4164func_40507_aqueueIO1threaded io
4165func_40508_awaitForFinish1
4166func_40509_bprocessQueue1Process the items that are in the queue
4167func_4050_csetFull3D1Sets bFull3D to True and return the object.
4168func_40515_adecompress1
4169func_40516_acompress1
4170func_40517_aendSection1End section
4171func_40518_astartSection1Start section
4172func_40519_bendStartSection1End current section and start a new section
4173func_4051_egetCanBurn1Returns if the block can burn or not.
4174func_40525_acanEnchantItem1Return true if the item passed can be enchanted by a enchantment of this type.
4175func_4052_fsetBurning1Set the canBurn bool to True and return the current object.
4176func_40535_bgetSecondaryComponents1
4177func_40536_agetPrimaryComponents1
4178func_40537_bcreateNextComponentRandom1
4179func_40538_acreateNextComponent1
4180func_40541_asetComponentType1
4181func_40543_igetChunkCoordIntPair1Gets a ChunkCoordIntPair representing the Chunk's position.
4182func_40545_dgetEntrancePortalLocation1Gets the hard-coded portal location to use when entering this dimension
4183func_40547_acheckFlag1Checks if the bit at 1 << j is on in i.
4184func_40548_abrewBitOperations1Manipulates the specified bit of the potion damage value according to the rules passed from applyIngredient.
4185func_40549_bisFlagSet1Returns 1 if the flag is set, 0 if it is not set.
4186func_40550_agetPotionEffects1Returns a list of effects for the specified potion damage value.
4187func_40551_acountSetFlags1Returns the number of 1 bits in the given integer.
4188func_40552_cisFlagUnset1Returns 0 if the flag is set, 1 if it is not set.
4189func_40554_aparsePotionEffects1
4190func_40555_aapplyIngredient1Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
4191func_4055_apopulate1Populates chunk with ores etc etc
4192func_4056_areplaceBlocksForBiome1Replaces the stone that was placed in with blocks that match the biome
4193func_40574_fgetBannedIPsList1Returns the list of banned IP addresses
4194func_40575_dgetPlayerNamesAsList1Returns a list of usernames of all connected players
4195func_40576_egetBannedPlayersList1Returns a list of banned player names
4196func_4057_agenerateTerrain1Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
4197func_40581_aonInventoryChanged1Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
4198func_40582_agetRemainingBytesAsLEInt1Read 4 bytes from the
4199func_40583_agetBytesAsString1Read a null-terminated string from the given byte array
4200func_40584_agetByteAsHexString1Returns a String representation of the byte in hexadecimal format
4201func_40585_cgetBytesAsBEint1Read 4 bytes from the given array in big-endian format and return them as an int
4202func_40586_bgetBytesAsLEInt1Read 4 bytes from the given array in little-endian format and return them as an int
4203func_40588_aaffectEntity1Hits the provided entity with this potion's instant effect.
4204func_40589_asetIconIndex1Sets the index for the icon displayed in the player's inventory when the status is active.
4205func_4058_ainitializeNoiseField1generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
4206func_40590_esetPotionUnusable1
4207func_40591_asetEffectiveness1
4208func_40592_dgetEffectiveness1
4209func_40593_fisUsable1
4210func_40594_agetId1returns the ID of the potion
4211func_40595_bisInstant1Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
4212func_40596_cgetName1returns the name of the potion
4213func_40597_ggetLiquidColor1Returns the color of the potion liquid.
4214func_405_asetInteger1Stores a new NBTTagInt with the given integer value into the map with the given string key.
4215func_40604_dsetTagCompound1Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
4216func_40605_aaddEnchantment1Adds an enchantment with a desired level on the ItemStack.
4217func_40606_qisItemEnchantable1True if it is a tool and has no enchantments to begin with
4218func_40607_ogetTagCompound1Returns the NBTTagCompound of the ItemStack.
4219func_40608_nhasTagCompound1Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
4220func_40609_pgetEnchantmentTagList1
4221func_40610_risItemEnchanted1True if the item has enchantment data
4222func_40614_dgetEffectName1
4223func_40615_acountPacket1
4224func_40620_breadCapabilitiesFromNBT1
4225func_40621_awriteCapabilitiesToNBT1
4226func_40622_fgetCenterY1
4227func_40623_egetCenterX1
4228func_40624_ggetCenterZ1
4229func_40627_aapplyEnchantmentModifier1Executes the enchantment modifier on the ItemStack passed.
4230func_40628_agetRespiration1Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
4231func_40629_abuildEnchantmentList1Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
4232func_4062_agenerateNetherTerrain1Generates the shape of the terrain in the nether.
4233func_40630_bgetEfficiencyModifier1Return the extra efficiency of tools based on enchantments on equipped player item.
4234func_40631_amapEnchantmentData1Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
4235func_40632_ggetAquaAffinityModifier1Returns the aqua affinity status of enchantments on current equipped item of player.
4236func_40633_fgetLootingModifier1Returns the looting enchantment modifier of the current equipped item of player.
4237func_40634_agetEnchantmentModifierDamage1Returns the modifier of protection enchantments on armors equipped on player.
4238func_40635_egetFortuneModifier1Returns the fortune enchantment modifier of the current equipped item of player.
4239func_40636_cgetFireAspectModifier1Return the fire aspect value of enchantments on equipped player item.
4240func_40637_bgetKnockbackModifier1Returns the knockback value of enchantments on equipped player item.
4241func_40638_bgetEnchantmentLevel1Returns the level of enchantment on the ItemStack passed.
4242func_40639_agetMaxEnchantmentLevel1Returns the biggest level of the enchantment on the array of ItemStack passed.
4243func_4063_eloadChunkFromFile1
4244func_40640_aapplyEnchantmentModifierArray1Executes the enchantment modifier on the array of ItemStack passed.
4245func_40641_agetEnchantmentModifierLiving1Return the (magic) extra damage of the enchantments on player equipped item.
4246func_40642_acalcItemStackEnchantability1Returns 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)
4247func_40643_cgetUnbreakingModifier1Returns the unbreaking enchantment modifier on current equipped item of player.
4248func_40644_dgetSilkTouchModifier1Returns the silk touch status of enchantments on current equipped item of player.
4249func_40648_ajoinStrings1Joins array elements with the delimiter String.
4250func_4064_aloadBlockGeneratorData1Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth
4251func_40656_cgetPropertiesFile1Returns this PropertyManager's file object used for property saving.
4252func_40657_asetProperty1Saves an Object with the given property name
4253func_40658_agetChunkPosition1
4254func_40659_agetCenterXPos1
4255func_4065_agetRainfall1Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length.
4256func_40660_bgetCenterZPosition1
4257func_4067_agetBiomeGenAt1Returns the BiomeGenBase related to the x, z position on the world.
4258func_4068_agetTemperatures1Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length
4259func_406_cgetShort1Retrieves a short value using the specified key, or 0 if no such key was stored.
4260func_4072_aaddWorldAccess1Adds a IWorldAccess to the list of worldAccesses
4261func_4073_gtickBlocksAndAmbiance1plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
4262func_4074_aupdateEntityWithOptionalForce1Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate
4263func_4075_egetTopSolidOrLiquidBlock1Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z
4264func_4077_agetWorldChunkManager1
4265func_4078_agetSpawningChance1returns the chance a creature has to spawn.
4266func_4079_bsetColor1
4267func_407_kgetTagList1Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
4268func_4082_asetBiomeName1
4269func_4087_cgetChunkProvider1Returns the chunk provider back for the world provider
4270func_4088_bgenerateLightBrightnessTable1Creates the light to brightness table
4271func_4089_acalculateCelestialAngle1Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
4272func_408_bgetByte1Retrieves a byte value using the specified key, or 0 if no such key was stored.
4273func_4090_aregisterWorldChunkManager1creates a new world chunk manager for WorldProvider
4274func_4091_agetProviderForDimension1
4275func_4092_acanCoordinateBeSpawn1Will check if the x, z position specified is alright to be set as the map spawn point
4276func_4093_aregisterWorld1associate an existing world with a World provider, and setup its lightbrightness table
4277func_409_asetByte1Stores a new NBTTagByte with the given byte value into the map with the given string key.
4278func_41001_ecreateStackedBlock1Returns 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.
4279func_41004_hteleportNearby1Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
4280func_41005_cfallIfPossible1Checks if the dragon egg can fall down, and if so, makes it fall.
4281func_41006_gisValidSupportBlock1Checks 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.
4282func_41007_cisPowerProviderOrWire1Returns true if the block coordinate passed can provide power, or is a redstone wire.
4283func_41008_jsetAir1
4284func_41009_algetAir1
4285func_41010_j_getCollisionBorderSize1
4286func_41011_aplayStepSound1Plays step sound at given x, y, z for the entity
4287func_41012_c_isEntityEqual1Returns true if Entity argument is equal to this Entity
4288func_41013_acopyInventory1Copy the ItemStack contents from another InventoryPlayer instance
4289func_41015_misMinecartPowered1Is this minecart powered (Fuel > 0)
4290func_41017_asetMinecartPowered1Set if this minecart is powered (Fuel > 0)
4291func_41024_bsetDamageTaken1Sets the damage taken from the last hit.
4292func_41025_igetDamageTaken1Gets the damage taken from the last hit.
4293func_41026_dsetForwardDirection1Sets the forward direction of the entity.
4294func_41027_csetTimeSinceHit1Sets the time to count down from since the last time entity was hit.
4295func_41028_kgetTimeSinceHit1Gets the time since the last hit.
4296func_41029_mgetForwardDirection1Gets the forward direction of the entity.
4297func_41030_crenderBrokenItemStack1Renders broken item particles using the given ItemStack
4298func_41031_dcopyPlayer1Copy the inventory and various stats from another EntityPlayer
4299func_41034_acollideWithEntities1Pushes all entities inside the list away from the enderdragon.
4300func_41035_battackEntitiesInList1Attacks all entities inside this list, dealing 5 hearts of damage.
4301func_41036_uupdateDragonEnderCrystal1Updates the state of the enderdragon's current endercrystal.
4302func_41037_wsetNewTarget1Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
4303func_41038_acreateEnderPortal1Creates the ender portal leading back to the normal world after defeating the enderdragon.
4304func_4103_agenerateNoiseOctaves1Bouncer function to the main one with some default arguments.
4305func_41040_asetBlockNames1Sets the array of strings to be used for name lookups from item damage to metadata
4306func_41043_asetBlockAndMetadata1Sets the block in the world, notifying neighbors if enabled.
4307func_41045_dscheduleBlockUpdateFromLoad1Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
4308func_41046_agetPendingBlockUpdates1
4309func_41047_bisBlockNormalCubeDefault1Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter.
4310func_41048_bgetWatchableObjectShort1
4311func_41049_gisEmpty1
4312func_4104_bsaveExtraChunkData1Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
4313func_41051_aclamp_int1Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
4314func_4105_agenerateCaveNode1Generates a node in the current cave system recursion tree.
4315func_4106_agenerateLargeCaveNode1Generates a larger initial cave node than usual. Called 25% of the time.
4316func_4108_aaddPlayer1adds this connection to the list of currently connected players
4317func_410_ahasKey1Returns whether the given string has been previously stored as a key in the map.
4318func_4111_aperformSpawning1The main spawning algorithm, spawns three random creatures of types in the subclass array
4319func_4112_agetRandomSpawningPointInChunk1Given a chunk, find a random position in it.
4320func_411_asetDouble1Stores a new NBTTagDouble with the given double value into the map with the given string key.
4321func_412_asortBack1Sorts a point to the left
4322func_413_aaddPoint1Adds a point to the path
4323func_414_achangeDistance1Changes the provided point's distance to target
4324func_415_bdequeue1Returns and removes the first point in the path
4325func_416_bsortForward1Sorts a point to the right
4326func_417_aclearPath1Clears the path
4327func_418_cisPathEmpty1Returns true if this path contains no points
4328func_419_agenerate1
4329func_41_ateleportTo1Teleports the player to the specified destination and rotation
4330func_420_asetScale1Rescales the generator settings, only used in WorldGenBigTree
4331func_421_bgenerateLeaves1Generates the leaf portion of the tree as specified by the leafNodes list.
4332func_422_evalidTreeLocation1Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid.
4333func_423_agenerateLeafNode1Generates the leaves surrounding an individual entry in the leafNodes list.
4334func_424_agenerateLeafNodeList1Generates a list of leaf nodes for the tree, to be populated by generateLeaves.
4335func_425_aplaceBlockLine1Places a line of the specified block ID into the world from the first coordinate triplet to the second.
4336func_426_agenTreeLayer1
4337func_427_acheckBlockLine1Checks 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.
4338func_428_dgenerateLeafNodeBases1Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
4339func_429_bleafSize1
4340func_42_ahandlePackets1handle all the packets for the connection
4341func_43001_aonFallenUpon1Block's chance to react to an entity falling on it.
4342func_430_cleafNodeNeedsBase1Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
4343func_431_alayerSize1Gets the rough size of a layer of the tree.
4344func_432_cgenerateTrunk1Places 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.
4345func_433_bpickMobSpawner1Randomly decides which spawner to use in a dungeon
4346func_434_apickCheckLootItem1Picks potentially a random item to add to a dungeon chest.
4347func_435_aupdate1Public static accessor to call updateStats.
4348func_436_aupdateStats1Updates the stat values and calls paint to redraw the component.
4349func_437_asetLoadingProgress1Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
4350func_438_adisplaySavingString1Shows the 'Saving level' string.
4351func_439_bdisplayLoadingString1Displays a string on the loading screen supposed to indicate what is being done currently.
4352func_43_ckickPlayer1Kick the offending player and give a reason why
4353func_44001_ahandleCustomPayload1
4354func_44006_akisClientWorld1Returns whether the entity is in a local (client) world
4355func_44009_bloadLanguageList1
4356func_44010_asetLanguage1
4357func_44011_aloadLanguage1
4358func_44014_acreateEntityByID1Create a new instance of an entity in the world by using an entity ID.
4359func_443_cgetBlockMaterial1Returns the block's material.
4360func_444_agetBlockId1Returns the block ID at coords x,y,z
4361func_445_disBlockNormalCube1Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
4362func_446_bgetBlockMetadata1Returns the block metadata at coords x,y,z
4363func_447_gchunkExists1Returns whether a chunk exists at chunk coordinates x, y
4364func_448_iisBlockProvidingPowerTo1Is this block powering in the specified direction Args: x, y, z, direction
4365func_449_gnotifyBlocksOfNeighborChange1Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID
4366func_44_agetMinecraftServer1Returns the MinecraftServer associated with the ServerGui.
4367func_450_bgetEntitiesWithinAABBExcludingEntity1Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb
4368func_451_kgetBlockTileEntity1Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists
4369func_453_aisDaytime1Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
4370func_454_enotifyBlockChange1The block type change and need to notify other systems Args: x, y, z, blockID
4371func_455_jgetLightBrightness1Returns 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
4372func_456_agetClosestPlayer1Gets 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
4373func_457_agetEntitiesWithinAABB1Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb
4374func_459_bupdateEntities1Updates (and cleans up) entities and tile entities
4375func_45_agetStatsComponent1Returns a new JPanel with a new GuiStatsComponent inside.
4376func_46004_edoesContainerItemLeaveCraftingGrid1If 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.
4377func_46007_bsetKnockbackStrength1Sets the amount of knockback the arrow applies when it hits a mob.
4378func_46008_asetDamage1
4379func_46009_jgetDamage1
4380func_46012_afgetMoveHelper1
4381func_46013_aggetJumpHelper1
4382func_46014_esetJumping1
4383func_46015_avupdateAITasks1
4384func_46017_dsetMoveForward1
4385func_46018_akgetAge1
4386func_46019_aigetRNG1
4387func_46020_ajgetAITarget1
4388func_46021_aegetLookHelper1
4389func_46022_asisAIEnabled1Returns true if the newer Entity AI code should be run
4390func_46032_aonUpdateNavigation1
4391func_46034_bnoPath1If null path or reached the end
4392func_46041_cunloadAllChunks1
4393func_46042_agenerate1
4394func_46048_agetNumHashElements1
4395func_46049_aparseWorldType1
4396func_46058_asetLookPositionWithEntity1Sets position to look at using entity
4397func_46059_aonUpdateLook1Updates look
4398func_46060_asetLookPosition1Sets position to look at
4399func_46061_aupdateRotation1
4400func_46069_qgetTerrainType1
4401func_46072_aonUpdateMoveHelper1
4402func_46085_dresetTask1Resets the task
4403func_46086_fisContinuous1Returns whether the task requires multiple updates or not
4404func_46087_asetMutexBits1Sets 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.
4405func_46088_estartExecuting1Execute a one shot task or start executing a continuous task
4406func_46089_bupdateTask1Updates the task
4407func_46090_ashouldExecute1Returns whether the EntityAIBase should begin execution.
4408func_46091_cgetMutexBits1Get 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.
4409func_46092_gcontinueExecuting1Returns whether an in-progress EntityAIBase should continue executing
4410func_46115_asetJumping1
4411func_46116_bdoJump1Called to actually make the entity jump if isJumping is true.
4412func_46119_egetAverageGroundLevel1
4413func_46122_aaddMapping1Adds a entity mapping with egg info.
4414func_46128_egetTerrainType1
4415func_46133_aonUpdateTasks1
4416func_46134_aaddTask1
4417func_46135_aareTasksCompatible1Returns whether two EntityAITaskEntries can be executed concurrently
4418func_461_bunloadEntities1adds entities to the list of unloaded entities
4419func_462_asetBlock1Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID
4420func_463_csetBlockMetadata1Set the metadata of a block in global coordinates
4421func_464_aaddLoadedEntities1adds entities to the loaded entities list, and loads thier skins.
4422func_465_dcalculateInitialSkylight1Called on construction of the World class to setup the initial skylight values
4423func_466_acheckChunksExist1Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
4424func_469_bisAnyLiquid1Returns if any of the blocks within the aabb are liquids. Args: aabb
4425func_46_ainitGui1Initialises the GUI components.
4426func_470_asetBlockAndMetadata1Sets the block ID and metadata of a block in global coordinates
4427func_472_agetClosestPlayerToEntity1Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist
4428func_473_asetBlockTileEntity1Sets the TileEntity for a given block in X, Y, Z coordinates
4429func_474_nisBlockIndirectlyGettingPowered1Used 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
4430func_476_gcheckSessionLock1Checks whether the session lock file was modified by another process
4431func_477_bgetCelestialAngle1calls calculateCelestialAngle
4432func_478_hsaveLevel1Saves the global data associated with this World
4433func_479_bobtainEntitySkin1Start the skin for this entity downloading, if necessary, and increment its reference counter
4434func_47_dgetLogComponent1Returns a new JPanel with a new GuiStatsComponent inside.
4435func_48070_ahandleMapChunk1Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
4436func_48071_ahandleTileEntityData1
4437func_48072_ahandleEntityHeadRotation1
4438func_48083_agetPathEntityToEntity1
4439func_48084_hblockHasTileEntity1Checks if a block at a given position should have a tile entity.
4440func_48085_afindNearestEntityWithinAABB1
4441func_48087_agetClosestPlayerHorizontal1Finds the nearest player horizontally to a point. Args: X, Z, max distance. Returns null if no player is found within the maximum distance.
4442func_48088_agetEntityPathToXYZ1
4443func_48089_zisBlockHighHumidity1Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high
4444func_48091_agetBiomeGenForCoords1Gets the biome for a given set of x/z coordinates
4445func_48095_ygetHeight1Returns current world height.
4446func_48124_nhasTileEntity1
4447func_48125_mgetTickRandomly1Returns 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.
4448func_48126_gisNormalCube1
4449func_48127_bgetBlocksMovement1
4450func_48132_bgetDirection1Returns the orentation value from the specified metadata
4451func_48133_atryToCatchBlockOnFire1
4452func_48134_egetFullMetadata1Returns the full metadata value created by combining the metadata of both blocks the door takes up.
4453func_48136_cgetDoorOrientation1Returns 0, 1, 2 or 3 depending on where the hinge is.
4454func_48176_fdoRangedAttack1Performs a ranged attack according to the AI's rangedAttackID.
4455func_48185_afindUsableDoor1Determines if a door can be broken with AI.
4456func_48197_ispawnBaby1Spawns a baby animal of the same type.
4457func_48198_fgetNearbyMate1Loops through nearby animals and finds another animal of the same type that can be mated with. Returns the first valid mate found.
4458func_481_agetCollidingBoundingBoxes1Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb
4459func_48210_asetIsSitting1Sets the sitting flag.
4460func_48254_ffindPossibleShelter1
4461func_48305_fcheckSufficientDoorsPresentForNewVillager1
4462func_48306_igiveBirth1
4463func_48307_aspawnHeartParticles1
4464func_48313_k_canAttackWithItem1If returns false, the item will not inflict any damage against entities.
4465func_48315_bgetStackInSlotOnClosing1When 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.
4466func_48317_bsetHomeArea1
4467func_48318_algetEntitySenses1returns the EntitySenses Object for the EntityLiving
4468func_48319_zeatGrassBonus1This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
4469func_48320_dsetAIMoveSpeed1set the movespeed used for the new AI system
4470func_48321_bdropRareDrop1
4471func_48322_awdetachHome1
4472func_48323_augetHomePosition1
4473func_48324_aogetLastAttackingEntity1
4474func_48325_atisWithinHomeDistanceCurrentPosition1Returns true if entity is within home distance from current position
4475func_48326_gupdateAITick1main AI tick function, replaces updateEntityActionState
4476func_48327_bsetAttackTarget1Sets the active target the Task system uses for tracking
4477func_48328_eisWithinHomeDistance1
4478func_48329_axhasHome1
4479func_48330_avgetMaximumHomeDistance1
4480func_48331_asgetAttackTarget1Gets the active target the Task system uses for tracking
4481func_48332_argetAIMoveSpeed1the movespeed used for the new AI system
4482func_48333_akgetNavigator1
4483func_48334_asetRevengeTarget1
4484func_48335_gsetLastAttackingEntity1
4485func_48347_RdropOneItem1Called when player presses the drop item key
4486func_48348_bdropPlayerItem1Args: 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)
4487func_48349_adropPlayerItemWithRandomChoice1Args: itemstack, flag
4488func_48350_csetGrowingAge1The 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.
4489func_48351_JgetGrowingAge1The 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.
4490func_48352_xgetProfession1
4491func_48353_E_getIsPlayingFlag1
4492func_48354_bsetIsPlayingFlag1
4493func_48355_AgetIsMatingFlag1
4494func_48356_asetIsMatingFlag1
4495func_48357_f_setProfession1
4496func_48362_bcanMateWith1Returns true if the mob is currently able to mate with the specified mob.
4497func_48363_r_isInLove1Returns if the entity is currently in 'love mode'.
4498func_48364_s_resetInLove1
4499func_48366_bsetTamed1
4500func_48367_AgetOwnerName1
4501func_48368_w_getOwner1
4502func_48369_csetSitting1
4503func_48370_aplayTameEffect1Play the taming effect, will either be hearts or smoke depending on status
4504func_48371_v_isSitting1
4505func_48372_asetOwner1
4506func_48373_u_isTamed1
4507func_48376_c_setTameSkin1
4508func_48380_l_getVillage1
4509func_48390_aspawnCreature1Spawns the creature specified by the egg's type in the location specified by the last three parameters. Parameters: world, entityID, x, y, z.
4510func_48392_asetTerrainType1
4511func_48403_agrowLeaves1
4512func_48409_aisAllowedCharacter1
4513func_48414_bmarkBlockNeedsUpdate21As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
4514func_48420_agetPosition1returns the current PathEntity target node as Vec3D
4515func_48421_bsetCurrentPathLength1
4516func_48422_csetCurrentPathIndex1
4517func_48423_egetCurrentPathIndex1
4518func_48424_dgetCurrentPathLength1
4519func_48425_cgetFinalPathPoint1returns the last PathPoint of the Array
4520func_48426_aisDestinationSame1Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
4521func_48427_aisSamePath1Returns true if the EntityPath are the same. Non instance related equals.
4522func_48428_agetVectorFromIndex1Gets the vector of the PathPoint associated with the given index.
4523func_48429_agetPathPointFromIndex1return the PathPoint located at the specified PathIndex, usually the current one
4524func_48436_bgetSpeed1
4525func_48439_asetMoveTo1Sets the speed and location to move to
4526func_48440_bgetRandomWorldGenForGrass1Gets a WorldGen appropriate for this biome.
4527func_48441_disHighHumidity1Checks to see if the rainfall level of the biome is extremely high
4528func_48442_hgetFloatTemperature1Gets a floating point representation of this biome's temperature
4529func_48445_lgetIntArray1Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
4530func_48446_asetIntArray1Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
4531func_48450_asetCanBeCreated1Sets canBeCreated to the provided value, and returns this.
4532func_48452_bgetGeneratorVersion1Returns generatorVersion.
4533func_48462_awriteChunkToNBT1Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time.
4534func_48465_areadChunkFromNBT1Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
4535func_48473_cgetDistanceSquared1Returns the squared distance between this coordinates and the coordinates given as argument.
4536func_48474_aset1
4537func_48478_dresetDoorOpeningRestrictionCounter1
4538func_48479_aisInside1
4539func_48480_fgetDoorOpeningRestrictionCounter1
4540func_48481_agetDistanceSquared1Returns the squared distance between this door and the given coordinate.
4541func_48482_eincrementDoorOpeningRestrictionCounter1
4542func_48483_agetInsidePosX1
4543func_48484_cgetInsidePosZ1
4544func_48485_bgetInsidePosY1
4545func_48486_bgetInsideDistanceSquare1Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
4546func_48500_atick1Runs a single tick for the village siege
4547func_48513_cfindNearestDoorUnrestricted1Find 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.
4548func_48514_eisBlockDoor1
4549func_48515_kremoveDeadAndOutOfRangeDoors1
4550func_48516_atryGetIronGolemSpawningLocation1Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
4551func_48517_fgetVillageDoorInfoList1called only by class EntityAIMoveThroughVillage
4552func_48518_dgetVillageDoorAt1
4553func_48519_atick1Called periodically by VillageCollection
4554func_48520_dgetTicksSinceLastDoorAdding1
4555func_48521_egetNumVillagers1
4556func_48522_bisValidIronGolemSpawningLocation1
4557func_48523_jremoveDeadAndOldAgressors1
4558func_48524_gisAnnihilated1Returns true, if there is not a single village door left. Called by VillageCollection
4559func_48525_cgetNumVillageDoors1Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege
4560func_48526_agetCenter1
4561func_48527_bgetVillageRadius1
4562func_48528_aisInRange1Returns true, if the given coordinates are within the bounding box of the village.
4563func_48529_iupdateNumVillagers1
4564func_48530_aaddOrRenewAgressor1
4565func_48531_lupdateVillageRadiusAndCenter1
4566func_48532_aaddVillageDoorInfo1
4567func_48533_bfindNearestDoor1
4568func_48534_bfindNearestVillageAggressor1
4569func_48535_hupdateNumIronGolems1
4570func_48546_acanSee1Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
4571func_48547_aclearSensingCache1Clears canSeeCachePositive and canSeeCacheNegative.
4572func_48552_lgetBiomeArray1Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
4573func_48553_hgetBlockStorageArray1Returns the ExtendedBlockStorage array for this Chunk.
4574func_48554_mresetRelightChecks1Resets the relight check index to 0 for this Chunk.
4575func_48555_bgetBlockLightOpacity1
4576func_48556_cgetAreLevelsEmpty1Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
4577func_48557_nenqueueRelightChecks1Called 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.
4578func_48558_asetStorageArrays1
4579func_48559_asetBiomeArray1Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
4580func_48560_agetBiomeGenForWorldCoords1This method retrieves the biome at a set of coordinates
4581func_48561_ggetTopFilledSegment1Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
4582func_48582_agetIDFromString1Finds the ID using stringToIDMapping
4583func_48584_aonCrafting1
4584func_48585_bsetExtBlockMetadata1Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
4585func_48586_bsetBlockMetadataArray1Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
4586func_48588_asetExtBlockID1Sets 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.
4587func_48589_dsetSkylightArray1Sets the NibbleArray instance used for Sky-light values in this particular storage block.
4588func_48591_agetExtBlockID1Returns 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.
4589func_48592_csetExtSkylightValue1Sets the saved Sky-light value in the extended block storage structure.
4590func_48593_asetBlockMSBArray1Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
4591func_48595_agetIsEmpty1Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
4592func_48596_asetBlockLSBArray1Sets the array of block ID least significant bits for this ExtendedBlockStorage.
4593func_48597_cgetYLocation1Returns the Y location of this ExtendedBlockStorage.
4594func_48598_bgetExtBlockMetadata1Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
4595func_485_asaveWorld1Saves the data for this World. If passed true, then only save up to 2 chunks, otherwise, save all chunks.
4596func_48600_jgetBlocklightArray1Returns the NibbleArray instance containing Block-light data.
4597func_48601_hgetBlockMSBArray1Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
4598func_48602_cgetExtSkylightValue1Gets the saved Sky-light value in the extended block storage structure.
4599func_48604_dgetExtBlocklightValue1Gets the saved Block-light value in the extended block storage structure.
4600func_48605_kgetSkylightArray1Returns the NibbleArray instance containing Sky-light data.
4601func_48606_csetBlocklightArray1Sets the NibbleArray instance used for Block-light values in this particular storage block.
4602func_48607_bgetNeedsRandomTick1Returns 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.
4603func_48608_dsetExtBlocklightValue1Sets the saved Block-light value in the extended block storage structure.
4604func_48618_aget1
4605func_48622_aaddRandomEnchantment1Adds a random enchantment to the specified item. Args: random, itemStack, enchantabilityLevel
4606func_48623_aconvertToAnvilFormat1
4607func_48624_aload1
4608func_48629_eisWoodenDoorAt1
4609func_48630_caddDoorToNewListIfAppropriate1
4610func_48631_ddropOldestVillagerPosition1
4611func_48632_afindNearestVillage1Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance.
4612func_48633_atick1Runs a single tick for the village collection
4613func_48634_eaddNewDoorsToVillageOrCreateVillage1
4614func_48635_aaddUnassignedWoodenDoorsAroundToNewDoorsList1
4615func_48636_disVillagerPositionPresent1
4616func_48637_cremoveAnnihilatedVillages1
4617func_48638_bgetVillageDoorAt1
4618func_48639_aaddVillagerPosition1This 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.
4619func_48646_aisSafeToStandAt1Returns 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
4620func_48647_asetPath1sets 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
4621func_48648_kisInFluid1Returns true if the entity is in water or lava, false otherwise
4622func_48649_agetAvoidsWater1
4623func_48650_agetPathToXYZ1Returns the path to the given coordinates
4624func_48651_jcanNavigate1If on ground or swimming and can swim
4625func_48652_atryMoveToEntityLiving1Try to find and set a path to EntityLiving. Returns true if successful.
4626func_48653_aisDirectPathBetweenPoints1Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize
4627func_48654_asetSpeed1Sets the speed
4628func_48655_csetEnterDoors1Sets if the entity can enter open doors
4629func_48656_asetAvoidsWater1
4630func_48657_bgetCanBreakDoors1Returns true if the entity can break doors, false otherwise
4631func_48658_atryMoveToXYZ1Try to find and set a path to XYZ. Returns true if successful.
4632func_48659_igetPathableYPos1Gets the safe pathing Y position for the entity depending on if it can path swim or not
4633func_48660_esetCanSwim1Sets if the entity can swim
4634func_48661_agetPathToEntityLiving1Returns the path to the given EntityLiving
4635func_48662_fclearPathEntity1sets active PathEntity to null
4636func_48663_bsetBreakDoors1
4637func_48664_gpathFollow1
4638func_48665_hgetEntityPosition1
4639func_48666_bisPositionClear1Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
4640func_48667_lremoveSunnyPath1Trims path data from the end to the first sun covered block
4641func_48668_cgetPath1gets the actively used PathEntity
4642func_48669_dsetAvoidSun1Sets if the path should avoid sunlight
4643func_486_arayTraceBlocks1ray traces all blocks, including non-collideable ones
4644func_487_acountEntities1Counts how many entities of an entity class exist in the world. Args: entityClass
4645func_488_cgetHeightValue1Returns the y coordinate with a block in it at this x, z coordinate
4646func_489_jisBlockIndirectlyProvidingPowerTo1Is 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
4647func_48_bgetPlayerListComponent1Returns a new JScrollPane with a new PlayerListBox inside.
4648func_490_ahandleMaterialAcceleration1handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
4649func_491_aplayRecord1Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z
4650func_492_agetChunkFromBlockCoords1Returns a chunk looked up by block coordinates. Args: x, z
4651func_493_acalculateSkylightSubtracted1Returns the amount of skylight subtracted for the current time
4652func_494_agetBlockDensity1Gets the percentage of real blocks within within a bounding box, along a specified vector.
4653func_495_hgetBlockLightValue1Gets the light value of a block location
4654func_496_misBlockGettingPowered1Whether one of the neighboring blocks is putting power into this block. Args: x, y, z
4655func_497_gcanBlockSeeTheSky1Checks if the specified block is able to see the sky
4656func_498_fmarkBlocksDirtyVertical1marks a vertical line of blocks as dirty
4657func_50003_ahandlePlayerAbilities1Handle a player abilities packet.
4658func_50008_hcanSilkHarvest1Return true if a player with SlikTouch can harvest this block directly, and not it's normal drops.
4659func_50009_hisOcelotBlockingChest1Looks for a sitting ocelot within certain bounds. Such an ocelot is considered to be blocking access to the chest.
4660func_50010_fisSameSapling1Determines if the same sapling is present at the given location.
4661func_50023_asetBlock1Sets the block without metadata in the world, notifying neighbors if enabled.
4662func_50024_bsetEnableSnow1sets enableSnow to true during biome initialization. returns BiomeGenBase.
4663func_500_aisMaterialInBB1Returns true if the given bounding box contains the given material
4664func_502_aplaySoundEffect1Play 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.
4665func_505_arayTraceBlocks_do1
4666func_506_aplaySoundAtEntity1Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
4667func_507_bsetBlockAndMetadataWithNotify1Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata
4668func_508_dsetBlockWithNotify1Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
4669func_511_bsetBlockMetadataWithNotify1Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata
4670func_512_agetSavedLightValue1Returns 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.
4671func_513_lremoveBlockTileEntity1Removes the TileEntity for a given block in X,Y,Z coordinates
4672func_514_aspawnParticle1Spawns a particle. Args particleName, x, y, z, velX, velY, velZ
4673func_515_bupdateTileEntityChunkAndDoNothing1marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
4674func_516_acanBlockBePlacedAt1Returns 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
4675func_517_agetBlockLightValue_do1Gets 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)
4676func_518_atickUpdates1Runs through the list of updates to run and ticks them
4677func_519_bmarkBlocksDirty1
4678func_52003_getServerModNamegetServerBrand1Returns the brand name of this server. Usually overridden/changed by server mods, such as Bukkit.
4679func_52006_bisItemFuel1Return true if item is a fuel source (getItemBurnTime() > 0).
4680func_52008_abuildPostString1Builds an encoded HTTP POST content string from a string map
4681func_52009_asendPost1Sends a HTTP POST request to the given URL with data from a string
4682func_52010_asendPost1Sends a HTTP POST request to the given URL with data from a map
4683func_52011_bgetDataMap1Returns the data map for the given usage snooper
4684func_52012_asendReport1Starts a new thread to send the information to the report server
4685func_52013_agetServerURL1Returns the server URL for the given usage snooper
4686func_52014_aaddData1Adds information to the report
4687func_520_eupdateEntity1Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
4688func_521_fmarkBlockNeedsUpdate1Marks the block as needing an update with the renderer. Args: x, y, z
4689func_522_acheckIfAABBIsClear1Returns true if there are no solid, live entities in the specified AxisAlignedBB
4690func_523_cisBoundingBoxBurning1Returns whether or not the given bounding box is on fire or not
4691func_524_bisAABBInMaterial1checks if the given AABB is in the material given. Used while swimming.
4692func_525_bgetChunkFromChunkCoords1Returns back a chunk looked up by chunk coordinates Args: x, y
4693func_526_aspawnEntityInWorld1Called when an entity is spawned in the world. This includes players.
4694func_527_knotifyBlockOfNeighborChange1Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID
4695func_528_fgetFirstUncoveredBlock1Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards.
4696func_529_bsetLightValue1Sets 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
4697func_530_eblockExists1Returns whether a block exists at world coordinates x, y, z
4698func_531_creleaseEntitySkin1Decrement the reference counter for this entity's skin image data
4699func_532_dgetTileEntityList1get a list of tileEntity's
4700func_533_cgetPlayerInstancesToUpdate1retrieve the list of all playerInstances that need to be updated on tick
4701func_535_amarkBlockNeedsUpdate1
4702func_537_agetPlayerInstance1passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
4703func_538_aupdatePlayerInstances1updates all the player instances that need to be updated
4704func_539_bgetPlayerInstances1get the hash of all player instances
4705func_540_agetMinecraftServer1Returns the MinecraftServer associated with the PlayerManager.
4706func_542_bgetMaxTrackingDistance1
4707func_543_cupdateMountedMovingPlayer1update chunks around a player being moved by server logic (e.g. cart, boat)
4708func_544_aisOutsidePlayerViewRadius1args: targetChunkX, targetChunkZ, playerChunkX, playerChunkZ - return true if the target chunk is outside the cube of player visibility
4709func_545_gcomputeHash1Makes the passed in integer suitable for hashing by a number of shifts
4710func_546_fgetHash1Returns the hash code for a key
4711func_547_ainsert1Adds an object to a slot
4712func_548_clookupEntry1Returns the internal entry for a key
4713func_549_acopyTo1Copies the hash slots to a new array
4714func_550_alookup1Returns the object associated to a key
4715func_551_aclearMap1Removes all entries from the map
4716func_552_hgrow1Increases the number of hash slots
4717func_553_dremoveObject1Removes the specified object from the map and returns it
4718func_554_aaddKey1Adds a key and associated value to this map
4719func_555_agetSlotIndex1Computes the index of the slot for the hash and slot count passed in.
4720func_556_bcontainsItem1Returns true if this hash table contains the specified item.
4721func_557_eremoveEntry1Removes the specified entry from the map and returns it
4722func_558_bgetValue1Returns the object stored in this entry
4723func_559_agetHash1Returns the hash code for this entry
4724func_561_aset1Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val.
4725func_562_aget1Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
4726func_563_aaddMapping1adds a mapping between Entity classes and both a string representation and an ID
4727func_564_bgetEntityString1Gets the string representation of a specific entity.
4728func_565_agetEntityID1gets the entityID of a specific entity
4729func_566_acreateEntityFromNBT1create a new instance of an entity from NBT store
4730func_567_acreateEntityByName1Create a new instance of an entity in the world by using the entity name.
4731func_569_agetItem1Returns the object corresponding to the stack.
4732func_570_awriteToNBT1Write the stack fields to a NBT object. Return the new NBT object.
4733func_571_cgetMaxDamage1Returns the max damage an item in the stack can take.
4734func_572_auseItem1Uses 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
4735func_573_bcanHarvestBlock1Checks if the itemStack object can harvest a specified block
4736func_574_agetStrVsBlock1Returns the strength of the stack against a given block.
4737func_575_breadFromNBT1Read the stack fields from a NBT object.
4738func_576_bgetMaxStackSize1Returns maximum size of the stack.
4739func_577_aonItemDestroyedByUse1Called 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.
4740func_578_dcopy1Returns a new stack with the same properties.
4741func_581_aabs_max1Maximum of the absolute value of two numbers.
4742func_582_bcos1cos looked up in the sin table with the appropriate offset
4743func_583_asqrt_double1
4744func_584_bfloor_double1Returns the greatest integer less than or equal to the double argument
4745func_585_asin1sin looked up in a table
4746func_586_csqrt_float1
4747func_587_eabs1
4748func_588_dfloor_float1Returns the greatest integer less than or equal to the float argument
4749func_589_aisMinecartTrack1
4750func_590_bisConnectedTo1
4751func_591_brefreshConnectedTracks1Neighboring tracks have potentially been broken, so prune the connected track list
4752func_592_ccanConnectFrom1Determines whether or not the target rail can connect to this rail
4753func_594_cgetAdjacentTracks1
4754func_595_agetMinecartTrackLogic1
4755func_596_arefreshTrackShape1Completely recalculates the track shape based on neighboring tracks and power state
4756func_597_ccanConnectTo1Determines whether or not the track can bend to meet the specified rail
4757func_598_dconnectToNeighbor1The specified neighbor has just formed a new connection, so update accordingly
4758func_599_bisInTrack1Returns true if the specified block is in the same railway.
4759func_6001_aregisterPacket1
4760func_6002_ahandleEntityVelocity1Packet handler
4761func_6003_ahandleAttachEntity1Packet handler
4762func_6004_ahandleHandshake1
4763func_6006_ahandleUseEntity1
4764func_6007_bdoLogin1Processes the login packet and sends response packets to the user.
4765func_6008_dstartServer1Initialises the server and starts it.
4766func_6009_agetFile1Returns a File object from the specified string.
4767func_600_agetNAdjacentTracks1get number of adjacent tracks
4768func_6010_aaddCommand1Adds a command to the command list for processing.
4769func_6011_eclearCurrentTask1set current task to null and set its percentage to 0
4770func_6012_fsaveServerWorld1Saves the server's world, called by both save all and stop.
4771func_6013_gstopServer1Saves all necessary data as preparation for stopping the server.
4772func_6015_aisServerRunning1Returns the boolean serverRunning.
4773func_6016_ainitiateShutdown1Sets the serverRunning variable to false, in order to get the server to shut down.
4774func_6017_cinitWorld1Initialises the world object.
4775func_6018_hdoTick1
4776func_6019_aoutputPercentRemaining1used to display a percent remaining given text and the percentage
4777func_601_bupdatePlayerEntities1
4778func_6021_bcommandLineParser1Parse the command line and call the corresponding action.
4779func_6022_aaddToOnlinePlayerList1Adds a player's name to the list of online players.
4780func_602_bgetSpawnPacket1
4781func_603_asendPacketToTrackedPlayers1
4782func_604_asendDestroyEntityPacketToTrackedPlayers1
4783func_605_aupdatePlayerList1
4784func_606_aupdatePlayerEntity1
4785func_607_aupdateTrackedEntities1
4786func_6091_hremoveLeaves1
4787func_6092_ainteract1Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig.
4788func_6093_bonCollideWithPlayer1Called by a player entity when they collide with an entity
4789func_6094_emountEntity1Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
4790func_6095_bsetPositionAndRotation1Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
4791func_6096_bsetRotation1Sets the rotation of the entity
4792func_6097_dgetLivingSound1Returns the sound this mob makes while it's alive.
4793func_6098_fgetDeathSound1Returns the sound this mob makes on death.
4794func_6099_cdamageEntity1Deals 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
4795func_609_asendPacketToTrackedPlayersAndTrackedEntity1
4796func_6100_egetHurtSound1Returns the sound this mob makes when it is hurt.
4797func_6101_KonEntityDeath1Called when the entity vanishes after dies by damage (or other method that put health below or at zero).
4798func_6102_hgetSoundVolume1Returns the volume for the sounds this mob makes.
4799func_610_buntrackEntity1
4800func_611_atrackEntity1
4801func_6126_dgetInventorySlotContainItem1Returns a slot index in main inventory containing a specific itemID
4802func_6127_bconsumeInventoryItem1removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)
4803func_613_bserverUpdateMountedMovingPlayer1using player's dimension, update their movement when in a vehicle (e.g. cart, boat)
4804func_6142_acalculateVelocity1
4805func_6143_ccatchFish1
4806func_6152_aonItemRightClick1Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
4807func_6154_aitemUsed1
4808func_6156_dupdatingLighting1Updates lighting. Returns true if there are more lighting updates to update
4809func_6157_acanMineBlock1Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
4810func_6158_agetEntityByID1Returns the Entity with the given ID, or null if it doesn't exist in this World.
4811func_6168_auseItemRightClick1Called 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
4812func_616_cplayerLoggedOut1Called when a player disconnects from the game. Writes player data to disk and removes them from the world.
4813func_617_dsavePlayerStates1Saves all of the player's states
4814func_6186_atrackEntity1
4815func_6187_atrackEntity1
4816func_618_asetPlayerManager1Sets the NBT manager to the one for the worldserver given
4817func_619_alogin1Called when a player tries to login. Checks whether they are banned/server is full etc.
4818func_620_hgetPlayerEntity1gets the player entity for the player with the name specified
4819func_621_asendPacketToPlayer1sends a packet to the player with the name specified
4820func_622_amarkBlockNeedsUpdate1
4821func_623_ereadBannedPlayers1Reads the banned players file from disk.
4822func_626_fwriteBannedPlayers1Writes the banned players file to disk.
4823func_627_aplayerLoggedIn1Called when a player successfully logs in. Reads player data from disk and inserts the player into the world.
4824func_628_asendChatMessageToPlayer1sends a chat message to the player with the name specified (not necessarily a whisper)
4825func_630_isendChatMessageToAllOps1sends a chat message to all ops currently connected
4826func_631_asendPacketToAllPlayers1sends a packet to all players
4827func_633_cgetPlayerList1returns a string containing a comma-seperated list of player names
4828func_636_asentTileEntityToPlayer1sends a tilentity to the player name specified
4829func_637_bonTick1self explanitory
4830func_639_gisOp1Returns true if the player is an OP, false otherwise.
4831func_640_agetMaxTrackingDistance1
4832func_641_ainit1Initialises the console logger.
4833func_644_agrad1
4834func_645_blerp1
4835func_648_agenerateNoiseOctaves1
4836func_649_agetVerticalOffset1Given an x y z, returns a vertical offset needed to search to find a block to stand on
4837func_64_aaddIdClassMapping1Adds a two way mapping between the packet ID and packet class.
4838func_650_agetSafePoint1Returns a point that the entity can safely move to
4839func_651_acreateEntityPathTo1Creates a path from an entity to a specified location within a minimum distance
4840func_652_acreateEntityPathTo1Internal implementation of creating a path from an entity to a point
4841func_653_acreateEntityPath1Returns a new PathEntity for a given start and end point
4842func_654_bfindPathOptions1populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)
4843func_655_aopenPoint1Returns a mapped point or creates and adds one
4844func_656_aaddToPath1Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)
4845func_657_acreateEntityPathTo1Creates a path from one entity to another within a minimum distance
4846func_659_aloadChunk1Loads the specified(XZ) chunk into the specified world.
4847func_65_breadPacket1Read a packet, prefixed by its ID, from the data stream.
4848func_660_bsaveExtraData1Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused.
4849func_661_achunkTick1Called every World.tick()
4850func_662_asaveChunk1
4851func_666_arecursiveGenerate1Recursively called by generate() (func_867_a) and optionally by itself.
4852func_667_agenerate1
4853func_668_agenerateCaveNode1Generates a node in the current cave system recursion tree.
4854func_669_agenerateLargeCaveNode1Generates a larger initial cave node than usual. Called 25% of the time.
4855func_66_awritePacket1Writes a packet, prefixed by its ID, to the data stream.
4856func_670_bremove1calls the removeKey method and returns removed object
4857func_671_egetHashedKey1returns the hashed key given the original key
4858func_672_cremoveKey1removes the key from the hash linked list
4859func_673_acopyHashTableTo1copies the hash table to the specified array
4860func_674_dgetHashCode1public method to get the hashed key(hashCode)
4861func_675_aadd1Add a key-value pair.
4862func_676_ahash1the hash function
4863func_677_agetValueByKey1get the value from the map given the key
4864func_678_agetHashIndex1gets the index in the hash given the array length and the hashed key
4865func_679_acreateKey1creates the key in the hash table
4866func_67_agetNewPacket1Returns a new instance of the specified Packet class.
4867func_680_bresizeTable1resizes the table
4868func_681_aobtainEntitySkin1Start the skin for this entity downloading, if necessary, and increment its reference counter
4869func_682_aplayRecord1Plays the specified record. Arg: recordName, x, y, z
4870func_683_amarkBlockNeedsUpdate1Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z
4871func_685_amarkBlockRangeNeedsUpdate1Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ
4872func_686_adoNothingWithTileEntity1In all implementations, this method does nothing.
4873func_687_aspawnParticle1Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
4874func_688_breleaseEntitySkin1Decrement the reference counter for this entity's skin image data
4875func_689_aplaySound1Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
4876func_68_awritePacketData1Abstract. Writes the raw packet data to the data stream.
4877func_690_aupdate1Updates the Jlist with a new model.
4878func_693_bgetBoundingBoxFromPool1Returns a bounding box with the specified bounds from the pool. Args: minX, minY, minZ, maxX, maxY, maxZ
4879func_694_econtract1Returns a bounding box that is inset by the specified amounts
4880func_695_csetBounds1Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ
4881func_696_cgetOffsetBoundingBox1Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
4882func_697_aisVecInYZ1Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
4883func_698_agetBoundingBox1Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ
4884func_699_bsetBB1Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
4885func_69_bgetPacketId1Returns the ID of this packet.
4886func_6_ahandleErrorMessage1
4887func_700_aaddCoord1Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z
4888func_701_bcalculateYOffset1if 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.
4889func_702_doffset1Offsets the current bounding box by the specified coordinates. Args: x, y, z
4890func_703_aclearBoundingBoxPool1Sets the number of bounding boxes in use from the pool to 0 so they will be reused
4891func_704_aintersectsWith1Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
4892func_705_bisVecInXZ1Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
4893func_706_acalculateIntercept1
4894func_707_cisVecInXY1Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
4895func_708_bexpand1Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
4896func_709_ccalculateZOffset1if 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.
4897func_70_areadPacketData1Abstract. Reads the raw packet data from the data stream.
4898func_710_acalculateXOffset1if 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.
4899func_711_bcopy1Returns a copy of the bounding box.
4900func_713_agetServerSocket1Gets the server socket.
4901func_715_ahandleNetworkListenThread1Handles all incoming connections and packets
4902func_717_aaddPendingConnection1adds a new pending connection to the waiting list
4903func_71_agetPacketSize1Abstract. Return the size of the packet (not counting the header).
4904func_720_agetStringProperty1Returns a string property. If the property doesn't exist the default is returned.
4905func_721_bsaveProperties1Writes the properties to the properties file.
4906func_722_agetIntProperty1Returns an integer property. If the property doesn't exist the default is returned.
4907func_723_agenerateNewProperties1Generates a new properties file.
4908func_724_agetBooleanProperty1Returns a boolean property. If the property doesn't exist the default is returned.
4909func_725_breadPlayerData1Reads the player data from disk into the specified PlayerEntityMP.
4910func_726_awritePlayerData1Writes the player data to disk from the specified PlayerEntityMP.
4911func_728_aincrementPathIndex1Directs this path to the next point in its array
4912func_729_bisFinished1Returns true if this path has reached the end
4913func_72_aprocessPacket1Passes this Packet on to the NetHandler for processing.
4914func_730_aisAssigned1Returns true if this point has already been assigned to a path
4915func_731_adistanceTo1Returns the linear distance to another path point
4916func_732_adoExplosionB1Does the second part of the explosion (sound, particles, drop spawn)
4917func_733_asetScheduledTime1Sets the scheduled time for this tick entry
4918func_734_acomparer1Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
4919func_735_bgetValue1
4920func_736_agetKey1
4921func_737_cgetStepSound1Used when a entity walks over, or otherwise interacts with the block.
4922func_738_agetVolume1
4923func_739_bgetPitch1
4924func_740_bisServerTerminating1Is the server terminating? Client side aways returns false.
4925func_741_freadPacket1Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network.
4926func_742_egetReadThread1Returns the read thread.
4927func_743_aisRunning1Whether the network is operational.
4928func_744_dgetNumChunkDataPackets1Returns the number of chunk data packets waiting to be sent.
4929func_745_aaddToSendQueue1Adds the packet to the correct send queue (chunk data packets go to a separate queue).
4930func_746_esendPacket1Sends 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.
4931func_747_aprocessReadPackets1Checks timeouts and processes all pending read packets.
4932func_748_fgetWriteThread1Returns the write thread.
4933func_749_dsendNetworkPacket1Static accessor to sendPacket.
4934func_750_aonNetworkError1Used to report network errors and causes a network shutdown.
4935func_751_creadNetworkPacket1Static accessor to readPacket.
4936func_752_cserverShutdown1Shuts down the server. (Only actually used on the server)
4937func_753_anetworkShutdown1Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads.
4938func_754_asetNetHandler1Sets the NetHandler for this NetworkManager. Server-only.
4939func_755_bgetRemoteAddress1Returns the socket address of the remote side. Server-only.
4940func_756_esetComponents1Sets the x,y,z components of the vector as specified.
4941func_757_caddVector1Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
4942func_758_bnormalize1Normalizes the vector to a length of 1 (except if it is the zero vector)
4943func_759_dsquareDistanceTo1The square of the Euclidean distance between this and the vector of x,y,z components passed in.
4944func_760_acreateVectorHelper1Static 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.
4945func_761_ainitialize1Initializes the next empty vector slot in the list to 0.
4946func_762_cgetIntermediateWithZValue1Returns 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.
4947func_763_bgetIntermediateWithYValue1Returns 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.
4948func_764_bsquareDistanceTo1The square of the Euclidean distance between this and the specified vector.
4949func_765_clengthVector1Returns the length of the vector.
4950func_766_agetIntermediateWithXValue1Returns 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.
4951func_767_adistanceTo1Euclidean distance between this and the specified vector, returned as double.
4952func_768_bcreateVector1Static method to create a new vector in the vector list and return it.
4953func_769_awriteCompressed1Write the compound, gzipped, to the outputstream.
4954func_770_areadCompressed1Load the gzipped compound from the inputstream.
4955func_771_awrite1
4956func_774_aread1Reads from a CompressedStream.
4957func_775_amarkBlockNeedsUpdate1mark the block as changed so that it will update clients who need to know about it
4958func_776_asendPacketToPlayersInInstance1sends the packet to all players in the current instance
4959func_777_aonUpdate1
4960func_778_bremovePlayer1remove player from this instance
4961func_779_aaddPlayer1adds this player to the playerInstance
4962func_77_bgetMaxDamage1Returns the maximum damage an item can take.
4963func_78_aonItemUse1Callback 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 !
4964func_79_agetStrVsBlock1Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
4965func_80_acanHarvestBlock1Returns if the item (tool) can harvest results from the block type.
4966func_81_agetItemStackLimit1Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
4967func_82_agetStackInSlot1Returns the stack in slot i
4968func_83_agetSizeInventory1Returns the number of slots in the inventory.
4969func_84_konEntityUpdate1Gets called every tick from main Entity class
4970func_85_anewFloatNBTList1Returns a new NBTTagList filled with the specified floats
4971func_86_asetPosition1Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
4972func_87_faddVelocity1Adds to the current velocity of the entity. Args: x, y, z
4973func_88_cmoveEntity1Tries to moves the entity by the passed in displacement. Args: x, y, z
4974func_89_dgetCollisionBox1Returns 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.
4975func_8_ahandleDestroyEntity1
4976func_9001_ahandleEntityStatus1Packet handler
4977func_9002_ahandleRespawn1respawns the player
4978func_9003_ahandleUpdateHealth1Recieves player health from the server and then proceeds to set it locally on the client.
4979func_9059_pisSneaking1Returns if this entity is sneaking.
4980func_9060_usetBeenAttacked1Sets that this entity has been attacked.
4981func_90_amoveFlying1Used in both water and by flying objects
4982func_9145_guseCurrentItemOnEntity1Uses the currently equipped item on the specified entity. Args: entity
4983func_9146_hattackTargetEntityWithCurrentItem1Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
4984func_9153_bhandleFalling1process player falling based on movement packet
4985func_9157_agetDamageVsEntity1Return damage vs an entity done by the current held weapon, or 1 if nothing is held
4986func_91_uisEntityInsideOpaqueBlock1Checks if this entity is inside of an opaque block
4987func_9201_ahitEntity1Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
4988func_9202_buseItemOnEntity1Called when a player right clicks a entity with a item.
4989func_9203_agetDamageVsEntity1Returns the damage against a given entity.
4990func_9206_asetEntityState1sends a Packet 38 (Entity Status) to all tracked players of that entity
4991func_9213_bremovePlayer1Removes an EntityPlayerMP from the PlayerManager.
4992func_9214_aaddPlayer1Adds an EntityPlayerMP to the PlayerManager.
4993func_9217_ahitEntity1Calls the corresponding fct in di
4994func_9218_agetDamageVsEntity1Returns the damage against a given entity.
4995func_9219_bremoveTrackedPlayerSymmetric1Remove a tracked player from our list and tell the tracked player to destroy us from their world.
4996func_9238_aremoveTrackedPlayerSymmetric1
4997func_9239_jsaveOps1saves the ops to the ops file
4998func_9242_drecreatePlayerEntity1Called on respawn
4999func_9245_gloadBannedList1loads the list of banned players
5000func_9248_hsaveBannedList1saves the list of banned players
5001func_9249_iloadOps1loads the ops from the ops file
5002func_92_capplyEntityCollision1Applies a velocity to each of the entities pushing them away from each other. Args: entity
5003func_93_ngetBoundingBox1returns the bounding box for this entity
5004func_94_agetDistanceToEntity1Returns the distance to the entity. Args: entity
5005func_95_caddEntityID1adds the ID of this entity to the NBT given
5006func_96_baddToPlayerScore1Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd
5007func_97_awriteEntityToNBT1(abstract) Protected helper method to write subclass entity data to NBT.
5008func_98_dwriteToNBT1Save the entity to NBT (calls an abstract helper method to write extra data)
5009func_99_breadEntityFromNBT1(abstract) Protected helper method to read subclass entity data from NBT.