1 | searge | name | side | desc |
---|
2 | func_1000_a | addEntity | 0 | Adds an entity to the chunk. Args: entity |
3 | func_1001_a | addTileEntity | 0 | Adds a TileEntity to a chunk |
4 | func_1002_d | getChunkBlockTileEntity | 0 | Gets the TileEntity for a given block in this chunk |
5 | func_1003_g | relightBlock | 0 | Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk. |
6 | func_1005_a | setChunkBlockTileEntity | 0 | Sets the TileEntity for a given block in this chunk |
7 | func_1006_f | setChunkModified | 0 | Sets the isModified flag for this Chunk |
8 | func_1007_c | canBlockSeeTheSky | 0 | Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap) |
9 | func_1008_a | getBlockID | 0 | Return the ID of a block in the chunk. |
10 | func_1009_b | setBlockMetadata | 0 | Set the metadata of a block in the chunk |
11 | func_1010_a | setBlockIDWithMetadata | 0 | Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata |
12 | func_1011_a | setLightValue | 0 | Sets the light value at the coordinate. If enumskyblock is set to sky it sets it in the skylightmap and if its a block then into the blocklightmap. Args enumSkyBlock, x, y, z, lightValue |
13 | func_1012_a | needsSaving | 0 | Returns true if this Chunk needs to be saved |
14 | func_1013_a | getEntitiesOfTypeWithinAAAB | 0 | Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill |
15 | func_1015_b | removeEntity | 0 | removes entity using its y chunk coordinate as its index |
16 | func_1016_a | removeEntityAtIndex | 0 | Removes entity at the specified index from the entity array. |
17 | func_1017_a | isAtLocation | 0 | Checks whether the chunk is at the X/Z location specified |
18 | func_1018_b | generateHeightMap | 0 | Generates the height map for a chunk from scratch |
19 | func_1019_c | getBlockLightValue | 0 | Gets the amount of light on a block taking into account sunlight |
20 | func_1020_f | checkSkylightNeighborHeight | 0 | Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary. |
21 | func_1021_b | getBlockMetadata | 0 | Return the metadata corresponding to the given coordinates inside a chunk. |
22 | func_1022_a | setBlockID | 0 | Sets a blockID for a position in the chunk. Args: x, y, z, blockID |
23 | func_1023_e | removeChunkBlockTileEntity | 0 | Removes the TileEntity for a given block in this chunk |
24 | func_1024_c | generateSkylightMap | 0 | Generates the initial skylight map for the chunk upon generation or load. |
25 | func_1025_a | getSavedLightValue | 0 | Gets the amount of light saved in this block (doesn't adjust for daylight) |
26 | func_1028_a | hasSpecialRenderer | 0 | Returns true if this TileEntity instance has a TileEntitySpecialRenderer associated with it, false otherwise. |
27 | func_1030_a | renderTileEntity | 0 | Render this TileEntity at its current position from the player |
28 | func_1031_b | getSpecialRendererForEntity | 0 | Returns the TileEntitySpecialRenderer used to render this TileEntity instance, or null if it has no special renderer |
29 | func_1032_a | renderTileEntityAt | 0 | Render this TileEntity at a given set of coordinates |
30 | func_1033_a | sortBack | 0 | Sorts a point to the left |
31 | func_1034_a | addPoint | 0 | Adds a point to the path |
32 | func_1035_a | changeDistance | 0 | Changes the provided point's distance to target |
33 | func_1036_b | dequeue | 0 | Returns and removes the first point in the path |
34 | func_1037_b | sortForward | 0 | Sorts a point to the right |
35 | func_1038_a | clearPath | 0 | Clears the path |
36 | func_1039_c | isPathEmpty | 0 | Returns true if this path contains no points |
37 | func_1040_a | compareRecipes | 0 | |
38 | func_1041_b | saveOptions | 0 | Saves the options to the options file. |
39 | func_1042_a | setKeyBinding | 0 | Sets a key binding. |
40 | func_1043_a | getKeyBinding | 0 | Gets a key binding. |
41 | func_1045_b | setOptionValue | 0 | For non-float options. Toggles the option on/off, or cycles through the list i.e. render distances. |
42 | func_1047_d | getOptionDisplayString | 0 | The string that appears inside the button/slider in the options menu. |
43 | func_1048_a | setOptionFloatValue | 0 | If the specified option is controlled by a slider (float value), this will set the float value. |
44 | func_1050_a | parseFloat | 0 | Parses a string into a float. |
45 | func_1051_a | addRecipes | 0 | Adds the crafting recipes to the CraftingManager. |
46 | func_1052_b | removeObject | 0 | Removes the specified object from the map and returns it |
47 | func_1053_a | insert | 0 | Adds an object to a slot |
48 | func_1054_c | removeEntry | 0 | Removes the specified entry from the map and returns it |
49 | func_1055_e | computeHash | 0 | Makes the passed in integer suitable for hashing by a number of shifts |
50 | func_1056_d | getHash | 0 | Returns the hash code for a key |
51 | func_1057_a | lookup | 0 | Returns the object associated to a key |
52 | func_1058_a | clearMap | 0 | Removes all entries from the map |
53 | func_1059_a | copyTo | 0 | Copies the hash slots to a new array |
54 | func_1060_f | grow | 0 | Increases the number of hash slots |
55 | func_1061_a | addKey | 0 | Adds a key and associated value to this map |
56 | func_1062_a | getSlotIndex | 0 | Computes the index of the slot for the hash and slot count passed in. |
57 | func_1063_a | sortByDistanceToEntity | 0 | Sorts the two world renderers according to their distance to a given entity. |
58 | func_1065_b | refreshTextures | 0 | Call setupTexture on all currently-loaded textures again to account for changes in rendering options |
59 | func_1066_a | registerTextureFX | 0 | |
60 | func_1067_a | updateDynamicTextures | 0 | |
61 | func_1068_a | setupTexture | 0 | Copy the supplied image onto the specified OpenGL texture |
62 | func_1069_b | unwrapImageByColumns | 0 | Takes an image with multiple 16-pixel-wide columns and creates a new 16-pixel-wide image where the columns are stacked vertically |
63 | func_1070_a | getTexture | 0 | |
64 | func_1071_a | getTextureForDownloadableImage | 0 | Takes a URL of a downloadable image and the name of the local image to be used as a fallback. If the image has been downloaded, returns the GL texture of the downloaded image, otherwise returns the GL texture of the fallback image. |
65 | func_1073_b | releaseImageData | 0 | Decrements the reference count for a given URL, deleting the image data if the reference count hits 0 |
66 | func_1074_a | allocateAndSetupTexture | 0 | Copy the supplied image onto a newly-allocated OpenGL texture, returning the allocated texture name |
67 | func_1075_a | obtainImageData | 0 | Return a ThreadDownloadImageData instance for the given URL. If it does not already exist, it is created and uses the passed ImageBuffer. If it does, its reference count is incremented. |
68 | func_1076_b | bindTexture | 0 | |
69 | func_1077_b | alphaBlend | 0 | Uses the alpha of the two colors passed in to determine the contributions of each color. If either of them has an alpha greater than 0 then the returned alpha is 255 otherwise its zero if they are both zero. Args: color1, color2 |
70 | func_1078_a | deleteTexture | 0 | Deletes a single GL texture |
71 | func_1079_a | createEntityByName | 0 | Create a new instance of an entity in the world by using the entity name. |
72 | func_1080_a | addMapping | 0 | adds a mapping between Entity classes and both a string representation and an ID |
73 | func_1081_a | createEntityFromNBT | 0 | create a new instance of an entity from NBT store |
74 | func_1082_a | getEntityID | 0 | gets the entityID of a specific entity |
75 | func_1083_b | getEntityString | 0 | Gets the string representation of a specific entity. |
76 | func_1084_a | createEntityByID | 0 | Create a new instance of an entity in the world by using an entity ID. |
77 | func_1085_a | splitStack | 0 | Remove the argument from the stack size. Return a new stack object with argument size. |
78 | func_1086_a | writeToNBT | 0 | Write the stack fields to a NBT object. Return the new NBT object. |
79 | func_1088_b | getIconIndex | 0 | Returns the icon index of the current stack. |
80 | func_1089_c | getMaxStackSize | 0 | Returns maximum size of the stack. |
81 | func_1090_a | useItem | 0 | Uses the item stack by the player. Gives the coordinates of the block its being used against and the side. Args: player, world, x, y, z, side |
82 | func_1091_a | getItem | 0 | Returns the object corresponding to the stack. |
83 | func_1092_a | hitEntity | 0 | Calls the corresponding fct in di |
84 | func_1093_a | useItemRightClick | 0 | Called whenever this item stack is equipped and right clicked. Returns the new item stack to put in the position where this item is. Args: world, player |
85 | func_1094_d | getMaxDamage | 0 | Returns the max damage an item in the stack can take. |
86 | func_1095_a | getDamageVsEntity | 0 | Returns the damage against a given entity. |
87 | func_1096_b | readFromNBT | 0 | Read the stack fields from a NBT object. |
88 | func_1097_a | onItemDestroyedByUse | 0 | Called when a given item stack is about to be destroyed due to its damage level expiring when used on a block or entity. Typically used by tools. |
89 | func_1098_a | getStrVsBlock | 0 | Returns the strength of the stack against a given block. |
90 | func_1099_b | canHarvestBlock | 0 | Checks if the itemStack object can harvest a specified block |
91 | func_1100_b | useItemOnEntity | 0 | Uses the stack on the entity. |
92 | func_1102_e | copy | 0 | Returns a new stack with the same properties. |
93 | func_1103_a | onCraftMatrixChanged | 0 | Callback for when the crafting matrix is changed. |
94 | func_1104_a | onCraftGuiClosed | 0 | Callback for when the crafting gui is closed. |
95 | func_1106_a | sin | 0 | sin looked up in a table |
96 | func_1107_a | abs_max | 0 | Maximum of the absolute value of two numbers. |
97 | func_1108_b | floor_double | 0 | Returns the greatest integer less than or equal to the double argument |
98 | func_1109_a | sqrt_double | 0 | |
99 | func_1110_d | floor_float | 0 | Returns the greatest integer less than or equal to the float argument |
100 | func_1111_a | bucketInt | 0 | Buckets an integer with specifed bucket sizes. Args: i, bucketSize |
101 | func_1112_e | abs | 0 | |
102 | func_1113_c | sqrt_float | 0 | |
103 | func_1114_b | cos | 0 | cos looked up in the sin table with the appropriate offset |
104 | func_1115_a | setTexturePosition | 0 | |
105 | func_1116_a | getRandomSound | 0 | Gets a random SoundPoolEntry. |
106 | func_1117_a | addSound | 0 | Adds a sound to this sound pool. |
107 | func_1118_a | getRandomSoundFromSoundPool | 0 | gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool. |
108 | func_1120_a | getInstance | 0 | Returns the static instance of this class |
109 | func_1121_a | addRecipe | 0 | Adds a recipe. See spreadsheet on first page for details. |
110 | func_1122_a | addRecipes | 0 | Adds the tool recipes to the CraftingManager. |
111 | func_1123_d | createDirectFloatBuffer | 0 | Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access. |
112 | func_1124_a | generateDisplayLists | 0 | Generates the specified number of display lists and returns the first index. |
113 | func_1125_c | createDirectIntBuffer | 0 | Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access. |
114 | func_1126_a | deleteTexturesAndDisplayLists | 0 | Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources. |
115 | func_1127_b | createDirectByteBuffer | 0 | Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access. |
116 | func_1128_a | generateTextureNames | 0 | Generates texture names and stores them in the specified buffer. |
117 | func_1129_a | addToPath | 0 | Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance) |
118 | func_1130_a | createEntityPathTo | 0 | Internal implementation of creating a path from an entity to a point |
119 | func_1131_a | createEntityPathTo | 0 | Creates a path from an entity to a specified location within a minimum distance |
120 | func_1132_a | getVerticalOffset | 0 | Checks if an entity collides with blocks at a position. Returns 1 if clear, 0 for colliding with any solid block, -1 for water(if avoiding water) but otherwise clear, -2 for lava, -3 for fence, -4 for closed trapdoor, 2 if otherwise clear except for open trapdoor or water(if not avoiding) |
121 | func_1133_b | findPathOptions | 0 | populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance) |
122 | func_1134_a | createEntityPath | 0 | Returns a new PathEntity for a given start and end point |
123 | func_1135_a | getSafePoint | 0 | Returns a point that the entity can safely move to |
124 | func_1136_a | openPoint | 0 | Returns a mapped point or creates and adds one |
125 | func_1137_a | createEntityPathTo | 0 | Creates a path from one entity to another within a minimum distance |
126 | func_1138_a | readCompressed | 0 | Load the gzipped compound from the inputstream. |
127 | func_1139_a | write | 0 | |
128 | func_1141_a | read | 0 | Reads from a CompressedStream. |
129 | func_1143_a | writeCompressed | 0 | Write the compound, gzipped, to the outputstream. |
130 | func_1144_c | getPitch | 0 | |
131 | func_1145_d | getStepSound | 0 | Used when a entity walks over, or otherwise interacts with the block. |
132 | func_1146_a | getBreakSound | 0 | Used when a block breaks, EXA: Player break, Shep eating grass, etc.. |
133 | func_1147_b | getVolume | 0 | |
134 | func_1148_a | addRecipes | 0 | Adds the armor recipes to the CraftingManager. |
135 | func_1152_a | isBoxInFrustum | 0 | Returns true if the box is inside all 6 clipping planes, otherwise returns false. |
136 | func_1153_b | init | 0 | |
137 | func_1154_a | normalize | 0 | Normalize the frustum. |
138 | func_1155_a | getInstance | 0 | Initialises the ClippingHelper object then returns an instance of it. |
139 | func_1156_a | setColorBuffer | 0 | Update and return colorBuffer with the RGBA values passed as arguments |
140 | func_1157_a | setColorBuffer | 0 | Update and return colorBuffer with the RGBA values passed as arguments |
141 | func_1158_b | enableStandardItemLighting | 0 | Sets the OpenGL lighting properties to the values used when rendering blocks as items |
142 | func_1159_a | disableStandardItemLighting | 0 | Disables the OpenGL lighting properties enabled by enableStandardItemLighting |
143 | func_1160_c | copy | 0 | Returns a copy of the bounding box. |
144 | func_1161_b | getBoundingBoxFromPool | 0 | Returns a bounding box with the specified bounds from the pool. Args: minX, minY, minZ, maxX, maxY, maxZ |
145 | func_1162_c | calculateZOffset | 0 | if instance and the argument bounding boxes overlap in the Y and X dimensions, calculate the offset between them in the Z dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset. |
146 | func_1163_a | calculateXOffset | 0 | if instance and the argument bounding boxes overlap in the Y and Z dimensions, calculate the offset between them in the X dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset. |
147 | func_1164_b | getAverageEdgeLength | 0 | Returns the average length of the edges of the bounding box. |
148 | func_1165_c | setBounds | 0 | Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ |
149 | func_1166_c | getOffsetBoundingBox | 0 | Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z |
150 | func_1167_a | isVecInYZ | 0 | Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D |
151 | func_1168_a | getBoundingBox | 0 | Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ |
152 | func_1169_a | calculateIntercept | 0 | |
153 | func_1170_a | addCoord | 0 | Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z |
154 | func_1171_b | setBB | 0 | Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB |
155 | func_1172_b | calculateYOffset | 0 | if instance and the argument bounding boxes overlap in the X and Z dimensions, calculate the offset between them in the Y dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset. |
156 | func_1174_d | offset | 0 | Offsets the current bounding box by the specified coordinates. Args: x, y, z |
157 | func_1175_b | isVecInXZ | 0 | Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D |
158 | func_1176_c | isVecInXY | 0 | Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D |
159 | func_1177_b | expand | 0 | Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z |
160 | func_1178_a | intersectsWith | 0 | Returns whether the given bounding box intersects with this one. Args: axisAlignedBB |
161 | func_1179_a | isAssigned | 0 | Returns true if this point has already been assigned to a path |
162 | func_1180_a | distanceTo | 0 | Returns the linear distance to another path point |
163 | func_1184_a | getRecipeSize | 0 | Returns the size of the recipe area |
164 | func_1186_a | addBlockDestroyEffects | 0 | |
165 | func_1188_a | clearEffects | 0 | |
166 | func_1189_a | renderParticles | 0 | Renders all current particles. Args player, partialTickTime |
167 | func_1190_b | getStatistics | 0 | |
168 | func_1191_a | addBlockHitEffects | 0 | Adds block hit particles for the specified block. Args: x, y, z, sideHit |
169 | func_1192_a | addEffect | 0 | |
170 | func_1193_a | updateEffects | 0 | |
171 | func_1194_f | markDirty | 0 | Marks the current renderer data as dirty and needing to be updated. |
172 | func_1195_b | setDontDraw | 0 | When called this renderer won't draw anymore until its gets initialized again |
173 | func_1196_e | skipAllRenderPasses | 0 | Checks if all render passes are to be skipped. Returns false if the renderer is not initialized |
174 | func_1197_a | setPosition | 0 | Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position |
175 | func_1198_a | updateRenderer | 0 | Will update this chunk renderer |
176 | func_1199_a | updateInFrustum | 0 | |
177 | func_1200_a | getGLCallListForPass | 0 | Takes in the pass the call list is being requested for. Args: renderPass |
178 | func_1201_d | callOcclusionQueryList | 0 | Renders the occlusion query GL List |
179 | func_1202_a | distanceToEntitySquared | 0 | Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons. |
180 | func_1203_g | setupGLTranslation | 0 | |
181 | func_1204_c | stopRendering | 0 | |
182 | func_1206_a | incrementPathIndex | 0 | Directs this path to the next point in its array |
183 | func_1207_b | isFinished | 0 | Returns true if this path has reached the end |
184 | func_1208_b | closeMinecraft | 0 | Called when Minecraft is closing down. |
185 | func_1209_a | loadResource | 0 | Loads a resource and passes it to Minecraft to install. |
186 | func_1210_a | reloadResources | 0 | Reloads the resource folder and passes the resources to Minecraft to install. |
187 | func_1211_a | downloadAndInstallResource | 0 | Downloads the resource and saves it to disk then installs it. |
188 | func_1212_a | downloadResource | 0 | Downloads the resource and saves it to disk. |
189 | func_1213_a | checkARBOcclusion | 0 | Checks if we support OpenGL occlusion. |
190 | func_1214_n | renderBlockStairs | 0 | Renders a stair block at the given coordinates |
191 | func_1216_f | renderBlockMinecartTrack | 0 | Renders a minecart track block at the given coordinates |
192 | func_1217_b | renderTopFace | 0 | Renders the given texture to the top face of the block. Args: block, x, y, z, texture |
193 | func_1218_o | renderBlockDoor | 0 | Renders a door block at the given coordinates |
194 | func_1219_a | renderItemIn3d | 0 | Checks to see if the item's render type indicates that it should be rendered as a regular block or not. |
195 | func_1220_c | renderEastFace | 0 | Renders the given texture to the east (z-negative) face of the block. Args: block, x, y, z, texture |
196 | func_1221_g | renderBlockLadder | 0 | Renders a ladder block at the given coordinates |
197 | func_1222_j | renderBlockFluids | 0 | Renders a block based on the BlockFluids class at the given coordinates |
198 | func_1223_a | renderBlockUsingTexture | 0 | Renders a block using the given texture instead of the block's own default texture |
199 | func_12243_a | createExplosion | 0 | Creates an explosion. Args: entity, x, y, z, strength |
200 | func_12244_a | newExplosion | 0 | returns a new explosion. Does initiation (at time of writing Explosion is not finished) |
201 | func_12245_a | handleExplosion | 0 | |
202 | func_12246_a | getEntityByID | 0 | |
203 | func_12247_b | doExplosionB | 0 | Does the second part of the explosion (sound, particles, drop spawn) |
204 | func_12248_a | doExplosionA | 0 | Does the first part of the explosion (destroy blocks) |
205 | func_1224_a | getFluidHeight | 0 | Get fluid height |
206 | func_1225_d | renderWestFace | 0 | Renders the given texture to the west (z-positive) face of the block. Args: block, x, y, z, texture |
207 | func_1226_h | renderCrossedSquares | 0 | Renders any block requiring croseed squares such as reeds, flowers, and mushrooms |
208 | func_1227_a | renderBlockAsItem | 0 | Is called to render the image of a block on an inventory, as a held item, or as a an item on the ground |
209 | func_1228_k | renderStandardBlock | 0 | Renders a standard cube block at the given coordinates |
210 | func_1229_c | renderBlockLever | 0 | Renders a lever block at the given coordinates |
211 | func_1230_b | renderBlockCactusImpl | 0 | Render block cactus implementation |
212 | func_1231_e | renderNorthFace | 0 | Renders the given texture to the north (x-negative) face of the block. Args: block, x, y, z, texture |
213 | func_1232_i | renderBlockStem | 0 | Render block stem |
214 | func_1233_l | renderBlockCactus | 0 | Renders a cactus block at the given coordinates |
215 | func_1234_a | renderBlockByRenderType | 0 | Renders the block at the given coordinates using the block's rendering type |
216 | func_1235_d | renderBlockFire | 0 | Renders a fire block at the given coordinates |
217 | func_1236_f | renderSouthFace | 0 | Renders the given texture to the south (x-positive) face of the block. Args: block, x, y, z, texture |
218 | func_1237_a | renderTorchAtAngle | 0 | Renders a torch at the given coordinates, with the base slanting at the given delta |
219 | func_1239_a | drawCrossedSquares | 0 | Utility function to draw crossed swuares |
220 | func_1241_b | renderBlockTorch | 0 | Renders a torch block at the given coordinates |
221 | func_1242_e | renderBlockRedstoneWire | 0 | Renders a redstone wire block at the given coordinates |
222 | func_1243_a | renderBlockFallingSand | 0 | |
223 | func_1244_a | renderBottomFace | 0 | Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture |
224 | func_1245_b | renderBlockCropsImpl | 0 | Render block crops implementation |
225 | func_1246_b | crossProduct | 0 | Returns a new vector with the result of this vector x the specified vector. |
226 | func_1247_a | getIntermediateWithXValue | 0 | Returns a new vector with x value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible. |
227 | func_1248_b | createVector | 0 | Static method to create a new vector in the vector list and return it. |
228 | func_1249_b | rotateAroundY | 0 | Rotates the vector around the y axis by the specified angle. |
229 | func_1250_b | getIntermediateWithYValue | 0 | Returns a new vector with y value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible. |
230 | func_1251_c | distanceTo | 0 | Euclidean distance between this and the specified vector, returned as double. |
231 | func_1252_b | normalize | 0 | Normalizes the vector to a length of 1 (except if it is the zero vector) |
232 | func_1253_c | lengthVector | 0 | Returns the length of the vector. |
233 | func_1254_e | setComponents | 0 | Sets the x,y,z components of the vector as specified. |
234 | func_1255_d | squareDistanceTo | 0 | The square of the Euclidean distance between this and the vector of x,y,z components passed in. |
235 | func_1256_c | getIntermediateWithZValue | 0 | Returns a new vector with z value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible. |
236 | func_1257_c | addVector | 0 | Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector. |
237 | func_1258_a | rotateAroundX | 0 | Rotates the vector around the x axis by the specified angle. |
238 | func_1259_a | initialize | 0 | Initializes the next empty vector slot in the list to 0. |
239 | func_1260_a | createVectorHelper | 0 | Static method for creating a new Vec3D given the three x,y,z values. This is only called from the other static method which creates and places it in the list. |
240 | func_1261_d | squareDistanceTo | 0 | The square of the Euclidean distance between this and the specified vector. |
241 | func_1262_a | subtract | 0 | Returns a new vector with the result of the specified vector minus this. |
242 | func_1263_a | getWorkingDirectory | 0 | |
243 | func_1264_a | getWorkingDirectory | 0 | |
244 | func_1265_d | render | 0 | |
245 | func_1266_a | setBrightness | 0 | |
246 | func_1267_a | getZone | 0 | |
247 | func_1268_a | render | 0 | |
248 | func_1269_e | getPlatform | 0 | |
249 | func_1270_b | loadLevel | 0 | |
250 | func_1271_a | isRunning | 0 | |
251 | func_1272_b | start | 0 | |
252 | func_1273_c | stop | 0 | |
253 | func_140_a | loadDownloadableImageTexture | 0 | loads the specified downloadable texture or alternative built in texture |
254 | func_141_b | doRenderShadowAndFire | 0 | Renders the entity's shadow and fire (if its on fire). Args: entity, x, y, z, yaw, partialTickTime |
255 | func_142_a | renderAABB | 0 | Adds to the tesselator a box using the aabb for the bounds. Args: aabb |
256 | func_144_c | renderShadow | 0 | Renders the entity shadows at the position, shadow alpha and partialTickTime. Args: entity, x, y, z, shadowAlpha, partialTickTime |
257 | func_145_a | renderShadowOnBlock | 0 | Renders a shadow projected down onto the specified block. Brightness of the block plus how far away on the Y axis determines the alpha of the shadow. Args: block, centerX, centerY, centerZ, blockX, blockY, blockZ, baseAlpha, shadowSize, xOffset, yOffset, zOffset |
258 | func_146_a | renderOffsetAABB | 0 | Renders a white box with the bounds of the AABB translated by the offset. Args: aabb, x, y, z |
259 | func_147_a | doRender | 0 | Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic (Render<T extends Entity) and this method has signature public void func_147_a(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that. |
260 | func_148_a | renderEntityOnFire | 0 | Renders fire on top of the entity. Args: entity, x, y, z, partialTickTime |
261 | func_149_b | getWorldFromRenderManager | 0 | Returns the render manager's world object |
262 | func_151_a | loadTexture | 0 | loads the specified texture |
263 | func_154_a | renderArrow | 0 | |
264 | func_156_a | doRenderFallingSand | 0 | The actual render method that is used in doRender |
265 | func_157_a | renderBoat | 0 | The render method used in RenderBoat that renders the boat model. |
266 | func_161_a | renderItemIntoGUI | 0 | Renders the item's icon or block into the UI at the specified position. |
267 | func_162_a | renderQuad | 0 | Adds a quad to the tesselator at the specified position with the set width and height and color. Args: tessellator, x, y, width, height, color |
268 | func_163_a | renderTexturedQuad | 0 | Adds a textured quad to the tesselator at the specified position with the specified texture coords, width and height. Args: x, y, u, v, width, height |
269 | func_164_b | renderItemOverlayIntoGUI | 0 | Renders the item's overlay information. Examples being stack count or damage on top of the item's image at the specified position. |
270 | func_165_a | doRenderItem | 0 | Renders the item |
271 | func_166_a | shouldRenderPass | 0 | Queries whether should render the specified pass or not. |
272 | func_167_c | renderSwingProgress | 0 | |
273 | func_170_d | handleRotationFloat | 0 | Defines what float the third param in setRotationAngles of ModelBase is |
274 | func_171_a | doRenderLiving | 0 | |
275 | func_172_a | getDeathMaxRotation | 0 | |
276 | func_173_a | getColorMultiplier | 0 | Returns an ARGB int color back. Args: entityLiving, lightBrightness, partialTickTime |
277 | func_175_a | preRenderScale | 0 | Applies the scale to the transform matrix |
278 | func_176_a | setWoolColorAndRender | 0 | |
279 | func_177_a | renderCow | 0 | |
280 | func_178_a | scaleSlime | 0 | sets the scale for the slime based on getSlimeSize in EntitySlime |
281 | func_180_a | renderSaddledPig | 0 | |
282 | func_181_a | renderChicken | 0 | |
283 | func_182_a | getWingRotation | 0 | |
284 | func_183_a | updateCreeperColorMultiplier | 0 | Updates color multiplier based on creeper state called by getColorMultiplier |
285 | func_184_a | updateCreeperScale | 0 | Updates creeper scale in prerender callback |
286 | func_185_b | drawFirstPersonHand | 0 | |
287 | func_186_b | renderPlayerScale | 0 | |
288 | func_187_a | setArmorModel | 0 | Set the specified armor model as the player model. Args: player, armorSlot, partialTick |
289 | func_188_a | renderPlayer | 0 | |
290 | func_190_a | setSpiderEyeBrightness | 0 | Sets the spider's glowing eyes |
291 | func_191_a | setSpiderDeathMaxRotation | 0 | |
292 | func_192_a | onItemUse | 0 | Callback for item usage. If the item does something special on right clicking, he will have one of those. Return True if something happen and false if it don't. This is for ITEMS, not BLOCKS ! |
293 | func_193_a | onItemRightClick | 0 | Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer |
294 | func_196_a | getIconIndex | 0 | Returns the icon index of the stack given as argument. |
295 | func_197_c | getMaxDamage | 0 | Returns the maximum damage an item can take. |
296 | func_20001_q | getSendQueue | 0 | get the client packet send queue |
297 | func_20004_a | decrStackSize | 0 | Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack. |
298 | func_20005_c | getHasStack | 0 | Returns if this slot contains a stack. |
299 | func_20009_a | getItemName | 0 | |
300 | func_20010_a | setIconCoord | 0 | |
301 | func_20011_a | setItemName | 0 | set name of item from language file |
302 | func_20012_a | setBlockName | 0 | set name of block from language file |
303 | func_20013_i | getBlockName | 0 | |
304 | func_20045_c | outfitWithItem | 0 | Parameters: item slot, item ID, item damage. If slot >= 0 a new item will be generated with the specified item ID damage. |
305 | func_20046_s | updateCloak | 0 | |
306 | func_20058_b | onItemStackChanged | 0 | |
307 | func_20059_m | closeScreen | 0 | sets current screen to null (used on escape buttons of GUIs) |
308 | func_20070_a_ | isUseableByPlayer | 0 | Do not make give this method the name canInteractWith because it clashes with Container |
309 | func_20075_i | getItemStack | 0 | |
310 | func_20076_b | setItemStack | 0 | |
311 | func_20078_a | returnEnumOptions | 0 | |
312 | func_20081_a | isMouseOverSlot | 0 | Returns if the passed mouse position is over the specified slot. |
313 | func_20084_d | isAirBlock | 0 | Returns true if the block at the specified coordinates is empty |
314 | func_20087_a | handleOpenWindow | 0 | |
315 | func_20088_a | handleSetSlot | 0 | |
316 | func_20089_a | handleTransaction | 0 | |
317 | func_20090_a | handleUpdateProgressbar | 0 | |
318 | func_20091_a | handleWindowClick | 0 | |
319 | func_20092_a | handleCloseWindow | 0 | |
320 | func_20093_a | handleUpdateSign | 0 | Updates Client side signs |
321 | func_20094_a | handleWindowItems | 0 | |
322 | func_20095_a | renderEars | 0 | renders the ears (specifically, deadmau5's) |
323 | func_20096_b | renderCloak | 0 | Renders the cloak of the current biped (in most cases, it's a player) |
324 | func_200_b | getItemStackLimit | 0 | Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?* |
325 | func_20102_a | getKeyBindingDescription | 0 | |
326 | func_20103_b | getOptionOrdinalValue | 0 | |
327 | func_20104_a | getOptionFloatValue | 0 | |
328 | func_20107_a | areItemStacksEqual | 0 | compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal |
329 | func_20108_a | isItemStackEqual | 0 | compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal |
330 | func_20111_a | getNextTransactionID | 0 | Gets a unique transaction ID. Parameter is unused. |
331 | func_20112_a | updateProgressBar | 0 | |
332 | func_20114_a | updateCraftingResults | 0 | Updates crafting matrix; called from onCraftMatrixChanged. Args: none |
333 | func_20115_a | putStacksInSlots | 0 | places itemstacks in first x slots, x being aitemstack.lenght |
334 | func_20117_a | addSlot | 0 | adds the slot to the inventory it is in |
335 | func_20118_a | getSlot | 0 | |
336 | func_20119_a | putStackInSlot | 0 | args: slotID, itemStack to put in slot |
337 | func_20120_b | canInteractWith | 0 | |
338 | func_20134_a | onInventoryChanged | 0 | Called by InventoryBasic.onInventoryChanged() on a array that is never filled. |
339 | func_20135_c | returnEnumOrdinal | 0 | |
340 | func_20136_a | getEnumFloat | 0 | |
341 | func_20137_a | getEnumOptions | 0 | |
342 | func_20138_d | getEnumString | 0 | |
343 | func_20140_b | getEnumBoolean | 0 | |
344 | func_20156_a | getAllowedCharacters | 0 | Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen. |
345 | func_20158_a | updateCraftingInventoryInfo | 0 | send information about the crafting inventory to the client(currently only for furnace times) |
346 | func_20159_a | updateCraftingInventorySlot | 0 | inform the player of a change in a single slot |
347 | func_20160_a | translateKeyFormat | 0 | Translate a key to current language applying String.format() |
348 | func_20161_b | translateNamedKey | 0 | Translate a key with a extra '.name' at end added, is used by blocks and items. |
349 | func_20162_a | getInstance | 0 | Return the StringTranslate singleton instance |
350 | func_20163_a | translateKey | 0 | Translate a key to current language. |
351 | func_204_a | getStrVsBlock | 0 | Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword |
352 | func_207_d | colorMultiplier | 0 | Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render. |
353 | func_208_a | updateTick | 0 | Ticks the block if it's been scheduled |
354 | func_209_d | canProvidePower | 0 | Can this block provide power. Only wire currently seems to have this change based on its state. |
355 | func_21002_o | getWorldProviderName | 0 | Gets the name of the world's current chunk provider |
356 | func_21004_a | rotateCorpse | 0 | |
357 | func_21006_b | handleRotationFloat | 0 | |
358 | func_21009_c | setMaxStackSize | 0 | |
359 | func_21010_e | getHasSubtypes | 0 | |
360 | func_21011_b | getItemNameIS | 0 | |
361 | func_21012_a | getMetadata | 0 | Returns the metadata of the block which this Item (ItemBlock) can place |
362 | func_21013_d | setMaxDamage | 0 | set max damage of an Item |
363 | func_21014_i | hasContainerItem | 0 | True if this Item has a container item (a.k.a. crafting result) |
364 | func_21015_a | setHasSubtypes | 0 | |
365 | func_21016_h | getContainerItem | 0 | |
366 | func_21017_a | setContainerItem | 0 | |
367 | func_21024_a | receiveClientEvent | 0 | Called when the block receives a client event - see World.sendClientEvent. By default, passes it on to the tile entity at this location. Args: world, x, y, z, event number, parameter |
368 | func_21025_b | damageDropped | 0 | Determines the damage on the item the block drops. Used in cloth and wood. |
369 | func_21027_c_ | fertilize | 0 | Apply bonemeal to the crops. |
370 | func_21028_c | growTree | 0 | Attempts to grow a sapling into a tree |
371 | func_21029_c | eatCakeSlice | 0 | Heals the player and removes a slice from the cake. |
372 | func_21030_a | calculateCurrentChanges | 0 | |
373 | func_21032_h | setDispenserDefaultDirection | 0 | sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque. |
374 | func_21033_c | dispenseItem | 0 | dispenses an item from a randomly selected item stack from the blocks inventory into the game world. |
375 | func_21034_c | getBlockFromDye | 0 | Takes a dye damage value and returns the block damage value to match |
376 | func_21035_d | getDyeFromBlock | 0 | Takes a block damage value and returns the dye damage value to match |
377 | func_21047_b | getMetadata | 0 | |
378 | func_21053_b | getMetadata | 0 | |
379 | func_21057_b | entityInit | 0 | |
380 | func_21058_a | entityDropItem | 0 | Drops an item at the position of the entity. |
381 | func_21059_b | setFlag | 0 | Enable or disable a entity flag, see getEntityFlag to read the know flags. |
382 | func_21060_d | getFlag | 0 | Returns true if the flag is active for the entity. Known flags: 0) is burning; 1) is sneaking; 2) is riding something; 3) is sprinting; 4) is eating |
383 | func_21061_O | getDataWatcher | 0 | |
384 | func_21062_U | isBurning | 0 | Returns true if the entity is on fire. Used by render to add the fire effect on rendering. |
385 | func_21063_V | isRiding | 0 | Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players. |
386 | func_21066_o | dropFewItems | 0 | Drop 0-2 items of this living's type |
387 | func_21067_c_ | canBreatheUnderwater | 0 | |
388 | func_21068_q | getSaddled | 0 | Returns true if the pig is saddled. |
389 | func_21069_a | setSaddled | 0 | Set or remove the saddle of the pig. |
390 | func_21070_a | getRandomFleeceColor | 0 | This method is called when a sheep spawns in the world to select the color of sheep fleece. |
391 | func_21071_b_ | setFleeceColor | 0 | |
392 | func_21072_p | getSheared | 0 | returns true if a sheeps wool has been sheared |
393 | func_21073_a | setSheared | 0 | make a sheep sheared if set to true |
394 | func_21074_p_ | getFleeceColor | 0 | |
395 | func_21090_e | setCreeperState | 0 | Sets the state of creeper, -1 to idle and 1 to be 'in fuse' |
396 | func_21091_q | getCreeperState | 0 | Returns the current state of creeper, -1 is idle, 1 is 'in fuse' |
397 | func_21092_a | displayGUIDispenser | 0 | Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser |
398 | func_21094_a | triggerNote | 0 | plays the stored note |
399 | func_21095_a | changePitch | 0 | change pitch by -> (currentPitch + 1) % 25 |
400 | func_21098_a | setMobID | 0 | |
401 | func_21099_a | getMobID | 0 | |
402 | func_210_f | getRenderType | 0 | The type of render function that is called for this block |
403 | func_21100_b | getRandomStackFromInventory | 0 | gets stack of one item extracted from a stack chosen at random from the block inventory |
404 | func_21103_b | getStackInRowAndColumn | 0 | Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column |
405 | func_21105_c | storeItemStack | 0 | stores an itemstack in the users inventory |
406 | func_21106_d | storePartialItemStack | 0 | This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items. |
407 | func_21107_a | getRandomWorldGenForTrees | 0 | Gets a WorldGen appropriate for this biome. |
408 | func_21109_c | makeString | 0 | Converts the instance data to a readable string. |
409 | func_21110_c | setCurrentChunkOver | 0 | This is the chunk that the player is currently standing over. Args: chunkX, chunkZ |
410 | func_21111_d | canChunkExist | 0 | Checks if the chunk coordinate could actually be stored within the chunk cache. Args: chunkX, chunkZ |
411 | func_21114_a | setAllowedSpawnTypes | 0 | Set which types of mobs are allowed to spawn (peaceful vs hostile). |
412 | func_21115_j | markBlockAsNeedsUpdate | 0 | calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world |
413 | func_21116_c | sendClientEvent | 0 | Calls receiveClientEvent of the tile entity at the given location on the server and all nearby clients with the given event number and parameter. Args: X, Y, Z, event number, parameter |
414 | func_21117_a | doChunksNearChunkExist | 0 | Checks if any of the chunks within distance (argument 4) blocks of the given block exist |
415 | func_21118_q | getChunkProvider | 0 | gets the IChunkProvider this world uses. |
416 | func_21119_g | getProviderName | 0 | Returns the name of the current chunk provider, by calling chunkprovider.makeString() |
417 | func_21124_a | addObject | 0 | adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add |
418 | func_21125_a | writeObjectsInListToStream | 0 | writes every object in passed list to dataoutputstream, terminated by 0x7F |
419 | func_21126_a | updateWatchedObjectsFromList | 0 | |
420 | func_21127_a | writeWatchableObjects | 0 | |
421 | func_21128_a | writeWatchableObject | 0 | |
422 | func_21129_b | updateObject | 0 | updates an already existing object |
423 | func_21130_a | getWatchableObjectByte | 0 | gets the bytevalue of a watchable object |
424 | func_21131_a | readWatchableObjects | 0 | |
425 | func_21135_a | matches | 0 | Used to check if a recipe matches current crafting inventory |
426 | func_21136_b | getCraftingResult | 0 | Returns an Item that is the result of this recipe |
427 | func_21137_a | checkMatch | 0 | Checks if the region of a crafting inventory is match for the recipe. |
428 | func_21145_a | handlePlayNoteBlock | 0 | |
429 | func_21146_a | handleEntityPainting | 0 | Packet handler |
430 | func_21147_a | handleEntityAction | 0 | runs registerPacket on the given Packet19EntityAction |
431 | func_21148_a | handleEntityMetadata | 0 | Packet handler |
432 | func_21157_a | addRecipes | 0 | Adds the dye recipes to the CraftingManager. |
433 | func_21158_b | getObject | 0 | |
434 | func_21159_c | getObjectType | 0 | |
435 | func_21160_a | setObject | 0 | |
436 | func_21161_a | getDataValueId | 0 | |
437 | func_21162_a | setWatching | 0 | |
438 | func_21167_h | isEmpty | 0 | |
439 | func_21168_d | getPeacefulCreature | 0 | Gets whether or not this creature type is peaceful. |
440 | func_21169_b | getMaxNumberOfCreature | 0 | |
441 | func_21170_a | getCreatureClass | 0 | |
442 | func_21171_c | getCreatureMaterial | 0 | |
443 | func_21174_b | getFoliageColorBirch | 0 | Gets the foliage color for birch type (metadata 2) trees |
444 | func_21175_a | getFoliageColorPine | 0 | Gets the foliage color for pine type (metadata 1) trees |
445 | func_21179_h | getItemDamageForDisplay | 0 | gets the damage of an itemstack, for displaying purposes |
446 | func_21180_d | isStackable | 0 | Returns true if the ItemStack can hold 2 or more units of the item. |
447 | func_21181_i | getItemDamage | 0 | gets the damage of an itemstack |
448 | func_21182_e | isItemStackDamageable | 0 | true if this itemStack is damageable |
449 | func_21183_f | getHasSubtypes | 0 | |
450 | func_21184_a | isItemEqual | 0 | compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal |
451 | func_21185_g | isItemDamaged | 0 | returns true when a damageable item is damaged |
452 | func_21187_b | addShapelessRecipe | 0 | |
453 | func_21188_a | findMatchingRecipe | 0 | |
454 | func_21198_a | getSmeltingResult | 0 | Returns the smelting result of an item. |
455 | func_21199_a | addSmelting | 0 | Adds a smelting recipe. |
456 | func_211_a | getBlockTexture | 0 | Retrieves the block texture to use based on the display side. Args: iBlockAccess, x, y, z, side |
457 | func_21200_a | smelting | 0 | Used to call methods addSmelting and getSmeltingResult. |
458 | func_21203_a | canCreatureTypeSpawnAtLocation | 0 | Returns whether or not the specified creature type can spawn at the specified location. |
459 | func_21204_a | creatureSpecificInit | 0 | determines if a skeleton spawns on a spider, and if a sheep is a different color |
460 | func_21205_c | getDamageVsEntity | 0 | Damage versus entities. |
461 | func_21206_b | getEfficiencyOnProperMaterial | 0 | The strength of this tool material against blocks which it is effective against. |
462 | func_21207_a | getMaxUses | 0 | The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32) |
463 | func_21208_d | getHarvestLevel | 0 | The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD) |
464 | func_213_a | setBlockBounds | 0 | Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ |
465 | func_214_b | onBlockRemoval | 0 | Called whenever the block is removed. |
466 | func_215_a | setLightValue | 0 | Sets the amount of light emitted by a block from 0.0f to 1.0f (converts internally to 0-15). Returns the object for convenience in constructing. |
467 | func_216_a | dropBlockAsItemWithChance | 0 | Drops the block items with a specified chance of dropping the specified items |
468 | func_217_b | isOpaqueCube | 0 | Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block. |
469 | func_218_a | getBlockTextureFromSide | 0 | Returns the block texture based on the side being looked at. Args: side |
470 | func_219_b | setResistance | 0 | Sets the the blocks resistance to explosions. Returns the object for convenience in constructing. |
471 | func_22001_u | isFancyGraphicsEnabled | 0 | |
472 | func_22002_b | convertMapFormat | 0 | Converts from old map format to new map format |
473 | func_22003_b | lineIsCommand | 0 | Returns true if string begins with '/' |
474 | func_22004_c | getSaveLoader | 0 | Returns the save loader that is currently being used |
475 | func_22005_v | isAmbientOcclusionEnabled | 0 | Returns if ambient occlusion is enabled |
476 | func_22006_t | isGuiEnabled | 0 | |
477 | func_22007_w | isDebugInfoEnabled | 0 | |
478 | func_22011_a | chunkXZ2Int | 0 | converts a chunk coordinate pair to an integer (suitable for hashing) |
479 | func_22012_b | renderLivingAt | 0 | Sets a simple glTranslate on a LivingEntity. |
480 | func_22013_a | renderLivingLabel | 0 | Draws the debug or playername text above a living |
481 | func_22014_a | passSpecialRender | 0 | Passes the specialRender and renders it |
482 | func_22015_a | renderName | 0 | Used to render a player's name above their head |
483 | func_22016_b | renderPlayerSleep | 0 | Renders player with sleeping offset if sleeping |
484 | func_22017_a | rotatePlayer | 0 | Rotates the player if the player is sleeping. This method is called in rotateCorpse. |
485 | func_22022_g | ignoreTick | 0 | |
486 | func_22027_j | setBounds | 0 | Set the bounds of the bed block. |
487 | func_22028_g | getNearestEmptyChunkCoordinates | 0 | Gets the nearest empty chunk coordinates for the player to wake up from a bed into. |
488 | func_22029_f | isBedOccupied | 0 | Return whether or not the bed is occupied. |
489 | func_22031_a | setBedOccupied | 0 | Sets whether or not the bed is occupied. |
490 | func_22032_d | isBlockFootOfBed | 0 | Returns whether or not this bed block is the foot of the bed. |
491 | func_22036_h | getOrientation | 0 | Get side which this button is facing. |
492 | func_22049_v | isMovementBlocked | 0 | Dead and sleeping entities cannot move |
493 | func_22050_O | playLivingSound | 0 | Plays living's sound at its position |
494 | func_22051_K | isPlayerSleeping | 0 | Returns whether player is sleeping or not |
495 | func_22053_b | sleepInBedAt | 0 | Attempts to have the player sleep in a bed at the specified location. |
496 | func_22054_L | isPlayerFullyAsleep | 0 | Returns whether or not the player is asleep and the screen has fully faded. |
497 | func_22055_b | addChatMessage | 0 | Add a chat message to the player |
498 | func_22056_a | wakeUpPlayer | 0 | Wake up the player if they're sleeping. |
499 | func_22057_q | isInBed | 0 | Checks if the player is currently in a bed |
500 | func_22058_C | resetHeight | 0 | sets the players height back to normal after doing things like sleeping and dieing |
501 | func_22059_J | getBedOrientationInDegrees | 0 | Returns the orientation of the bed in degrees. |
502 | func_22060_M | getSleepTimer | 0 | |
503 | func_22064_c | addChatMessageTranslate | 0 | Adds the string to chat message after translate it with the language file. |
504 | func_22066_a | setMaxStringLength | 0 | |
505 | func_22067_c | drawTextBox | 0 | Draws the textbox |
506 | func_22068_a | setText | 0 | Sets the text of the textbox. |
507 | func_22069_a | mouseClicked | 0 | Args: x, y, buttonClicked |
508 | func_22070_b | updateCursorCounter | 0 | Increments the cursor counter |
509 | func_22071_a | getText | 0 | Returns the text beign edited on the textbox. |
510 | func_22083_c | getSelectButton | 0 | returns the select button |
511 | func_22084_k | loadSaves | 0 | loads the saves |
512 | func_22085_d | getRenameButton | 0 | returns the rename button |
513 | func_22086_b | getSelectedWorld | 0 | returns the world currently selected |
514 | func_22087_f | getLocalizedWorldName | 0 | Gets the localized world name |
515 | func_22088_h | getLocalizedMustConvert | 0 | Gets the localized must convert text |
516 | func_22089_a | onElementSelected | 0 | called whenever an element in this gui is selected |
517 | func_22090_a | getSize | 0 | |
518 | func_22091_c | getSaveFileName | 0 | returns the file name of the specified save number |
519 | func_22092_e | getDeleteButton | 0 | returns the delete button |
520 | func_22093_g | getDateFormatter | 0 | returns the date formatter for this gui |
521 | func_22094_d | getSaveName | 0 | returns the name of the saved game |
522 | func_220_a_ | harvestBlock | 0 | Called when the player destroys a block with an item that can harvest it. (i, j, k) are the coordinates of the block and l is the block's subtype/damage. |
523 | func_22115_j | wakeEntity | 0 | Wakes the entity from the bed |
524 | func_22129_j | makeUseableName | 0 | Makes a the name for a world save folder based on your world name, replacing specific characters for _s and appending -s to the end until a free name is available. |
525 | func_22136_c | scheduleBlockUpdate | 0 | Schedules a tick to a block with a delay (Most commonly the tick rate) |
526 | func_22137_s | getSpawnPoint | 0 | Returns the coordinates of the spawn point |
527 | func_22138_q | getSeed | 0 | Retrieve the world seed from level.dat |
528 | func_22139_r | getWorldTime | 0 | |
529 | func_22140_w | updateAllPlayersSleepingFlag | 0 | Updates the flag that indicates whether or not all players in the world are sleeping. |
530 | func_22141_x | wakeUpAllPlayers | 0 | Wakes up all players in the world. |
531 | func_22142_y | isAllPlayersFullyAsleep | 0 | Returns whether or not all players in the world are fully asleep. |
532 | func_22143_a | setSpawnPoint | 0 | |
533 | func_22144_v | getWorldInfo | 0 | Gets the World's WorldInfo instance |
534 | func_22148_a | saveWorldInfoAndPlayer | 0 | saves level.dat and backs up the existing one to level.dat_old |
535 | func_22149_a | getChunkLoader | 0 | Returns the chunk loader with the provided world provider |
536 | func_22150_b | checkSessionLock | 0 | Checks the session lock to prevent save collisions |
537 | func_22151_c | loadWorldInfo | 0 | Loads and returns the world info |
538 | func_22152_a | saveWorldInfo | 0 | Saves the passed in world info. |
539 | func_22153_a | getSaveDirectory | 0 | gets the File object corresponding to the base directory of this save (saves/404 for a save called 404 etc) |
540 | func_22154_d | setSessionLock | 0 | Creates a session lock file for this process |
541 | func_22160_a | compareTo | 0 | |
542 | func_22161_d | requiresConversion | 0 | |
543 | func_22162_b | getDisplayName | 0 | return the display name of the save |
544 | func_22163_e | getLastTimePlayed | 0 | |
545 | func_22164_a | getFileName | 0 | return the file name |
546 | func_22170_a | renameWorld | 0 | @args: Takes two arguments - first the name of the directory containing the world and second the new name for that world. @desc: Renames the world by storing the new name in level.dat. It does *not* rename the directory containing the world data. |
547 | func_22171_a | convertMapFormat | 0 | Converts the specified map to the new map format. Args: worldName, loadingScreen |
548 | func_22172_c | deleteWorldDirectory | 0 | @args: Takes one argument - the name of the directory of the world to delete. @desc: Delete the world by deleting the associated directory recursively. |
549 | func_22173_b | getWorldInfo | 0 | gets the world info |
550 | func_22174_a | getSaveLoader | 0 | Returns back a loader for the specified save directory |
551 | func_22175_a | isOldMapFormat | 0 | Checks if the save directory uses the old map format |
552 | func_22176_b | getSaveList | 0 | |
553 | func_22177_c | flushCache | 0 | |
554 | func_22178_a | getFormatName | 0 | |
555 | func_22179_a | deleteFiles | 0 | @args: Takes one argument - the list of files and directories to delete. @desc: Deletes the files and directory listed in the list recursively. |
556 | func_22186_a | handleSleep | 0 | |
557 | func_22187_a | cacheActiveRenderInfo | 0 | Caches the current frame's active render info, including the current World, RenderEngine, GameSettings and FontRenderer settings, as well as interpolated player position, pitch and yaw. |
558 | func_22190_d | getChunkOutputStream | 0 | Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ |
559 | func_22192_a | clearRegionFileReferences | 0 | Saves the current Chunk Map Cache |
560 | func_22193_a | createOrLoadRegionFile | 0 | |
561 | func_22194_c | getChunkInputStream | 0 | Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ |
562 | func_22196_b | close | 0 | close this RegionFile and prevent further writes |
563 | func_22197_a | debug | 0 | |
564 | func_22198_a | setOffset | 0 | args: x, z, offset - sets the chunk's offset in the region file |
565 | func_22199_a | debug | 0 | |
566 | func_221_d | getCollisionBoundingBoxFromPool | 0 | Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused) |
567 | func_22200_a | write | 0 | args: sectorNumber, data, length - write the chunk data to this RegionFile |
568 | func_22201_b | debugln | 0 | |
569 | func_22202_c | isChunkSaved | 0 | args: x, z, - true if chunk has been saved / converted |
570 | func_22203_a | write | 0 | args: x, z, data, length - write chunk data at (x, z) to disk |
571 | func_22204_b | debugln | 0 | |
572 | func_22205_b | getChunkDataOutputStream | 0 | args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed |
573 | func_22206_d | outOfBounds | 0 | args: x, z - check region bounds |
574 | func_22207_e | getOffset | 0 | args: x, y - get chunk's offset in region file |
575 | func_22208_b | setChunkTimestamp | 0 | args: x, z, timestamp - sets the chunk's write timestamp |
576 | func_22210_a | getChunkDataInputStream | 0 | args: x, y - get uncompressed chunk stream from the region file |
577 | func_22211_a | debug | 0 | |
578 | func_22239_a | overlayBackground | 0 | Overlays the background to hide scrolled items |
579 | func_22240_a | registerScrollButtons | 0 | Registers the IDs that can be used for the scrollbar's buttons. |
580 | func_22241_a | actionPerformed | 0 | |
581 | func_22242_a | drawSlot | 0 | |
582 | func_22243_a | drawScreen | 0 | draws the slot to the screen, pass in mouse's current x and y and partial ticks |
583 | func_22244_d | bindAmountScrolled | 0 | stop the thing from scrolling out of bounds |
584 | func_22245_b | getContentHeight | 0 | return the height of the content being scrolled |
585 | func_22246_a | isSelected | 0 | returns true if the element passed in is currently selected |
586 | func_22247_a | elementClicked | 0 | the element in the slot that was clicked, boolean for wether it was double clicked or not |
587 | func_22248_c | drawBackground | 0 | |
588 | func_22249_a | getSize | 0 | Gets the size of the current slot list. |
589 | func_22267_a | cacheActiveRenderInfo | 0 | Caches several render-related references, including the active World, RenderEngine, FontRenderer, and the camera-bound EntityLiving's interpolated pitch, yaw and position. Args: world, renderengine, fontrenderer, entityliving, partialTickTime |
590 | func_22282_a | stringNullOrLengthZero | 0 | Tests if a string is null or of length zero |
591 | func_22287_a | setWorldName | 0 | |
592 | func_22288_b | getSeed | 0 | Returns the seed of current world. |
593 | func_22289_d | setSaveVersion | 0 | Sets the save version of the world |
594 | func_22290_i | getDimension | 0 | |
595 | func_22291_a | updateTagCompound | 0 | |
596 | func_22292_a | setSpawnPosition | 0 | Sets the spawn zone position. Args: x, y, z |
597 | func_22293_c | getSpawnX | 0 | Returns the x spawn position |
598 | func_22294_a | setSpawnX | 0 | Set the x spawn position to the passed in value |
599 | func_22295_d | getSpawnY | 0 | Return the Y axis spawning point of the player. |
600 | func_22296_k | getSaveVersion | 0 | Returns the save version of this world |
601 | func_22298_c | setSpawnZ | 0 | Set the z spawn position to the passed in value |
602 | func_22299_a | getNBTTagCompound | 0 | Gets the NBTTagCompound for the worldInfo |
603 | func_222_c | setHardness | 0 | Sets how many hits it takes to break a block. |
604 | func_22300_e | getSpawnZ | 0 | Returns the z spawn position |
605 | func_22301_l | getLastTimePlayed | 0 | Return the last time the player was in this world. |
606 | func_22302_j | getWorldName | 0 | Get current world name |
607 | func_22303_h | getPlayerNBTTagCompound | 0 | Returns the player's NBTTagCompound to be loaded |
608 | func_22304_f | getWorldTime | 0 | Get current world time |
609 | func_22305_a | getNBTTagCompoundWithPlayers | 0 | Generates the NBTTagCompound for the world info plus the provided entity list. Arg: entityList |
610 | func_22306_g | getSizeOnDisk | 0 | |
611 | func_22307_a | setWorldTime | 0 | Set current world time |
612 | func_22308_b | setSpawnY | 0 | Sets the y spawn position |
613 | func_22309_a | setPlayerNBTTagCompound | 0 | Sets the player's NBTTagCompound to be loaded. |
614 | func_22329_a | makeHash | 0 | |
615 | func_22330_a | renderStandardBlockWithAmbientOcclusion | 0 | |
616 | func_22331_p | renderBlockBed | 0 | render a bed at the given coordinates |
617 | func_22332_q | renderBlockRepeater | 0 | render a redstone repeater at the given coordinates |
618 | func_22393_a | compareChunkCoordinate | 0 | Compare the coordinate with another coordinate |
619 | func_223_g | canBlockStay | 0 | Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants. |
620 | func_224_a | canCollideCheck | 0 | Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag |
621 | func_225_a | blockStrength | 0 | Defines whether or not a play can break the block with current tool. |
622 | func_226_a | onNeighborBlockChange | 0 | Lets the block know when one of its neighbor changes. Doesn't know which neighbor changed (coordinates passed are their own) Args: x, y, z, neighbor blockID |
623 | func_227_a | getExplosionResistance | 0 | Returns how much this block can resist explosions from the passed in entity. |
624 | func_228_c | isIndirectlyPoweringTo | 0 | Is this block indirectly powering the block on the specified side |
625 | func_229_a | quantityDropped | 0 | Returns the quantity of items to drop on block destruction. |
626 | func_230_a | getCollidingBoundingBoxes | 0 | Adds to the supplied array any colliding bounding boxes with the passed in bounding box. Args: world, x, y, z, axisAlignedBB, arrayList |
627 | func_231_b | isPoweringTo | 0 | Is this block powering the block on the specified side |
628 | func_232_a | getBlockTextureFromSideAndMetadata | 0 | From the specified side and block metadata retrieves the blocks texture. Args: side, metadata |
629 | func_233_b | onBlockClicked | 0 | Called when the block is clicked by a player. Args: x, y, z, entityPlayer |
630 | func_234_g | getRenderBlockPass | 0 | Returns which pass should this block be rendered on. 0 for solids and 1 for alpha |
631 | func_235_e | onBlockAdded | 0 | Called whenever the block is added into the world. Args: world, x, y, z |
632 | func_236_b | onEntityCollidedWithBlock | 0 | Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity |
633 | func_237_e | setBlockBoundsForItemRender | 0 | Sets the block's bounds for rendering it as an item |
634 | func_238_a | setBlockBoundsBasedOnState | 0 | Updates the blocks bounds based on its current state. Args: world, x, y, z |
635 | func_240_a | idDropped | 0 | Returns the ID of the items to drop on destruction. |
636 | func_241_c | getBlockBrightness | 0 | How bright to render this block based on the light its receiving. Args: iBlockAccess, x, y, z |
637 | func_242_c | renderAsNormalBlock | 0 | If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc) |
638 | func_243_a | canPlaceBlockAt | 0 | Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z |
639 | func_244_a | isVecInsideYZBounds | 0 | Checks if a vector is within the Y and Z bounds of the block. |
640 | func_245_h | isCollidable | 0 | Returns if this block is collidable (only used by Fire). Args: x, y, z |
641 | func_246_f | getSelectedBoundingBoxFromPool | 0 | Returns the bounding box of the wired rectangular prism to render. |
642 | func_247_b | randomDisplayTick | 0 | A randomly called display update to be able to add particles or other items for display |
643 | func_249_b | isVecInsideXZBounds | 0 | Checks if a vector is within the X and Z bounds of the block. |
644 | func_25004_a | getTailRotation | 0 | |
645 | func_25005_a | renderWolf | 0 | |
646 | func_25007_g | isDamageable | 0 | |
647 | func_25008_a | onBlockDestroyed | 0 | |
648 | func_25009_k | getStatName | 0 | |
649 | func_25011_l | getHealAmount | 0 | |
650 | func_25012_m | isWolfsFavoriteMeat | 0 | Whether wolves like this food (true for raw and cooked porkchop). |
651 | func_25016_i | translateBlockName | 0 | gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page. |
652 | func_25021_m | canTriggerWalking | 0 | returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops |
653 | func_25023_u | canDespawn | 0 | Determines if an entity can be despawned, used on idle far away entities |
654 | func_25026_x | getVerticalFaceSpeed | 0 | The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves. |
655 | func_25027_v | getSlimeSize | 0 | Returns the size of the slime. |
656 | func_25028_d_ | isMovementCeased | 0 | Disables a mob's ability to move on its own while true. |
657 | func_25029_a | setPathToEntity | 0 | sets the Entities walk path in EntityCreature |
658 | func_25030_F | getEntityToAttack | 0 | Returns current entities target |
659 | func_25031_E | hasPath | 0 | Returns true if entity has a path to follow |
660 | func_25032_c | setTarget | 0 | Sets the entity which is to be attacked. |
661 | func_25033_c | getInterestedAngle | 0 | |
662 | func_25037_z | getTailRotation | 0 | |
663 | func_25039_v | getWolfShaking | 0 | |
664 | func_25040_C | isAngry | 0 | Determines whether this wolf is angry or not. |
665 | func_25041_c | setAngry | 0 | Sets whether this wolf is angry or not. |
666 | func_25042_a | getShakeAngle | 0 | |
667 | func_25043_b_ | getShadingWhileShaking | 0 | Used when calculating the amount of shading to apply while the wolf is shaking. |
668 | func_25055_a | alertWolves | 0 | Called when the player attack or gets attacked, it's alert all wolves in the area that are owned by the player to join the attack or defend the player. |
669 | func_25056_h | addMovementStat | 0 | Adds a value to a movement statistic field - like run, walk, swin or climb. |
670 | func_25058_a | addStat | 0 | Adds a value to a statistic field. |
671 | func_25059_P | getSpawnChunk | 0 | Returns the coordinates to respawn the player based on last bed that the player sleep. |
672 | func_25060_a | verifyRespawnCoordinates | 0 | Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn. |
673 | func_25061_a | setSpawnChunk | 0 | Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it. |
674 | func_25063_a | getSpawnableList | 0 | Returns the correspondent list of the EnumCreatureType informed. |
675 | func_25067_a | isAchievement | 0 | Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot). |
676 | func_25068_c | registerStat | 0 | Register the stat into StatList. |
677 | func_25072_b | getItemID | 0 | |
678 | func_25079_b | updateAchievementWindowScale | 0 | Update the display of the achievement window to match the game window. |
679 | func_25080_a | updateAchievementWindow | 0 | Updates the small achievement tooltip window, showing a queued achievement if is needed. |
680 | func_25087_a | draw | 0 | |
681 | func_25088_a | update | 0 | |
682 | func_25098_c | generateSpawnPoint | 0 | Finds an initial spawn location upon creating a new world |
683 | func_25099_a | getPlayerEntityByName | 0 | Find a player by name in this world. |
684 | func_250_a | blockActivated | 0 | Called upon block activation (left or right click on the block.). The three integers represent x,y,z of the block. |
685 | func_25100_a | readStat | 0 | |
686 | func_25103_a | setLivingAnimations | 0 | Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method. |
687 | func_25115_b | getWatchableObjectInt | 0 | gets a watchable object and returns it as a Integer |
688 | func_25116_c | getWatchableObjectString | 0 | gets a watchable object and returns it as a String |
689 | func_25117_b | getRecipeOutput | 0 | |
690 | func_25118_a | handleBed | 0 | |
691 | func_25122_b | renderWithRotation | 0 | |
692 | func_25124_i | removeUnknownBlocks | 0 | Turns unknown blocks into air blocks to avoid crashing Minecraft. |
693 | func_25125_a | update | 0 | |
694 | func_25126_b | setDead | 0 | |
695 | func_25127_a | preUpdate | 0 | |
696 | func_25149_b | initBreakStats | 0 | |
697 | func_25150_a | replaceAllSimilarBlocks | 0 | Forces all dual blocks to count for each other on the stats list |
698 | func_25151_b | initStats | 0 | |
699 | func_25153_a | initMinableStats | 0 | Initializes statistic fields related to minable items and blocks. |
700 | func_25154_a | initBreakableStats | 0 | Initializes statistic fields related to breakable items and blocks. |
701 | func_25155_a | initUsableStats | 0 | Initializes statistic fields related to usable items and blocks. |
702 | func_25156_a | replaceSimilarBlocks | 0 | Forces stats for one block to add to another block, such as idle and active furnaces |
703 | func_25157_c | initCraftableStats | 0 | Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized. |
704 | func_25190_a | damageItem | 0 | Damages the item in the ItemStack |
705 | func_25191_a | onDestroyBlock | 0 | |
706 | func_25193_b | getRecipeList | 0 | returns the List<> of all recipes |
707 | func_25194_b | getSmeltingList | 0 | |
708 | func_25199_a | translateToLocalFormatted | 0 | Translates a Stat name with format args |
709 | func_251_c | isVecInsideXYBounds | 0 | Checks if a vector is within the X and Y bounds of the block. |
710 | func_25200_a | translateToLocal | 0 | Translates a Stat name |
711 | func_25208_a | getGuid | 0 | Returns the unique GUID of a achievement id. |
712 | func_252_b | onBlockDestroyedByPlayer | 0 | Called right before the block is destroyed by a player. Args: world, x, y, z, metaData |
713 | func_253_b | setTickRandomly | 0 | Sets whether this block type will receive random update ticks |
714 | func_254_a | onEntityWalking | 0 | Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity |
715 | func_255_a | collisionRayTrace | 0 | Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec |
716 | func_256_d | setLightOpacity | 0 | Sets how much light is blocked going through this block. Returns the object for convenience in constructing. |
717 | func_257_a | velocityToAddToEntity | 0 | Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d |
718 | func_258_d | onBlockPlaced | 0 | Called when a block is placed using an item. Used often for taking the facing and figuring out how to position the item. Args: x, y, z, facing |
719 | func_259_b_ | dropBlockAsItem | 0 | Drops the specified block items |
720 | func_260_c | shouldSideBeRendered | 0 | Returns true if the given side of this block type should be rendered, if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side |
721 | func_261_b | canBlockCatchFire | 0 | Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z |
722 | func_262_i | getChanceOfNeighborsEncouragingFire | 0 | Gets the highest chance of a neighbor block encouraging this block to catch fire |
723 | func_263_h | canNeighborBurn | 0 | Returns true if at least one block next to this one can burn. |
724 | func_264_a | setBurnRate | 0 | Sets the burn rate for a block. The larger abilityToCatchFire the more easily it will catch. The larger chanceToEncourageFire the faster it will burn and spread to other blocks. Args: blockID, chanceToEncourageFire, abilityToCatchFire |
725 | func_265_g | getChanceToEncourageFire | 0 | Retrieves a specified block's chance to encourage their neighbors to burn and if the number is greater than the current number passed in it will return its number instead of the passed in one. Args: world, x, y, z, curChanceToEncourageFire |
726 | func_267_h | checkIfAttachedToBlock | 0 | Checks if the block is attached to another block. If it is not, it returns false and drops the block as an item. If it is it returns true. |
727 | func_268_h | checkFlowerChange | 0 | |
728 | func_269_b | canThisPlantGrowOnThisBlockID | 0 | Gets passed in the blockID of the block below and supposed to return true if its allowed to grow on the type of blockID passed in. Args: blockID |
729 | func_27002_a | doRenderLightningBolt | 0 | Actually renders the lightning bolt. This method is called through the doRender method. |
730 | func_27003_a | drawItemIntoGui | 0 | |
731 | func_27005_b | inheritRenderPass | 0 | |
732 | func_27009_a | getIconFromDamage | 0 | Gets an icon index based on an item's damage value |
733 | func_27010_f | getColorFromDamage | 0 | |
734 | func_27012_af | isWet | 0 | Checks if this entity is either in water or on an open air block in rain (used in wolves). |
735 | func_27013_ag | isInWater | 0 | Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true) |
736 | func_27014_a | onStruckByLightning | 0 | Called when a lightning bolt hits the entity. |
737 | func_27015_a | onKillEntity | 0 | This method gets called when the entity kills another one. |
738 | func_27021_X | despawnEntity | 0 | Makes the entity despawn if requirements are reached |
739 | func_27022_s | getPowered | 0 | Returns true if the creeper is powered by a lightning bolt. |
740 | func_27023_a | isCourseTraversable | 0 | True if the ghast has an unobstructed line of travel to the waypoint. |
741 | func_27024_i | addMountedMovementStat | 0 | Adds a value to a mounted movement statistic field - by minecart, boat, or pig. |
742 | func_27025_G | isPVPEnabled | 0 | returns if pvp is enabled or not |
743 | func_27026_a | triggerAchievement | 0 | Will trigger the specified trigger. |
744 | func_27027_b | incrementStat | 0 | Used by NetClientHandler.handleStatistic |
745 | func_27032_l | disableStats | 0 | Disable statistics for the block, the block will no count for mined or placed. |
746 | func_27033_k | getEnableStats | 0 | Return the state of blocks statistics flags - if the block is counted for mined and placed. |
747 | func_27039_a | isPoweredBlockRail | 0 | Return true if the blocks passed is a power related rail. |
748 | func_27040_h | isRailBlockAt | 0 | Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector). |
749 | func_27041_c | isRailBlock | 0 | Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector). |
750 | func_27042_h | isPowered | 0 | Returns true if the block is power related rail. |
751 | func_27043_a | isRailPassingPower | 0 | Returns true if the specified rail is passing power to its neighbor |
752 | func_27044_a | isNeighborRailPowered | 0 | Powered minecart rail is conductive like wire, so check for powered neighbors |
753 | func_27046_f | setStateIfMinecartInteractsWithRail | 0 | Update the detector rail power state if a minecart enter, stays or leave the block. |
754 | func_27048_a | readString | 0 | Reads a string from a packet |
755 | func_27049_a | writeString | 0 | Writes a String to the DataOutputStream |
756 | func_27058_a | matchesNode | 0 | |
757 | func_27059_b | applyTo | 0 | |
758 | func_27060_a | shortForm | 0 | |
759 | func_27063_c | typeSafeApplyTo | 0 | |
760 | func_27067_a | matchesNode_ | 0 | |
761 | func_27068_b | typeSafeApplyTo_ | 0 | |
762 | func_27074_a | matchesNode_ | 0 | |
763 | func_27075_b | typeSafeApplyTo | 0 | |
764 | func_27076_e | setDisableRain | 0 | Disable the rain for the biome. |
765 | func_27077_d | canSpawnLightningBolt | 0 | Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled. |
766 | func_27078_c | getEnableSnow | 0 | Returns true if the biome have snowfall instead a normal rain. |
767 | func_27081_j | getDecimalFormat | 0 | |
768 | func_27082_h | initIndependentStat | 0 | Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance. |
769 | func_27083_i | getNumberFormat | 0 | |
770 | func_27089_a | setIndependent | 0 | Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update). |
771 | func_27090_e | getDescription | 0 | Returns the fully description of the achievement - ready to be displayed on screen. |
772 | func_27091_c | registerAchievement | 0 | Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's. |
773 | func_27092_a | setStatStringFormatter | 0 | Defines a string formatter for the achievement. |
774 | func_27093_f | getSpecial | 0 | Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve. |
775 | func_27094_b | setSpecial | 0 | Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve. |
776 | func_27099_b | drawVerticalLine | 0 | |
777 | func_270_i | getGrowthRate | 0 | Gets the growth rate for the crop. Setup to encourage rows by halving growth rate if there is diagonals, crops on different sides that aren't opposing, and by adding growth for every crop next to this one (and for crop below this one). Args: x, y, z |
778 | func_27100_a | drawHorizontalLine | 0 | |
779 | func_27101_b | queueAchievementInformation | 0 | Queue a information about a achievement to be displayed. |
780 | func_27102_a | queueTakenAchievement | 0 | Queue a taken achievement to be displayed. |
781 | func_27109_b | genAchievementBackground | 0 | |
782 | func_27127_n | getFontRenderer10 | 0 | there are 11 identical methods like this |
783 | func_27128_a | drawSprite | 0 | Draws a sprite from /gui/slot.png. |
784 | func_27129_a | drawGradientRect | 0 | |
785 | func_27130_k | addHeaderButtons | 0 | Creates the buttons that appear at the top of the Stats GUI. |
786 | func_27131_o | getFontRenderer11 | 0 | there are 11 identical methods like this |
787 | func_27132_j | getFontRenderer6 | 0 | there are 11 identical methods like this |
788 | func_27133_h | getFontRenderer4 | 0 | there are 11 identical methods like this |
789 | func_27134_k | getFontRenderer7 | 0 | there are 11 identical methods like this |
790 | func_27135_b | drawGradientRect1 | 0 | exactly the same as 27129 |
791 | func_27136_c | drawSprite | 0 | Draws a sprite from /gui/slot.png. |
792 | func_27137_i | getFontRenderer5 | 0 | there are 11 identical methods like this |
793 | func_27138_c | drawItemSprite | 0 | Draws the item sprite on top of the background sprite. |
794 | func_27139_l | getFontRenderer8 | 0 | there are 11 identical methods like this |
795 | func_27140_d | getFontRenderer2 | 0 | there are 11 identical methods like this |
796 | func_27141_a | getMinecraft | 0 | |
797 | func_27142_c | getStatsFileWriter | 0 | |
798 | func_27143_f | getMinecraft1 | 0 | exactly the same as 27141 |
799 | func_27144_m | getFontRenderer9 | 0 | there are 11 identical methods like this |
800 | func_27145_b | getFontRenderer1 | 0 | there are 11 identical methods like this |
801 | func_27146_e | getFontRenderer3 | 0 | there are 11 identical methods like this |
802 | func_27147_a | drawButtonBackground | 0 | Draws a gray box that serves as a button background. |
803 | func_27148_a | drawItemSprite | 0 | Draws the item sprite on top of the background sprite. |
804 | func_27149_g | getMinecraft2 | 0 | exactly the same as 27141 and 27143 |
805 | func_27158_h | setRainStrength | 0 | |
806 | func_27159_a | addWeatherEffect | 0 | adds a lightning bolt to the list of lightning bolts in this world. |
807 | func_27160_B | isThundering | 0 | Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9 |
808 | func_27161_C | isRaining | 0 | Returns true if the current rain strength is greater than 0.2 |
809 | func_27162_g | getRainStrength | 0 | Not sure about this actually. Reverting this one myself. |
810 | func_27163_E | calculateInitialWeather | 0 | Called from World constructor to set rainingStrength and thunderingStrength |
811 | func_27164_F | clearWeather | 0 | Stops all weather effects. |
812 | func_27165_m | updateWeather | 0 | Updates all weather states. |
813 | func_27166_f | getWeightedThunderStrength | 0 | |
814 | func_27167_r | canLightningStrikeAt | 0 | |
815 | func_27174_a | windowClick | 0 | |
816 | func_27181_b | canUnlockAchievement | 0 | Returns true if the parent has been unlocked, or there is no parent |
817 | func_27182_c | syncStats | 0 | |
818 | func_27183_a | hasAchievementUnlocked | 0 | Returns true if the achievement has been unlocked. |
819 | func_27184_a | writeStat | 0 | |
820 | func_27186_a | writeStatToMap | 0 | |
821 | func_27192_a | format | 0 | Formats a given stat for human consumption. |
822 | func_27193_j | falseValue | 0 | |
823 | func_27194_f | startObject | 0 | |
824 | func_27195_b | startDocument | 0 | |
825 | func_27196_i | trueValue | 0 | |
826 | func_27197_e | endArray | 0 | |
827 | func_27198_c | stringValue | 0 | |
828 | func_27199_h | endField | 0 | |
829 | func_271_h | dropTorchIfCantStay | 0 | Tests if the block can remain at its current location and will drop as an item if it is unable to stay. Returns True if it can stay and False if it drops. Args: world, x, y, z |
830 | func_27200_d | startArray | 0 | |
831 | func_27201_b | numberValue | 0 | |
832 | func_27202_k | nullValue | 0 | |
833 | func_27203_g | endObject | 0 | |
834 | func_27204_c | endDocument | 0 | |
835 | func_27205_a | startField | 0 | |
836 | func_27206_b | addValue | 0 | |
837 | func_27207_a | addRootNode | 0 | |
838 | func_27208_a | getDocument | 0 | |
839 | func_27211_a | setConnections | 0 | |
840 | func_27213_a | getStringValue | 0 | Gets a String by navigating the hierarchy below this node. |
841 | func_27214_c | getFields | 0 | return the fields associated with this node |
842 | func_27215_d | getElements | 0 | |
843 | func_27216_b | getText | 0 | |
844 | func_27217_b | getArrayNode | 0 | Gets a List of JsonNodes, representing a JSON array, by navigating the hierarchy below this node. |
845 | func_27218_a | getType | 0 | |
846 | func_27219_a | wrapExceptionsFor | 0 | |
847 | func_27220_a | asList | 0 | |
848 | func_27234_b | buildNode | 0 | |
849 | func_27237_a | withFieldBuilder | 0 | |
850 | func_27240_a | withElement | 0 | Adds the given element to the array that will be built. |
851 | func_27241_a | build | 0 | |
852 | func_27245_a | handleStatistic | 0 | runs registerPacket on the given Packet200Statistic |
853 | func_27246_a | handleWeather | 0 | Handles weather packet |
854 | func_27247_c | isServerHandler | 0 | determine if it is a server handler |
855 | func_27249_e | anArrayBuilder | 0 | |
856 | func_27253_d | anObjectBuilder | 0 | |
857 | func_27277_a | splitStringWidth | 0 | Returns the width of the wordwrapped String (maximum length is parameter k) |
858 | func_27278_a | drawSplitString | 0 | Splits and draws a String with wordwrap (maximum length is parameter k) |
859 | func_27279_a | transferStackInSlot | 0 | Called to transfer a stack from one inventory to the other eg. when shift clicking. |
860 | func_27280_a | slotClick | 0 | |
861 | func_27283_g | isGroundCover | 0 | Return whether the material is a form of ground cover, e.g. Snow |
862 | func_27284_f | setGroundCover | 0 | Sets the material as a form of ground cover, e.g. Snow |
863 | func_27286_d | renderRainSnow | 0 | Render rain and snow |
864 | func_27289_a | addField | 0 | |
865 | func_27290_a | addNode | 0 | |
866 | func_27300_b | withValue | 0 | |
867 | func_27301_a | aJsonFieldBuilder | 0 | |
868 | func_27302_c | buildValue | 0 | |
869 | func_27304_a | withKey | 0 | |
870 | func_27309_a | aJsonArray | 0 | |
871 | func_27310_a | aJsonNull | 0 | |
872 | func_27311_b | aJsonNumber | 0 | |
873 | func_27312_a | aJsonObject | 0 | |
874 | func_27313_b | aJsonTrue | 0 | |
875 | func_27314_c | aJsonFalse | 0 | |
876 | func_27315_a | aJsonArray | 0 | |
877 | func_27316_a | aJsonString | 0 | |
878 | func_27317_a | commaSeparate | 0 | |
879 | func_27318_b | formatMessage | 0 | |
880 | func_27319_a | jsonNodeDoesNotMatchPathElementsException | 0 | |
881 | func_27324_a | getShortFormFailPath | 0 | |
882 | func_27327_a | format | 0 | |
883 | func_27328_a | formatJsonNode | 0 | |
884 | func_27329_a | format | 0 | |
885 | func_27330_b | getRow | 0 | |
886 | func_27331_a | getColumn | 0 | |
887 | func_27332_a | updateCharacterAndLineCounts | 0 | |
888 | func_27333_c | read | 0 | |
889 | func_27334_a | unread | 0 | |
890 | func_27335_a | uncount | 0 | |
891 | func_27336_b | read | 0 | |
892 | func_27343_a | formatString | 0 | Formats the strings based on 'IStatStringFormat' interface. |
893 | func_27345_a | chainedJsonNodeSelector | 0 | |
894 | func_27352_a | chainOn | 0 | |
895 | func_27355_a | with | 0 | Constructs a JsonNodeSelector consisting of this chained with the given JsonNodeSelector. For example, if we have JsonNodeSelectors for the first element of an array, and another that selects the second element of an array, and we chain them together in that order, we will get a selector that works on nested arrays, selecting the second element from an array stored in the first element of a parent array |
896 | func_27356_a | matches | 0 | Determines whether this JsonNodeSelector can extract a value from the given JsonNode |
897 | func_27357_b | getValue | 0 | |
898 | func_27358_a | shortForm | 0 | |
899 | func_27361_a | getOneShotStat | 0 | |
900 | func_27366_a | parse | 0 | Parse the character stream from the specified Reader into a JsonRootNode object. |
901 | func_27367_a | parse | 0 | Parse the specified JSON String |
902 | func_27369_a | getMD5String | 0 | Gets the MD5 string |
903 | func_27374_a | init | 0 | A stub functions called to make the static initializer for this class run. |
904 | func_27393_p | getRainTime | 0 | Return the number of ticks until rain. |
905 | func_27394_b | setRaining | 0 | Sets whether it is raining or not. |
906 | func_27395_f | setRainTime | 0 | Sets the number of ticks until rain. |
907 | func_27396_m | isThundering | 0 | Returns true if it is thundering, false otherwise. |
908 | func_27397_o | isRaining | 0 | Returns true if it is raining, false otherwise. |
909 | func_27398_a | setThundering | 0 | Sets whether it is thundering or not. |
910 | func_27399_e | setThunderTime | 0 | Defines the number of ticks until next thunderbolt. |
911 | func_273_a | checkForBurnout | 0 | |
912 | func_27400_n | getThunderTime | 0 | Returns the number of ticks until next thunderbolt. |
913 | func_27407_b | syncStatsFileWithMap | 0 | |
914 | func_27414_e | getUnsentDataFile | 0 | |
915 | func_27416_a | setBusy | 0 | |
916 | func_27417_f | getUnsentTempFile | 0 | |
917 | func_27418_a | beginReceiveStats | 0 | Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy. |
918 | func_27419_g | getUnsentOldFile | 0 | |
919 | func_27424_a | beginSendStats | 0 | Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy. |
920 | func_27439_a | getEuclideanDistanceTo | 0 | Returns the euclidean distance of the chunk coordinate to the x, y, z parameters passed. |
921 | func_27448_l | readNextNonWhitespaceChar | 0 | |
922 | func_27449_c | aFieldToken | 0 | |
923 | func_27450_k | hexadecimalNumber | 0 | |
924 | func_27451_b | nonNegativeNumberToken | 0 | |
925 | func_27452_i | stringToken | 0 | |
926 | func_27453_b | objectString | 0 | |
927 | func_27454_g | possibleExponent | 0 | |
928 | func_27455_a | arrayString | 0 | |
929 | func_27456_e | digitString | 0 | |
930 | func_27457_j | escapedStringChar | 0 | |
931 | func_27458_d | digitToken | 0 | |
932 | func_27459_a | numberToken | 0 | |
933 | func_27460_c | nonZeroDigitToken | 0 | |
934 | func_27461_h | possibleSign | 0 | |
935 | func_27462_f | possibleFractionalComponent | 0 | |
936 | func_27463_a | parse | 0 | |
937 | func_27464_d | aJsonValue | 0 | |
938 | func_274_i | isWaterNearby | 0 | returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4) |
939 | func_275_h | isCropsNearby | 0 | returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1) |
940 | func_279_b | isPowerProviderOrWire | 0 | Returns true if the block coordinate passed can provide power, or is a redstone wire. |
941 | func_28001_B | startThreadCheckHasPaid | 0 | |
942 | func_28002_e | freeMemory | 0 | |
943 | func_28003_b | onMinecraftCrash | 0 | |
944 | func_28008_a | onUpdate | 0 | Called each tick as long the item is on a player inventory. Uses by maps to check if is on a player hand and update it's contents. |
945 | func_28009_b | onCreated | 0 | Called when item is crafted/smelted. Used only by maps so far. |
946 | func_28011_a | updateMapData | 0 | |
947 | func_28012_a | getMapData | 0 | |
948 | func_28013_a | getMPMapData | 0 | |
949 | func_28014_c | pushOutOfBlocks | 0 | Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z |
950 | func_28018_c | hasItemStack | 0 | Returns true if the specified ItemStack exists in the inventory. |
951 | func_28021_c | getItemIcon | 0 | Gets the Icon Index of the item currently held |
952 | func_28022_b | attackBlockedEntity | 0 | Used when an entity is close enough to attack but cannot be seen (Creeper de-fuse) |
953 | func_28027_d | isBlockTranslucent | 0 | |
954 | func_28028_i | initializeBlock | 0 | This method is called on a block after all other blocks gets already created. You can use it to reference and configure something on the block that needs the others ones. |
955 | func_28029_d | isBlockSolid | 0 | Returns Returns true if the given side of this block type should be rendered (if it's solid or not), if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side |
956 | func_28030_e | canPlaceBlockOnSide | 0 | checks to see if you can place this block can be placed on that side of a block: BlockLever overrides |
957 | func_28031_n | setRequiresSelfNotify | 0 | Blocks with this attribute will not notify all near blocks when it's metadata change. The default behavior is always notify every neightbor block when anything changes. |
958 | func_28038_b_ | ejectRecord | 0 | Ejects the current record inside of the jukebox. |
959 | func_28041_d | isTrapdoorOpen | 0 | |
960 | func_28042_a | onPoweredBlockChange | 0 | |
961 | func_28043_c | setBlockBoundsForBlockRender | 0 | |
962 | func_28061_d | loadChunkFromFile | 0 | Attemps to load the chunk from the save file, returns null if the chunk is not available. |
963 | func_28062_b | saveChunkData | 0 | |
964 | func_28063_a | saveChunkExtraData | 0 | |
965 | func_28097_b | clearChatMessages | 0 | Clear all chat messages. |
966 | func_28099_a | getBrightness | 0 | |
967 | func_280_h | updateAndPropagateCurrentStrength | 0 | Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires |
968 | func_28100_h | isBlockNormalCube | 0 | Indicate if a material is a normal solid opaque cube. |
969 | func_28101_b | getUniqueDataId | 0 | Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file. |
970 | func_28102_a | setItemData | 0 | Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id. |
971 | func_28103_a | loadItemData | 0 | Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid |
972 | func_28104_m | getFullBlockLightValue | 0 | Does the same as getBlockLightValue_do but without checking if its not a normal block |
973 | func_28105_a | rayTraceBlocks_do_do | 0 | |
974 | func_28106_e | playAuxSFX | 0 | See description for func_28136_a. |
975 | func_28107_a | playAuxSFXAtEntity | 0 | See description for playAuxSFX. |
976 | func_28110_c | getTags | 0 | Returns all the values in the tagMap HashMap. |
977 | func_28111_d | getCloudHeight | 0 | the y level at which clouds are rendered. |
978 | func_28112_c | isSkyColored | 0 | |
979 | func_28113_a | getMapFileFromName | 0 | Gets the file location of the given map |
980 | func_28115_a | handleDoorChange | 0 | |
981 | func_28116_a | handleMapData | 0 | Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps. |
982 | func_28117_a | quitWithPacket | 0 | |
983 | func_28125_a | mergeItemStack | 0 | merges provided ItemStack with the first avaliable one in the container/player inventory |
984 | func_28126_h | isOpaque | 0 | Indicates if the material is translucent |
985 | func_28127_i | setTranslucent | 0 | Marks the material as translucent |
986 | func_28136_a | playAuxSFX | 0 | Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc). |
987 | func_28138_e | isTerminating | 0 | Gets whether the Network manager is terminating. |
988 | func_28139_a | wakeThreads | 0 | Wakes reader and writer threads |
989 | func_28140_f | getOutputStream | 0 | |
990 | func_28142_c | serverShutdown | 0 | Shuts down the server. (Only actually used on the server) |
991 | func_28147_a | getImageContents | 0 | |
992 | func_28148_b | getImageContentsAndAllocate | 0 | |
993 | func_28149_a | getTextureContents | 0 | |
994 | func_28150_a | createTextureFromBytes | 0 | |
995 | func_28152_a | getFoilageBiomeColorizer | 0 | |
996 | func_28153_a | updateAnimation | 0 | Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps. |
997 | func_28154_b | isStackEqual | 0 | |
998 | func_28156_b | setItemDamage | 0 | Sets the item damage of the ItemStack. |
999 | func_28157_a | renderMap | 0 | |
1000 | func_28162_b | writeToNBT | 0 | write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities |
1001 | func_28163_a | readFromNBT | 0 | reads in data from the NBTTagCompound into this MapDataBase |
1002 | func_28164_a | markDirty | 0 | Marks this MapDataBase dirty, to be saved to disk when the level next saves. |
1003 | func_28165_a | setDirty | 0 | Sets the dirty state of this MapDataBase, whether it needs saving to disk. |
1004 | func_28166_b | isDirty | 0 | Whether this MapDataBase needs saving to disk. |
1005 | func_28169_a | updateVisiblePlayers | 0 | Adds the player passed to the list of visible players and checks to see which players are visible |
1006 | func_28171_a | updateMPMapData | 0 | Updates the client's map with information from other players in MP |
1007 | func_28181_a | setGrassBiomeColorizer | 0 | |
1008 | func_28182_a | setWaterBiomeColorizer | 0 | |
1009 | func_28184_a | setData | 0 | Assigns the given String id to the given MapDataBase, removing any existing ones of the same id. |
1010 | func_28185_a | loadData | 0 | Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid |
1011 | func_28186_a | getUniqueDataId | 0 | Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file. |
1012 | func_28187_b | loadIdCounts | 0 | Loads the idCounts Map from the 'idcounts' file. |
1013 | func_28188_a | saveAllData | 0 | Saves all dirty loaded MapDataBases to disk. |
1014 | func_28189_a | saveData | 0 | Saves the given MapDataBase to disk. |
1015 | func_28194_b | deleteDisplayLists | 0 | |
1016 | func_28195_e | contract | 0 | Returns a bounding box that is inset by the specified amounts |
1017 | func_28196_a | clearBoundingBoxes | 0 | |
1018 | func_281_g | getMaxCurrentStrength | 0 | Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength) |
1019 | func_28215_a | clearVectorList | 0 | Clears the vector list. |
1020 | func_282_i | notifyWireNeighborsOfNeighborChange | 0 | Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire. |
1021 | func_283_a_ | getBlockEntity | 0 | Returns the TileEntity used by this block. |
1022 | func_284_h | setDefaultDirection | 0 | set a blocks direction |
1023 | func_285_a | updateFurnaceBlockState | 0 | Update which block ID the furnace is using depending on whether or not it is burning |
1024 | func_286_h | isThereANeighborChest | 0 | Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z |
1025 | func_287_j | checkForHarden | 0 | Forces lava to check to see if it is colliding with water, and then decide what it should harden to. |
1026 | func_288_b | getFluidHeightPercent | 0 | Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid. |
1027 | func_289_b | getEffectiveFlowDecay | 0 | Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero. |
1028 | func_290_h | getFlowDecay | 0 | Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid. |
1029 | func_291_e | getFlowVector | 0 | Returns a vector indicating the direction and intensity of fluid flow. |
1030 | func_292_i | triggerLavaMixEffects | 0 | Creates fizzing sound and smoke. Used when lava flows over block or mixes with water. |
1031 | func_295_l | blockBlocksFlow | 0 | Returns true if block at coords blocks fluids |
1032 | func_296_f | getSmallestFlowDecay | 0 | getSmallestFlowDecay(World world, intx, int y, int z, int currentSmallestFlowDecay) - Looks up the flow decay at the coordinates given and returns the smaller of this value or the provided currentSmallestFlowDecay. If one value is valid and the other isn't, the valid value will be returned. Valid values are >= 0. Flow decay is the amount that a liquid has dissipated. 0 indicates a source block. |
1033 | func_297_k | getOptimalFlowDirections | 0 | Returns a boolean array indicating which flow directions are optimal based on each direction's calculated flow cost. Each array index corresponds to one of the four cardinal directions. A value of true indicates the direction is optimal. |
1034 | func_298_m | liquidCanDisplaceBlock | 0 | Returns true if the block at the coordinates can be displaced by the liquid. |
1035 | func_299_g | flowIntoBlock | 0 | flowIntoBlock(World world, int x, int y, int z, int newFlowDecay) - Flows into the block at the coordinates and changes the block type to the liquid. |
1036 | func_30002_h | isIndirectlyPowered | 0 | Returns true or false based on whether the block the torch is attached to is providing indirect power. |
1037 | func_30003_j | updateFlow | 0 | Updates the flow for the BlockFlowing object. |
1038 | func_30004_j | setNotStationary | 0 | Changes the block ID to that of an updating fluid. |
1039 | func_30005_a | sendError | 0 | Sends the network manager an error |
1040 | func_30010_b | copyItemStack | 0 | Creates a copy of a ItemStack, a null parameters will return a null. |
1041 | func_300_a | calculateFlowCost | 0 | calculateFlowCost(World world, int x, int y, int z, int accumulatedCost, int previousDirectionOfFlow) - Used to determine the path of least resistance, this method returns the lowest possible flow cost for the direction of flow indicated. Each necessary horizontal flow adds to the flow cost. |
1042 | func_301_k | isFlammable | 0 | Checks to see if the block is flammable. |
1043 | func_303_h | checkBlockCoordValid | 0 | Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus. |
1044 | func_305_h | redundantCanPlaceBlockAt | 0 | This method is redundant, check it out... |
1045 | func_31004_j | validate | 0 | validates a tile entity |
1046 | func_31005_i | invalidate | 0 | invalidates a tile entity |
1047 | func_31006_g | isInvalid | 0 | returns true if tile entity is invalid, false otherwise |
1048 | func_31008_a | getProgress | 0 | Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument. |
1049 | func_31009_d | getPistonOrientation | 0 | Returns the orientation of the piston as an int |
1050 | func_31010_a | updatePushedObjects | 0 | |
1051 | func_31011_l | clearPistonTileEntity | 0 | removes a pistons tile entity (and if the piston is moving, stops it) |
1052 | func_31012_k | shouldRenderHead | 0 | |
1053 | func_31013_d | getOffsetZ | 0 | |
1054 | func_31014_c | getOffsetY | 0 | |
1055 | func_31015_b | isExtending | 0 | Returns true if a piston is extending |
1056 | func_31016_a | getStoredBlockID | 0 | |
1057 | func_31017_b | getOffsetX | 0 | |
1058 | func_31026_E | updateWanderPath | 0 | Time remaining during which the Animal is sped up and flees. |
1059 | func_31027_a | dropBlockAsItem_do | 0 | Spawns EntityItem in the world for the given ItemStack if the world is not remote. |
1060 | func_31028_l | setBlockUnbreakable | 0 | This method will make the hardness of the block equals to -1, and the block is indestructible. |
1061 | func_31029_h | getMobilityFlag | 0 | Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons |
1062 | func_31030_b | getRenderColor | 0 | Returns the color this block should be rendered. Used by leaves. |
1063 | func_31031_m | getHardness | 0 | Returns the block hardness. |
1064 | func_31032_h | canPlaceTorchOn | 0 | Gets if we can place a torch on a block. |
1065 | func_31034_c | getTileEntityAtLocation | 0 | gets the piston tile entity at the specified location |
1066 | func_31035_a | getAxisAlignedBB | 0 | |
1067 | func_31036_a | getTileEntity | 0 | gets a new TileEntityPiston created with the arguments provided. |
1068 | func_31039_c | determineOrientation | 0 | gets the way this piston should face for that entity that placed it. |
1069 | func_31040_i | getPistonExtensionTexture | 0 | Return the either 106 or 107 as the texture index depending on the isSticky flag. This will actually never get called by TileEntityRendererPiston.renderPiston() because TileEntityPiston.func_31012_k() will always return false. |
1070 | func_31041_f | isIndirectlyPowered | 0 | checks the block to that side to see if it is indirectly powered. |
1071 | func_31042_a | canPushBlock | 0 | returns true if the piston can push the specified block |
1072 | func_31043_h | updatePistonState | 0 | handles attempts to extend or retract the piston. |
1073 | func_31044_d | getOrientation | 0 | returns an int which describes the direction the piston faces |
1074 | func_31045_h | canExtend | 0 | checks to see if this piston could push the blocks in front of it. |
1075 | func_31046_e | isExtended | 0 | Determine if the metadata is related to something powered. |
1076 | func_31047_i | tryExtend | 0 | attempts to extend the piston. returns false if impossible. |
1077 | func_31050_c | getDirectionMeta | 0 | |
1078 | func_31051_a | clearHeadTexture | 0 | |
1079 | func_31052_a_ | setHeadTexture | 0 | |
1080 | func_31054_a | addTileEntity | 0 | |
1081 | func_31060_l | setImmovableMobility | 0 | This type of material can't be pushed, and pistons are blocked to move. |
1082 | func_31061_i | isHarvestable | 0 | Returns true if material can be harvested by player. |
1083 | func_31062_n | setNoHarvest | 0 | Disables the ability to harvest this material. |
1084 | func_31063_k | setNoPushMobility | 0 | This type of material can't be pushed, but pistons can move over it. |
1085 | func_31064_j | getMaterialMobility | 0 | Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons |
1086 | func_31069_a | cacheSpecialRenderInfo | 0 | Called from TileEntityRenderer.cacheSpecialRenderInfo() to cache render-related references (currently world only). Used by TileEntityRendererPiston to create and store a RenderBlocks instance in the blockRenderer field. |
1087 | func_31070_a | renderPiston | 0 | |
1088 | func_31072_a | cacheSpecialRenderInfo | 0 | Called from cacheActiveRenderInfo() to cache render-related references for TileEntitySpecialRenderers in specialRendererMap. Currently only the world reference from cacheActiveRenderInfo() is passed to this method. |
1089 | func_31073_c | getFoliageColorBasic | 0 | |
1090 | func_31074_b | renderPistonBase | 0 | renders a block as a piston base |
1091 | func_31075_a | renderBlockAllFaces | 0 | Render all faces of a block |
1092 | func_31076_a | renderPistonRodUD | 0 | Render piston rod up/down |
1093 | func_31077_c | renderPistonRodEW | 0 | Render piston rod east/west |
1094 | func_31078_d | renderPistonBaseAllFaces | 0 | Render all faces of the piston base |
1095 | func_31079_a | renderPistonExtensionAllFaces | 0 | Render all faces of the piston extension |
1096 | func_31080_c | renderPistonExtension | 0 | renders the pushing part of a piston |
1097 | func_31081_b | renderPistonRodSN | 0 | Render piston rod south/north |
1098 | func_310_a | setGraphicsLevel | 0 | Pass true to draw this block using fancy graphics, or false for fast graphics. |
1099 | func_311_a | onPoweredBlockChange | 0 | A function to open a door. |
1100 | func_313_b | setDoorRotation | 0 | |
1101 | func_314_h | canSnowStay | 0 | Checks if this snow block can stay at this location. |
1102 | func_315_h | tryToFall | 0 | If there is space to fall below will start this block falling |
1103 | func_316_a_ | canFallBelow | 0 | Checks to see if the sand can fall into the block below it |
1104 | func_317_e | insertRecord | 0 | Inserts the given record into the JukeBox. |
1105 | func_318_h | setStateIfMobInteractsWithPlate | 0 | Checks if there are mobs on the plate. If a mob is on the plate and it is off, it turns it on, and vice versa. |
1106 | func_319_i | sparkle | 0 | The redstone ore sparkles. |
1107 | func_320_h | glow | 0 | The redstone ore glows. |
1108 | func_321_a | addIdClassMapping | 0 | Adds a two way mapping between the packet ID and packet class. |
1109 | func_322_a | writePacketData | 0 | Abstract. Writes the raw packet data to the data stream. |
1110 | func_323_a | processPacket | 0 | Passes this Packet on to the NetHandler for processing. |
1111 | func_324_b | readPacket | 0 | Read a packet, prefixed by its ID, from the data stream. |
1112 | func_325_a | getNewPacket | 0 | Returns a new instance of the specified Packet class. |
1113 | func_326_b | getPacketId | 0 | Returns the ID of this packet. |
1114 | func_327_a | readPacketData | 0 | Abstract. Reads the raw packet data from the data stream. |
1115 | func_328_a | writePacket | 0 | Writes a packet, prefixed by its ID, to the data stream. |
1116 | func_329_a | getPacketSize | 0 | Abstract. Return the size of the packet (not counting the header). |
1117 | func_330_b | closeMinecraft | 0 | Called when Minecraft is closing down. |
1118 | func_331_a | playStreaming | 0 | |
1119 | func_335_a | onSoundOptionsChanged | 0 | Called when one of the sound level options has changed. |
1120 | func_336_b | playSound | 0 | Plays a sound. Args: soundName, x, y, z, volume, pitch |
1121 | func_337_a | playSoundFX | 0 | Plays a sound effect with the volume and pitch of the parameters passed. The sound isn't affected by position of the player (full volume and center balanced) |
1122 | func_338_a | setListener | 0 | Sets the listener of sounds |
1123 | func_339_d | tryToSetLibraryAndCodecs | 0 | Tries to add the paulscode library and the relevant codecs. If it fails, the volumes (sound and music) will be set to zero in the options file. |
1124 | func_340_a | loadSoundSettings | 0 | Used for loading sound settings from GameSettings |
1125 | func_342_a | isBoundingBoxInFrustum | 0 | Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false. |
1126 | func_343_a | setPosition | 0 | |
1127 | func_344_a | isBoxInFrustum | 0 | Calls the clipping helper. Returns true if the box is inside all 6 clipping planes, otherwise returns false. |
1128 | func_345_I | isEntityInsideOpaqueBlock | 0 | Checks if this entity is inside of an opaque block |
1129 | func_346_d | setAngles | 0 | |
1130 | func_347_a | setPosition | 0 | Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box. |
1131 | func_348_f | addVelocity | 0 | Adds to the current velocity of the entity. Args: x, y, z |
1132 | func_349_c | moveEntity | 0 | Tries to moves the entity by the passed in displacement. Args: x, y, z |
1133 | func_35002_a | placeDoorAtCurrentPosition | 0 | |
1134 | func_35003_a | createTreasureChestAtCurrentPosition | 0 | |
1135 | func_35004_a | buildComponent | 0 | Initiates construction of the Structure Component picked, at the current Location of StructGen |
1136 | func_35005_b | fillCurrentPositionBlocksDownwards | 0 | Overwrites air and liquids from selected position downwards, stops at hitting anything else. |
1137 | func_35006_b | getZWithOffset | 0 | |
1138 | func_35007_a | getBlockIdAtCurrentPosition | 0 | |
1139 | func_35008_a | getYWithOffset | 0 | |
1140 | func_35009_c | getMetadataWithOffset | 0 | Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata |
1141 | func_35010_a | randomlyFillWithBlocks | 0 | arguments: World worldObj, StructureBoundingBox structBB, Random rand, float randLimit, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int olaceBlockId, int replaceBlockId, boolean alwaysreplace |
1142 | func_35011_a | fillWithBlocks | 0 | arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace) |
1143 | func_35012_c | getComponentType | 0 | Returns the component type ID of this component. |
1144 | func_35013_a | isLiquidInStructureBoundingBox | 0 | checks the entire StructureBoundingBox for Liquids |
1145 | func_35014_a | randomlyPlaceBlock | 0 | Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs |
1146 | func_35015_a | randomlyRareFillWithBlocks | 0 | arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace |
1147 | func_35016_b | clearCurrentPositionBlocksUpwards | 0 | Deletes all continuous blocks from selected position upwards. Stops at hitting air. |
1148 | func_35017_a | getXWithOffset | 0 | |
1149 | func_35018_a | placeBlockAtCurrentPosition | 0 | current Position depends on currently set Coordinates mode, is computed here |
1150 | func_35019_a | fillTreasureChestWithLoot | 0 | |
1151 | func_35020_a | findIntersecting | 0 | Discover if bounding box can fit within the current bounding box object. |
1152 | func_35021_b | getBoundingBox | 0 | |
1153 | func_35022_a | fillWithRandomizedBlocks | 0 | arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector |
1154 | func_35023_a | addComponentParts | 0 | second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences... |
1155 | func_35027_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1156 | func_35028_a | getNextComponentNormal | 0 | Gets the next component in any cardinal direction |
1157 | func_35029_c | getNextComponentZ | 0 | Gets the next component in the +/- Z direction |
1158 | func_35030_a | canStrongholdGoDeeper | 0 | returns false if the Structure Bounding Box goes below 10 |
1159 | func_35031_a | getRandomDoor | 0 | |
1160 | func_35032_b | getNextComponentX | 0 | Gets the next component in the +/- X direction |
1161 | func_35033_a | placeDoor | 0 | builds a door of the enumerated types (empty opening is a door) |
1162 | func_35034_a | getStrongholdStairsComponent | 0 | performs some checks, then gives out a fresh Stairs component |
1163 | func_35039_a | findValidPlacement | 0 | |
1164 | func_35045_a | findValidPlacement | 0 | |
1165 | func_35047_a | findValidPlacement | 0 | |
1166 | func_35053_a | findValidPlacement | 0 | |
1167 | func_35055_a | findValidPlacement | 0 | |
1168 | func_35059_a | findValidPlacement | 0 | |
1169 | func_35063_a | findValidPlacement | 0 | |
1170 | func_35066_a | findValidPlacement | 0 | |
1171 | func_35071_a | findValidPlacement | 0 | |
1172 | func_35074_a | canVillageGoDeeper | 0 | |
1173 | func_35075_b | getAverageGroundLevel | 0 | Discover the y coordinate that will serve as the ground level of the supplied BoundingBox. (A median of all the levels in the BB's horizontal rectangle). |
1174 | func_35076_b | getNextComponentPP | 0 | Gets the next village component, with the bounding box shifted +1 in the X and Z direction. |
1175 | func_35077_a | getNextComponentNN | 0 | Gets the next village component, with the bounding box shifted -1 in the X and Z direction. |
1176 | func_35078_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1177 | func_35080_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1178 | func_35082_a | findValidPlacement | 0 | |
1179 | func_35085_a | findValidPlacement | 0 | |
1180 | func_35089_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1181 | func_35091_a | findValidPlacement | 0 | |
1182 | func_35095_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1183 | func_35097_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1184 | func_35099_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1185 | func_350_p | updateRidden | 0 | Handles updating while being ridden by an entity |
1186 | func_35101_a | findValidPlacement | 0 | Trys to find a valid place to put this component. |
1187 | func_35105_a | getWorldChunkManager | 0 | |
1188 | func_35112_o | setInWeb | 0 | Sets the Entity inside a web block. |
1189 | func_35113_c | setSprinting | 0 | Set sprinting switch for Entity. |
1190 | func_35114_R | isEating | 0 | |
1191 | func_35115_a | getBrightnessForRender | 0 | |
1192 | func_35116_d | setEating | 0 | |
1193 | func_35117_Q | isSprinting | 0 | Get if the Entity is sprinting. |
1194 | func_35119_j_ | getXpValue | 0 | Returns the XP value of this XP orb. |
1195 | func_35120_i | getTextureByXP | 0 | Returns a number from 1 to 10 based on how much XP this orb is worth. This is used by RenderXPOrb to determine what texture to use. |
1196 | func_35121_b | getXPSplit | 0 | Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete) |
1197 | func_35141_y_ | closeChest | 0 | |
1198 | func_35142_x_ | openChest | 0 | |
1199 | func_35143_b | receiveClientEvent | 0 | Called when a client event is received with the event number and argument, see World.sendClientEvent |
1200 | func_35144_b | updateContainingBlockInfo | 0 | Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check |
1201 | func_35147_g | checkForAdjacentChests | 0 | Performs the check for adjacent chests to determine if this chest is double or not. |
1202 | func_35157_d | hasItem | 0 | Get if a specifiied item id is inside the inventory. |
1203 | func_35158_d | onFinishedPotionEffect | 0 | |
1204 | func_35159_aC | getRenderSizeModifier | 0 | Returns render size modifier |
1205 | func_35160_a | isPotionActive | 0 | |
1206 | func_35161_c | onChangedPotionEffect | 0 | |
1207 | func_35162_ad | isBlocking | 0 | |
1208 | func_35163_av | isPlayer | 0 | Only use is to identify if class is an instance of player for experience dropping |
1209 | func_35164_b | onNewPotionEffect | 0 | |
1210 | func_35165_a | addPotionEffect | 0 | adds a PotionEffect to the entity |
1211 | func_35166_t_ | getSpeedModifier | 0 | This method returns a value to be applied directly to entity speed, this factor is less than 1 when a slowdown potion effect is applied, more than 1 when a haste potion effect is applied and 2 for fleeing entities. |
1212 | func_35167_b | getActivePotionEffect | 0 | returns the PotionEffect for the supplied Potion if it is active, null otherwise. |
1213 | func_35175_b | attackEntityAsMob | 0 | |
1214 | func_35176_r | getCarried | 0 | Get the id of the block an enderman carries |
1215 | func_35177_b | setCarried | 0 | Set the id of the block an enderman carries |
1216 | func_35178_q | teleportRandomly | 0 | Teleport the enderman to a random nearby position |
1217 | func_35179_a_ | teleportTo | 0 | Teleport the enderman |
1218 | func_35180_s | getCarryingData | 0 | Get the metadata of the block an enderman carries |
1219 | func_35181_c | setCarryingData | 0 | Set the metadata of the block an enderman carries |
1220 | func_35182_c | teleportToEntity | 0 | Teleport the enderman to another entity |
1221 | func_35183_c | shouldAttackPlayer | 0 | Checks to see if this enderman should be attacking this player |
1222 | func_35188_k_ | spiderScaleAmount | 0 | How large the spider should be scaled. |
1223 | func_35190_e | canPlayerEdit | 0 | |
1224 | func_35191_at | getFoodStats | 0 | Returns the player's FoodStats object. |
1225 | func_35192_aa | getItemInUseDuration | 0 | gets the duration for how long the current itemInUse has been in use |
1226 | func_35193_as | xpBarCap | 0 | This method returns the cap amount of experience that the experience bar can hold. With each level, the experience cap on the player's experience bar is raised by 10. |
1227 | func_35194_au | shouldHeal | 0 | Checks if the player's health is not full and not zero. |
1228 | func_35195_X | getItemInUse | 0 | returns the ItemStack containing the itemInUse |
1229 | func_35196_Z | isUsingItem | 0 | Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton |
1230 | func_35197_b | canEat | 0 | |
1231 | func_35198_d | addExhaustion | 0 | increases exhaustion level by supplied amount |
1232 | func_35199_b | setItemInUse | 0 | sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration |
1233 | func_351_a | moveFlying | 0 | Used in both water and by flying objects |
1234 | func_35200_b | onCriticalHit | 0 | Called when the player performs a critical hit on the Entity. Args: entity that was hit critically |
1235 | func_35201_a | updateItemUse | 0 | Plays sounds and makes particles for item in use state |
1236 | func_35202_aE | getSwingSpeedModifier | 0 | Returns the swing speed modifier |
1237 | func_35203_aG | increaseLevel | 0 | This method increases the player's experience level by one. |
1238 | func_35204_c | addExperience | 0 | This method increases the player's current amount of experience. |
1239 | func_35205_Y | getItemInUseCount | 0 | Returns the item in use count |
1240 | func_35206_ab | stopUsingItem | 0 | |
1241 | func_35207_ac | clearItemInUse | 0 | |
1242 | func_35208_ae | onItemUseFinish | 0 | Used for when item use count runs out, ie: eating completed |
1243 | func_35219_c | setXPStats | 0 | Sets the current XP, total XP, and level number. |
1244 | func_35220_u_ | getFOVMultiplier | 0 | Gets the player's field of view multiplier. (ex. when flying) |
1245 | func_35265_a | generateVines | 0 | Generates vines at the given position until it hits a block. |
1246 | func_35267_a | getIntCache | 0 | |
1247 | func_35268_a | resetIntCache | 0 | Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists. |
1248 | func_35274_i | getBlockColor | 0 | |
1249 | func_35275_c | getMixedBrightnessForBlock | 0 | Goes straight to getLightBrightnessForSkyBlocks for Blocks, does some fancy computing for Fluids |
1250 | func_35276_e | getAmbientOcclusionLightValue | 0 | Returns the default ambient occlusion value based on block opacity |
1251 | func_35291_d | isFenceGateOpen | 0 | Returns if the fence gate is open according to its metadata. |
1252 | func_35293_c | fertilizeMushroom | 0 | Fertilize the mushroom. |
1253 | func_35294_i | fertilizeStem | 0 | |
1254 | func_35295_j | getGrowthModifier | 0 | |
1255 | func_35298_d | canThisPaneConnectToThisBlockID | 0 | Gets passed in the blockID of the block adjacent and supposed to return true if its allowed to connect to the type of blockID passed in. Args: blockID |
1256 | func_35299_s | getSideTextureIndex | 0 | Returns the texture index of the thin side of the pane. |
1257 | func_352_a | writeEntityToNBT | 0 | (abstract) Protected helper method to write subclass entity data to NBT. |
1258 | func_35301_h | canVineStay | 0 | Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks. |
1259 | func_35302_d | canBePlacedOn | 0 | returns true if a vine can be placed on that block (checks for render as normal block and if it is solid) |
1260 | func_35303_f | canConnectFenceTo | 0 | Returns true if the specified block can be connected by a fence |
1261 | func_35304_f | getMetadataForBlockType | 0 | Returns the metadata to use when a Silverfish hides in the block. Sets the block to BlockSilverfish with this metadata. It changes the displayed texture client side to look like a normal block. |
1262 | func_35305_d | getPosingIdByMetadata | 0 | Gets the blockID of the block this block is pretending to be according to this block's metadata. |
1263 | func_35306_h | unifyAdjacentChests | 0 | Turns the adjacent chests to a double chest. |
1264 | func_35309_a | handleMouseClick | 0 | |
1265 | func_35310_g | getInventory | 0 | Returns the creative inventory |
1266 | func_35315_i | getLocalizedGameMode | 0 | Gets the localized GameMode |
1267 | func_35320_a | getServerList | 0 | Return the List of ServerNBTStorage objects |
1268 | func_35321_g | getLock | 0 | Get lock object for use with synchronized() |
1269 | func_35322_a | joinServer | 0 | Join server by slot index |
1270 | func_35323_q | saveServerList | 0 | Save the server list to servers.dat |
1271 | func_35324_p | loadServerList | 0 | Load the server list from servers.dat |
1272 | func_35326_a | setSelectedServer | 0 | Set index of the currently selected server |
1273 | func_35327_a | setTooltipText | 0 | Sets a GUI's lag tooltip text. |
1274 | func_35328_b | pollServer | 0 | Poll server for MOTD, lag, and player count/max |
1275 | func_35329_c | getButtonSelect | 0 | Return buttonSelect GuiButton |
1276 | func_35330_a | joinServer | 0 | Join server by ServerNBTStorage |
1277 | func_35331_n | incrementThreadsPending | 0 | Increment number of outstanding ThreadPollServers threads by 1 |
1278 | func_35332_b | joinServer | 0 | Join server by slot index (called on double click from GuiSlotServer) |
1279 | func_35333_b | getSelectedServer | 0 | Return index of the currently selected server |
1280 | func_35334_d | getButtonEdit | 0 | Return buttonEdit GuiButton |
1281 | func_35335_o | decrementThreadsPending | 0 | Decrement number of outstanding ThreadPollServers threads by 1 |
1282 | func_35336_a | pollServer | 0 | Poll server for MOTD, lag, and player count/max |
1283 | func_35337_c | initGuiControls | 0 | Populate the GuiScreen controlList |
1284 | func_35338_m | getThreadsPending | 0 | Return number of outstanding ThreadPollServers threads |
1285 | func_35339_e | getButtonDelete | 0 | Return buttonDelete GuiButton |
1286 | func_35354_a | rotateAndBlurSkybox | 0 | Rotate and blurs the skybox view in the main menu |
1287 | func_35355_b | drawPanorama | 0 | Draws the main menu panorama |
1288 | func_35356_c | renderSkybox | 0 | Renders the skybox in the main menu |
1289 | func_35373_b | retrySlotClick | 0 | |
1290 | func_35374_a | scrollTo | 0 | Updates the gui slots ItemStack's based on scroll position. |
1291 | func_35376_a | renderTileEntityChestAt | 0 | Renders the TileEntity for the chest at a position. |
1292 | func_35391_d | dropChunk | 0 | Drops the specified chunk. |
1293 | func_353_a | interact | 0 | Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig. |
1294 | func_35402_a | renderAll | 0 | This method renders out all parts of the chest model. |
1295 | func_35411_c | getMaxItemUseDuration | 0 | How long it takes to use or consume an item |
1296 | func_35412_b | getItemUseAction | 0 | returns the action that specifies what animation to play when the items is being used |
1297 | func_35413_b | onFoodEaten | 0 | |
1298 | func_35414_a | onPlayerStoppedUsing | 0 | called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount |
1299 | func_35424_o | setAlwaysEdible | 0 | Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat. |
1300 | func_35425_a | setPotionEffect | 0 | sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening |
1301 | func_35426_m | getSaturationModifier | 0 | gets the saturationModifier of the ItemFood |
1302 | func_35434_a | placeDoorBlock | 0 | |
1303 | func_35435_b | getBlockID | 0 | Returns the blockID for this Item |
1304 | func_35441_a | renderEyes | 0 | Render the endermans eyes |
1305 | func_35442_a | renderEnderman | 0 | Renders the enderman |
1306 | func_35443_a | renderCarrying | 0 | Render the block an enderman is carrying |
1307 | func_35446_a | scaleSpider | 0 | |
1308 | func_35447_a | getSilverfishDeathRotation | 0 | Return the silverfish's maximum death rotation. |
1309 | func_35448_a | renderSilverfish | 0 | Renders the silverfish. |
1310 | func_35449_a | shouldSilverfishRenderPass | 0 | Disallows the silverfish to render the renderPassModel. |
1311 | func_35451_b | getLightBrightnessForSkyBlocks | 0 | Any Light rendered on a 1.8 Block goes through here |
1312 | func_35453_b | getSpecialBlockBrightness | 0 | is only used on stairs and tilled fields |
1313 | func_35454_a | getSkyBlockTypeBrightness | 0 | Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent. |
1314 | func_35455_a | markTileEntityForDespawn | 0 | adds tile entity to despawn list (renamed from markEntityForDespawn) |
1315 | func_35456_d | getCelestialAngleRadians | 0 | Return getCelestialAngle()*2*PI |
1316 | func_35457_a | getSkyBlockTypeBrightness | 0 | Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent. |
1317 | func_35458_d | computeBlockLightValue | 0 | |
1318 | func_35459_c | updateLightByType | 0 | |
1319 | func_35460_a | computeSkyLightValue | 0 | |
1320 | func_35461_e | getPrecipitationHeight | 0 | Gets the height to which rain/snow will fall. Calculates it if not already stored. |
1321 | func_35462_u | setRandomSeed | 0 | puts the World Random seed to a specific state dependant on the inputs |
1322 | func_35463_p | updateAllLightTypes | 0 | |
1323 | func_35474_f | getIntTemperature | 0 | Gets an integer representation of this biome's temperature |
1324 | func_35475_a | createBiomeDecorator | 0 | Allocate a new BiomeDecorator for this BiomeGenBase |
1325 | func_35476_e | getIntRainfall | 0 | Gets an integer representation of this biome's rainfall |
1326 | func_35477_a | decorate | 0 | |
1327 | func_35478_a | setTemperatureRainfall | 0 | Sets the temperature and rainfall of this biome. |
1328 | func_35479_b | setMinMaxHeight | 0 | Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0. |
1329 | func_35496_b | initWorldGenSeed | 0 | Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument). |
1330 | func_35498_a | nextInt | 0 | returns a LCG pseudo random number from [0, x). Args: int x |
1331 | func_35499_a | initChunkSeed | 0 | Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates. |
1332 | func_354_B | isEntityAlive | 0 | Checks whether target entity is alive. |
1333 | func_35500_a | getInts | 0 | Returns a list of integer values generated by this layer. These may be interpreted as temperatures, rainfall amounts, or biomeList[] indices based on the particular GenLayer subclass. |
1334 | func_35510_b | choose | 0 | randomly choose between the four args |
1335 | func_35511_a | choose | 0 | randomly choose between the two args |
1336 | func_35516_a | choose | 0 | Chooses one of the two inputs randomly. |
1337 | func_35518_a | getSeed | 0 | Returns the seed for the world. |
1338 | func_35519_b | getGameType | 0 | Returns the world game type. |
1339 | func_35520_c | isMapFeaturesEnabled | 0 | Get whether the map features (e.g. strongholds) generation is enabled or disabled. |
1340 | func_35524_a | causeThrownDamage | 0 | |
1341 | func_35525_a | causeMobDamage | 0 | |
1342 | func_35526_e | getSourceOfDamage | 0 | |
1343 | func_35527_a | causePlayerDamage | 0 | returns an EntityDamageSource of type player |
1344 | func_35528_f | setDamageBypassesArmor | 0 | |
1345 | func_35529_d | canHarmInCreative | 0 | |
1346 | func_35530_a | causeFireballDamage | 0 | returns EntityDamageSourceIndirect of a fireball |
1347 | func_35531_g | setDamageAllowedInCreativeMode | 0 | |
1348 | func_35532_a | getEntity | 0 | |
1349 | func_35533_c | getHungerDamage | 0 | How much satiate(food) is consumed by this DamageSource |
1350 | func_35534_b | isUnblockable | 0 | |
1351 | func_35535_a | causeArrowDamage | 0 | returns EntityDamageSourceIndirect of an arrow |
1352 | func_35555_a | getBiomeGenAt | 0 | Return a list of biomes for the specified blocks. Args: listToReuse, x, y, width, length, cacheFlag (if false, don't check biomeCache to avoid infinite loop in BiomeCacheBlock) |
1353 | func_35556_a | findBiomePosition | 0 | Finds a valid position within a range, that is once of the listed biomes. |
1354 | func_35557_b | getBiomesForGeneration | 0 | Returns an array of biomes for the location input. |
1355 | func_35559_a | getBiomesToSpawnIn | 0 | Gets the list of valid biomes for the player to spawn in. |
1356 | func_35560_b | getRainfall | 0 | Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length. |
1357 | func_35561_b | cleanupCache | 0 | Calls the WorldChunkManager's biomeCache.cleanupCache() |
1358 | func_35562_a | areBiomesViable | 0 | checks given Chunk's Biomes against List of allowed ones |
1359 | func_35566_f | getHashCode | 0 | public method to get the hashed key(hashCode) |
1360 | func_35567_b | resizeTable | 0 | resizes the table |
1361 | func_35568_g | getHashedKey | 0 | returns the hashed key given the original key |
1362 | func_35569_c | getEntry | 0 | |
1363 | func_35570_a | createKey | 0 | creates the key in the hash table |
1364 | func_35571_a | hash | 0 | the hash function |
1365 | func_35572_e | removeKey | 0 | removes the key from the hash linked list |
1366 | func_35573_a | getHashIndex | 0 | gets the index in the hash given the array length and the hashed key |
1367 | func_35574_d | remove | 0 | calls the removeKey method and returns removed object |
1368 | func_35575_b | containsItem | 0 | |
1369 | func_35576_a | getNumHashElements | 0 | |
1370 | func_35577_a | add | 0 | Add a key-value pair. |
1371 | func_35578_a | getValueByKey | 0 | get the value from the map given the key |
1372 | func_35579_a | copyHashTableTo | 0 | copies the hash table to the specified array |
1373 | func_35585_a | getNextComponent | 0 | |
1374 | func_35586_a | getRandomComponent | 0 | |
1375 | func_35587_b | getNextMineShaftComponent | 0 | |
1376 | func_35588_a | getTreasurePieces | 0 | |
1377 | func_35598_a | getRandomIntegerInRange | 0 | |
1378 | func_35599_c | floor_double_long | 0 | Long version of floor_double |
1379 | func_355_a | dealFireDamage | 0 | Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage |
1380 | func_35602_a | canSpawnMoreVillagePiecesOfType | 0 | |
1381 | func_35603_a | canSpawnMoreVillagePieces | 0 | |
1382 | func_35612_b | dotProduct | 0 | |
1383 | func_35613_a | canSpawnMoreStructuresOfType | 0 | |
1384 | func_35614_a | canSpawnMoreStructures | 0 | |
1385 | func_35620_b | write | 0 | |
1386 | func_35621_a | safeWrite | 0 | |
1387 | func_35622_a | read | 0 | |
1388 | func_35626_a | generateRavine | 0 | |
1389 | func_35628_a | canSpawnStructureAtCoords | 0 | |
1390 | func_35629_a | generateStructuresInChunk | 0 | Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts. |
1391 | func_35630_b | getStructureStart | 0 | |
1392 | func_35636_i | extendedReach | 0 | true for hitting entities far away. |
1393 | func_35637_a | sendSlotPacket | 0 | Used in PlayerControllerMP to update the server with an ItemStack in a slot. |
1394 | func_35638_c | onStoppedUsingItem | 0 | |
1395 | func_35640_h | isInCreativeMode | 0 | returns true if player is in creative mode |
1396 | func_35641_g | isNotCreative | 0 | Checks if the player is not creative, used for checking if it should break a block instantly |
1397 | func_35644_a | clickBlockCreative | 0 | Called from a PlayerController when the player is hitting a block with an item in Creative mode. Args: Minecraft instance, player controller, x, y, z, side |
1398 | func_35645_e | disableAbilities | 0 | Disables creative abilities to the player. |
1399 | func_35646_d | enableAbilities | 0 | Enables creative abilities to the player |
1400 | func_35648_a | setCreative | 0 | |
1401 | func_35651_a | getBiomeGenAt | 0 | Returns the BiomeGenBase related to the x, z position from the cache block. |
1402 | func_35660_a | isReady | 0 | checks if Potion effect is ready to be applied this tick. |
1403 | func_35661_a | setPotionName | 0 | Set the potion name. |
1404 | func_35662_a | performEffect | 0 | |
1405 | func_35698_e | getNextComponentVillagePath | 0 | |
1406 | func_35699_a | getVillageComponentFromWeightedPiece | 0 | |
1407 | func_35700_c | getNextVillageComponent | 0 | attempts to find a next Village Component to be spawned |
1408 | func_35701_b | getNextStructureComponentVillagePath | 0 | |
1409 | func_35702_d | getNextVillageStructureComponent | 0 | attempts to find a next Structure Component to be spawned, private Village function |
1410 | func_35703_a | getAvailablePieceWeight | 0 | |
1411 | func_35704_a | getNextStructureComponent | 0 | attempts to find a next Structure Component to be spawned |
1412 | func_35705_a | getStructureVillageWeightedPieceList | 0 | |
1413 | func_35706_a | selectBlocks | 0 | picks Block Ids and Metadata (Silverfish) |
1414 | func_35707_a | getSelectedBlockId | 0 | |
1415 | func_35708_b | getSelectedBlockMetaData | 0 | |
1416 | func_35711_a | generateStructure | 0 | Keeps iterating Structure Pieces and spawning them until the checks tell it to stop |
1417 | func_35712_a | getBoundingBox | 0 | |
1418 | func_35713_a | markAvailableHeight | 0 | offsets the structure Bounding Boxes up to a certain height, typically 63 - 10 |
1419 | func_35714_b | updateBoundingBox | 0 | Calculates total bounding box based on components' bounding boxes and saves it to boundingBox |
1420 | func_35715_c | isSizeableStructure | 0 | currently only defined for Villages, returns true if Village has more than 2 non-road components |
1421 | func_35719_f | getGameType | 0 | |
1422 | func_35721_a | getChunkManager | 0 | Get the world chunk manager object for a biome list. |
1423 | func_35723_d | getCachedBiomes | 0 | Returns the array of cached biome types in the BiomeCacheBlock at the given location. |
1424 | func_35724_a | cleanupCache | 0 | Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds. |
1425 | func_35725_a | getBiomeGenAt | 0 | Returns the BiomeGenBase related to the x, z position from the cache. |
1426 | func_35726_e | getBiomeCacheBlock | 0 | Returns a biome cache block at location specified. |
1427 | func_35732_a | getRandomItem | 0 | Returns a random choice from the input array of items, with a total weight value. |
1428 | func_35733_a | getRandomItem | 0 | Returns a random choice from the input items. |
1429 | func_35734_a | getRandomItem | 0 | Returns a random choice from the input items, with a total weight value. |
1430 | func_35735_a | getRandomItem | 0 | Returns a random choice from the input items. |
1431 | func_35736_a | getTotalWeight | 0 | Returns the total weight of all items in a collection. |
1432 | func_35737_a | getTotalWeight | 0 | Returns the total weight of all items in a array. |
1433 | func_35738_b | expandTo | 0 | Expands a bounding box's dimensions to include the supplied bounding box. |
1434 | func_35739_d | getZSize | 0 | Returns length of a bounding box |
1435 | func_35740_a | intersectsWith | 0 | Returns whether the given bounding box intersects with this one. Args: structureboundingbox |
1436 | func_35741_a | getNewBoundingBox | 0 | returns a new StructureBoundingBox with MAX values |
1437 | func_35742_b | isVecInside | 0 | Returns true if block is inside bounding box |
1438 | func_35743_c | getYSize | 0 | Returns height of a bounding box |
1439 | func_35744_b | getXSize | 0 | Returns width of a bounding box |
1440 | func_35745_a | offset | 0 | Offsets the current bounding box by the specified coordinates. Args: x, y, z |
1441 | func_35746_a | intersectsWith | 0 | Discover if a coordinate is inside the bounding box area. |
1442 | func_35747_a | getComponentToAddBoundingBox | 0 | used to project a possible new component Bounding Box - to check if it would cut anything already spawned |
1443 | func_35760_d | getSaturationLevel | 0 | Get the player's food saturation level. |
1444 | func_35761_a | addStats | 0 | Eat some food. |
1445 | func_35762_a | addExhaustion | 0 | adds input to foodExhaustionLevel to a max of 40 |
1446 | func_35763_b | writeNBT | 0 | Writes food stats to an NBT object. |
1447 | func_35764_a | setFoodLevel | 0 | |
1448 | func_35765_a | getFoodLevel | 0 | Get the player's food level. |
1449 | func_35766_a | readNBT | 0 | Reads food stats from an NBT object. |
1450 | func_35767_b | setFoodSaturationLevel | 0 | |
1451 | func_35768_a | onUpdate | 0 | Handles the food game logic. |
1452 | func_35769_b | getPrevFoodLevel | 0 | |
1453 | func_35770_c | needFood | 0 | If foodLevel is not max. |
1454 | func_35771_a | addStats | 0 | Args: int foodLevel, float foodSaturationModifier |
1455 | func_35777_a | handleExperience | 0 | Handle an experience packet. |
1456 | func_35778_a | handleEntityExpOrb | 0 | Handle a entity experience orb packet. |
1457 | func_35779_a | handlePlayerInfo | 0 | Handle a player information packet. |
1458 | func_35780_a | handleEntityEffect | 0 | Handle an entity effect packet. |
1459 | func_35781_a | handleCreativeSetSlot | 0 | Handle a creative slot packet. |
1460 | func_35782_a | handleServerPing | 0 | Handle a server ping packet. |
1461 | func_35783_a | handleRemoveEntityEffect | 0 | Handle a remove entity effect packet. |
1462 | func_35784_a | handleKeepAlive | 0 | Handle a keep alive packet. |
1463 | func_35788_a | createServerNBTStorage | 0 | Factory method to create ServerNBTStorage object from a NBTTagCompound |
1464 | func_35789_a | getCompoundTag | 0 | Return a new NBTTagCompound representation of this ServerNBTStorage |
1465 | func_35796_a | combine | 0 | merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater. |
1466 | func_35797_d | deincrementDuration | 0 | |
1467 | func_35798_a | onUpdate | 0 | |
1468 | func_35799_a | getPotionID | 0 | Retrieve the ID of the potion this effect matches. |
1469 | func_357_b | readEntityFromNBT | 0 | (abstract) Protected helper method to read subclass entity data from NBT. |
1470 | func_35800_b | performEffect | 0 | |
1471 | func_35801_c | getAmplifier | 0 | |
1472 | func_35802_b | getDuration | 0 | |
1473 | func_35806_b | enableLightmap | 0 | Enable lightmap in secondary texture unit |
1474 | func_35807_d | updateTorchFlicker | 0 | Recompute a random value that is applied to block color in updateLightmap() |
1475 | func_35808_e | updateLightmap | 0 | |
1476 | func_35809_c | updateFovModifierHand | 0 | Update FOV modifier hand |
1477 | func_35810_a | disableLightmap | 0 | Disable secondary texture unit used by lightmap |
1478 | func_35829_b | getValue | 0 | |
1479 | func_35830_a | getKey | 0 | |
1480 | func_35835_b | setBrightness | 0 | |
1481 | func_35839_k | updateSkylight_do | 0 | Runs delayed skylight updates. |
1482 | func_35840_c | getPrecipitationHeight | 0 | Gets the height to which rain/snow will fall. Calculates it if not already stored. |
1483 | func_35841_j | updateSkylight | 0 | Checks whether skylight needs updated; if it does, calls updateSkylight_do |
1484 | func_35842_d | updateSkylightNeighborHeight | 0 | |
1485 | func_35843_a | populateChunk | 0 | |
1486 | func_35847_b | getNextComponent | 0 | |
1487 | func_35848_c | getNextValidComponent | 0 | |
1488 | func_35849_a | prepareStructurePieces | 0 | sets up Arrays with the Structure pieces and their weights |
1489 | func_35850_a | getNextValidComponentAccess | 0 | |
1490 | func_35851_a | getStrongholdComponentFromWeightedPiece | 0 | translates the PieceWeight class to the Component class |
1491 | func_35852_b | getStrongholdStones | 0 | |
1492 | func_35853_c | canAddStructurePieces | 0 | |
1493 | func_35858_b | containsItem | 0 | Return true if an object is associated with the given key |
1494 | func_35859_c | lookupEntry | 0 | Returns the key/object mapping for a given key as a MCHashEntry |
1495 | func_35860_b | getKeySet | 0 | Return the Set of all keys stored in this MCHash object |
1496 | func_35862_a | onPlayerStoppedUsing | 0 | Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount |
1497 | func_35863_b | onFoodEaten | 0 | |
1498 | func_35864_a | loadItemStackFromNBT | 0 | |
1499 | func_35865_n | getItemUseAction | 0 | |
1500 | func_35866_m | getMaxItemUseDuration | 0 | |
1501 | func_35880_a | generateOres | 0 | Generates ores in the current chunk |
1502 | func_35881_a | decorate | 0 | Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate |
1503 | func_35882_b | decorate | 0 | The method that does the work of actually decorating chunks |
1504 | func_35883_b | genStandardOre2 | 0 | Standard ore generation helper. Generates Lapis Lazuli. |
1505 | func_35884_a | genStandardOre1 | 0 | Standard ore generation helper. Generates most ores. |
1506 | func_358_c | addEntityID | 0 | adds the ID of this entity to the NBT given |
1507 | func_35917_r | isMapFeaturesEnabled | 0 | Get whether the map features (e.g. strongholds) generation is enabled or disabled. |
1508 | func_35918_q | getGameType | 0 | Get the game type, 0 for survival, 1 for creative. |
1509 | func_35922_a | renderBlockPane | 0 | |
1510 | func_35923_a | renderBlockFenceGate | 0 | Render block fence gate |
1511 | func_35924_c | getAoBrightness | 0 | Get ambient occlusion brightness |
1512 | func_35925_a | renderBlockFence | 0 | |
1513 | func_35926_a | renderBlockStemBig | 0 | Render block stem big |
1514 | func_35928_a | renderBlockStemSmall | 0 | Render block stem small |
1515 | func_35929_i | renderBlockVine | 0 | Render block vine |
1516 | func_35930_l | renderBlockCrops | 0 | Render block crops |
1517 | func_35957_a | performWorldGenSpawning | 0 | Called during chunk generation to spawn initial creatures. |
1518 | func_35958_d | unpressKey | 0 | |
1519 | func_35959_a | unPressAllKeys | 0 | |
1520 | func_35960_a | onTick | 0 | |
1521 | func_35961_b | resetKeyBindingArrayAndHash | 0 | |
1522 | func_35962_c | isPressed | 0 | |
1523 | func_35963_a | setKeyBindState | 0 | |
1524 | func_35968_a | setTextureSize | 0 | Returns the model renderer with the new texture parameters. |
1525 | func_35969_a | addChild | 0 | Sets the current box's rotation points and rotation angles to another box. |
1526 | func_359_G | handleLavaMovement | 0 | Whether or not the current entity is in lava |
1527 | func_36000_g | updatePotionEffects | 0 | |
1528 | func_36001_a | getExperiencePoints | 0 | Get the experience points the entity currently has. |
1529 | func_36002_f | removePotionEffect | 0 | input is the potion id to remove from the current active potion effects |
1530 | func_360_d | getDistanceSq | 0 | Gets the squared distance to the position. Args: x, y, z |
1531 | func_361_e | getDistance | 0 | Gets the distance to the position. Args: x, y, z |
1532 | func_363_d | writeToNBT | 0 | Save the entity to NBT (calls an abstract helper method to write extra data) |
1533 | func_364_b | addToPlayerScore | 0 | Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd |
1534 | func_365_c | setLocationAndAngles | 0 | Sets the location and Yaw/Pitch of an entity in the world |
1535 | func_366_i_ | updateRiderPosition | 0 | |
1536 | func_367_b | dropItem | 0 | Drops an item stack at the entity's position. Args: itemID, count |
1537 | func_368_e | readFromNBT | 0 | Reads the entity from NBT (calls an abstract helper method to read specialized data) |
1538 | func_370_e_ | onUpdate | 0 | Called to update the entity's position/logic. |
1539 | func_371_a | setSize | 0 | Sets the width and height of the entity. Args: width, height |
1540 | func_372_f_ | getBoundingBox | 0 | returns the bounding box for this entity |
1541 | func_373_s | getEyeHeight | 0 | |
1542 | func_374_q | preparePlayerToSpawn | 0 | Keeps moving the entity up so it isn't colliding with blocks and other requirements for this entity to be spawned (only actually used on players though its also on Entity) |
1543 | func_375_a | newDoubleNBTList | 0 | creates a NBT list from the array of doubles passed to this function |
1544 | func_376_c | setRotation | 0 | Sets the rotation of the entity |
1545 | func_377_a | newFloatNBTList | 0 | Returns a new NBTTagList filled with the specified floats |
1546 | func_378_a | setPositionAndRotation2 | 0 | Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX, posY, posZ, yaw, pitch |
1547 | func_379_d | getDistanceToEntity | 0 | Returns the distance to the entity. Args: entity |
1548 | func_380_f | applyEntityCollision | 0 | Applies a velocity to each of the entities pushing them away from each other. Args: entity |
1549 | func_381_o | isSneaking | 0 | Returns if this entity is sneaking. |
1550 | func_382_a | getBrightness | 0 | Gets how bright this entity is. |
1551 | func_383_b_ | getCollisionBox | 0 | Returns a boundingBox used to collide the entity with other entities and blocks. This enables the entity to be pushable on contact, like boats or minecarts. |
1552 | func_384_a | isInRangeToRenderDist | 0 | Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance |
1553 | func_385_d_ | canBePushed | 0 | Returns true if this entity should push and be pushed by other entities when colliding. |
1554 | func_387_e | getDistanceSqToEntity | 0 | Returns the squared distance to the entity. Args: entity |
1555 | func_388_v | getYOffset | 0 | Returns the Y Offset of this entity. |
1556 | func_389_H | getEntityString | 0 | Returns the string that identifies this Entity's class |
1557 | func_390_a | isInRangeToRenderVec3D | 0 | Checks using a Vec3d to determine if this entity is within range of that vector to be rendered. Args: vec3D |
1558 | func_391_y | onEntityUpdate | 0 | Gets called every tick from main Entity class |
1559 | func_392_h_ | getShadowSize | 0 | |
1560 | func_393_a | isInsideOfMaterial | 0 | Checks if the current block the entity is within of the specified material type |
1561 | func_394_a | dropItemWithOffset | 0 | Drops an item stack with a specified y offset. Args: itemID, count, yOffset |
1562 | func_395_F | setDead | 0 | Will get destroyed next tick. |
1563 | func_396_a | attackEntityFrom | 0 | Called when the entity is attacked. |
1564 | func_397_g_ | handleWaterMovement | 0 | Returns if this entity is in water and will end up adding the waters velocity to the entity |
1565 | func_398_a | setWorld | 0 | Sets the reference to the World object. |
1566 | func_399_b | setPositionAndRotation | 0 | Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch |
1567 | func_40001_x | runGameLoop | 0 | Called repeatedly from run() |
1568 | func_40002_b | exitToMainMenu | 0 | Unloads the current world, and displays a String while waiting |
1569 | func_40003_b | updateDebugProfilerName | 0 | Update debugProfilerName in response to number keys in debug screen |
1570 | func_40008_a_ | getCenter | 0 | |
1571 | func_40010_a | findValidPlacement | 0 | |
1572 | func_40014_a | findValidPlacement | 0 | |
1573 | func_40016_c | getNextComponentZ | 0 | Gets the next component in the +/- Z direction |
1574 | func_40017_a | getTotalWeight | 0 | |
1575 | func_40018_a | getNextComponent | 0 | Finds a random component to tack on to the bridge. Or builds the end. |
1576 | func_40019_b | getNextComponentX | 0 | Gets the next component in the +/- X direction |
1577 | func_40020_a | getNextComponent | 0 | |
1578 | func_40021_a | isAboveGround | 0 | Checks if the bounding box's minY is > 10 |
1579 | func_40022_a | getNextComponentNormal | 0 | Gets the next component in any cardinal direction |
1580 | func_40025_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1581 | func_40026_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1582 | func_40028_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1583 | func_40029_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1584 | func_40030_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1585 | func_40031_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1586 | func_40032_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1587 | func_40033_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1588 | func_40038_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1589 | func_40039_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1590 | func_40040_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1591 | func_40041_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1592 | func_40042_a | createValidComponent | 0 | Creates and returns a new component piece. Or null if it could not find enough room to place it. |
1593 | func_40043_a | getVillagerType | 0 | Returns the villager type to spawn in this component, based on the number of villagers already spawned. |
1594 | func_40044_a | spawnVillagers | 0 | Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers |
1595 | func_40045_B | extinguish | 0 | Removes fire from entity. |
1596 | func_40046_d | setFire | 0 | Sets entity to burn for x amount of seconds, cannot lower amount of existing fire. |
1597 | func_40047_D | isImmuneToFire | 0 | |
1598 | func_40048_X | getParts | 0 | Return the Entity parts making up this Entity (currently only for dragons) |
1599 | func_40049_b | setBrewTime | 0 | |
1600 | func_40050_o | canBrew | 0 | |
1601 | func_40051_b | getPotionResult | 0 | The result of brewing a potion of the specified damage value with an ingredient itemstack. |
1602 | func_40052_p | brewPotions | 0 | |
1603 | func_40053_g | getBrewTime | 0 | |
1604 | func_40054_n | getFilledSlots | 0 | returns an integer with each bit specifying wether that slot of the stand contains a potion |
1605 | func_40076_a | setThrowableHeading | 0 | Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction. |
1606 | func_40078_a | onImpact | 0 | Called when this EntityThrowable hits a block or entity. |
1607 | func_4007_a | displayUnexpectedThrowable | 0 | Displays an unexpected error that has come up during the game. |
1608 | func_40088_g | getPotionDamage | 0 | Returns the damage value of the thrown potion that this EntityPotion represents. |
1609 | func_40099_c | setParticleTextureIndex | 0 | Public method to set private field particleTextureIndex. |
1610 | func_4009_a | setRenderManager | 0 | Sets the RenderManager. |
1611 | func_400_c | fall | 0 | Called when the mob is falling. Calculates and applies fall damage. |
1612 | func_40100_q | getParticleTextureIndex | 0 | |
1613 | func_40112_aN | clearActivePotions | 0 | |
1614 | func_40113_j | setPositionAndUpdate | 0 | Move the entity to the coordinates informed, but keep yaw/pitch values. |
1615 | func_40114_aH | getHealth | 0 | |
1616 | func_40115_d | applyArmorCalculations | 0 | Reduces damage, depending on armor |
1617 | func_40116_f | decreaseAirSupply | 0 | Decrements the entity's air supply when underwater |
1618 | func_40117_c | getMaxHealth | 0 | |
1619 | func_40118_aO | getActivePotionEffects | 0 | |
1620 | func_40119_ar | getTotalArmorValue | 0 | Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue |
1621 | func_4011_a | doRenderFishHook | 0 | Actually renders the fishing line and hook |
1622 | func_40120_m_ | onDeathUpdate | 0 | handles entity death timer, experience orb and particle creation |
1623 | func_40121_k | setEntityHealth | 0 | |
1624 | func_40122_aP | isEntityUndead | 0 | Returns true if this entity is undead. |
1625 | func_40123_ac | getSoundPitch | 0 | Gets the pitch of living sounds in living entities. |
1626 | func_40124_t | getCreatureAttribute | 0 | Get this Entity's EnumCreatureAttribute |
1627 | func_40125_g | damageArmor | 0 | |
1628 | func_40126_a | isPotionApplicable | 0 | |
1629 | func_40127_l | isChild | 0 | If Animal, checks if the age timer is negative |
1630 | func_40128_b | applyPotionDamageCalculations | 0 | Reduces damage, depending on potions |
1631 | func_4012_a | doRenderFireball | 0 | |
1632 | func_40132_ae | createInstance | 0 | |
1633 | func_40135_ac | getSlimeParticle | 0 | Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate() |
1634 | func_4013_a | setRenderPassModel | 0 | Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model |
1635 | func_40143_a | isWheat | 0 | Checks if the parameter is an wheat item. |
1636 | func_40144_b | procreate | 0 | Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles. |
1637 | func_40145_a | spawnBabyAnimal | 0 | This function is used when two same-species animals in 'love mode' breed to generate the new baby animal. |
1638 | func_40147_Y | isValidLightLevel | 0 | Checks to make sure the light is not too bright where the mob is spawning |
1639 | func_40148_a | setBesideClimbableBlock | 0 | Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false. |
1640 | func_40149_l_ | isBesideClimbableBlock | 0 | Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock. |
1641 | func_40155_e | superAttackFrom | 0 | Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden |
1642 | func_40156_a | attackEntityFromPart | 0 | |
1643 | func_40158_a | destroyBlocksInAABB | 0 | Destroys all blocks that aren't associated with 'The End' inside the given bounding box. |
1644 | func_40159_b | simplifyAngle | 0 | Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180. |
1645 | func_4015_a | renderSpecials | 0 | Method for adding special render rules |
1646 | func_40160_a | getMovementOffsets | 0 | Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, always 0. Parameters: buffer index offset, partial ticks. |
1647 | func_4016_e | setFull3D | 0 | Sets bFull3D to True and return the object. |
1648 | func_4017_a | isFull3D | 0 | Returns True is the item is renderer in full 3D when hold. |
1649 | func_40180_a | displayGUIBrewingStand | 0 | Displays the GUI for interacting with a brewing stand. |
1650 | func_40181_c | displayGUIEnchantment | 0 | |
1651 | func_40182_b | travelToTheEnd | 0 | |
1652 | func_40183_c | onEnchantmentCritical | 0 | |
1653 | func_40184_i | removeExperience | 0 | Decrease the player level, used to pay levels for enchantments on items at enchanted table. |
1654 | func_40186_c | readNBTTagCompound | 0 | Reads a compressed NBTTagCompound from the InputStream |
1655 | func_40187_b | readItemStack | 0 | Reads a ItemStack from the InputStream |
1656 | func_40188_a | writeItemStack | 0 | Writes the ItemStack's ID (short), then size (byte), then damage. (short) |
1657 | func_40189_a | writeNBTTagCompound | 0 | Writes a compressed NBTTagCompound to the OutputStream |
1658 | func_4018_a | canHarvestBlock | 0 | Returns if the item (tool) can harvest results from the block type. |
1659 | func_40195_b | copy | 0 | Creates a clone of the tag. |
1660 | func_40196_b | getTag | 0 | gets a generic tag with the specified name |
1661 | func_40198_a | quantityDroppedWithBonus | 0 | Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive). |
1662 | func_4019_b | useItemOnEntity | 0 | Called when a player right clicks a entity with a item. |
1663 | func_401_c_ | canBeCollidedWith | 0 | Returns true if other Entities should be prevented from moving through this Entity. |
1664 | func_4020_a | getDamageVsEntity | 0 | Returns the damage against a given entity. |
1665 | func_40212_d | isEnderEyeInserted | 0 | checks if an ender eye has been inserted into the frame block. parameters: metadata |
1666 | func_40218_g | displayDebuffEffects | 0 | Displays debuff/potion effects that are currently being applied to the player |
1667 | func_4021_a | hitEntity | 0 | Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack. |
1668 | func_4022_a | setIconIndex | 0 | Sets the icon index for this item. Returns the item. |
1669 | func_40233_a | enchantItem | 0 | enchants the item on the table using the specified slot; also deducts XP from player |
1670 | func_4023_b | shouldRotateAroundWhenRendering | 0 | Returns true if this item should be rotated by 180 degrees around the Y axis when being held in an entities hands. |
1671 | func_40244_a | calculateModifier | 0 | Generic method use to calculate modifiers of offensive or defensive enchantment values. |
1672 | func_40249_a | generateRandomEnchantName | 0 | Generates a random enchant name. |
1673 | func_4024_a | setStepSound | 0 | Sets the footstep sound for the block. Returns the object for convenience in constructing. |
1674 | func_40250_a | setRandSeed | 0 | Sets the seed for the enchant name RNG. |
1675 | func_4025_d | tickRate | 0 | How many world ticks before ticking |
1676 | func_4026_a | onBlockPlacedBy | 0 | Called when the block is placed in the world. |
1677 | func_40270_a | renderModel | 0 | Renders the model in RenderLiving |
1678 | func_40271_a | doRenderSheep | 0 | |
1679 | func_40274_a | scaleMagmaCube | 0 | |
1680 | func_40275_a | renderMagmaCube | 0 | |
1681 | func_40277_a | renderBlaze | 0 | |
1682 | func_40279_a | renderDragonDying | 0 | Renders the animation for when an enderdragon dies |
1683 | func_4027_c | onBlockDestroyedByExplosion | 0 | Called upon the block being destroyed by an explosion |
1684 | func_40280_a | renderDragonModel | 0 | Renders the dragon model. Called by renderModel. |
1685 | func_40281_a | renderDragon | 0 | Renders the dragon, along with its dying animation |
1686 | func_40282_a | rotateDragonBody | 0 | Used to rotate the dragon as a whole in RenderDragon. It's called in the rotateCorpse method. |
1687 | func_40283_a | renderGlow | 0 | Renders the overlay for glowing eyes and the mouth. Called by shouldRenderPass. |
1688 | func_40294_a | renderVillager | 0 | |
1689 | func_40297_a | getTextureOffset | 0 | |
1690 | func_40298_a | setTextureOffset | 0 | |
1691 | func_402_h | getMountedYOffset | 0 | Returns the Y offset from the entity's position for any entity riding this one. |
1692 | func_40307_a | updateRotations | 0 | Updates the rotations in the parameters for rotations greater than 180 degrees or less than -180 degrees. It adds or subtracts 360 degrees, so that the appearance is the same, although the numbers are then simplified to range -180 to 180 |
1693 | func_4031_h | refreshTrackShape | 0 | Completely recalculates the track shape based on neighboring tracks |
1694 | func_4032_a_ | tryToCreatePortal | 0 | Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z |
1695 | func_4033_c | playRandomMusicIfReady | 0 | If its time to play new music it starts it up. |
1696 | func_40348_c | countSetFlags | 0 | Count the number of bits in an integer set to ON. |
1697 | func_40349_b | isFlagSet | 0 | Returns 1 if the flag is set, 0 if it is not set. |
1698 | func_4034_G | kill | 0 | sets the dead flag. Used when you fall off the bottom of the world. |
1699 | func_40350_a | brewBitOperations | 0 | Does bit operations for brewPotionData, given data, the index of the bit being operated upon, whether the bit will be removed, whether the bit will be toggled (NOT), or whether the data field will be set to 0 if the bit is not present. |
1700 | func_40353_c | isFlagUnset | 0 | Returns 0 if the flag is set, 1 if it is not set. |
1701 | func_40356_a | applyIngredient | 0 | Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive |
1702 | func_40357_a | checkFlag | 0 | Is the bit given set to 1? |
1703 | func_4035_j_ | getCollisionBorderSize | 0 | |
1704 | func_40360_b | getPotionEffects | 0 | Returns a list of effects for the specified potion damage value. |
1705 | func_40376_a | findClosestStructure | 0 | Returns the location of the closest structure of the specified type. If not found returns null. |
1706 | func_40377_a | getPossibleCreatures | 0 | Returns a list of creatures of the specified type that can spawn at the given location. |
1707 | func_4037_H | getLookVec | 0 | returns a (normalized) vector of where this entity is looking |
1708 | func_4038_J | setOnFireFromLava | 0 | Called whenever the entity is walking inside of lava. |
1709 | func_40397_d | getItemDisplayName | 0 | |
1710 | func_40398_f | getRarity | 0 | Return an item rarity from EnumRarity |
1711 | func_40399_b | getItemEnchantability | 0 | Return the enchantability factor of the item, most of the time is based on material. |
1712 | func_4039_q | setInPortal | 0 | Called by portal blocks when an entity is within it. |
1713 | func_403_b | isOffsetPositionInLiquid | 0 | Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z |
1714 | func_40400_h | getLocalItemName | 0 | |
1715 | func_40401_i | isItemTool | 0 | Checks isDamagable and if it cannot be stacked |
1716 | func_40402_a | getMovingObjectPositionFromPlayer | 0 | |
1717 | func_40403_e | hasEffect | 0 | |
1718 | func_40404_a | addInformation | 0 | allows items to add custom lines of information to the mouseover description |
1719 | func_40405_m | getPotionEffect | 0 | Returns a string representing what this item does to a potion. |
1720 | func_40406_n | isPotionIngredient | 0 | Returns true if this item serves as a potion ingredient (its ingredient information is not null). |
1721 | func_40407_b | setPotionEffect | 0 | Sets the string representing this item's effect on a potion when used as an ingredient. |
1722 | func_4042_a | calculateVelocity | 0 | |
1723 | func_40431_c_ | getEffects | 0 | Returns a list of effects for the specified potion damage value. |
1724 | func_40432_e | isEffectInstant | 0 | |
1725 | func_40433_c | isSplash | 0 | returns wether or not a potion is a throwable splash potion based on damage value |
1726 | func_40434_a_ | getEffects | 0 | Returns a list of potion effects for the specified itemstack. |
1727 | func_40436_c | getMaxDamageArray | 0 | Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor) |
1728 | func_4043_i | catchFish | 0 | |
1729 | func_40444_c | shouldRenderClouds | 0 | Should render clouds |
1730 | func_4044_a | damageEntity | 0 | Deals damage to the entity. If its a EntityPlayer then will take damage from the armor first and then health second with the reduced value. Args: damageAmount |
1731 | func_40451_b | setClientActiveTexture | 0 | Sets the current lightmap texture to the specified OpenGL constant |
1732 | func_40452_a | setActiveTexture | 0 | Sets the current lightmap texture to the specified OpenGL constant |
1733 | func_40453_a | initializeTextures | 0 | Initializes the texture constants to be used when rendering lightmap values |
1734 | func_40454_a | setLightmapTextureCoords | 0 | Sets the current coordinates of the given lightmap texture |
1735 | func_4045_l | getHeldItem | 0 | Returns the item that this EntityLiving is holding, if any. |
1736 | func_40468_d | getEffectName | 0 | |
1737 | func_40469_f | getEntrancePortalLocation | 0 | Gets the hard-coded portal location to use when entering this dimension |
1738 | func_40470_b | getMoonPhase | 0 | |
1739 | func_40471_p | isBlockFreezable | 0 | checks to see if a given block is both water and is cold enough to freeze |
1740 | func_40472_j | getEntrancePortalLocation | 0 | Gets the hard-coded portal location to use when entering this dimension |
1741 | func_40473_b | getClosestVulnerablePlayer | 0 | Returns the closest vulnerable player within the given radius, or null if none is found. |
1742 | func_40474_a | getRandomMob | 0 | Gets a random mob for spawning in this world. |
1743 | func_40475_d | getMoonPhase | 0 | |
1744 | func_40476_b | canBlockFreeze | 0 | checks to see if a given block is both water, and cold enough to freeze - if the par4 boolean is set, this will only return true if there is a non-water block immediately adjacent to the specified block |
1745 | func_40477_b | findClosestStructure | 0 | Returns the location of the closest structure of the specified type. If not found returns null. |
1746 | func_40478_r | canSnowAt | 0 | Tests whether or not snow can be placed at a given location |
1747 | func_40479_y | getSaveHandler | 0 | Returns this world's current save handler |
1748 | func_40480_b | getClosestVulnerablePlayerToEntity | 0 | Returns the closest vulnerable player to this entity within the given radius, or null if none is found |
1749 | func_40481_q | isBlockFreezableNaturally | 0 | checks to see if a given block is both water and has at least one immediately adjacent non-water block |
1750 | func_40484_a | getNearestInstance | 0 | |
1751 | func_40485_b | getSpawnList | 0 | |
1752 | func_40487_c | getTranslatedName | 0 | Returns the correct traslated name of the enchantment and the level in roman numbers. |
1753 | func_40488_d | getName | 0 | Return the name of key in translation table of this enchantment. |
1754 | func_40489_b | getMaxEnchantability | 0 | Returns the maximum value of enchantability nedded on the enchantment level passed. |
1755 | func_40490_a | calcModifierLiving | 0 | Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed. |
1756 | func_40491_a | getMaxLevel | 0 | Returns the maximum level that the enchantment can have. |
1757 | func_40492_a | getMinEnchantability | 0 | Returns the minimal value of enchantability nedded on the enchantment level passed. |
1758 | func_40493_c | getMinLevel | 0 | Returns the minimum level that the enchantment can have. |
1759 | func_40494_a | setName | 0 | Sets the enchantment name |
1760 | func_40495_b | getWeight | 0 | |
1761 | func_40496_a | canApplyTogether | 0 | Determines if the enchantment passed can be applyied together with this enchantment. |
1762 | func_40497_a | calcModifierDamage | 0 | Calculates de damage protection of the enchantment based on level and damage source passed. |
1763 | func_4049_h | becomeAngryAt | 0 | Causes this PigZombie to become angry at the supplied Entity (which will be a player). |
1764 | func_404_c | getFXLayer | 0 | |
1765 | func_4052_a | displayGUIEditSign | 0 | Displays the GUI for editing a sign. Args: tileEntitySign |
1766 | func_40530_d | getSaveDirectoryName | 0 | Returns the name of the directory where world information is saved |
1767 | func_40540_a | getTemperatureAtHeight | 0 | Return an adjusted version of a given temperature based on the y height |
1768 | func_40542_b | causeIndirectMagicDamage | 0 | |
1769 | func_40543_k | fireDamage | 0 | Returns true if the damage is fire based. |
1770 | func_40544_c | setProjectile | 0 | Define the damage type as projectile based. |
1771 | func_40545_l | getDamageType | 0 | Return the name of damage type. |
1772 | func_40546_j | setFireDamage | 0 | Define the damage type as fire based. |
1773 | func_40547_b | isProjectile | 0 | Returns true if the damage is projectile based. |
1774 | func_40550_A_ | writeNextIO | 0 | Returns a boolean stating if the write was unsuccessful. |
1775 | func_40557_c | getHardcoreEnabled | 0 | Returns true if hardcore mode is enabled, otherwise false |
1776 | func_40559_a | setRandomHeight | 0 | |
1777 | func_40560_b | getComponents | 0 | |
1778 | func_40561_a | countPacket | 0 | |
1779 | func_40566_a | waitForFinish | 0 | |
1780 | func_40567_a | queueIO | 0 | threaded io |
1781 | func_40568_b | processQueue | 0 | Process the items that are in the queue |
1782 | func_4056_N | sendMotionUpdates | 0 | Send updated motion and position information to the server |
1783 | func_40574_b | getDamageReductionAmount | 0 | Return the damage reduction (each 1 point is a half a shield on gui) of the piece index passed (0 = helmet, 1 = plate, 2 = legs and 3 = boots) |
1784 | func_40575_a | getEnchantability | 0 | Return the enchantability factor of the material. |
1785 | func_40576_a | getDurability | 0 | Returns the durability for a armor slot of for this type. |
1786 | func_40591_a | compress | 0 | |
1787 | func_40592_a | decompress | 0 | |
1788 | func_40594_g | isHardcoreModeEnabled | 0 | |
1789 | func_40596_f | getCenterY | 0 | |
1790 | func_40597_e | getCenterX | 0 | |
1791 | func_40598_g | getCenterZ | 0 | |
1792 | func_40599_a | handleEnchantItem | 0 | |
1793 | func_4059_a | generateNetherTerrain | 0 | Generates the shape of the terrain in the nether. |
1794 | func_40600_b | readCapabilitiesFromNBT | 0 | |
1795 | func_40601_a | writeCapabilitiesToNBT | 0 | |
1796 | func_40602_a | setTextureOffset | 0 | |
1797 | func_40603_a | addBox | 0 | |
1798 | func_40604_a | addBox | 0 | |
1799 | func_4060_a | generateTerrain | 0 | Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough |
1800 | func_40610_g | getEffectiveness | 0 | |
1801 | func_40611_e | getStatusIconIndex | 0 | Returns the index for the icon to display when the potion is active. |
1802 | func_40612_i | isUsable | 0 | |
1803 | func_40613_a | affectEntity | 0 | Hits the provided entity with this potion's instant effect. |
1804 | func_40614_a | setEffectiveness | 0 | |
1805 | func_40615_f | isBadEffect | 0 | This method returns true if the potion effect is bad - negative - for the entity. |
1806 | func_40616_h | setPotionUnusable | 0 | |
1807 | func_40617_d | hasStatusIcon | 0 | Returns true if the potion has a associated status icon to display in then inventory when active. |
1808 | func_40618_a | setIconIndex | 0 | Sets the index for the icon displayed in the player's inventory when the status is active. |
1809 | func_40619_a | getId | 0 | returns the ID of the potion |
1810 | func_4061_a | initializeNoiseField | 0 | generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size. |
1811 | func_40620_a | getDurationString | 0 | |
1812 | func_40621_j | getLiquidColor | 0 | Returns the color of the potion liquid. |
1813 | func_40622_b | isInstant | 0 | Returns true if the potion has an instant effect instead of a continuous one (eg Harming) |
1814 | func_40623_c | getName | 0 | returns the name of the potion |
1815 | func_40629_a | calcItemStackEnchantability | 0 | Returns the enchantability of itemstack, it's uses a singular formula for each index (2nd parameter: 0, 1 and 2), cutting to the max enchantability power of the table (3rd parameter) |
1816 | func_4062_a | replaceBlocksForBiome | 0 | Replaces the stone that was placed in with blocks that match the biome |
1817 | func_40630_a | getEnchantmentModifierLiving | 0 | Return the (magic) extra damage of the enchantments on player equipped item. |
1818 | func_40631_c | getFireAspectModifier | 0 | Return the fire aspect value of enchantments on equipped player item. |
1819 | func_40632_a | getRespiration | 0 | Returns the 'Water Breathing' modifier of enchantments on player equipped armors. |
1820 | func_40633_g | getAquaAffinityModifier | 0 | Returns the aqua affinity status of enchantments on current equipped item of player. |
1821 | func_40634_b | getEnchantmentLevel | 0 | Returns the level of enchantment on the ItemStack passed. |
1822 | func_40635_a | mapEnchantmentData | 0 | Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed. |
1823 | func_40636_a | getMaxEnchantmentLevel | 0 | Returns the biggest level of the enchantment on the array of ItemStack passed. |
1824 | func_40637_f | getLootingModifier | 0 | Returns the looting enchantment modifier of the current equipped item of player. |
1825 | func_40638_e | getFortuneModifier | 0 | Returns the fortune enchantment modifier of the current equipped item of player. |
1826 | func_40639_a | applyEnchantmentModifierArray | 0 | Executes the enchantment modifier on the array of ItemStack passed. |
1827 | func_4063_a | renderPumpkinBlur | 0 | |
1828 | func_40640_c | getUnbreakingModifier | 0 | Returns the unbreaking enchantment modifier on current equipped item of player. |
1829 | func_40641_a | applyEnchantmentModifier | 0 | Executes the enchantment modifier on the ItemStack passed. |
1830 | func_40642_b | getEfficiencyModifier | 0 | Return the extra efficiency of tools based on enchantments on equipped player item. |
1831 | func_40643_a | getEnchantmentModifierDamage | 0 | Returns the modifier of protection enchantments on armors equipped on player. |
1832 | func_40644_a | buildEnchantmentList | 0 | Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level. |
1833 | func_40645_b | getKnockbackModifier | 0 | Returns the knockback value of enchantments on equipped player item. |
1834 | func_40646_d | getSilkTouchModifier | 0 | Returns the silk touch status of enchantments on current equipped item of player. |
1835 | func_4064_a | renderVignette | 0 | Renders the vignette. Args: vignetteBrightness, width, height |
1836 | func_40650_a | canEnchantItem | 0 | Return true if the item passed can be enchanted by a enchantment of this type. |
1837 | func_4065_b | renderPortalOverlay | 0 | Renders the portal overlay. Args: portalStrength, width, height |
1838 | func_40660_a | clearProfiling | 0 | Clear profiling |
1839 | func_40661_c | endStartSection | 0 | End current section and start a new section |
1840 | func_40662_b | endSection | 0 | End section |
1841 | func_40663_a | startSection | 0 | Start section |
1842 | func_40664_b | getProfilingData | 0 | Get profiling data |
1843 | func_4066_a | renderGameOverlay | 0 | Render the ingame overlay with quick icon bar, ... |
1844 | func_40670_a | render | 0 | Draw the six sided box defined by this ModelBox |
1845 | func_4067_a | parseIntWithDefault | 0 | |
1846 | func_40686_a | renderItemIn2D | 0 | Renders an item held in hand as a 2D texture with thickness |
1847 | func_40687_b | getSecondaryComponents | 0 | |
1848 | func_40688_a | createNextComponent | 0 | |
1849 | func_40689_a | getPrimaryComponents | 0 | |
1850 | func_40690_b | createNextComponentRandom | 0 | |
1851 | func_406_a | renderParticle | 0 | |
1852 | func_40700_a | getDisplayColor | 0 | Compute the color used to display this ProfilerResult on the debug screen |
1853 | func_40701_a | compareProfilerResult | 0 | Called from compareTo() |
1854 | func_40705_a | addEnchantment | 0 | Adds an enchantment with a desired level on the ItemStack. |
1855 | func_40706_d | setTagCompound | 0 | Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it. |
1856 | func_40707_s | getRarity | 0 | |
1857 | func_40708_t | isItemEnchantable | 0 | True if it is a tool and has no enchantments to begin with |
1858 | func_40709_o | getTagCompound | 0 | Returns the NBTTagCompound of the ItemStack. |
1859 | func_4070_a | loadBlockGeneratorData | 0 | Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth |
1860 | func_40710_n | hasTagCompound | 0 | Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments. |
1861 | func_40711_u | isItemEnchanted | 0 | True if the item has enchantment data |
1862 | func_40712_q | getItemNameandInformation | 0 | gets a list of strings representing the item name and successive extra data, eg Enchantments and potion effects |
1863 | func_40713_r | hasEffect | 0 | |
1864 | func_40714_p | getEnchantmentTagList | 0 | |
1865 | func_4071_a | getTemperatures | 0 | Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length |
1866 | func_40724_s | isHardcoreModeEnabled | 0 | Returns true if hardcore mode is enabled, otherwise false |
1867 | func_40726_m | renderBlockLilyPad | 0 | Render BlockLilyPad |
1868 | func_40727_a | clearOverrideBlockTexture | 0 | Clear override block texture |
1869 | func_40728_a | renderBlockCauldron | 0 | Render block cauldron |
1870 | func_40729_s | renderBlockEndPortalFrame | 0 | Render BlockEndPortalFrame |
1871 | func_40730_a | renderBlockBrewingStand | 0 | Render BlockBrewingStand |
1872 | func_40731_e | getEnchantability | 0 | Return the natural enchantability factor of the material. |
1873 | func_40735_a | getCenterXPos | 0 | |
1874 | func_40736_b | getCenterZPosition | 0 | |
1875 | func_40737_a | getChunkPosition | 0 | |
1876 | func_4073_a | getBiomeGenAt | 0 | Returns the BiomeGenBase related to the x, z position on the world. |
1877 | func_40740_k | getChunkCoordIntPair | 0 | Gets a ChunkCoordIntPair representing the Chunk's position. |
1878 | func_40751_a | setComponentType | 0 | |
1879 | func_4075_a | getWorldChunkManager | 0 | |
1880 | func_4076_b | setSpawnLocation | 0 | Sets a new spawn location by finding an uncovered block at a random (x,z) location in the chunk. |
1881 | func_4079_a | getSkyColor | 0 | Calculates the color for the skybox |
1882 | func_407_b | multiplyVelocity | 0 | |
1883 | func_4080_j | tickBlocksAndAmbiance | 0 | plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player |
1884 | func_4081_a | createChunkProvider | 0 | Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider? |
1885 | func_4082_d | getFogColor | 0 | Returns vector(ish) with R/G/B for fog |
1886 | func_4083_e | getTopSolidOrLiquidBlock | 0 | Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z |
1887 | func_4084_a | updateEntityWithOptionalForce | 0 | Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate |
1888 | func_4086_d | getLightValue | 0 | Gets the light value of the specified block coords. Args: x, y, z |
1889 | func_4087_b | createPlayer | 0 | |
1890 | func_408_a | setArrowHeading | 0 | Uses the provided coordinates as a heading and determines the velocity from it with the set force and random variance. Args: x, y, z, force, forceVariation |
1891 | func_4093_b | generateLightBrightnessTable | 0 | Creates the light to brightness table |
1892 | func_4094_c | getChunkProvider | 0 | Returns the chunk provider back for the world provider |
1893 | func_4095_a | registerWorld | 0 | associate an existing world with a World provider, and setup its lightbrightness table |
1894 | func_4096_a | getFogColor | 0 | Return Vec3D with biome specific fog color |
1895 | func_4097_b | calcSunriseSunsetColors | 0 | Returns array with sunrise/sunset colors |
1896 | func_4098_a | registerWorldChunkManager | 0 | creates a new world chunk manager for WorldProvider |
1897 | func_409_i | explode | 0 | |
1898 | func_41001_Z | getAir | 0 | |
1899 | func_41002_a | playStepSound | 0 | Plays step sound at given x, y, z for the entity |
1900 | func_41003_g | setAir | 0 | |
1901 | func_41004_h | isEntityEqual | 0 | Returns true if Entity argument is equal to this Entity |
1902 | func_41005_b | renderBrokenItemStack | 0 | Renders broken item particles using the given ItemStack |
1903 | func_41006_aA | setNewTarget | 0 | Sets a new target for the flight AI. It can be a random coordinate or a nearby player. |
1904 | func_41008_a | collideWithEntities | 0 | Pushes all entities inside the list away from the enderdragon. |
1905 | func_41009_b | attackEntitiesInList | 0 | Attacks all entities inside this list, dealing 5 hearts of damage. |
1906 | func_4100_a | calculateCelestialAngle | 0 | Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime) |
1907 | func_41010_ax | getDragonHealth | 0 | Returns the health points of the dragon. |
1908 | func_41011_ay | updateDragonEnderCrystal | 0 | Updates the state of the enderdragon's current endercrystal. |
1909 | func_41012_a | createEnderPortal | 0 | Creates the ender portal leading back to the normal world after defeating the enderdragon. |
1910 | func_41014_d | copyPlayer | 0 | Copy the inventory and various stats from another EntityPlayer |
1911 | func_41015_b | setDamageTaken | 0 | Sets the damage taken from the last hit. |
1912 | func_41016_i | getForwardDirection | 0 | Gets the forward direction of the entity. |
1913 | func_41017_d | setForwardDirection | 0 | Sets the forward direction of the entity. |
1914 | func_41018_h | getTimeSinceHit | 0 | Gets the time since the last hit. |
1915 | func_41019_c | setTimeSinceHit | 0 | Sets the time to count down from since the last time entity was hit. |
1916 | func_4101_a | getProviderForDimension | 0 | |
1917 | func_41020_g | getDamageTaken | 0 | Gets the damage taken from the last hit. |
1918 | func_41021_b | getInventorySlotContainItemAndDamage | 0 | |
1919 | func_41022_a | copyInventory | 0 | Copy the ItemStack contents from another InventoryPlayer instance |
1920 | func_41026_g | isMinecartPowered | 0 | Is this minecart powered (Fuel > 0) |
1921 | func_41027_b | setMinecartPowered | 0 | Set if this minecart is powered (Fuel > 0) |
1922 | func_4102_a | canCoordinateBeSpawn | 0 | Will check if the x, z position specified is alright to be set as the map spawn point |
1923 | func_41033_a | setBlockNames | 0 | Sets the array of strings to be used for name lookups from item damage to metadata |
1924 | func_41039_c | renderBossHealth | 0 | Renders dragon's (boss) health on the HUD |
1925 | func_4103_a | onPickupFromSlot | 0 | Called when the player picks up an item from an inventory slot |
1926 | func_41041_e | respawnPlayer | 0 | Respawns the player. |
1927 | func_41049_c_ | createStackedBlock | 0 | Returns an item stack containing a single instance of the current block type. 'i' is the block's subtype/damage and is ignored for blocks which do not support subtypes. Blocks which cannot be harvested should return null. |
1928 | func_4104_e | getSlotStackLimit | 0 | Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots) |
1929 | func_41052_f | isValidSupportBlock | 0 | Checks if the block ID is a valid support block for the trap door to connect with. If it is not the trapdoor is dropped into the world. |
1930 | func_41053_d | isPoweredOrRepeater | 0 | Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered. |
1931 | func_41054_h | teleportNearby | 0 | Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg. |
1932 | func_41055_g | fallIfPossible | 0 | Checks if the dragon egg can fall down, and if so, makes it fall. |
1933 | func_4105_a | isItemValid | 0 | Check if the stack is a valid item for this slot. Always true beside for the armor slots. |
1934 | func_41060_a | setBlockAndMetadata | 0 | Sets the block in the world, notifying neighbors if enabled. |
1935 | func_41062_b | getWatchableObjectShort | 0 | |
1936 | func_41065_a | projectViewFromEntity | 0 | Returns a vector representing the projection along the given entity's view for the given distance |
1937 | func_41066_a | getBlockIdAtEntityViewpoint | 0 | Returns the block ID at the current camera location (either air or fluid), taking into account the height of fluid blocks |
1938 | func_41067_a | updateRenderInfo | 0 | Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode |
1939 | func_4106_b | placeInExistingPortal | 0 | Place an entity in a nearby portal which already exists. |
1940 | func_4107_a | placeInPortal | 0 | Place an entity in a nearby portal, creating one if necessary. |
1941 | func_41081_a | getPendingBlockUpdates | 0 | |
1942 | func_41082_b | isBlockNormalCubeDefault | 0 | Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter. |
1943 | func_41083_e | scheduleBlockUpdateFromLoad | 0 | Schedules a block update from the saved information in a chunk. Called when the chunk is loaded. |
1944 | func_41084_a | clamp_int | 0 | Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters. |
1945 | func_41085_c | getKeyDisplayString | 0 | Represents a key or mouse button as a string. Args: key |
1946 | func_41088_a | renderBlockDragonEgg | 0 | |
1947 | func_41089_c | enableGUIStandardItemLighting | 0 | Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers). |
1948 | func_4108_c | createPortal | 0 | Create a new portal near an entity. |
1949 | func_4109_a | generateNoiseOctaves | 0 | Bouncer function to the main one with some default arguments. |
1950 | func_410_i | onValidSurface | 0 | checks to make sure painting can be placed there |
1951 | func_4113_a | handleChat | 0 | |
1952 | func_4114_b | registerPacket | 0 | |
1953 | func_4115_a | handleLogin | 0 | |
1954 | func_4117_a | getEntityClassRenderObject | 0 | |
1955 | func_4119_a | getSpawningChance | 0 | returns the chance a creature has to spawn. |
1956 | func_4123_b | setColor | 0 | |
1957 | func_4125_a | setBiomeName | 0 | |
1958 | func_4126_a | getSkyColorByTemp | 0 | takes temperature, returns color |
1959 | func_4128_a | generateCaveNode | 0 | Generates a node in the current cave system recursion tree. |
1960 | func_4129_a | generateLargeCaveNode | 0 | Generates a larger initial cave node than usual. Called 25% of the time. |
1961 | func_4130_f | setBurning | 0 | Set the canBurn bool to True and return the current object. |
1962 | func_4132_a | renderItem | 0 | Renders the item stack for being in an entity's hand Args: itemStack |
1963 | func_4133_a | renderItemInFirstPerson | 0 | Renders the active item in the player's hand when in first person mode. Args: partialTickTime |
1964 | func_4134_c | renderWorld | 0 | |
1965 | func_4135_b | renderHand | 0 | Render player hand |
1966 | func_4136_b | updateCameraAndRender | 0 | Will update any inputs that effect the camera angle (mouse) and then render the world and GUI |
1967 | func_4137_h | updateFogColor | 0 | calculates fog and calls glClearColor |
1968 | func_4138_g | orientCamera | 0 | sets up player's eye (or camera in third person mode) |
1969 | func_4139_a | setupCameraTransform | 0 | sets up projection, view effects, camera position/rotation |
1970 | func_4140_a | setupFog | 0 | Sets up the fog to be rendered. If the arg passed in is -1 the fog starts at 0 and goes to 80% of far plane distance and is used for sky rendering. |
1971 | func_4141_b | renderClouds | 0 | |
1972 | func_4142_a | renderSky | 0 | Renders the sky with the partial tick time. Args: partialTickTime |
1973 | func_4144_a | getSpecialRendererForClass | 0 | Returns the TileEntitySpecialRenderer used to render this TileEntity class, or null if it has no special renderer |
1974 | func_4146_a | getFoliageColor | 0 | Gets foliage color from temperature and humidity. Args: temperature, humidity |
1975 | func_4147_a | getGrassColor | 0 | Gets grass color from temperature and humidity. Args: temperature, humidity |
1976 | func_4148_a | saveScreenshot | 0 | Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot. |
1977 | func_4149_a | clearBoundingBoxPool | 0 | Sets the number of bounding boxes in use from the pool to 0 so they will be reused |
1978 | func_4150_a | isVecInside | 0 | Returns if the supplied Vec3D is completely inside the bounding box |
1979 | func_4152_a | renderStandardBlockWithColorMultiplier | 0 | Renders a standard cube block at the given coordinates, with a given color ratio. Args: block, x, y, z, r, g, b |
1980 | func_4153_a | getRandomSpawningPointInChunk | 0 | Given a chunk, find a random position in it. |
1981 | func_4154_a | performSpawning | 0 | The main spawning algorithm, spawns three random creatures of types in the subclass array |
1982 | func_415_z | spawnExplosionParticle | 0 | Spawns an explosion particle around the Entity's location |
1983 | func_416_a | rayTrace | 0 | Performs a ray trace for the distance specified and using the partial tick time. Args: distance, partialTickTime |
1984 | func_417_b | updateRotation | 0 | Arguments: current rotation, intended rotation, max increment. |
1985 | func_418_b_ | updateEntityActionState | 0 | |
1986 | func_419_b | onDeath | 0 | Called when the mob's health reaches 0. |
1987 | func_420_c | canEntityBeSeen | 0 | returns true if the entity provided in the argument can be seen. (Raytrace) |
1988 | func_421_b | getTalkInterval | 0 | Get number of ticks, at least during which the living entity will be silent. |
1989 | func_422_g | getDropItemId | 0 | Returns the item ID for the item the mob drops on death. |
1990 | func_424_C | jump | 0 | Causes this entity to do an upwards motion (jumping). |
1991 | func_425_j | onLivingUpdate | 0 | Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons use this to react to sunlight and start to burn. |
1992 | func_426_b | faceEntity | 0 | Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument. |
1993 | func_427_e | getPosition | 0 | interpolated position vector |
1994 | func_429_A | isOnLadder | 0 | returns true if this entity is by a ladder, false otherwise |
1995 | func_43001_a | onFallenUpon | 0 | Block's chance to react to an entity falling on it. |
1996 | func_430_f | getLook | 0 | interpolated look vector |
1997 | func_431_d | getSwingProgress | 0 | Returns where in the swing animation the living entity is (from 0 to 1). Args: partialTickTime |
1998 | func_432_b | heal | 0 | Heal living entity (param: amount of half-hearts) |
1999 | func_433_a | getCanSpawnHere | 0 | Checks if the entity's current position is a valid location to spawn this entity. |
2000 | func_434_a | knockBack | 0 | knocks back this entity |
2001 | func_435_b | moveEntityWithHeading | 0 | Moves the entity based on the specified heading. Args: strafe, forward |
2002 | func_437_a | attackEntity | 0 | Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack. |
2003 | func_438_i | findPlayerToAttack | 0 | Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies). |
2004 | func_439_a | getBlockPathWeight | 0 | Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z |
2005 | func_44001_ad | isClientWorld | 0 | Returns whether the entity is in a local (client) world |
2006 | func_44005_a | Returns | 0 | the private theGameSettings field. |
2007 | func_44020_i | getName | 0 | |
2008 | func_44021_d | loadLanguageList | 0 | |
2009 | func_44022_b | getLanguageList | 0 | |
2010 | func_44023_a | setLanguage | 0 | |
2011 | func_44024_c | getCurrentLanguage | 0 | |
2012 | func_44025_a | loadLanguage | 0 | |
2013 | func_44028_a | handleCustomPayload | 0 | |
2014 | func_44029_a | renderStringAtPos | 0 | Render a single line string at the current (posX,posY) and update posX |
2015 | func_44030_b | loadGlyphTexture | 0 | Load one of the /font/glyph_XX.png into a new GL texture and store the texture ID in glyphTextureName array. |
2016 | func_44032_a | setUnicodeFlag | 0 | Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font. |
2017 | func_44040_a | getStringFromID | 0 | Finds the class using IDtoClassMapping and classToStringMapping |
2018 | func_440_b | setCreeperFlashTime | 0 | Connects the the creeper flashes to the creeper's color multiplier |
2019 | func_441_c | setSlimeSize | 0 | |
2020 | func_443_a_ | onItemPickup | 0 | Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize |
2021 | func_445_l | displayWorkbenchGUI | 0 | Displays the crafting GUI for a workbench. |
2022 | func_446_a | joinEntityItemWithWorld | 0 | Joins the passed in entity item with the world. Args: entityItem |
2023 | func_448_u | destroyCurrentEquippedItem | 0 | Destroys the currently equipped item from the player's inventory. |
2024 | func_450_a | getCurrentPlayerStrVsBlock | 0 | Returns how strong the player is against the specified block at this moment |
2025 | func_451_h | collideWithPlayer | 0 | |
2026 | func_452_a | displayGUIChest | 0 | Displays the GUI for interacting with a chest inventory. Args: chestInventory |
2027 | func_453_a | displayGUIFurnace | 0 | Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace |
2028 | func_454_b | canHarvestBlock | 0 | Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary) |
2029 | func_457_w | swingItem | 0 | Swings the item the player is holding. |
2030 | func_46003_g | setJumping | 0 | |
2031 | func_46004_aK | getRNG | 0 | |
2032 | func_46005_aI | getJumpHelper | 0 | |
2033 | func_46006_aR | isAIEnabled | 0 | Returns true if the newer Entity AI code should be run |
2034 | func_46007_aL | getAITarget | 0 | |
2035 | func_46008_aG | getLookHelper | 0 | |
2036 | func_46009_aH | getMoveHelper | 0 | |
2037 | func_46010_f | setMoveForward | 0 | |
2038 | func_46011_aM | getAge | 0 | |
2039 | func_46014_aS | updateAITasks | 0 | |
2040 | func_46024_b | setDamage | 0 | |
2041 | func_46025_l | getDamage | 0 | |
2042 | func_46028_b | getDoneButton | 0 | Returns the private doneButton field. |
2043 | func_46034_a | onUpdateMoveHelper | 0 | |
2044 | func_46051_a | generate | 0 | |
2045 | func_46059_i | doesContainerItemLeaveCraftingGrid | 0 | If this returns true, after a recipe involving this item is crafted the container item will be added to the player's inventory instead of remaining in the crafting grid. |
2046 | func_46064_i | getWorldHasNoSky | 0 | returns true if there should be no sky, false otherwise |
2047 | func_46065_j | getVoidFogYFactor | 0 | Returns a double value representing the Y value relative to the top of the map at which void fog is at its maximum. The default factor of 0.03125 relative to 256, for example, means the void fog will be at its maximum at (256*0.03125), or 8. |
2048 | func_46066_g | getAverageGroundLevel | 0 | |
2049 | func_46068_G | getSeaLevel | 0 | Gets sea level for use in rendering the horizen. |
2050 | func_46069_a | onUpdateNavigation | 0 | |
2051 | func_46072_b | noPath | 0 | If null path or reached the end |
2052 | func_46077_d | resetTask | 0 | Resets the task |
2053 | func_46078_f | isContinuous | 0 | Returns whether the task requires multiple updates or not |
2054 | func_46079_a | setMutexBits | 0 | Sets a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other. |
2055 | func_46080_e | startExecuting | 0 | Execute a one shot task or start executing a continuous task |
2056 | func_46081_b | updateTask | 0 | Updates the task |
2057 | func_46082_a | shouldExecute | 0 | Returns whether the EntityAIBase should begin execution. |
2058 | func_46083_c | getMutexBits | 0 | Get a bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other. |
2059 | func_46084_g | continueExecuting | 0 | Returns whether an in-progress EntityAIBase should continue executing |
2060 | func_46107_e | getTerrainType | 0 | |
2061 | func_46109_d | isBidrectional | 0 | |
2062 | func_46110_d | isUnicode | 0 | |
2063 | func_46115_a | onUpdateTasks | 0 | |
2064 | func_46117_a | areTasksCompatible | 0 | Returns whether two EntityAITaskEntries can be executed concurrently |
2065 | func_46118_a | addTask | 0 | |
2066 | func_46121_b | bidiReorder | 0 | Apply Unicode Bidirectional Algorithm to string and return a new possibly reordered string for visual rendering. |
2067 | func_46122_b | renderSplitString | 0 | Perform actual work of rendering a multi-line string with wordwrap (maximum length is parameter k) and with darkre drop shadow color if flag is set |
2068 | func_46123_b | setBidiFlag | 0 | Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string. |
2069 | func_46124_b | renderSplitStringNoShadow | 0 | renders a multi-line string with wordwrap (maximum length is parameter k) by means of renderSplitString |
2070 | func_46129_a | setJumping | 0 | |
2071 | func_46130_b | doJump | 0 | Called to actually make the entity jump if isJumping is true. |
2072 | func_46133_t | getTerrainType | 0 | |
2073 | func_46135_a | parseWorldType | 0 | |
2074 | func_46136_a | getTranslateName | 0 | Gets the translation key for the name of this world type. |
2075 | func_46141_a | setLookPositionWithEntity | 0 | Sets position to look at using entity |
2076 | func_46142_a | onUpdateLook | 0 | Updates look |
2077 | func_46143_a | setLookPosition | 0 | Sets position to look at |
2078 | func_46144_a | updateRotation | 0 | |
2079 | func_46152_a | addMapping | 0 | Adds a entity mapping with egg info. |
2080 | func_461_a | sendChatMessage | 0 | Sends a chat message from the player. Args: chatMessage |
2081 | func_463_a | attackTargetEntityWithCurrentItem | 0 | Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity |
2082 | func_465_i | getWorld | 0 | |
2083 | func_468_c | getStackInSlot | 0 | Returns the stack in slot i |
2084 | func_469_c | getSizeInventory | 0 | Returns the number of slots in the inventory. |
2085 | func_470_e | getInventoryStackLimit | 0 | Returns the maximum stack size for a inventory slot. Seems to always be 64, possibly will be extended. *Isn't this more of a set than a get?* |
2086 | func_471_d | getInvName | 0 | Returns the name of the inventory. |
2087 | func_472_a | setInventorySlotContents | 0 | Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections). |
2088 | func_473_a | decrStackSize | 0 | Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack. |
2089 | func_474_j_ | onInventoryChanged | 0 | Called when an the contents of an Inventory change, usually |
2090 | func_475_b | updateEntity | 0 | Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation. |
2091 | func_476_a | addMapping | 0 | Adds a new two-way mapping between the class and its string name in both hashmaps. |
2092 | func_477_c | createAndLoadEntity | 0 | Creates a new entity and loads its data from the specified NBT. |
2093 | func_478_g | getBlockType | 0 | Gets the block type at the location of this entity (client-only). |
2094 | func_479_f | getBlockMetadata | 0 | Returns block data at the location of this entity (client-only). |
2095 | func_48078_c | setSneaking | 0 | Sets the sneaking flag. |
2096 | func_48080_j | canAttackWithItem | 0 | If returns false, the item will not inflict any damage against entities. |
2097 | func_48081_b | getStackInSlotOnClosing | 0 | When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI. |
2098 | func_48082_b | setHomeArea | 0 | |
2099 | func_48083_aW | detachHome | 0 | |
2100 | func_48084_aL | getNavigator | 0 | |
2101 | func_48085_j_ | dropRareDrop | 0 | |
2102 | func_48086_a | setRevengeTarget | 0 | |
2103 | func_48087_aX | hasHome | 0 | |
2104 | func_48088_aP | getLastAttackingEntity | 0 | |
2105 | func_48089_l | setLastAttackingEntity | 0 | |
2106 | func_48090_aM | getEntitySenses | 0 | returns the EntitySenses Object for the EntityLiving |
2107 | func_48091_aU | getHomePosition | 0 | |
2108 | func_48092_c | setAttackTarget | 0 | Sets the active target the Task system uses for tracking |
2109 | func_48093_aT | isWithinHomeDistanceCurrentPosition | 0 | Returns true if entity is within home distance from current position |
2110 | func_48094_aS | getAttackTarget | 0 | Gets the active target the Task system uses for tracking |
2111 | func_48095_u | eatGrassBonus | 0 | This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass) |
2112 | func_48096_f | isWithinHomeDistance | 0 | |
2113 | func_48097_s_ | updateAITick | 0 | main AI tick function, replaces updateEntityActionState |
2114 | func_48099_aV | getMaximumHomeDistance | 0 | |
2115 | func_480_a | getDistanceFrom | 0 | Returns the square of the distance between this entity and the passed in coordinates. |
2116 | func_48113_aa | getVillage | 0 | |
2117 | func_48122_d | setGrowingAge | 0 | The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. With a negative value the Entity is considered a child. |
2118 | func_48123_at | getGrowingAge | 0 | The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. Don't confuse this with EntityLiving.getAge. With a negative value the Entity is considered a child. |
2119 | func_48124_d_ | setProfession | 0 | |
2120 | func_48125_w | getIsPlayingFlag | 0 | |
2121 | func_48126_w_ | getIsMatingFlag | 0 | |
2122 | func_48127_b | setIsPlayingFlag | 0 | |
2123 | func_48128_a | setIsMatingFlag | 0 | |
2124 | func_48129_t | getProfession | 0 | |
2125 | func_48134_p_ | resetInLove | 0 | |
2126 | func_48136_o_ | isInLove | 0 | Returns if the entity is currently in 'love mode'. |
2127 | func_48138_b | setTamed | 0 | |
2128 | func_48139_F_ | isTamed | 0 | |
2129 | func_48140_f | setSitting | 0 | |
2130 | func_48141_af | isSitting | 0 | |
2131 | func_48143_a | setOwner | 0 | |
2132 | func_48144_ah | getOwner | 0 | |
2133 | func_48145_ag | getOwnerName | 0 | |
2134 | func_48147_c | setTameSkin | 0 | |
2135 | func_48151_a | dropPlayerItemWithRandomChoice | 0 | Args: itemstack, flag |
2136 | func_48152_as | dropOneItem | 0 | Called when player presses the drop item key |
2137 | func_48153_a | dropPlayerItem | 0 | Args: itemstack - called when player drops an item stack that's not in his inventory (like items still placed in a workbench while the workbench'es GUI gets closed) |
2138 | func_48180_b | markBlockNeedsUpdate2 | 0 | As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate |
2139 | func_48184_b | getSpeed | 0 | |
2140 | func_48187_a | setMoveTo | 0 | Sets the speed and location to move to |
2141 | func_481_b | writeToNBT | 0 | Writes a tile entity to NBT. |
2142 | func_48203_o | getTickRandomly | 0 | Returns whether or not this block is of a type that needs random ticking. Called for ref-counting purposes by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake. |
2143 | func_48204_b | getBlocksMovement | 0 | |
2144 | func_48205_p | hasTileEntity | 0 | |
2145 | func_48206_g | isNormalCube | 0 | |
2146 | func_48211_a | tryToCatchBlockOnFire | 0 | |
2147 | func_48212_i | getFullMetadata | 0 | Returns the full metadata value created by combining the metadata of both blocks the door takes up. |
2148 | func_48214_g | getDoorOrientation | 0 | Returns 0, 1, 2 or 3 depending on where the hinge is. |
2149 | func_48216_a | getDirection | 0 | Returns the orentation value from the specified metadata |
2150 | func_48296_h | findPossibleShelter | 0 | |
2151 | func_482_a | readFromNBT | 0 | Reads a tile entity from NBT. |
2152 | func_48337_h | checkSufficientDoorsPresentForNewVillager | 0 | |
2153 | func_48338_a | spawnHeartParticles | 0 | |
2154 | func_48339_i | giveBirth | 0 | |
2155 | func_48366_h | doRangedAttack | 0 | Performs a ranged attack according to the AI's rangedAttackID. |
2156 | func_483_c | updateDelay | 0 | Sets the delay before a new spawn (base delay of 200 + random number up to 600). |
2157 | func_48411_i | getFloatTemperature | 0 | Gets a floating point representation of this biome's temperature |
2158 | func_48412_k | getBiomeFoliageColor | 0 | Provides the basic foliage color based on the biome temperature and rainfall |
2159 | func_48413_d | isHighHumidity | 0 | Checks to see if the rainfall level of the biome is extremely high |
2160 | func_48414_h | getFloatRainfall | 0 | Gets a floating point representation of this biome's rainfall |
2161 | func_48415_j | getBiomeGrassColor | 0 | Provides the basic grass color based on the biome temperature and rainfall |
2162 | func_48442_a | clamp_float | 0 | Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters |
2163 | func_48444_a | readChunkFromNBT | 0 | Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk. |
2164 | func_48445_a | writeChunkToNBT | 0 | Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time. |
2165 | func_48453_b | getHeight | 0 | Returns current world height. |
2166 | func_48454_a | getBiomeGenForCoords | 0 | Gets the biome for a given set of x/z coordinates |
2167 | func_48455_z | isBlockHighHumidity | 0 | Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high |
2168 | func_48459_a | findNearestEntityWithinAABB | 0 | |
2169 | func_48460_a | getEntityPathToXYZ | 0 | |
2170 | func_48463_a | getPathEntityToEntity | 0 | |
2171 | func_48480_a | canSee | 0 | Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result. |
2172 | func_48481_a | clearSensingCache | 0 | Clears canSeeCachePositive and canSeeCacheNegative. |
2173 | func_48485_a | load | 0 | |
2174 | func_48486_a | convertToAnvilFormat | 0 | |
2175 | func_48488_a | handleEntityHeadRotation | 0 | |
2176 | func_48489_a | handleTileEntityData | 0 | |
2177 | func_48491_o | enqueueRelightChecks | 0 | Called once-per-chunk-per-tick, and advances the round-robin relight check index per-storage-block by up to 8 blocks at a time. In a worst-case scenario, can potentially take up to 1.6 seconds, calculated via (4096/(8*16))/20, to re-check all blocks in a chunk, which could explain both lagging light updates in certain cases as well as Nether relight |
2178 | func_48492_c | getAreLevelsEmpty | 0 | Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false). |
2179 | func_48493_m | getBiomeArray | 0 | Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs. |
2180 | func_48495_i | getBlockStorageArray | 0 | Returns the ExtendedBlockStorage array for this Chunk. |
2181 | func_48496_n | resetRelightChecks | 0 | Resets the relight check index to 0 for this Chunk. |
2182 | func_48497_a | setBiomeArray | 0 | Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs. |
2183 | func_48498_h | getTopFilledSegment | 0 | Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block. |
2184 | func_48499_b | getBlockLightOpacity | 0 | |
2185 | func_484_a | anyPlayerInRange | 0 | Returns true if there is a player in range (using World.getClosestPlayer) |
2186 | func_48500_a | setStorageArrays | 0 | |
2187 | func_48507_a | onCrafting | 0 | |
2188 | func_48508_a | get | 0 | |
2189 | func_48519_e | isBlockDoor | 0 | |
2190 | func_48520_k | removeDeadAndOutOfRangeDoors | 0 | |
2191 | func_48521_f | getVillageDoorInfoList | 0 | called only by class EntityAIMoveThroughVillage |
2192 | func_48522_a | tick | 0 | Called periodically by VillageCollection |
2193 | func_48523_d | getTicksSinceLastDoorAdding | 0 | |
2194 | func_48524_e | getNumVillagers | 0 | |
2195 | func_48525_b | isValidIronGolemSpawningLocation | 0 | |
2196 | func_48526_d | getVillageDoorAt | 0 | |
2197 | func_48527_b | findNearestDoor | 0 | |
2198 | func_48528_j | removeDeadAndOldAgressors | 0 | |
2199 | func_48529_g | isAnnihilated | 0 | Returns true, if there is not a single village door left. Called by VillageCollection |
2200 | func_48530_c | getNumVillageDoors | 0 | Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege |
2201 | func_48531_b | getVillageRadius | 0 | |
2202 | func_48532_a | tryGetIronGolemSpawningLocation | 0 | Tries up to 10 times to get a valid spawning location before eventually failing and returning null. |
2203 | func_48533_a | isInRange | 0 | Returns true, if the given coordinates are within the bounding box of the village. |
2204 | func_48534_a | addOrRenewAgressor | 0 | |
2205 | func_48535_i | updateNumVillagers | 0 | |
2206 | func_48536_l | updateVillageRadiusAndCenter | 0 | |
2207 | func_48537_b | findNearestVillageAggressor | 0 | |
2208 | func_48538_a | addVillageDoorInfo | 0 | |
2209 | func_48539_a | getCenter | 0 | |
2210 | func_48540_c | findNearestDoorUnrestricted | 0 | Find a door suitable for shelter. If there are more doors in a distance of 16 blocks, then the least restricted one (i.e. the one protecting the lowest number of villagers) of them is chosen, else the nearest one regardless of restriction. |
2211 | func_48541_h | updateNumIronGolems | 0 | |
2212 | func_48555_e | isWoodenDoorAt | 0 | |
2213 | func_48556_c | addDoorToNewListIfAppropriate | 0 | |
2214 | func_48557_d | dropOldestVillagerPosition | 0 | |
2215 | func_48558_a | tick | 0 | Runs a single tick for the village collection |
2216 | func_48559_a | addUnassignedWoodenDoorsAroundToNewDoorsList | 0 | |
2217 | func_48560_e | addNewDoorsToVillageOrCreateVillage | 0 | |
2218 | func_48561_d | isVillagerPositionPresent | 0 | |
2219 | func_48562_b | getVillageDoorAt | 0 | |
2220 | func_48563_c | removeAnnihilatedVillages | 0 | |
2221 | func_48564_a | findNearestVillage | 0 | Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance. |
2222 | func_48565_a | addVillagerPosition | 0 | This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either. |
2223 | func_48573_a | tick | 0 | Runs a single tick for the village siege |
2224 | func_48585_d | resetDoorOpeningRestrictionCounter | 0 | |
2225 | func_48586_a | isInside | 0 | |
2226 | func_48587_f | getDoorOpeningRestrictionCounter | 0 | |
2227 | func_48588_a | getDistanceSquared | 0 | Returns the squared distance between this door and the given coordinate. |
2228 | func_48589_e | incrementDoorOpeningRestrictionCounter | 0 | |
2229 | func_48590_a | getInsidePosX | 0 | |
2230 | func_48591_c | getInsidePosZ | 0 | |
2231 | func_48592_b | getInsidePosY | 0 | |
2232 | func_48593_b | getInsideDistanceSquare | 0 | Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments |
2233 | func_485_a | isBurning | 0 | Returns true if the furnace is currently burning |
2234 | func_48614_a | isAllowedCharacter | 0 | |
2235 | func_48619_a | setTerrainType | 0 | |
2236 | func_48625_a | setCanBeCreated | 0 | Sets canBeCreated to the provided value, and returns this. |
2237 | func_48627_d | getCanBeCreated | 0 | Gets whether this WorldType can be used to generate a new world. |
2238 | func_48630_c | getGeneratorVersion | 0 | Returns generatorVersion. |
2239 | func_48640_a | getCurrentNodeVec3d | 0 | returns the current PathEntity target node as Vec3D |
2240 | func_48641_b | setCurrentPathLength | 0 | |
2241 | func_48642_c | setCurrentPathIndex | 0 | |
2242 | func_48643_e | getCurrentPathIndex | 0 | |
2243 | func_48644_d | getCurrentPathLength | 0 | |
2244 | func_48645_c | getFinalPathPoint | 0 | returns the last PathPoint of the Array |
2245 | func_48646_a | getVectorFromIndex | 0 | Gets the vector of the PathPoint associated with the given index. |
2246 | func_48648_a | getPathPointFromIndex | 0 | return the PathPoint located at the specified PathIndex, usually the current one |
2247 | func_48655_c | getDistanceSquared | 0 | Returns the squared distance between this coordinates and the coordinates given as argument. |
2248 | func_48656_a | set | 0 | |
2249 | func_48657_k | isInFluid | 0 | Returns true if the entity is in water or lava, false otherwise |
2250 | func_48658_a | getAvoidsWater | 0 | |
2251 | func_48659_j | canNavigate | 0 | If on ground or swimming and can swim |
2252 | func_48660_a | setSpeed | 0 | Sets the speed |
2253 | func_48661_h | getEntityPosition | 0 | |
2254 | func_48662_a | isDirectPathBetweenPoints | 0 | Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize |
2255 | func_48663_c | setEnterDoors | 0 | Sets if the entity can enter open doors |
2256 | func_48664_a | setAvoidsWater | 0 | |
2257 | func_48665_b | getCanBreakDoors | 0 | Returns true if the entity can break doors, false otherwise |
2258 | func_48666_a | tryMoveToXYZ | 0 | Try to find and set a path to XYZ. Returns true if successful. |
2259 | func_48668_i | getPathableYPos | 0 | Gets the safe pathing Y position for the entity depending on if it can path swim or not |
2260 | func_48669_e | setCanSwim | 0 | Sets if the entity can swim |
2261 | func_48670_c | getPath | 0 | gets the actively used PathEntity |
2262 | func_48671_a | getPathToXYZ | 0 | Returns the path to the given coordinates |
2263 | func_48672_f | clearPathEntity | 0 | sets active PathEntity to null |
2264 | func_48673_b | setBreakDoors | 0 | |
2265 | func_48674_g | pathFollow | 0 | |
2266 | func_48675_a | isSafeToStandAt | 0 | Returns true when an entity could stand at a position, including solid blocks under the entire entity. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ |
2267 | func_48676_b | isPositionClear | 0 | Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ |
2268 | func_48677_l | removeSunnyPath | 0 | Trims path data from the end to the first sun covered block |
2269 | func_48678_a | setPath | 0 | sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords |
2270 | func_48680_d | setAvoidSun | 0 | Sets if the path should avoid sunlight |
2271 | func_48690_b | setExtBlockMetadata | 0 | Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata. |
2272 | func_48691_a | setExtBlockID | 0 | Sets the extended block ID for a location in a chunk, splitting bits 11..8 into a NibbleArray and bits 7..0 into a byte array. Also performs reference counting to determine whether or not to broadly cull this Chunk from the random-update tick list. |
2273 | func_48693_a | getIsEmpty | 0 | Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count. |
2274 | func_48694_b | getExtBlockMetadata | 0 | Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage. |
2275 | func_48695_c | setBlocklightArray | 0 | Sets the NibbleArray instance used for Block-light values in this particular storage block. |
2276 | func_48696_m | createBlockMSBArray | 0 | Called by a Chunk to initialize the MSB array if getBlockMSBArray returns null. Returns the newly-created NibbleArray instance. |
2277 | func_48698_b | getNeedsRandomTick | 0 | Returns whether or not this block storage's Chunk will require random ticking, used to avoid looping through random block ticks when there are no blocks that would randomly tick. |
2278 | func_48699_d | setExtBlocklightValue | 0 | Sets the saved Block-light value in the extended block storage structure. |
2279 | func_48701_b | setBlockMetadataArray | 0 | Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage. |
2280 | func_48702_c | setExtSkylightValue | 0 | Sets the saved Sky-light value in the extended block storage structure. |
2281 | func_48703_a | getExtBlockID | 0 | Returns the extended block ID for a location in a chunk, merged from a byte array and a NibbleArray to form a full 12-bit block ID. |
2282 | func_48704_i | getBlockMSBArray | 0 | Returns the block ID MSB (bits 11..8) array for this storage array's Chunk. |
2283 | func_48705_k | getBlocklightArray | 0 | Returns the NibbleArray instance containing Block-light data. |
2284 | func_48706_a | setBlockLSBArray | 0 | Sets the array of block ID least significant bits for this ExtendedBlockStorage. |
2285 | func_48707_c | getYLocation | 0 | Returns the Y location of this ExtendedBlockStorage. |
2286 | func_48709_c | getExtSkylightValue | 0 | Gets the saved Sky-light value in the extended block storage structure. |
2287 | func_48710_a | setBlockMSBArray | 0 | Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage. |
2288 | func_48712_d | getExtBlocklightValue | 0 | Gets the saved Block-light value in the extended block storage structure. |
2289 | func_48713_d | setSkylightArray | 0 | Sets the NibbleArray instance used for Sky-light values in this particular storage block. |
2290 | func_48714_l | getSkylightArray | 0 | Returns the NibbleArray instance containing Sky-light data. |
2291 | func_487_i | smeltItem | 0 | Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack |
2292 | func_488_a | getItemBurnTime | 0 | Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel |
2293 | func_489_b | getBurnTimeRemainingScaled | 0 | Returns an integer between 0 and the passed value representing how much burn time is left on the current fuel item, where 0 means that the item is exhausted and the passed value means that the item is fresh |
2294 | func_490_a | getCookProgressScaled | 0 | Returns an integer between 0 and the passed value representing how close the current item is to being completely cooked |
2295 | func_491_j | canSmelt | 0 | Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc. |
2296 | func_492_d | armorItemInSlot | 0 | returns a player armor item (as itemstack) contained in specified armor slot. |
2297 | func_493_a | writeToNBT | 0 | Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting). |
2298 | func_494_a | getCurrentItem | 0 | Returns the item stack currently held by the player. |
2299 | func_496_a | setCurrentItem | 0 | Sets a specific itemID as the current item being held (only if it exists on the hotbar) |
2300 | func_498_a | changeCurrentItem | 0 | Switch the current item to the next one or the previous one |
2301 | func_499_j | getFirstEmptyStack | 0 | Returns the first item stack that is empty. |
2302 | func_50006_a | setEditable | 0 | Sets the sign's isEditable flag to the specified parameter. |
2303 | func_50007_a | isEditable | 0 | |
2304 | func_50011_a | adjustHistoryOffset | 0 | increment/decrement history scroll offset |
2305 | func_50012_a | getChatClickDataFromMouse | 0 | gets the click data from mouse position args:( mouse x, mouse y) |
2306 | func_50013_c | getSentMessageList | 0 | Returns the list with the sent chat messages in it. |
2307 | func_50015_e | isChatOpen | 0 | Return true if chat gui is open |
2308 | func_50022_i | getEnableBackgroundDrawing | 0 | get enable drawing background and outline |
2309 | func_50025_j | getIsFocused | 0 | getter for the focused field |
2310 | func_50026_c | setCanLoseFocus | 0 | if true the textbox can lose focus by clicking elsewhere on the screen |
2311 | func_50027_a | setEnableBackgroundDrawing | 0 | enable drawing background and outline |
2312 | func_50033_b | setFocused | 0 | setter for the focused field |
2313 | func_50037_a | textboxKeyTyped | 0 | Call this method from you GuiScreen to process the keys into textbox. |
2314 | func_50049_m | isShiftKeyDown | 0 | |
2315 | func_50050_a | setClipboardString | 0 | store a string in the system clipboard |
2316 | func_50051_l | isCtrlKeyDown | 0 | |
2317 | func_50057_d | completePlayerName | 0 | Autocompletes player name |
2318 | func_50058_a | getSentHistory | 0 | input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message, 1 is the next message from the current cursor position |
2319 | func_50073_a | setBlock | 0 | Sets the block without metadata in the world, notifying neighbors if enabled. |
2320 | func_50074_q | canSilkHarvest | 0 | Return true if a player with SlikTouch can harvest this block directly, and not it's normal drops. |
2321 | func_50086_b | setEnableSnow | 0 | sets enableSnow to true during biome initialization. returns BiomeGenBase. |
2322 | func_50089_b | getURI | 0 | computes the URI from the clicked chat data object |
2323 | func_50098_a | nameStartsWith | 0 | Returns true if the current player name starts with string specified value. |
2324 | func_50100_a | handlePlayerAbilities | 0 | Handle a player abilities packet. |
2325 | func_50101_a | renderString | 0 | |
2326 | func_50102_e | sizeStringToWidth | 0 | Determines how many characters from the string will fit into the specified width. |
2327 | func_50103_a | drawStringWithShadow | 0 | Draws the specified string with a shadow. |
2328 | func_50104_a | trimStringToWidth | 0 | Trims a string to a specified width, and will reverse it if par3 is set. |
2329 | func_50105_a | getCharWidth | 0 | Returns the width of this character as rendered. |
2330 | func_50106_a | renderDefaultChar | 0 | Render a single character with the default.png font at current (posX,posY) location... |
2331 | func_50107_a | trimStringToWidth | 0 | Trims a string to fit a specified Width. |
2332 | func_50108_c | listFormattedStringToWidth | 0 | Breaks a string into a list of pieces that will fit a specified width. |
2333 | func_50109_c | isFormatSpecial | 0 | Checks if the char code is O-K...lLrRk-o... used to set special formatting. |
2334 | func_50110_b | isFormatColor | 0 | Checks if the char code is a hexadecimal character, used to set colour. |
2335 | func_50111_a | renderUnicodeChar | 0 | Render a single Unicode character at current (posX,posY) location using one of the /font/glyph_XX.png files... |
2336 | func_50112_a | renderCharAtPos | 0 | Pick how to render a single character and return the width used. |
2337 | func_50113_d | wrapFormattedStringToWidth | 0 | Inserts newline and formatting into a string to wrap it within the specified width. |
2338 | func_50114_c | getFormatFromString | 0 | Digests a string for nonprinting formatting characters then returns a string containing only that formatting. |
2339 | func_502_a | getDamageVsEntity | 0 | Return damage vs an entity done by the current held weapon, or 1 if nothing is held |
2340 | func_503_g | dropAllItems | 0 | Drop all armor and main inventory items. |
2341 | func_504_a | addItemStackToInventory | 0 | Adds the item stack to the inventory, returns false if it is impossible. |
2342 | func_505_f | getInventorySlotContainItem | 0 | Returns a slot index in main inventory containing a specific itemID |
2343 | func_506_f | getTotalArmorValue | 0 | Based on the damage values and maximum damage values of each armor item, returns the current armor value. |
2344 | func_507_e | damageArmor | 0 | Damages armor in each slot by the specified amount. |
2345 | func_508_a | getStrVsBlock | 0 | Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything. |
2346 | func_509_b | canHarvestBlock | 0 | Returns whether the current item (tool) can harvest from the specified block (actually get a result). |
2347 | func_510_b | consumeInventoryItem | 0 | removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1) |
2348 | func_511_b | decrementAnimations | 0 | Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block. |
2349 | func_513_b | readFromNBT | 0 | Reads from the given tag list and fills the slots in the inventory with the correct items. |
2350 | func_516_a | generate | 0 | |
2351 | func_517_a | setScale | 0 | Rescales the generator settings, only used in WorldGenBigTree |
2352 | func_518_b | generateLeaves | 0 | Generates the leaf portion of the tree as specified by the leafNodes list. |
2353 | func_519_e | validTreeLocation | 0 | Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid. |
2354 | func_52003_C | getVersion | 0 | Returns the client version string |
2355 | func_52004_D | createAndSendReport | 0 | Creates and sends anonymous system information to Mojang's stats server |
2356 | func_52005_b | isItemFuel | 0 | Return true if item is a fuel source (getItemBurnTime() > 0). |
2357 | func_52013_a | updatePlayerMoveState | 0 | |
2358 | func_52014_d | stripColorCodes | 0 | Remove all embedded color codes from a string |
2359 | func_52016_a | buildPostString | 0 | Builds an encoded HTTP POST content string from a string map |
2360 | func_52017_a | sendPost | 0 | Sends a HTTP POST request to the given URL with data from a string |
2361 | func_52018_a | sendPost | 0 | Sends a HTTP POST request to the given URL with data from a map |
2362 | func_52019_a | filerAllowedCharacters | 0 | Filter string by only keeping those characters for which isAllowedCharacter() returns true. |
2363 | func_52020_b | getDataMap | 0 | Returns the data map for the given usage snooper |
2364 | func_52021_a | sendReport | 0 | Starts a new thread to send the information to the report server |
2365 | func_52022_a | addData | 0 | Adds information to the report |
2366 | func_52023_a | getServerURL | 0 | Returns the server URL for the given usage snooper |
2367 | func_520_a | generateLeafNode | 0 | Generates the leaves surrounding an individual entry in the leafNodes list. |
2368 | func_521_a | generateLeafNodeList | 0 | Generates a list of leaf nodes for the tree, to be populated by generateLeaves. |
2369 | func_522_a | placeBlockLine | 0 | Places a line of the specified block ID into the world from the first coordinate triplet to the second. |
2370 | func_523_a | genTreeLayer | 0 | |
2371 | func_524_a | checkBlockLine | 0 | Checks a line of blocks in the world from the first coordinate to triplet to the second, returning the distance (in blocks) before a non-air, non-leaf block is encountered and/or the end is encountered. |
2372 | func_525_d | generateLeafNodeBases | 0 | Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade. |
2373 | func_526_b | leafSize | 0 | |
2374 | func_527_c | leafNodeNeedsBase | 0 | Indicates whether or not a leaf node requires additional wood to be added to preserve integrity. |
2375 | func_528_a | layerSize | 0 | Gets the rough size of a layer of the tree. |
2376 | func_529_c | generateTrunk | 0 | Places the trunk for the big tree that is being generated. Able to generate double-sized trunks by changing a field that is always 1 to 2. |
2377 | func_530_a | pickCheckLootItem | 0 | Picks potentially a random item to add to a dungeon chest. |
2378 | func_531_b | pickMobSpawner | 0 | Randomly decides which spawner to use in a dungeon |
2379 | func_532_a | unload100OldestChunks | 0 | Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks. |
2380 | func_533_b | provideChunk | 0 | Will return back a chunk, if it doesn't exist and its not a MP client it will generates all the blocks for the specified chunk from the map seed and chunk seed |
2381 | func_534_a | populate | 0 | Populates chunk with ores etc etc |
2382 | func_535_a | saveChunks | 0 | Two modes of operation: if passed true, save all Chunks in one go. If passed false, save up to two chunks. Return true if all chunks have been saved. |
2383 | func_536_b | canSave | 0 | Returns if the IChunkProvider supports saving. |
2384 | func_537_a | chunkExists | 0 | Checks to see if a chunk exists at x, y |
2385 | func_538_d | loadChunk | 0 | loads or generates the chunk at the chunk location specified |
2386 | func_540_b | saveChunk | 0 | Save a given Chunk, recording the time in lastSaveTime |
2387 | func_541_a | saveExtraChunkData | 0 | Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused. |
2388 | func_547_b | drawString | 0 | Renders the specified text to the screen. |
2389 | func_548_a | drawCenteredString | 0 | Renders the specified text to the screen, center-aligned. |
2390 | func_549_a | drawGradientRect | 0 | Draws a rectangle with a vertical gradient between the specified colors. |
2391 | func_550_b | drawTexturedModalRect | 0 | Draws a textured rectangle at the stored z-value. Args: x, y, u, v, width, height |
2392 | func_551_a | drawRect | 0 | Draws a solid color rectangle with the specified coordinates and color. |
2393 | func_552_a | addChatMessage | 0 | Adds a chat message to the list of chat messages. Args: msg |
2394 | func_553_b | setRecordPlayingMessage | 0 | |
2395 | func_554_a | renderInventorySlot | 0 | Renders the specified item of the inventory slot at the specified location. Args: slot, x, y, partialTick |
2396 | func_555_a | updateTick | 0 | The update tick for the ingame UI |
2397 | func_558_a | getHoverState | 0 | Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button. |
2398 | func_559_a | mouseReleased | 0 | Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e). |
2399 | func_560_b | mouseDragged | 0 | Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e). |
2400 | func_561_a | drawButton | 0 | Draws this button to the screen. |
2401 | func_562_c | mousePressed | 0 | Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent e). |
2402 | func_564_d | handleInput | 0 | Delegates mouse and keyboard input. |
2403 | func_565_a | mouseClicked | 0 | Called when the mouse is clicked. |
2404 | func_566_e | handleMouseInput | 0 | Handles mouse input. |
2405 | func_567_a | drawWorldBackground | 0 | |
2406 | func_568_a | confirmClicked | 0 | |
2407 | func_569_f | handleKeyboardInput | 0 | Handles keyboard input. |
2408 | func_570_g | updateScreen | 0 | Called from the main game loop to update the screen. |
2409 | func_571_a | drawScreen | 0 | Draws the screen and all the components in it. |
2410 | func_572_a | actionPerformed | 0 | Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e). |
2411 | func_573_b | mouseMovedOrUp | 0 | Called when the mouse is moved or a mouse button is released. Signature: (mouseX, mouseY, which) which==-1 is mouseMove, which==0 or which==1 is mouseUp |
2412 | func_574_c | getClipboardString | 0 | Returns a string stored in the system clipboard. |
2413 | func_578_i | drawDefaultBackground | 0 | Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png |
2414 | func_579_b | drawBackground | 0 | Draws the background (i is always 0 as of 1.2.2) |
2415 | func_580_a | keyTyped | 0 | Fired when a key is typed. This is the equivalent of KeyListener.keyTyped(KeyEvent e). |
2416 | func_581_a | isCancelled | 0 | Returns true if the connection attempt has been cancelled, false otherwise. |
2417 | func_582_a | setNetClientHandler | 0 | Sets the NetClientHandler. |
2418 | func_583_b | getNetClientHandler | 0 | Gets the NetClientHandler. |
2419 | func_584_c | selectWorld | 0 | Gets the selected world. |
2420 | func_585_j | initButtons | 0 | intilize the buttons for this GUI |
2421 | func_587_j | drawGuiContainerForegroundLayer | 0 | Draw the foreground layer for the GuiContainer (everythin in front of the items) |
2422 | func_588_a | getSlotAtPosition | 0 | Returns the slot at the given coordinates or null if there is none. |
2423 | func_589_a | drawGuiContainerBackgroundLayer | 0 | Draw the background layer for the GuiContainer (everything behind the items) |
2424 | func_590_a | drawSlotInventory | 0 | Draws an inventory slot |
2425 | func_593_a | setLoadingProgress | 0 | Updates the progress bar on the loading screen to the specified amount. Args: loadProgress |
2426 | func_594_b | displaySavingString | 0 | Shows the 'Saving level' string. |
2427 | func_595_d | displayLoadingString | 0 | Displays a string on the loading screen supposed to indicate what is being done currently. |
2428 | func_596_a | printText | 0 | |
2429 | func_598_c | getLightBrightness | 0 | Returns how bright the block is shown as which is the block's light value looked up in a lookup table (light values aren't linear for brightness). Args: x, y, z |
2430 | func_599_f | getBlockMaterial | 0 | Returns the block's material. |
2431 | func_600_a | getBlockId | 0 | Returns the block ID at coords x,y,z |
2432 | func_601_g | isBlockOpaqueCube | 0 | Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z |
2433 | func_602_e | getBlockMetadata | 0 | Returns the block metadata at coords x,y,z |
2434 | func_603_b | getBlockTileEntity | 0 | Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists |
2435 | func_604_a | checkIfAABBIsClear | 0 | Returns true if there are no solid, live entities in the specified AxisAlignedBB |
2436 | func_605_c | isBoundingBoxBurning | 0 | Returns whether or not the given bounding box is on fire or not |
2437 | func_606_b | obtainEntitySkin | 0 | Start the skin for this entity downloading, if necessary, and increment its reference counter |
2438 | func_607_d | setEntityDead | 0 | Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list. Called by the playerLoggedOut function. |
2439 | func_608_a | spawnPlayerWithLoadedChunks | 0 | spawns a player, load data from level.dat if needed and loads surrounding chunks |
2440 | func_609_a | getClosestPlayerToEntity | 0 | Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist |
2441 | func_611_g | notifyBlocksOfNeighborChange | 0 | Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID |
2442 | func_613_a | addWorldAccess | 0 | Adds a IWorldAccess to the list of worldAccesses |
2443 | func_614_g | getFirstUncoveredBlock | 0 | Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards. |
2444 | func_617_e | notifyBlockChange | 0 | The block type change and need to notify other systems Args: x, y, z, blockID |
2445 | func_618_j | getBlockLightValue | 0 | Gets the light value of a block location |
2446 | func_619_c | getCelestialAngle | 0 | calls calculateCelestialAngle |
2447 | func_620_h | chunkExists | 0 | Returns whether a chunk exists at chunk coordinates x, y |
2448 | func_621_b | countEntities | 0 | Counts how many entities of an entity class exist in the world. Args: entityClass |
2449 | func_6231_c | clearApplet | 0 | Removes all the components from the applet and lays it out again. Called on shutdown. |
2450 | func_6232_b | shutdown | 0 | Called when the applet window is closed. |
2451 | func_6233_a | startMainThread | 0 | |
2452 | func_6237_k | usePortal | 0 | Will use a portal teleport switching the dimension the player is in. |
2453 | func_6238_a | displayDebugInfo | 0 | |
2454 | func_6239_p | respawn | 0 | Called when the respawn button is pressed after the player dies. |
2455 | func_623_a | playSoundAtEntity | 0 | Plays a sound at the entity's position. Args: entity, sound, unknown1, volume (relative to 1.0) |
2456 | func_6240_b | getMinecraftDir | 0 | gets the working dir (OS specific) for minecraft |
2457 | func_6241_m | debugInfoRenders | 0 | A String of renderGlobal.getDebugInfoRenders |
2458 | func_6242_u | forceReload | 0 | Forces a reload of the sound manager and all the resources. Called in game by holding 'F3' and pressing 'S'. |
2459 | func_6243_a | clickMouse | 0 | Called whenever the mouse is clicked. Button clicked is 0 for left clicking and 1 for right clicking. Args: buttonClicked |
2460 | func_6244_d | shutdown | 0 | Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly. |
2461 | func_6245_o | debugInfoEntities | 0 | A String of how many entities are in the world |
2462 | func_6246_i | runTick | 0 | Runs the current tick. |
2463 | func_6247_b | startWorld | 0 | creates a new world or loads an existing one |
2464 | func_6248_s | screenshotListener | 0 | checks if keys are down |
2465 | func_6249_a | resize | 0 | Called to resize the current screen. |
2466 | func_624_b | isDaytime | 0 | Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4 |
2467 | func_6250_c | checkGLError | 0 | Checks for an OpenGL error. If there is one, prints the error ID and error string. |
2468 | func_6252_g | displayInGameMenu | 0 | Displays the ingame menu |
2469 | func_6253_a | startMainThread | 0 | |
2470 | func_6254_a | sendClickBlockToController | 0 | |
2471 | func_6255_d | preloadWorld | 0 | Display the preload world loading screen then load SP World. |
2472 | func_6256_a | changeWorld | 0 | first argument is the world to change to, second one is a loading message and the third the player itself |
2473 | func_6257_q | loadScreen | 0 | Displays a new screen. |
2474 | func_6258_a | setServer | 0 | |
2475 | func_6259_e | setIngameFocus | 0 | Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed |
2476 | func_625_o | isBlockIndirectlyGettingPowered | 0 | Used to see if one of the blocks next to you or your block is getting power from a neighboring block. Used by items like TNT or Doors so they don't have redstone going straight into them. Args: x, y, z |
2477 | func_6260_j | isMultiplayerWorld | 0 | Checks if the current world is a multiplayer world, returns true if it is, false otherwise. |
2478 | func_6261_a | changeWorld1 | 0 | Changes the world, no message, no player. |
2479 | func_6262_n | getEntityDebug | 0 | Gets the information in the F3 menu about how many entities are infront/around you |
2480 | func_6263_a | changeWorld2 | 0 | Changes the world with given message, no player. |
2481 | func_6264_a | getAppDir | 0 | gets the working dir (OS specific) for the specific application (which is always minecraft) |
2482 | func_6265_t | clickMiddleMouseButton | 0 | Called when the middle mouse button gets clicked |
2483 | func_6266_c | shutdownMinecraftApplet | 0 | Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited. |
2484 | func_6267_r | getOs | 0 | |
2485 | func_6268_a | installResource | 0 | Installs a resource. Currently only sounds are download so this method just adds them to the SoundManager. |
2486 | func_6269_a | startMainThread1 | 0 | |
2487 | func_6270_h | toggleFullscreen | 0 | Toggles fullscreen mode. |
2488 | func_6271_a | startGame | 0 | Starts the game: initializes the canvas, the title, the settings, etcetera. |
2489 | func_6272_a | displayGuiScreen | 0 | Sets the argument GuiScreen as the main (topmost visible) screen. |
2490 | func_6273_f | setIngameNotInFocus | 0 | Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor. |
2491 | func_6274_a | scaledTessellator | 0 | Loads Tessellator with a scaled resolution |
2492 | func_628_d | drawClouds | 0 | |
2493 | func_630_d | blockExists | 0 | Returns whether a block exists at world coordinates x, y, z |
2494 | func_6329_a | getFontRendererFromRenderManager | 0 | Returns the font renderer from the set render manager |
2495 | func_632_b | unloadEntities | 0 | Adds a list of entities to be unloaded on the next pass of World.updateEntities() |
2496 | func_6330_a | preRenderCallback | 0 | Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime |
2497 | func_6331_b | renderEquippedItems | 0 | |
2498 | func_633_c | updateEntities | 0 | Updates (and cleans up) entities and tile entities |
2499 | func_634_a | setBlock | 0 | Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID |
2500 | func_635_c | setBlockMetadata | 0 | Set the metadata of a block in global coordinates |