1 | searge | name | side | desc |
---|
2 | field_1000_j | editLine | 0 | The number of the line that is being edited. |
3 | field_1002_h | entitySign | 0 | Reference to the sign object. |
4 | field_1003_b | mc | 0 | A reference to the Minecraft object. |
5 | field_1007_c | currentlyDisplayedText | 0 | The text currently displayed (i.e. the argument to the last call to printText or func_597_c) |
6 | field_1008_b | y | 0 | |
7 | field_1009_a | x | 0 | |
8 | field_1010_d | updateTime | 0 | |
9 | field_1011_c | z | 0 | |
10 | field_1012_M | entitiesWithinAABBExcludingEntity | 0 | entities within AxisAlignedBB excluding one, set and returned in getEntitiesWithinAABBExcludingEntity(Entity var1, AxisAlignedBB var2) |
11 | field_1017_H | chunkProvider | 0 | Handles chunk operations and caching |
12 | field_1019_F | cloudColour | 0 | |
13 | field_1024_A | unloadedEntityList | 0 | |
14 | field_1026_y | isRemote | 0 | This is set to true when you are a client connected to a multiplayer world, false otherwise. |
15 | field_1033_r | isNewWorld | 0 | Used to differentiate between a newly generated world and an already existing world. |
16 | field_1037_n | rand | 0 | RNG for World. |
17 | field_1039_l | difficultySetting | 0 | Option > Difficulty setting (0 - 3) |
18 | field_1040_k | playerEntities | 0 | Array list of players in the world. |
19 | field_1043_h | editingBlocks | 0 | true while the world is editing blocks |
20 | field_1046_e | skylightSubtracted | 0 | How much light is subtracted from full daylight |
21 | field_1049_b | loadedTileEntityList | 0 | A list of all TileEntities in all currently-loaded chunks |
22 | field_1050_a | loadedEntityList | 0 | A list of all Entities in all currently-loaded chunks |
23 | field_1052_A | sendQueue | 0 | The packets that need to be sent to the server. |
24 | field_1053_F | entitySpawnQueue | 0 | Contains all entities for this client that were not spawned due to a non-present chunk. The game will attempt to spawn up to 10 pending entities with each subsequent tick until the spawn queue is empty. |
25 | field_1054_E | lockTimestamp | 0 | Contains a timestamp from when the World object was created. Is used in the session.lock file |
26 | field_1055_D | entityHashSet | 0 | The hash set of entities handled by this client. Uses the entity's ID as the hash set's key. |
27 | field_1056_C | scheduledTickSet | 0 | Set of scheduled ticks (used for checking if a tick already exists) |
28 | field_1057_z | blocksToReceive | 0 | Contains a list of blocks to to receive and process after they've been 'accepted' by the client (i.e., not invalidated). |
29 | field_1058_B | scheduledTickTreeSet | 0 | TreeSet of scheduled ticks which is used as a priority queue for the ticks |
30 | field_1059_b | chunkZ | 0 | |
31 | field_1060_a | chunkX | 0 | |
32 | field_1061_d | worldObj | 0 | Reference to the World object. |
33 | field_1062_c | chunkArray | 0 | |
34 | field_1063_a | netManager | 0 | Reference to the NetworkManager object. |
35 | field_1064_b | isInTestMode | 0 | |
36 | field_1065_a | mc | 0 | A reference to the Minecraft object. |
37 | field_1068_i | blockHitWait | 0 | |
38 | field_1069_h | blockDestroySoundCounter | 0 | |
39 | field_1070_g | prevBlockDamage | 0 | |
40 | field_1071_f | curBlockDamage | 0 | |
41 | field_1072_e | curBlockZ | 0 | |
42 | field_1073_d | curBlockY | 0 | |
43 | field_1074_c | curBlockX | 0 | |
44 | field_1075_l | currentPlayerItem | 0 | Index of the current item held by the player in the inventory hotbar |
45 | field_1080_g | prevBlockDamageMP | 0 | Previous block damage (MP) |
46 | field_1085_a | netManager | 0 | Reference to the NetworkManager object. |
47 | field_1086_a | netManager | 0 | Reference to the NetworkManager object. |
48 | field_1087_a | name | 0 | The UTF string key used to lookup values. |
49 | field_1088_a | data | 0 | The short value for the tag. |
50 | field_1089_a | data | 0 | The double value for the tag. |
51 | field_1090_b | tagType | 0 | The type byte for the tags in the list - they must all be of the same type. |
52 | field_1091_a | tagList | 0 | The array list containing the tags encapsulated in this list. |
53 | field_1092_a | data | 0 | The byte value for the tag. |
54 | field_1093_a | data | 0 | The integer value for the tag. |
55 | field_1094_a | tagMap | 0 | The key-value pairs for the tag. Each key is a UTF string, each value is a tag. |
56 | field_1095_a | data | 0 | The long value for the tag. |
57 | field_1096_a | byteArray | 0 | The byte array stored in the tag. |
58 | field_1097_a | data | 0 | The float value for the tag. |
59 | field_1098_a | data | 0 | The string value for the tag (cannot be empty). |
60 | field_1099_b | recipeItems | 0 | |
61 | field_1100_a | recipePatterns | 0 | |
62 | field_1102_a | mc | 0 | A reference to the Minecraft object. |
63 | field_1103_d | connectingGui | 0 | A reference to the GuiConnecting object. |
64 | field_1104_c | port | 0 | The port used to connect. |
65 | field_1105_b | valueEntry | 0 | The object stored in this entry |
66 | field_1106_a | hashEntry | 0 | The hash code of this entry |
67 | field_1107_d | slotHash | 0 | The id of the hash slot computed from the hash |
68 | field_1108_c | nextEntry | 0 | The next entry in this slot |
69 | field_1109_a | data | 0 | Byte array of data stored in this holder. Possibly a light map or some chunk data. Data is accessed in 4-bit pieces. |
70 | field_1110_b | y | 0 | The y coordinate of this ChunkPosition |
71 | field_1111_a | x | 0 | The x coordinate of this ChunkPosition |
72 | field_1112_c | z | 0 | The z coordinate of this ChunkPosition |
73 | field_1113_b | deltaY | 0 | Mouse delta Y this frame |
74 | field_1114_a | deltaX | 0 | Mouse delta X this frame |
75 | field_1116_d | cursor | 0 | |
76 | field_1117_c | windowComponent | 0 | |
77 | field_1118_b | inventory | 0 | The inventory we want to extract a slot from. |
78 | field_1119_a | slotIndex | 0 | The index of the slot in the inventory. |
79 | field_1123_d | parent | 0 | The parent class of this clot, ContainerPlayer, SlotArmor is a Anon inner class. |
80 | field_1124_c | armorType | 0 | The armor type that can be placed on that slot, it uses the same values of armorType field on ItemArmor. |
81 | field_1125_c | craftMatrix | 0 | The craft matrix inventory linked to this result slot. |
82 | field_1126_b | iconIndex | 0 | |
83 | field_1127_a | imageData | 0 | |
84 | field_1128_f | tileImage | 0 | |
85 | field_1129_e | tileSize | 0 | |
86 | field_1130_d | textureId | 0 | Texture ID |
87 | field_1131_c | anaglyphEnabled | 0 | |
88 | field_1134_k | tickCounter | 0 | |
89 | field_1154_k | tickCounter | 0 | |
90 | field_1155_j | alpha | 0 | alpha RGB value for water texture |
91 | field_1156_i | blue | 0 | blue RGB value for water texture |
92 | field_1157_h | green | 0 | green RGB value for water texture |
93 | field_1158_g | red | 0 | red RGB value for water texture |
94 | field_1159_b | worldObj | 0 | Reference to the World object. |
95 | field_1160_a | rail | 0 | |
96 | field_1161_g | connectedTracks | 0 | |
97 | field_1163_e | trackZ | 0 | |
98 | field_1164_d | trackY | 0 | |
99 | field_1165_c | trackX | 0 | |
100 | field_1166_b | blockX | 0 | x coordinate of the block ray traced against |
101 | field_1167_a | typeOfHit | 0 | What type of ray trace hit was this? 0 = block, 1 = entity |
102 | field_1168_g | entityHit | 0 | The hit entity |
103 | field_1169_f | hitVec | 0 | The vector position of the hit |
104 | field_1170_e | sideHit | 0 | Which side was hit. If its -1 then it went the full length of the ray trace. Bottom = 0, Top = 1, East = 2, West = 3, North = 4, South = 5. |
105 | field_1171_d | blockZ | 0 | z coordinate of the block ray traced against |
106 | field_1172_c | blockY | 0 | y coordinate of the block ray traced against |
107 | field_1173_b | moveForward | 0 | The speed at which the player is moving forward. Negative numbers will move backwards. |
108 | field_1174_a | moveStrafe | 0 | The speed at which the player is strafing. Postive numbers to the left and negative to the right. |
109 | field_1175_e | sneak | 0 | |
110 | field_1176_d | jump | 0 | |
111 | field_1178_g | gameSettings | 0 | |
112 | field_1180_b | pixels | 0 | |
113 | field_1181_a | texCols | 0 | |
114 | field_1182_g | textures | 0 | |
115 | field_1183_f | yBuf | 0 | |
116 | field_1184_e | waterBr | 0 | |
117 | field_1185_d | waterBuf | 0 | |
118 | field_1186_c | zBuf | 0 | |
119 | field_1187_b | yCoord | 0 | |
120 | field_1188_a | xCoord | 0 | |
121 | field_1189_d | permutations | 0 | |
122 | field_1190_c | zCoord | 0 | |
123 | field_1191_b | octaves | 0 | |
124 | field_1192_a | generatorCollection | 0 | Collection of noise generation functions. Output is combined to produce different octaves of noise. |
125 | field_1193_a | osValues | 0 | List of OS values in ordinal form. |
126 | field_1194_b | nVertices | 0 | |
127 | field_1195_a | vertexPositions | 0 | |
128 | field_1196_c | invertNormal | 0 | |
129 | field_1198_a | recipeItems | 0 | |
130 | field_1201_b | posY | 0 | |
131 | field_1202_a | posX | 0 | |
132 | field_1204_f | metadata | 0 | |
133 | field_1205_e | blockID | 0 | |
134 | field_1206_d | acceptCountdown | 0 | Counts down 80 ticks until the position is accepted from the receive queue into the world. |
135 | field_1207_c | posZ | 0 | |
136 | field_1208_b | rand | 0 | RNG. |
137 | field_1211_f | worldClient | 0 | |
138 | field_1212_e | mc | 0 | Reference to the Minecraft object. |
139 | field_1213_d | netManager | 0 | Reference to the NetworkManager object. |
140 | field_1214_c | disconnected | 0 | True if kicked or disconnected from the server. |
141 | field_1215_b | buffer | 0 | The image buffer to use. |
142 | field_1216_a | location | 0 | The URL of the image to download. |
143 | field_1217_c | imageData | 0 | The image data. |
144 | field_1218_p | fontRenderer | 0 | Renders fonts |
145 | field_12235_b | explosionY | 0 | |
146 | field_12236_a | explosionX | 0 | |
147 | field_12237_e | destroyedBlockPositions | 0 | |
148 | field_12238_d | explosionSize | 0 | |
149 | field_12239_c | explosionZ | 0 | |
150 | field_1223_k | options | 0 | Reference to the GameSettings object. |
151 | field_12242_bI | timeSinceMoved | 0 | The time since the client player moved |
152 | field_12249_i | worldObj | 0 | |
153 | field_1224_j | playerViewX | 0 | |
154 | field_12250_h | explosionRNG | 0 | |
155 | field_12251_g | destroyedBlockPositions | 0 | |
156 | field_12252_f | explosionSize | 0 | |
157 | field_12253_e | exploder | 0 | |
158 | field_12254_d | explosionZ | 0 | |
159 | field_12255_c | explosionY | 0 | |
160 | field_12256_b | explosionX | 0 | |
161 | field_12257_a | isFlaming | 0 | whether or not the explosion sets fire to blocks around it |
162 | field_12258_e | networkSocket | 0 | The socket used by this network manager. |
163 | field_12259_z | lastServer | 0 | The lastServer string. |
164 | field_1225_i | playerViewY | 0 | |
165 | field_1227_g | worldObj | 0 | Reference to the World object. |
166 | field_1229_e | renderEngine | 0 | |
167 | field_1230_d | renderPosZ | 0 | |
168 | field_1231_c | renderPosY | 0 | |
169 | field_1232_b | renderPosX | 0 | |
170 | field_1233_a | instance | 0 | The static instance of RenderManager. |
171 | field_1243_l | isRiding | 0 | |
172 | field_1244_k | onGround | 0 | |
173 | field_1245_m | spiderLeg8 | 0 | Spider's eight leg |
174 | field_1246_j | spiderLeg7 | 0 | Spider's seventh leg |
175 | field_1247_i | spiderLeg6 | 0 | Spider's sixth leg |
176 | field_1248_h | spiderLeg5 | 0 | Spider's fifth leg |
177 | field_1249_g | spiderLeg4 | 0 | Spider's fourth leg |
178 | field_1250_f | spiderLeg3 | 0 | Spider's third leg |
179 | field_1251_e | spiderLeg2 | 0 | Spider's second leg |
180 | field_1252_d | spiderLeg1 | 0 | Spider's first leg |
181 | field_1253_c | spiderBody | 0 | The spider's body box |
182 | field_1254_b | spiderNeck | 0 | The spider's neck box |
183 | field_1255_a | spiderHead | 0 | The spider's head box |
184 | field_1256_a | sideModels | 0 | |
185 | field_1257_b | slimeRightEye | 0 | The slime's right eye |
186 | field_1258_a | slimeBodies | 0 | The slime's bodies, both the inside box and the outside box |
187 | field_1259_d | slimeMouth | 0 | The slime's mouth |
188 | field_1260_c | slimeLeftEye | 0 | The slime's left eye |
189 | field_1261_i | leg4 | 0 | |
190 | field_1262_h | leg3 | 0 | |
191 | field_1263_g | leg2 | 0 | |
192 | field_1264_f | leg1 | 0 | |
193 | field_1265_e | body | 0 | |
194 | field_1266_d | head | 0 | |
195 | field_1271_a | head | 0 | |
196 | field_1272_g | leg4 | 0 | |
197 | field_1273_f | leg3 | 0 | |
198 | field_1274_e | leg2 | 0 | |
199 | field_1275_d | leg1 | 0 | |
200 | field_1276_c | body | 0 | |
201 | field_1277_j | isSneak | 0 | |
202 | field_1278_i | heldItemRight | 0 | Records whether the model should be rendered holding an item in the right hand, and if that item is a block. |
203 | field_1279_h | heldItemLeft | 0 | Records whether the model should be rendered holding an item in the left hand, and if that item is a block. |
204 | field_1280_g | bipedLeftLeg | 0 | |
205 | field_1281_f | bipedRightLeg | 0 | |
206 | field_1282_e | bipedLeftArm | 0 | |
207 | field_1283_d | bipedRightArm | 0 | |
208 | field_1284_c | bipedBody | 0 | |
209 | field_1285_b | bipedHeadwear | 0 | |
210 | field_1286_a | bipedHead | 0 | |
211 | field_1287_a | boatSides | 0 | |
212 | field_1288_b | body | 0 | |
213 | field_1289_a | head | 0 | |
214 | field_1290_h | chin | 0 | |
215 | field_1291_g | bill | 0 | |
216 | field_1292_f | leftWing | 0 | |
217 | field_1293_e | rightWing | 0 | |
218 | field_1294_d | leftLeg | 0 | |
219 | field_1295_c | rightLeg | 0 | |
220 | field_1296_b | updateCounter | 0 | Counts the number of screen updates. |
221 | field_1297_a | message | 0 | The chat message. |
222 | field_1305_b | rand | 0 | The RNG used by the MapGen classes. |
223 | field_1306_a | range | 0 | The number of Chunks to gen-check in any given direction. |
224 | field_1307_b | charWidth | 0 | Array of width of all the characters in default.png |
225 | field_1308_a | fontTextureName | 0 | |
226 | field_1316_v | clay | 0 | |
227 | field_1317_u | cactus | 0 | |
228 | field_1318_t | craftedSnow | 0 | The material for crafted snow. |
229 | field_1319_s | snow | 0 | |
230 | field_1320_r | ice | 0 | |
231 | field_1322_p | tnt | 0 | |
232 | field_1324_n | circuits | 0 | |
233 | field_1325_m | sand | 0 | |
234 | field_1326_l | fire | 0 | |
235 | field_1328_j | sponge | 0 | |
236 | field_1329_i | plants | 0 | |
237 | field_1331_g | lava | 0 | |
238 | field_1332_f | water | 0 | |
239 | field_1333_e | iron | 0 | |
240 | field_1334_d | rock | 0 | |
241 | field_1335_c | wood | 0 | |
242 | field_1336_b | ground | 0 | |
243 | field_1337_a | air | 0 | |
244 | field_1342_b | imageWidth | 0 | |
245 | field_1343_a | imageData | 0 | |
246 | field_1344_c | imageHeight | 0 | |
247 | field_1345_b | signStick | 0 | The stick a sign stands on. |
248 | field_1346_a | signBoard | 0 | The board on a sign that has the writing on it. |
249 | field_1347_b | level | 0 | |
250 | field_1348_a | image | 0 | |
251 | field_1349_h | addedToRenderQueue | 0 | |
252 | field_1350_g | lastVisible | 0 | |
253 | field_1351_f | noContent | 0 | |
254 | field_1352_e | rendered | 0 | |
255 | field_1353_d | y | 0 | |
256 | field_1354_c | x | 0 | |
257 | field_1356_a | mc | 0 | A reference to the Minecraft object. |
258 | field_1357_e | renderBlocksInstance | 0 | Instance of RenderBlocks. |
259 | field_1360_b | yCoord | 0 | Y position this tick is occuring at |
260 | field_1361_a | xCoord | 0 | X position this tick is occuring at |
261 | field_1362_g | tickEntryID | 0 | The id of the tick entry |
262 | field_1363_f | nextTickEntryID | 0 | The id number for the next tick entry |
263 | field_1364_e | scheduledTime | 0 | Time this tick is scheduled to occur at |
264 | field_1365_d | blockID | 0 | blockID of the scheduled tick (ensures when the tick occurs its still for this block) |
265 | field_1366_c | zCoord | 0 | Z position this tick is occuring at |
266 | field_1367_b | scaledWidth | 0 | |
267 | field_1368_a | scaleFactor | 0 | |
268 | field_1369_c | scaledHeight | 0 | |
269 | field_1370_b | keyCode | 0 | |
270 | field_1371_a | keyDescription | 0 | |
271 | field_1372_i | timeSyncAdjustment | 0 | A ratio used to sync the high-resolution clock to the system clock, updated once per second |
272 | field_1373_h | lastSyncHRClock | 0 | The time reported by the high-resolution clock at the last sync, in milliseconds |
273 | field_1374_g | lastSyncSysClock | 0 | The time reported by the system clock at the last sync, in milliseconds |
274 | field_1375_f | lastHRTime | 0 | The time reported by the high-resolution clock at the last call of updateTimer(), in seconds |
275 | field_1376_e | elapsedPartialTicks | 0 | How much time has elapsed since the last tick, in ticks (range: 0.0 - 1.0). |
276 | field_1377_d | timerSpeed | 0 | A multiplier to make the timer (and therefore the game) go faster or slower. 0.5 makes the game run at half-speed. |
277 | field_1378_c | renderPartialTicks | 0 | How much time has elapsed since the last tick, in ticks, for use by display rendering routines (range: 0.0 - 1.0). This field is frozen if the display is paused to eliminate jitter. |
278 | field_1379_b | elapsedTicks | 0 | How many full ticks have turned over since the last call to updateTimer(), capped at 10. |
279 | field_1380_a | ticksPerSecond | 0 | The number of timer ticks per second of real time |
280 | field_1381_o | fogColor1 | 0 | Fog color 1 |
281 | field_1382_n | fogColor2 | 0 | Fog color 2 |
282 | field_1383_m | random | 0 | |
283 | field_1384_l | prevFrameTime | 0 | Previous frame time in milliseconds |
284 | field_1385_k | pointedEntity | 0 | Pointed entity |
285 | field_1386_j | rendererUpdateCount | 0 | Entity renderer update count |
286 | field_1387_i | farPlaneDistance | 0 | |
287 | field_1388_h | mc | 0 | A reference to the Minecraft object. |
288 | field_1392_d | fogColorBuffer | 0 | Fog color buffer |
289 | field_1395_a | itemRenderer | 0 | |
290 | field_1396_o | displayList | 0 | The GL display list rendered by the Tessellator for this model |
291 | field_1397_n | compiled | 0 | |
292 | field_1398_m | textureOffsetY | 0 | The Y offset into the texture used for displaying this model |
293 | field_1399_l | textureOffsetX | 0 | The X offset into the texture used for displaying this model |
294 | field_1402_i | isHidden | 0 | Hides the model. |
295 | field_1403_h | showModel | 0 | |
296 | field_1404_g | mirror | 0 | |
297 | field_1405_f | rotateAngleZ | 0 | |
298 | field_1406_e | rotateAngleY | 0 | |
299 | field_1407_d | rotateAngleX | 0 | |
300 | field_1408_c | rotationPointZ | 0 | |
301 | field_1409_b | rotationPointY | 0 | |
302 | field_1410_a | rotationPointX | 0 | |
303 | field_1412_b | entityHashMap | 0 | Hash map of the entities that the mob spawner has rendered/rendering spinning inside of them |
304 | field_1413_b | modelSign | 0 | The ModelSign instance used by the TileEntitySignRenderer |
305 | field_1414_S | allRenderLists | 0 | All render lists (fixed length 4) |
306 | field_1415_R | glRenderLists | 0 | List of OpenGL lists for the current render pass |
307 | field_1416_Q | renderersSkippingRenderPass | 0 | How many renderers are skipping rendering due to not having a render pass this frame |
308 | field_1417_P | renderersBeingRendered | 0 | How many renderers are actually being rendered this frame |
309 | field_1418_O | renderersBeingOccluded | 0 | How many renderers are being occluded this frame |
310 | field_1419_N | renderersBeingClipped | 0 | How many renderers are being clipped by the frustrum this frame |
311 | field_1420_M | renderersLoaded | 0 | How many renderers are loaded this frame that try to be rendered |
312 | field_1421_L | countEntitiesHidden | 0 | Count entities hidden |
313 | field_1422_K | countEntitiesRendered | 0 | Count entities rendered |
314 | field_1423_J | countEntitiesTotal | 0 | Count entities total |
315 | field_1424_I | renderEntitiesStartupCounter | 0 | Render entities startup counter (init value=2) |
316 | field_1425_H | renderDistance | 0 | |
317 | field_1426_G | maxBlockZ | 0 | Maximum block Z |
318 | field_1427_F | maxBlockY | 0 | Maximum block Y |
319 | field_1428_E | maxBlockX | 0 | Maximum block X |
320 | field_1429_D | minBlockZ | 0 | Minimum block Z |
321 | field_1430_C | minBlockY | 0 | Minimum block Y |
322 | field_1431_B | minBlockX | 0 | Minimum block X |
323 | field_1432_A | glSkyList2 | 0 | OpenGL sky list 2 |
324 | field_1433_z | glSkyList | 0 | OpenGL sky list |
325 | field_1434_y | starGLCallList | 0 | The star GL Call list |
326 | field_1435_x | cloudOffsetX | 0 | |
327 | field_1436_w | occlusionEnabled | 0 | Is occlusion testing enabled |
328 | field_1437_v | glOcclusionQueryBase | 0 | OpenGL occlusion query base |
329 | field_1438_u | globalRenderBlocks | 0 | Global render blocks |
330 | field_1439_t | mc | 0 | A reference to the Minecraft object. |
331 | field_1440_s | glRenderListBase | 0 | OpenGL render lists base |
332 | field_1441_r | renderChunksDeep | 0 | |
333 | field_1442_q | renderChunksTall | 0 | |
334 | field_1443_p | renderChunksWide | 0 | |
335 | field_1444_o | worldRenderers | 0 | |
336 | field_1445_n | sortedWorldRenderers | 0 | |
337 | field_1446_m | worldRenderersToUpdate | 0 | |
338 | field_1447_l | renderEngine | 0 | The RenderEngine instance used by RenderGlobal |
339 | field_1448_k | worldObj | 0 | A reference to the World object. |
340 | field_1449_j | frustumCheckOffset | 0 | The offset used to determine if a renderer is one of the sixteenth that are being updated this frame |
341 | field_1450_i | damagePartialTime | 0 | Damage partial time |
342 | field_1451_h | prevSortZ | 0 | Previous Z position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
343 | field_1452_g | prevSortY | 0 | Previous y position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
344 | field_1453_f | prevSortX | 0 | Previous x position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
345 | field_1456_c | occlusionResult | 0 | Occlusion query result |
346 | field_1457_b | dummyBuf50k | 0 | Dummy buffer (50k) not used |
347 | field_1458_a | tileEntities | 0 | |
348 | field_1459_t | chunkDataSendCounter | 0 | Counter used to prevent us from sending too many chunk data packets one after another. The delay appears to be set to 50. |
349 | field_1460_s | sendQueueByteLength | 0 | The length in bytes of the packets in both send queues (data and chunkData). |
350 | field_1461_r | timeSinceLastRead | 0 | Counter used to detect read timeouts after 1200 failed attempts to read a packet. |
351 | field_1462_q | terminationReason | 0 | A String indicating why the network has shutdown. |
352 | field_1463_p | isTerminating | 0 | Whether this network manager is currently terminating (and should ignore further errors). |
353 | field_1464_o | readThread | 0 | The thread used for reading. |
354 | field_1465_n | writeThread | 0 | The thread used for writing. |
355 | field_1466_m | isServerTerminating | 0 | Whether this server is currently terminating. If this is a client, this is always false. |
356 | field_1467_l | netHandler | 0 | A reference to the NetHandler object. |
357 | field_1468_k | chunkDataPackets | 0 | Linked list of packets with chunk data that are awaiting sending. |
358 | field_1469_j | dataPackets | 0 | Linked list of packets awaiting sending. |
359 | field_1470_i | readPackets | 0 | Linked list of packets that have been read and are awaiting processing. |
360 | field_1471_h | isRunning | 0 | Whether the network is currently operational. |
361 | field_1472_g | socketOutputStream | 0 | The output stream connected to the socket. |
362 | field_1473_f | socketInputStream | 0 | The input stream connected to the socket. |
363 | field_1474_e | remoteSocketAddress | 0 | |
364 | field_1475_d | sendQueueLock | 0 | The object used for synchronization on the send queue. |
365 | field_1476_c | numWriteThreads | 0 | The number of write threads spawned. Not really used on client side. |
366 | field_1477_b | numReadThreads | 0 | The number of read threads spawned. Not really used on client side. |
367 | field_1478_a | threadSyncObject | 0 | Synchronization object used for read and write threads. |
368 | field_1485_z | vboIndex | 0 | The index of the last VBO used. This is used in round-robin fashion, sequentially, through the vboCount vertex buffers. |
369 | field_1486_y | vertexBuffers | 0 | An IntBuffer used to store the indices of vertex buffer objects. |
370 | field_1487_x | useVBO | 0 | Whether we are currently using VBO or not. |
371 | field_1488_w | isDrawing | 0 | Whether this tessellator is currently in draw mode. |
372 | field_1489_v | normal | 0 | The normal to be applied to the face being drawn. |
373 | field_1490_u | zOffset | 0 | An offset to be applied along the z-axis for all vertices in this draw call. |
374 | field_1491_t | yOffset | 0 | An offset to be applied along the y-axis for all vertices in this draw call. |
375 | field_1492_s | xOffset | 0 | An offset to be applied along the x-axis for all vertices in this draw call. |
376 | field_1493_r | drawMode | 0 | The draw mode currently being used by the tessellator. |
377 | field_1494_B | bufferSize | 0 | The size of the buffers used (in integers). |
378 | field_1495_q | isColorDisabled | 0 | Disables all color information for the following draw call. |
379 | field_1496_A | vboCount | 0 | Number of vertex buffer objects allocated for use. |
380 | field_1497_p | addedVertices | 0 | The number of vertices manually added to the given draw call. This differs from vertexCount because it adds extra vertices when converting quads to triangles. |
381 | field_1498_o | rawBufferIndex | 0 | The index into the raw buffer to be used for the next data. |
382 | field_1499_n | hasNormals | 0 | Whether the current draw object for this tessellator has normal values. |
383 | field_1500_m | hasTexture | 0 | Whether the current draw object for this tessellator has texture coordinates. |
384 | field_1501_l | hasColor | 0 | Whether the current draw object for this tessellator has color values. |
385 | field_1502_k | color | 0 | The color (RGBA) value to be used for the following draw call. |
386 | field_1503_j | textureV | 0 | The second coordinate to be used for the texture. |
387 | field_1504_i | textureU | 0 | The first coordinate to be used for the texture. |
388 | field_1505_h | vertexCount | 0 | The number of vertices to be drawn in the next draw call. Reset to 0 between draw calls. |
389 | field_1506_g | rawBuffer | 0 | Raw integer array. |
390 | field_1507_f | floatBuffer | 0 | The same memory as byteBuffer, but referenced as an float buffer. |
391 | field_1508_e | intBuffer | 0 | The same memory as byteBuffer, but referenced as an integer buffer. |
392 | field_1509_d | byteBuffer | 0 | The byte buffer used for GL allocation. |
393 | field_1510_c | tryVBO | 0 | Boolean used to check if we should use vertex buffers. Initialized to false and never changed. |
394 | field_1511_b | convertQuadsToTriangles | 0 | Boolean used to check whether quads should be drawn as four triangles. Initialized to true and never changed. |
395 | field_1512_a | instance | 0 | The static instance of the Tessellator. |
396 | field_1513_b | codec | 0 | |
397 | field_1514_a | buffer | 0 | |
398 | field_1515_d | inputStream | 0 | |
399 | field_1516_c | hash | 0 | |
400 | field_1522_s | lastSaveTime | 0 | The time according to World.worldTime when this chunk was last saved |
401 | field_15235_a | blockIndex | 0 | |
402 | field_1523_r | hasEntities | 0 | Whether this Chunk has any Entities and thus requires saving on every tick |
403 | field_1526_o | isModified | 0 | Set to true if the chunk has been modified and needs to be updated internally. |
404 | field_1527_n | isTerrainPopulated | 0 | Boolean value indicating if the terrain is populated. |
405 | field_1529_l | chunkTileEntityMap | 0 | A Map of ChunkPositions to TileEntities in this chunk |
406 | field_1530_k | zPosition | 0 | The z coordinate of the chunk. |
407 | field_1531_j | xPosition | 0 | The x coordinate of the chunk. |
408 | field_1537_d | worldObj | 0 | Reference to the World object. |
409 | field_1538_c | isChunkLoaded | 0 | Whether or not this Chunk is currently loaded into the World |
410 | field_1540_a | isLit | 0 | Determines if the chunk is lit or not at a light value greater than 0. |
411 | field_1541_n | fontRenderer | 0 | The FontRenderer instance used by the TileEntityRenderer |
412 | field_1543_l | playerZ | 0 | The player's Z position in this rendering context |
413 | field_1544_k | playerY | 0 | The player's Y position in this rendering context |
414 | field_1545_j | playerX | 0 | The player's X position in this rendering context |
415 | field_1549_f | worldObj | 0 | Reference to the World object. |
416 | field_1550_e | renderEngine | 0 | The RenderEngine instance used by the TileEntityRenderer |
417 | field_1551_d | staticPlayerZ | 0 | The player's current Z position (same as playerZ) |
418 | field_1552_c | staticPlayerY | 0 | The player's current Y position (same as playerY) |
419 | field_1553_b | staticPlayerX | 0 | The player's current X position (same as playerX) |
420 | field_1554_a | instance | 0 | The static instance of TileEntityRenderer |
421 | field_1555_b | count | 0 | The number of points in this path |
422 | field_1556_a | pathPoints | 0 | Contains the points in this path |
423 | field_1557_a | craftingManager | 0 | |
424 | field_1560_x | thirdPersonView | 0 | |
425 | field_1561_w | difficulty | 0 | |
426 | field_1563_u | mc | 0 | |
427 | field_1564_t | keyBindings | 0 | |
428 | field_1565_s | keyBindSneak | 0 | |
429 | field_1570_o | keyBindInventory | 0 | |
430 | field_1571_n | keyBindJump | 0 | |
431 | field_1572_m | keyBindRight | 0 | |
432 | field_1573_l | keyBindBack | 0 | |
433 | field_1574_k | keyBindLeft | 0 | |
434 | field_1575_j | keyBindForward | 0 | |
435 | field_1576_i | fancyGraphics | 0 | |
436 | field_1577_h | limitFramerate | 0 | |
437 | field_1578_g | anaglyph | 0 | |
438 | field_1579_f | viewBobbing | 0 | |
439 | field_1580_e | renderDistance | 0 | |
440 | field_1581_d | invertMouse | 0 | |
441 | field_1582_c | mouseSensitivity | 0 | |
442 | field_1583_b | soundVolume | 0 | |
443 | field_1584_a | musicVolume | 0 | |
444 | field_1585_a | enumOSMappingArray | 0 | |
445 | field_1586_b | mcThread | 0 | A reference to the Minecraft main thread. |
446 | field_1587_a | mc | 0 | A reference to the Minecraft object. |
447 | field_1588_a | mc | 0 | A reference to the Minecraft object. |
448 | field_1589_b | count | 0 | The number of items stored in this map |
449 | field_1590_a | slots | 0 | An array of HashEntries representing the heads of hash slot lists |
450 | field_1591_e | versionStamp | 0 | A serial stamp used to mark changes |
451 | field_1592_d | growFactor | 0 | The scale factor used to determine when to grow the table |
452 | field_1593_c | threshold | 0 | The grow threshold |
453 | field_1602_h | options | 0 | Reference to the GameSettings object |
454 | field_1603_g | urlToImageDataMap | 0 | A mapping from image URLs to ThreadDownloadImageData instances |
455 | field_1604_f | textureList | 0 | |
456 | field_1605_e | imageData | 0 | Stores the image data for the texture. |
457 | field_1606_d | singleIntBuffer | 0 | An IntBuffer storing 1 int used as scratch space in RenderEngine |
458 | field_1607_c | textureNameToImageMap | 0 | A mapping from GL texture names (integers) to BufferedImage instances |
459 | field_1609_a | useMipmaps | 0 | Use mipmaps for all bound textures (unused at present) |
460 | field_1610_b | classToStringMapping | 0 | Provides a mapping between a string and an entity classes |
461 | field_1611_a | stringToClassMapping | 0 | Provides a mapping between entity classes and a string |
462 | field_1612_d | classToIDMapping | 0 | provides a mapping between an Entity Class and an entity ID |
463 | field_1613_c | IDtoClassMapping | 0 | provides a mapping between an entityID and an Entity Class |
464 | field_1614_b | animationsToGo | 0 | Number of animation frames to go when receiving an item (by walking into it, for example). |
465 | field_1615_a | stackSize | 0 | Size of the stack. |
466 | field_1616_d | itemDamage | 0 | Damage dealt to the item or number of use. Raise when using items. |
467 | field_1617_c | itemID | 0 | ID of the item. |
468 | field_1618_c | windowId | 0 | |
469 | field_1619_b | craftResult | 0 | |
470 | field_1620_a | craftMatrix | 0 | The crafting matrix inventory. |
471 | field_1621_b | craftResult | 0 | |
472 | field_1622_a | craftMatrix | 0 | The crafting matrix inventory (3x3). |
473 | field_1623_z | sizeX | 0 | |
474 | field_1624_y | title | 0 | Painting Title. |
475 | field_1632_C | offsetY | 0 | |
476 | field_1634_B | offsetX | 0 | |
477 | field_1636_A | sizeY | 0 | |
478 | field_1653_a | SIN_TABLE | 0 | A table of sin values computed from 0 (inclusive) to 2*pi (exclusive), with steps of 2*PI / 65536. |
479 | field_1654_b | texturePositionX | 0 | |
480 | field_1655_a | vector3D | 0 | |
481 | field_1656_c | texturePositionY | 0 | |
482 | field_1657_b | isGetRandomSound | 0 | |
483 | field_1658_a | numberOfSoundPoolEntries | 0 | The number of soundPoolEntry's. This value is computed but never used (should be equal to allSoundPoolEntries.size()). |
484 | field_1659_e | allSoundPoolEntries | 0 | A list of all SoundPoolEntries that have been loaded. |
485 | field_1660_d | nameToSoundPoolEntriesMapping | 0 | Maps a name (can be sound/newsound/streaming/music/newmusic) to a list of SoundPoolEntry's. |
486 | field_1661_c | rand | 0 | The RNG used by SoundPool. |
487 | field_1662_b | recipes | 0 | A list of all the recipes added |
488 | field_1664_b | recipeItems | 0 | |
489 | field_1665_a | recipePatterns | 0 | |
490 | field_1666_b | username | 0 | |
491 | field_1667_a | registeredBlocksList | 0 | |
492 | field_1670_b | textureNames | 0 | An ArrayList that stores all the generated texture names. |
493 | field_1671_a | displayLists | 0 | An ArrayList that stores the first index and the length of each display list. |
494 | field_1672_a | logo | 0 | BufferedImage object containing the Majong logo. |
495 | field_1673_b | path | 0 | The path being generated |
496 | field_1674_a | worldMap | 0 | Used to find obstacles |
497 | field_1675_d | pathOptions | 0 | Selection of path points to add to the path |
498 | field_1676_c | pointMap | 0 | The points in the path |
499 | field_1677_b | stepSoundVolume | 0 | |
500 | field_1678_a | stepSoundName | 0 | |
501 | field_1679_c | stepSoundPitch | 0 | |
502 | field_1680_b | recipeItems | 0 | |
503 | field_1681_a | recipePatterns | 0 | |
504 | field_1687_b | projectionMatrix | 0 | |
505 | field_1688_a | frustum | 0 | |
506 | field_1689_d | clippingMatrix | 0 | |
507 | field_1690_c | modelviewMatrix | 0 | |
508 | field_1692_g | modelviewMatrixBuffer | 0 | |
509 | field_1693_f | projectionMatrixBuffer | 0 | |
510 | field_1694_e | instance | 0 | |
511 | field_1695_a | colorBuffer | 0 | Float buffer used to set OpenGL material colors |
512 | field_1696_a | mcApplet | 0 | Reference to the MinecraftApplet object. |
513 | field_1697_b | minY | 0 | |
514 | field_1698_a | minX | 0 | |
515 | field_1699_h | numBoundingBoxesInUse | 0 | Tracks how many bounding boxes are being used |
516 | field_1700_g | boundingBoxes | 0 | List of bounding boxes (not all necessarily being actively used) |
517 | field_1701_f | maxZ | 0 | |
518 | field_1702_e | maxY | 0 | |
519 | field_1703_d | maxX | 0 | |
520 | field_1704_c | minZ | 0 | |
521 | field_1705_b | referenceCount | 0 | Number of open references to this ThreadDownloadImageData |
522 | field_1706_a | image | 0 | The image data. |
523 | field_1707_d | textureSetupComplete | 0 | True if the texture has been allocated and the image copied to the texture. This is reset if global rendering settings change, so that setupTexture will be called again. |
524 | field_1708_c | textureName | 0 | The GL texture name associated with this image, or -1 if the texture has not been allocated |
525 | field_1709_j | isFirst | 0 | Indicates this is the origin |
526 | field_1710_i | previous | 0 | The point preceding this in its assigned path |
527 | field_1711_h | distanceToTarget | 0 | The distance to the target |
528 | field_1712_g | distanceToNext | 0 | The linear distance to the next point |
529 | field_1713_f | totalPathDistance | 0 | The distance along the path to this point |
530 | field_1714_e | index | 0 | The index of this point in its assigned path |
531 | field_1715_d | hash | 0 | A hash of the coordinates used to identify this point |
532 | field_1716_c | zCoord | 0 | The z coordinate of this point |
533 | field_1717_b | yCoord | 0 | The y coordinate of this point |
534 | field_1718_a | xCoord | 0 | The x coordinate of this point |
535 | field_1722_c | defaultLightValue | 0 | |
536 | field_1728_b | fxLayers | 0 | |
537 | field_1729_a | worldObj | 0 | Reference to the World object. |
538 | field_1730_d | rand | 0 | RNG. |
539 | field_1731_c | renderer | 0 | |
540 | field_1732_z | glOcclusionQuery | 0 | OpenGL occlusion query |
541 | field_1733_y | isWaitingOnOcclusionQuery | 0 | Is this renderer waiting on the result of the occlusion query |
542 | field_1734_x | isVisible | 0 | Is this renderer visible according to the occlusion query |
543 | field_1735_w | chunkIndex | 0 | Chunk index |
544 | field_1736_v | rendererBoundingBox | 0 | Axis aligned bounding box |
545 | field_1737_F | tileEntities | 0 | |
546 | field_1738_u | needsUpdate | 0 | Boolean for whether this renderer needs to be updated or not |
547 | field_1739_E | isInitialized | 0 | |
548 | field_1741_s | posZPlus | 0 | Pos Z plus |
549 | field_1742_D | tessellator | 0 | |
550 | field_1743_r | posYPlus | 0 | Pos Y plus |
551 | field_1744_C | glRenderList | 0 | |
552 | field_1745_B | tileEntityRenderers | 0 | All the tile entities that have special rendering code for this chunk |
553 | field_1746_q | posXPlus | 0 | Pos X plus |
554 | field_1747_A | isChunkLit | 0 | Is the chunk lit |
555 | field_1748_p | skipRenderPass | 0 | Should this renderer skip this render pass |
556 | field_1749_o | isInFrustum | 0 | |
557 | field_1750_n | posZClip | 0 | Pos Z clipped |
558 | field_1751_m | posYClip | 0 | Pos Y clipped |
559 | field_1752_l | posXClip | 0 | Pos X clipped |
560 | field_1753_k | posZMinus | 0 | Pos Z minus |
561 | field_1754_j | posYMinus | 0 | Pos Y minus |
562 | field_1755_i | posXMinus | 0 | Pos X minus |
563 | field_1759_e | posZ | 0 | |
564 | field_1760_d | posY | 0 | |
565 | field_1761_c | posX | 0 | |
566 | field_1762_b | chunksUpdated | 0 | |
567 | field_1763_a | worldObj | 0 | Reference to the World object. |
568 | field_1764_b | points | 0 | The actual points in the path |
569 | field_1765_a | pathLength | 0 | The total length of the path |
570 | field_1767_b | mc | 0 | A reference to the Minecraft object. |
571 | field_1768_a | resourcesFolder | 0 | The folder to store the resources in. |
572 | field_1769_c | closing | 0 | Set to true when Minecraft is closing down. |
573 | field_1770_a | tryCheckOcclusionCapable | 0 | Whether or not we should try to check occlusion - defaults to false and is never changed in 1.2.2. |
574 | field_1771_b | overrideBlockTexture | 0 | If set to >=0, all block faces will be rendered using this texture index |
575 | field_1772_a | blockAccess | 0 | The IBlockAccess used by this instance of RenderBlocks |
576 | field_1773_d | renderAllFaces | 0 | If true, renders all faces on all blocks rather than using the logic in Block.shouldSideBeRendered. Unused. |
577 | field_1774_c | flipTexture | 0 | Set to true if the texture should be flipped horizontally during render*Face |
578 | field_1775_b | yCoord | 0 | Y coordinate of Vec3D |
579 | field_1776_a | xCoord | 0 | X coordinate of Vec3D |
580 | field_1777_e | nextVector | 0 | Next empty index in the vectorList. We don't ever seem to remove vectors from the list, however. |
581 | field_1778_d | vectorList | 0 | ArrayList of all created vectors |
582 | field_1779_c | zCoord | 0 | Z coordinate of Vec3D |
583 | field_1780_b | soundUrl | 0 | |
584 | field_1781_a | soundName | 0 | |
585 | field_1786_h | zoneMap | 0 | |
586 | field_1787_g | zonesToRender | 0 | |
587 | field_1788_f | running | 0 | |
588 | field_1789_e | workDir | 0 | |
589 | field_1790_d | level | 0 | |
590 | field_1791_c | showHelp | 0 | |
591 | field_1792_b | zoom | 0 | |
592 | field_1793_a | currentRender | 0 | |
593 | field_185_a | fullscreen | 0 | |
594 | field_186_a | mainFrame | 0 | Reference to the main frame, in this case, the applet window itself. |
595 | field_188_b | chunkZPos | 0 | The Z position of this Chunk Coordinate Pair |
596 | field_189_a | chunkXPos | 0 | The X position of this Chunk Coordinate Pair |
597 | field_191_a | renderManager | 0 | |
598 | field_194_c | shadowOpaque | 0 | Determines the darkness of the object's shadow. Higher value makes a darker shadow. |
599 | field_195_d | modelBase | 0 | |
600 | field_196_d | blockRenderer | 0 | |
601 | field_197_d | renderBlocks | 0 | |
602 | field_198_d | modelBoat | 0 | instance of ModelBoat for rendering |
603 | field_199_d | rand | 0 | RNG. |
604 | field_20003_a | itemIconIndex | 0 | Have the icon index (in items.png) that will be used to render the image. Currently, eggs and snowballs uses this classes. |
605 | field_20006_b | xDisplayPosition | 0 | display position of the inventory slot on the screen x axis |
606 | field_20007_a | slotNumber | 0 | the id of the slot(also the index in the inventory arraylist) |
607 | field_20008_c | yDisplayPosition | 0 | display position of the inventory slot on the screen y axis |
608 | field_20017_a | adjacentTreeBlocks | 0 | |
609 | field_20018_j | creationTimeMillis | 0 | the system time in milliseconds when this packet was created. |
610 | field_20019_b | yPosition | 0 | |
611 | field_20020_a | xPosition | 0 | |
612 | field_20021_d | signLines | 0 | |
613 | field_20022_c | zPosition | 0 | |
614 | field_20023_b | inventorySlot | 0 | The clicked slot (-999 is outside of inventory) |
615 | field_20024_a | window_Id | 0 | The id of the window which was clicked. 0 for player inventory. |
616 | field_20025_e | itemStack | 0 | Item stack for inventory |
617 | field_20026_d | action | 0 | A unique number for the action, used for transaction handling |
618 | field_20027_c | mouseClick | 0 | 1 when right-clicking and otherwise 0 |
619 | field_20028_b | shortWindowId | 0 | |
620 | field_20029_a | windowId | 0 | The id of the window that the action occurred in. |
621 | field_20030_c | accepted | 0 | |
622 | field_20031_b | progressBar | 0 | Which of the progress bars that should be updated. (For furnaces, 0 = progress arrow, 1 = fire icon) |
623 | field_20032_a | windowId | 0 | The id of the window that the progress bar is in. |
624 | field_20033_c | progressBarValue | 0 | The value of the progress bar. The maximum values vary depending on the progress bar. Presumably the values are specified as in-game ticks. Some progress bar values increase, while others decrease. For furnaces, 0 is empty, full progress arrow = about 180, full fire icon = about 250) |
625 | field_20034_a | windowId | 0 | |
626 | field_20035_b | itemStack | 0 | Stack of items |
627 | field_20036_a | windowId | 0 | The id of window which items are being sent for. 0 for player inventory. |
628 | field_20037_b | inventoryType | 0 | |
629 | field_20038_a | windowId | 0 | |
630 | field_20039_d | slotsCount | 0 | |
631 | field_20040_c | windowTitle | 0 | |
632 | field_20041_b | itemSlot | 0 | Slot that should be updated |
633 | field_20042_a | windowId | 0 | The window which is being updated. 0 for player inventory |
634 | field_20043_c | myItemStack | 0 | Item stack |
635 | field_20044_c | itemDamage | 0 | The health of the item. |
636 | field_20047_bv | skinUrl | 0 | downloadable location of player's skin |
637 | field_20067_q | playerCloakUrl | 0 | |
638 | field_20068_h | craftingInventory | 0 | the crafting inventory you are currently using |
639 | field_20069_g | inventorySlots | 0 | the crafting inventory in you get when opening your inventory |
640 | field_20071_b | slotsCount | 0 | |
641 | field_20072_a | inventoryTitle | 0 | |
642 | field_20074_c | inventoryContents | 0 | |
643 | field_20077_f | itemStack | 0 | |
644 | field_20079_i | enumOptions | 0 | |
645 | field_20083_l | allowedCharacters | 0 | This String is just a local copy of the characters allowed in text rendering of minecraft. |
646 | field_20097_i | bipedCloak | 0 | |
647 | field_20098_h | bipedEars | 0 | |
648 | field_20099_f | equippedItemSlot | 0 | The index of the currently held item (0-8, or -1 if not yet updated) |
649 | field_200_e | random | 0 | The RNG used in RenderItem (for bobbing itemstacks on the ground) |
650 | field_20105_z | RENDER_DISTANCES | 0 | |
651 | field_20106_A | DIFFICULTIES | 0 | |
652 | field_20121_g | crafters | 0 | list of all people that need to be notified when this craftinventory changes |
653 | field_20122_e | inventorySlots | 0 | the list of all slots in the inventory |
654 | field_20123_d | inventoryItemStacks | 0 | the list of all items(stacks) for the corresponding slot |
655 | field_20124_c | isLocalWorld | 0 | Determines if inventory manipulation should be handled. |
656 | field_20125_a | lowerChestInventory | 0 | |
657 | field_20126_b | lastCookTime | 0 | |
658 | field_20127_a | furnace | 0 | |
659 | field_20128_h | lastItemBurnTime | 0 | |
660 | field_20129_c | lastBurnTime | 0 | |
661 | field_20130_j | posZ | 0 | |
662 | field_20131_i | posY | 0 | |
663 | field_20132_h | posX | 0 | |
664 | field_20133_c | worldObj | 0 | |
665 | field_20142_m | enumString | 0 | |
666 | field_20143_l | enumBoolean | 0 | |
667 | field_20144_k | enumFloat | 0 | |
668 | field_20155_a | enumOptionsMappingHelperArray | 0 | |
669 | field_20157_a | allowedCharacters | 0 | This String have the characters allowed in any text drawing of minecraft. |
670 | field_20164_b | translateTable | 0 | Contains all key/value pairs to be translated - is loaded from '/lang/en_US.lang' when the StringTranslate is created. |
671 | field_20165_a | instance | 0 | Is the private singleton instance of StringTranslate. |
672 | field_201_d | renderBlocks | 0 | |
673 | field_203_d | renderBlocks | 0 | |
674 | field_204_f | scale | 0 | Scale of the model to use |
675 | field_205_f | scaleAmount | 0 | |
676 | field_206_i | armorFilenamePrefix | 0 | |
677 | field_207_h | modelArmor | 0 | |
678 | field_208_g | modelArmorChestplate | 0 | |
679 | field_20900_b | waypointX | 0 | |
680 | field_20901_a | courseChangeCooldown | 0 | |
681 | field_20902_c | waypointY | 0 | |
682 | field_20913_d | minecartType | 0 | The type of minecart, 2 for powered, 1 for storage. |
683 | field_20914_E | entityList | 0 | Contains all entities for this client, both spawned and non-spawned. |
684 | field_20917_a | transactionID | 0 | |
685 | field_20919_a | mcFrame | 0 | Reference to the main frame. |
686 | field_20920_e | mainModel | 0 | |
687 | field_20921_a | healAmount | 0 | The amount this food item heals the player. |
688 | field_20922_a | blockType | 0 | Boolean used to seperate different states of blocks |
689 | field_20923_e | particleAge | 0 | |
690 | field_20925_a | modelMinecart | 0 | instance of ModelMinecart for rendering |
691 | field_20926_a | containerItem | 0 | |
692 | field_20927_a | toolMaterial | 0 | The material this tool is made from. |
693 | field_209_f | modelBipedMain | 0 | |
694 | field_21018_bf | hasSubtypes | 0 | Some items (like dyes) have multiple subtypes on same item, this is field define this behavior |
695 | field_21019_aW | sugar | 0 | |
696 | field_21020_aV | bone | 0 | |
697 | field_21021_aU | dyePowder | 0 | |
698 | field_21022_aX | cake | 0 | |
699 | field_21023_a | dyeColorNames | 0 | List of dye color names |
700 | field_21026_bg | cake | 0 | |
701 | field_21031_b | blocksNeedingUpdate | 0 | |
702 | field_21036_b | yLocation | 0 | |
703 | field_21037_a | xLocation | 0 | |
704 | field_21038_e | pitch | 0 | The pitch of the note (between 0-24 inclusive where 0 is the lowest and 24 is the highest). |
705 | field_21039_d | instrumentType | 0 | 1=Double Bass, 2=Snare Drum, 3=Clicks / Sticks, 4=Bass Drum, 5=Harp |
706 | field_21040_c | zLocation | 0 | |
707 | field_21041_b | xPosition | 0 | |
708 | field_21042_a | entityId | 0 | |
709 | field_21043_f | title | 0 | |
710 | field_21044_e | direction | 0 | |
711 | field_21045_d | zPosition | 0 | |
712 | field_21046_c | yPosition | 0 | |
713 | field_21048_b | metadata | 0 | |
714 | field_21049_a | entityId | 0 | |
715 | field_21050_b | state | 0 | 1=sneak, 2=normal |
716 | field_21051_a | entityId | 0 | Player ID. |
717 | field_21052_l | itemDamage | 0 | The health of the item. |
718 | field_21054_i | receivedMetadata | 0 | |
719 | field_21055_h | metaData | 0 | Indexed metadata for Mob, terminated by 0x7F |
720 | field_21056_b | slot | 0 | Equipment slot: 0=held, 1-4=armor slot |
721 | field_21064_bx | dataWatcher | 0 | |
722 | field_21065_a | noteParticleScale | 0 | |
723 | field_21075_a | fleeceColorTable | 0 | Holds the RGB table of the sheep colors - in OpenGL glColor3f values - used to render the sheep colored fleece. |
724 | field_21076_p | randomMotionVecZ | 0 | |
725 | field_21077_o | randomMotionVecY | 0 | |
726 | field_21078_n | randomMotionVecX | 0 | |
727 | field_21081_k | randomMotionSpeed | 0 | |
728 | field_21082_j | lastTentacleAngle | 0 | the last calculated angle of the tentacles in radians |
729 | field_21083_i | tentacleAngle | 0 | angle of the tentacles in radians |
730 | field_21093_bH | hasSetHealth | 0 | has the client player's health been set? |
731 | field_21096_b | previousRedstoneState | 0 | stores the latest redstone state |
732 | field_21097_a | note | 0 | Note to play |
733 | field_210_z | pickaxeDiamond | 0 | |
734 | field_21101_b | dispenserRandom | 0 | random number generator for instance. Used in random item stack selection. |
735 | field_21102_a | dispenserContents | 0 | |
736 | field_21104_b | inventoryWidth | 0 | the width of the crafting inventory |
737 | field_21112_j | curChunkY | 0 | The current chunk the player is over |
738 | field_21113_i | curChunkX | 0 | The current chunk the player is over |
739 | field_21120_L | spawnPeacefulMobs | 0 | A flag indicating whether we should spawn peaceful mobs. |
740 | field_21121_K | spawnHostileMobs | 0 | indicates if enemies are spawned or not |
741 | field_21122_b | squidTentacles | 0 | The squid's tentacles |
742 | field_21123_a | squidBody | 0 | The squid's body |
743 | field_21132_b | watchedObjects | 0 | |
744 | field_21133_a | dataTypes | 0 | |
745 | field_21134_c | objectChanged | 0 | true if one or more object was changed |
746 | field_21138_b | recipeWidth | 0 | How many horizontal slots this recipe is wide. |
747 | field_21139_a | recipeOutputItemID | 0 | Is the itemID of the output item that you get when craft the recipe. |
748 | field_21140_e | recipeOutput | 0 | Is the ItemStack that you get when craft the recipe. |
749 | field_21141_d | recipeItems | 0 | Is a array of ItemStack that composes the recipe. |
750 | field_21142_c | recipeHeight | 0 | How many vertical slots this recipe uses. |
751 | field_21143_b | recipeItems | 0 | Is a List of ItemStack that composes the recipe. |
752 | field_21144_a | recipeOutput | 0 | Is the ItemStack that you get when craft the recipe. |
753 | field_21149_a | tileEntityDispenser | 0 | |
754 | field_21150_y | cake | 0 | Cake's material, see BlockCake |
755 | field_21153_n | cameraPitch | 0 | |
756 | field_21154_m | cameraYaw | 0 | |
757 | field_21155_l | cameraZoom | 0 | |
758 | field_21156_R | worldRenderersCheckIndex | 0 | World renderers check index |
759 | field_21163_b | dataValueId | 0 | id of max 31 |
760 | field_21164_a | objectType | 0 | |
761 | field_21165_d | isWatching | 0 | |
762 | field_21166_c | watchedObject | 0 | |
763 | field_21172_g | isPeacefulCreature | 0 | A flag indicating whether this creature type is peaceful. |
764 | field_21173_f | creatureMaterial | 0 | |
765 | field_211_y | shovelDiamond | 0 | |
766 | field_21201_b | smeltingList | 0 | The list of smelting results. |
767 | field_21202_a | smeltingBase | 0 | |
768 | field_21210_i | damageVsEntity | 0 | Damage versus entities. |
769 | field_21211_h | efficiencyOnProperMaterial | 0 | The strength of this tool material against blocks which it is effective against. |
770 | field_21212_g | maxUses | 0 | The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32) |
771 | field_21213_f | harvestLevel | 0 | The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD) |
772 | field_212_x | swordDiamond | 0 | |
773 | field_213_w | axeStone | 0 | |
774 | field_214_v | pickaxeStone | 0 | |
775 | field_215_u | shovelStone | 0 | |
776 | field_216_t | swordStone | 0 | |
777 | field_217_s | axeWood | 0 | |
778 | field_218_r | pickaxeWood | 0 | |
779 | field_21900_a | theMinecraft | 0 | Set to 'this' in Minecraft constructor; used by some settings get methods |
780 | field_21901_a | sleeping | 0 | Boolean value indicating weather a player is sleeping or not |
781 | field_21907_c | sleepTimer | 0 | |
782 | field_21908_b | playerLocation | 0 | The chunk coordinates of the bed the player is in (null if player isn't in a bed). |
783 | field_219_q | shovelWood | 0 | |
784 | field_22008_V | saveLoader | 0 | |
785 | field_22009_h | renderViewEntity | 0 | The Entity from which the renderer determines the render viewpoint. Currently is always the parent Minecraft class's 'thePlayer' instance. Modification of its location, rotation, or other settings at render time will modify the camera likewise, with the caveat of triggering chunk rebuilds as it moves, making it unsuitable for changing the viewpoint mid-render. |
786 | field_22018_aZ | redstoneRepeater | 0 | |
787 | field_22019_aY | bed | 0 | |
788 | field_22020_bi | redstoneRepeaterActive | 0 | |
789 | field_22021_bh | redstoneRepeaterIdle | 0 | |
790 | field_22023_b | repeaterState | 0 | The states in which the redstone repeater blocks can be. |
791 | field_22024_a | repeaterTorchOffset | 0 | The offsets for the two torches in redstone repeater blocks. |
792 | field_22025_c | isRepeaterPowered | 0 | Tells whether the repeater is powered or not |
793 | field_22033_a | headBlockToFootBlockMap | 0 | Maps the head-of-bed block to the foot-of-bed block. |
794 | field_22037_a | blockStepTypes | 0 | The list of the types of step blocks. |
795 | field_22044_b | bedX | 0 | |
796 | field_22045_a | entityID | 0 | |
797 | field_22047_d | bedZ | 0 | |
798 | field_22048_c | bedY | 0 | |
799 | field_22065_l | recordIsPlaying | 0 | |
800 | field_22073_k | cursorCounter | 0 | |
801 | field_22074_i | maxStringLength | 0 | |
802 | field_22075_h | text | 0 | Have the current text beign edited on the textbox. |
803 | field_22076_g | height | 0 | |
804 | field_22077_f | width | 0 | The width of this text field. |
805 | field_22078_e | yPos | 0 | |
806 | field_22079_d | xPos | 0 | |
807 | field_22080_c | fontRenderer | 0 | Have the font renderer from GuiScreen to render the textbox text into the screen. |
808 | field_22082_a | isFocused | 0 | If this value is true along isEnabled, keyTyped will process the keys. |
809 | field_22095_r | buttonRename | 0 | the rename button in the world selection gui |
810 | field_22096_q | deleting | 0 | set to true if you arein the process of deleteing a world/save |
811 | field_22097_p | localizedMustConvertText | 0 | |
812 | field_22098_o | localizedWorldText | 0 | E.g. World, Welt, Monde, Mundo |
813 | field_22099_n | worldSlotContainer | 0 | |
814 | field_220_p | swordWood | 0 | |
815 | field_22100_m | saveList | 0 | The save list for the world selection screen |
816 | field_22101_l | selectedWorld | 0 | the currently selected world |
817 | field_22102_i | dateFormatter | 0 | simple date formater |
818 | field_22103_t | buttonDelete | 0 | the delete button in the world selection gui |
819 | field_22104_s | buttonSelect | 0 | the select button in the world selection gui |
820 | field_22105_l | buttonText2 | 0 | The text shown for the second button in GuiYesNo |
821 | field_22106_k | buttonText1 | 0 | The text shown for the first button in GuiYesNo |
822 | field_22107_a | screenTitle | 0 | The title string that is displayed in the top-center of the screen. |
823 | field_22108_k | videoOptions | 0 | An array of all of EnumOption's video options. |
824 | field_22109_i | guiGameSettings | 0 | GUI game settings |
825 | field_22110_h | parentGuiScreen | 0 | |
826 | field_22112_a | parentGuiScreen | 0 | |
827 | field_22113_i | worldName | 0 | |
828 | field_22114_h | theGuiTextField | 0 | |
829 | field_22128_k | guiTexturePackSlot | 0 | the GuiTexturePackSlot that contains all the texture packs and their descriptions |
830 | field_22130_l | createClicked | 0 | |
831 | field_22131_a | parentGuiScreen | 0 | |
832 | field_22132_k | folderName | 0 | |
833 | field_22133_i | textboxSeed | 0 | |
834 | field_22134_h | textboxWorldName | 0 | |
835 | field_22135_k | relevantOptions | 0 | An array of options that can be changed directly from the options GUI. |
836 | field_22145_q | worldInfo | 0 | holds information about a world (size on disk, time, spawn point, seed, ...) |
837 | field_22146_A | allPlayersSleeping | 0 | A flag indicating whether or not all players in the world are sleeping. |
838 | field_22147_p | saveHandler | 0 | |
839 | field_22155_b | saveDirectory | 0 | The path to the current savegame directory |
840 | field_22156_a | logger | 0 | Reference to the logger. |
841 | field_22157_d | initializationTime | 0 | The time in milliseconds when this field was initialized. Stored in the session lock file. |
842 | field_22158_c | playersDirectory | 0 | The directory in which to save player information |
843 | field_22165_b | displayName | 0 | the displayed name of this save file |
844 | field_22166_a | fileName | 0 | the file name of this save |
845 | field_22167_e | requiresConversion | 0 | |
846 | field_22168_d | sizeOnDisk | 0 | |
847 | field_22169_c | lastTimePlayed | 0 | |
848 | field_22180_a | savesDirectory | 0 | Reference to the File object representing the directory for the world saves |
849 | field_22188_h | livingPlayer | 0 | Rendermanager's variable for the player |
850 | field_22195_a | regionsByFilename | 0 | A map containing Files as keys and RegionFiles as values |
851 | field_221_o | swordSteel | 0 | |
852 | field_22212_b | fileName | 0 | |
853 | field_22213_a | emptySector | 0 | |
854 | field_22214_h | lastModified | 0 | |
855 | field_22215_g | sizeDelta | 0 | McRegion sizeDelta |
856 | field_22216_f | sectorFree | 0 | |
857 | field_22217_e | chunkTimestamps | 0 | |
858 | field_22218_d | offsets | 0 | |
859 | field_22219_c | dataFile | 0 | |
860 | field_22220_z | camRoll | 0 | |
861 | field_22221_y | prevDebugCamFOV | 0 | |
862 | field_22222_x | debugCamFOV | 0 | |
863 | field_22223_w | prevDebugCamPitch | 0 | |
864 | field_22224_v | debugCamPitch | 0 | |
865 | field_22225_u | prevDebugCamYaw | 0 | |
866 | field_22226_t | debugCamYaw | 0 | |
867 | field_22227_s | thirdPersonDistanceTemp | 0 | Third person distance temp |
868 | field_22228_r | thirdPersonDistance | 0 | |
869 | field_22229_q | mouseFilterDummy4 | 0 | Mouse filter dummy 4 |
870 | field_22230_A | prevCamRoll | 0 | |
871 | field_22231_p | mouseFilterDummy3 | 0 | Mouse filter dummy 3 |
872 | field_22232_o | mouseFilterDummy2 | 0 | Mouse filter dummy 2 |
873 | field_22233_n | mouseFilterDummy1 | 0 | Mouse filter dummy 1 |
874 | field_22234_m | mouseFilterYAxis | 0 | |
875 | field_22235_l | mouseFilterXAxis | 0 | |
876 | field_22250_o | lastClicked | 0 | the time when this button was last clicked. |
877 | field_22251_n | selectedElement | 0 | the element in the list that was selected |
878 | field_22252_m | amountScrolled | 0 | how far down this slot has been scrolled |
879 | field_22253_l | scrollMultiplier | 0 | what to multiply the amount you moved your mouse by(used for slowing down scrolling when over the items and no on scroll bar) |
880 | field_22254_k | initialClickY | 0 | where the mouse was in the window when you first clicked to scroll |
881 | field_22255_j | scrollDownButtonID | 0 | the buttonID of the button used to scroll down |
882 | field_22256_i | scrollUpButtonID | 0 | button id of the button used to scroll up |
883 | field_22257_h | slotHeight | 0 | The height of a slot. |
884 | field_22258_g | left | 0 | |
885 | field_22259_f | right | 0 | |
886 | field_22260_e | bottom | 0 | The bottom of the slot container. Affects the overlays and scrolling. |
887 | field_22261_d | top | 0 | The top of the slot container. Affects the overlays and scrolling. |
888 | field_22262_c | height | 0 | The height of the GuiScreen. Affects the container rendering, but not the overlays or the scrolling. |
889 | field_22263_b | width | 0 | The width of the GuiScreen. Affects the container rendering, but not the overlays. |
890 | field_22264_a | mc | 0 | |
891 | field_22265_a | parentTexturePackGui | 0 | |
892 | field_22266_a | parentWorldGui | 0 | |
893 | field_22268_i | playerPitch | 0 | |
894 | field_22269_h | playerYaw | 0 | |
895 | field_22270_g | entityLivingPlayer | 0 | |
896 | field_22271_G | debugCamRate | 0 | Change rate for debug camera |
897 | field_22272_F | noclipRate | 0 | No clipping movement rate |
898 | field_22273_E | debugCamEnable | 0 | |
899 | field_22274_D | smoothCamera | 0 | Smooth Camera Toggle |
900 | field_22275_C | noclip | 0 | No clipping for singleplayer |
901 | field_22276_A | showDebugInfo | 0 | true if debug info should be displayed instead of version |
902 | field_22277_y | hideGUI | 0 | |
903 | field_22278_j | ambientOcclusion | 0 | Smooth Lighting |
904 | field_22279_b | footInvisibleFaceRemap | 0 | |
905 | field_22280_a | headInvisibleFace | 0 | |
906 | field_22281_c | bedDirection | 0 | |
907 | field_22283_b | chunkX | 0 | |
908 | field_22284_a | regionFile | 0 | |
909 | field_22285_c | chunkZ | 0 | |
910 | field_22286_b | allowedCharactersArray | 0 | |
911 | field_222_n | ingotGold | 0 | |
912 | field_22310_k | saveVersion | 0 | Introduced in beta 1.3, is the save version for future control. |
913 | field_22311_j | levelName | 0 | The name of the save defined at world creation. |
914 | field_22312_i | dimension | 0 | |
915 | field_22313_h | playerTag | 0 | |
916 | field_22314_g | sizeOnDisk | 0 | The size of entire save of current world on the disk, isn't exactly. |
917 | field_22315_f | lastTimePlayed | 0 | The last time the player was in this world. |
918 | field_22316_e | worldTime | 0 | The current world time in ticks, ranging from 0 to 23999. |
919 | field_22317_d | spawnZ | 0 | The spawn zone position Z coordinate. |
920 | field_22318_c | spawnY | 0 | The spawn zone position Y coordinate. |
921 | field_22319_b | spawnX | 0 | The spawn zone position X coordinate. |
922 | field_22320_a | randomSeed | 0 | Holds the seed of the currently world. |
923 | field_22333_Z | aoGrassXYZNCP | 0 | Grass flag for ambient occlusion on Negative X, Center Y, and Positive Z |
924 | field_22334_Y | aoGrassXYZPCP | 0 | Grass flag for ambient occlusion on Positive X, Center Y, and Positive Z |
925 | field_22335_X | aoGrassXYZNCN | 0 | Grass flag for ambient occlusion on Negative X, Center Y, and Negative Z |
926 | field_22336_W | aoGrassXYZCPP | 0 | Grass flag for ambient occlusion on Center X, Positive Y, and Positive Z |
927 | field_22337_V | aoGrassXYZNPC | 0 | Grass flag for ambient occlusion on Negative X, Positive Y, and Center Z |
928 | field_22338_U | aoGrassXYZPPC | 0 | Grass flag for ambient occlusion on Positive X, Positive Y, and Center Z |
929 | field_22339_T | aoGrassXYZCPN | 0 | Grass flag for ambient occlusion on Center X, Positive Y, and Negative Z |
930 | field_22340_S | colorBlueTopRight | 0 | Blue color value for the top right corner |
931 | field_22341_R | colorBlueBottomRight | 0 | Blue color value for the bottom right corner |
932 | field_22342_Q | colorBlueBottomLeft | 0 | Blue color value for the bottom left corner |
933 | field_22343_P | colorBlueTopLeft | 0 | Blue color value for the top left corner |
934 | field_22344_O | colorGreenTopRight | 0 | Green color value for the top right corner |
935 | field_22345_N | colorGreenBottomRight | 0 | Green color value for the bottom right corner |
936 | field_22346_M | colorGreenBottomLeft | 0 | Green color value for the bottom left corner |
937 | field_22347_L | colorGreenTopLeft | 0 | Green color value for the top left corner |
938 | field_22348_K | colorRedTopRight | 0 | Red color value for the top right corner |
939 | field_22349_J | colorRedBottomRight | 0 | Red color value for the bottom right corner |
940 | field_22350_I | colorRedBottomLeft | 0 | Red color value for the bottom left corner |
941 | field_22351_H | colorRedTopLeft | 0 | Red color value for the top left corner |
942 | field_22353_F | aoLightValueScratchXZPP | 0 | Used as a scratch variable for ambient occlusion between the south face and the west face. |
943 | field_22354_E | aoLightValueScratchXZNP | 0 | Used as a scratch variable for ambient occlusion between the north face and the west face. |
944 | field_22355_ae | aoGrassXYZCNP | 0 | Grass flag for ambient occlusion on Center X, Negative Y, and Positive Z |
945 | field_22356_D | aoLightValueScratchXZPN | 0 | Used as a scratch variable for ambient occlusion between the south face and the east face. |
946 | field_22357_ad | aoGrassXYZNNC | 0 | Grass flag for ambient occlusion on Negative X, Negative Y, and center Z |
947 | field_22358_C | aoLightValueScratchXZNN | 0 | Used as a scratch variable for ambient occlusion between the north face and the east face. |
948 | field_22359_ac | aoGrassXYZPNC | 0 | Grass flag for ambient occlusion on Positive X, Negative Y, and Center Z |
949 | field_22360_B | aoLightValueScratchXYZPPP | 0 | Used as a scratch variable for ambient occlusion on the south/top/west corner. |
950 | field_22361_ab | aoGrassXYZCNN | 0 | Grass flag for ambient occlusion on Center X, Negative Y, and Negative Z |
951 | field_22362_A | aoLightValueScratchYZPP | 0 | Used as a scratch variable for ambient occlusion between the top face and the west face. |
952 | field_22363_aa | aoGrassXYZPCN | 0 | Grass flag for ambient occlusion on Positive X, Center Y, and Negative Z |
953 | field_22364_z | aoLightValueScratchXYPP | 0 | Used as a scratch variable for ambient occlusion between the top face and the south face. |
954 | field_22365_y | aoLightValueScratchXYZPPN | 0 | Used as a scratch variable for ambient occlusion on the south/top/east corner. |
955 | field_22366_x | aoLightValueScratchYZPN | 0 | Used as a scratch variable for ambient occlusion between the top face and the east face. |
956 | field_22367_w | aoLightValueScratchXYZNPP | 0 | Used as a scratch variable for ambient occlusion on the north/top/west corner. |
957 | field_22368_v | aoLightValueScratchXYNP | 0 | Used as a scratch variable for ambient occlusion between the top face and the north face. |
958 | field_22369_u | aoLightValueScratchXYZNPN | 0 | Used as a scratch variable for ambient occlusion on the north/top/east corner. |
959 | field_22370_t | aoLightValueScratchXYZPNP | 0 | Used as a scratch variable for ambient occlusion on the south/bottom/west corner. |
960 | field_22371_s | aoLightValueScratchXYPN | 0 | Used as a scratch variable for ambient occlusion between the bottom face and the south face. |
961 | field_22372_r | aoLightValueScratchXYZPNN | 0 | Used as a scratch variable for ambient occlusion on the south/bottom/east corner. |
962 | field_22373_q | aoLightValueScratchYZNP | 0 | Used as a scratch variable for ambient occlusion between the bottom face and the west face. |
963 | field_22374_p | aoLightValueScratchYZNN | 0 | Used as a scratch variable for ambient occlusion between the bottom face and the east face. |
964 | field_22375_o | aoLightValueScratchXYZNNP | 0 | Used as a scratch variable for ambient occlusion on the north/bottom/west corner. |
965 | field_22376_n | aoLightValueScratchXYNN | 0 | Used as a scratch variable for ambient occlusion between the bottom face and the north face. |
966 | field_22377_m | aoLightValueScratchXYZNNN | 0 | Used as a scratch variable for ambient occlusion on the north/bottom/east corner. |
967 | field_22378_l | aoLightValueZPos | 0 | Light value one block more in z axis |
968 | field_22379_k | aoLightValueYPos | 0 | Light value one block more in y axis |
969 | field_22380_j | aoLightValueXPos | 0 | Light value one block more in x axis |
970 | field_22381_i | aoLightValueZNeg | 0 | Light value one block more in z axis |
971 | field_22382_h | aoLightValueYNeg | 0 | Light value one block more in y axis |
972 | field_22383_g | aoLightValueXNeg | 0 | Light value one block less in x axis |
973 | field_22384_f | lightValueOwn | 0 | Light value of the block itself |
974 | field_22385_e | enableAO | 0 | Whether ambient occlusion is enabled or not |
975 | field_22391_a | nightSpawnEntities | 0 | An array of entity classes that spawn at night. |
976 | field_22394_b | posY | 0 | the y coordinate |
977 | field_22395_a | posX | 0 | |
978 | field_22396_c | posZ | 0 | the z coordinate |
979 | field_223_m | ingotIron | 0 | |
980 | field_224_l | diamond | 0 | |
981 | field_225_k | coal | 0 | |
982 | field_226_j | arrow | 0 | |
983 | field_227_i | bow | 0 | |
984 | field_228_h | appleRed | 0 | |
985 | field_230_f | axeSteel | 0 | |
986 | field_231_e | pickaxeSteel | 0 | |
987 | field_232_d | shovelSteel | 0 | |
988 | field_233_c | itemsList | 0 | A 32000 elements Item array. |
989 | field_235_Z | legsChain | 0 | |
990 | field_236_Y | plateChain | 0 | |
991 | field_237_X | helmetChain | 0 | |
992 | field_238_W | bootsLeather | 0 | |
993 | field_239_V | legsLeather | 0 | |
994 | field_240_U | plateLeather | 0 | |
995 | field_241_T | helmetLeather | 0 | |
996 | field_242_S | bread | 0 | |
997 | field_243_R | wheat | 0 | |
998 | field_244_Q | seeds | 0 | |
999 | field_245_P | hoeGold | 0 | |
1000 | field_246_O | hoeDiamond | 0 | |
1001 | field_247_N | hoeSteel | 0 | |
1002 | field_248_M | hoeStone | 0 | |
1003 | field_24900_bi | spawnChunk | 0 | Holds the last coordinate to spawn based on last bed that the player sleep. |
1004 | field_249_L | hoeWood | 0 | |
1005 | field_25001_G | statFileWriter | 0 | Stat file writer |
1006 | field_25002_t | guiAchievement | 0 | Gui achievement |
1007 | field_25010_ba | cookie | 0 | |
1008 | field_25013_bi | isWolfsFavoriteMeat | 0 | Whether wolves like this food (true for raw and cooked porkchop). |
1009 | field_25015_e | thePlayer | 0 | The player that is using the GUI where this slot resides. |
1010 | field_25017_bj | lockedChest | 0 | April fools secret locked chest, only spawns on new chunks on 1st April. |
1011 | field_25019_b | bedState | 0 | Either 1 or 2. 1 indicates to begin raining, 2 indicates to stop raining. |
1012 | field_25020_a | bedChat | 0 | |
1013 | field_25022_a | particleScaleOverTime | 0 | |
1014 | field_25049_a | looksWithInterest | 0 | This flag is set when the wolf is looking at a player with interest, i.e. with tilted head. This happens when tamed wolf is wound and player holds porkchop (raw or cooked), or when wild wolf sees bone in player's hands. |
1015 | field_25050_i | prevTimeWolfIsShaking | 0 | |
1016 | field_25051_h | timeWolfIsShaking | 0 | This time increases while wolf is shaking and emitting water particles. |
1017 | field_25053_f | isShaking | 0 | true is the wolf is wet else false |
1018 | field_25062_c | isEditable | 0 | |
1019 | field_25064_t | spawnableWaterCreatureList | 0 | Holds the classes of any aquatic creature that can be spawned in the water of the biome. |
1020 | field_25065_s | spawnableCreatureList | 0 | Holds the classes of any creature that can be spawned in the biome as friendly creature. |
1021 | field_25066_r | spawnableMonsterList | 0 | Holds the classes of IMobs (hostile mobs) that can be spawned in the biome. |
1022 | field_25069_f | statGuid | 0 | Holds the GUID of the stat. |
1023 | field_25070_e | statName | 0 | The Stat name |
1024 | field_25071_d | statId | 0 | The Stat ID |
1025 | field_25073_a | itemID | 0 | |
1026 | field_25074_b | displayRow | 0 | Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed. |
1027 | field_25075_a | displayColumn | 0 | Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed. |
1028 | field_25076_c | parentAchievement | 0 | Holds the parent achievement, that must be taken before this achievement is avaiable. |
1029 | field_25081_b | achievementWindowWidth | 0 | Holds the latest width scaled to fit the game window. |
1030 | field_25082_a | theGame | 0 | Holds the instance of the game (Minecraft) |
1031 | field_25083_f | achievementTime | 0 | |
1032 | field_25084_e | achievementStatName | 0 | |
1033 | field_25085_d | achievementGetLocalText | 0 | |
1034 | field_25086_c | achievementWindowHeight | 0 | Holds the latest height scaled to fit the game window. |
1035 | field_25089_b | mc | 0 | |
1036 | field_25090_a | particles | 0 | |
1037 | field_25091_h | guiParticles | 0 | |
1038 | field_25096_l | multiplayerButton | 0 | |
1039 | field_250_K | gunpowder | 0 | |
1040 | field_25104_k | wolfMane | 0 | The wolf's mane |
1041 | field_25105_j | wolfTail | 0 | The wolf's tail |
1042 | field_25109_f | wolfLeg4 | 0 | Wolf's fourth leg |
1043 | field_25110_e | wolfLeg3 | 0 | Wolf's third leg |
1044 | field_25111_d | wolfLeg2 | 0 | Wolf's second leg |
1045 | field_25112_c | wolfLeg1 | 0 | Wolf'se first leg |
1046 | field_25113_b | wolfBody | 0 | The wolf's body |
1047 | field_25114_a | wolfHeadMain | 0 | main box for the wolf head |
1048 | field_25120_b | scaledHeightD | 0 | |
1049 | field_25121_a | scaledWidthD | 0 | |
1050 | field_25128_s | rand | 0 | |
1051 | field_25129_r | prevTintAlpha | 0 | |
1052 | field_25130_q | prevTintBlue | 0 | |
1053 | field_25131_p | prevTintGreen | 0 | |
1054 | field_25132_o | prevTintRed | 0 | |
1055 | field_25133_n | tintAlpha | 0 | |
1056 | field_25134_m | tintBlue | 0 | |
1057 | field_25135_l | tintGreen | 0 | |
1058 | field_25136_k | tintRed | 0 | |
1059 | field_25137_j | timeLimit | 0 | |
1060 | field_25138_i | timeTick | 0 | |
1061 | field_25139_h | isDead | 0 | |
1062 | field_25140_g | accelScale | 0 | |
1063 | field_25141_f | velocityY | 0 | |
1064 | field_25142_e | velocityX | 0 | |
1065 | field_25143_d | prevPosY | 0 | |
1066 | field_25144_c | prevPosX | 0 | |
1067 | field_25145_b | posY | 0 | |
1068 | field_25146_a | posX | 0 | |
1069 | field_25147_K | GUISCALES | 0 | GUI scale values |
1070 | field_25148_H | guiScale | 0 | GUI scale |
1071 | field_25158_z | objectCraftStats | 0 | Tracks the number of items a given block or item has been crafted. |
1072 | field_25159_y | mineBlockStatArray | 0 | |
1073 | field_25160_x | fishCaughtStat | 0 | |
1074 | field_25161_w | playerKillsStat | 0 | counts the number of times you've killed a player |
1075 | field_25162_v | mobKillsStat | 0 | the number of mobs you have killed |
1076 | field_25163_u | deathsStat | 0 | the number of times you have died |
1077 | field_25164_E | itemStatsInitialized | 0 | |
1078 | field_25165_t | damageTakenStat | 0 | the amount of damage you have taken |
1079 | field_25166_D | blockStatsInitialized | 0 | |
1080 | field_25167_s | damageDealtStat | 0 | the amount of damage you've dealt |
1081 | field_25168_r | dropStat | 0 | the distance you've dropped (or times you've fallen?) |
1082 | field_25169_C | oneShotStats | 0 | Tracks one-off stats. |
1083 | field_25170_B | objectBreakStats | 0 | Tracks the number of times a given block or item has been broken. |
1084 | field_25171_q | jumpStat | 0 | the times you've jumped |
1085 | field_25172_A | objectUseStats | 0 | Tracks the number of times a given block or item has been used. |
1086 | field_25173_p | distanceDoveStat | 0 | the distance you've dived |
1087 | field_25174_o | distanceFlownStat | 0 | the distance you've flown |
1088 | field_25175_n | distanceClimbedStat | 0 | the distance you've climbed |
1089 | field_25176_m | distanceFallenStat | 0 | the distance you have fallen |
1090 | field_25177_l | distanceSwumStat | 0 | distance you have swam |
1091 | field_25178_k | distanceWalkedStat | 0 | distance you've walked |
1092 | field_25179_j | minutesPlayedStat | 0 | number of minutes you have played |
1093 | field_25180_i | leaveGameStat | 0 | number of times you've left a game |
1094 | field_25181_h | joinMultiplayerStat | 0 | number of times you've joined a multiplayer world |
1095 | field_25182_g | loadWorldStat | 0 | the number of times you have loaded a world |
1096 | field_25183_f | createWorldStat | 0 | times a world has been created |
1097 | field_25184_e | startGameStat | 0 | times the game has been started |
1098 | field_25185_d | objectMineStats | 0 | Tracks the number of times a given block or item has been mined. |
1099 | field_25186_c | itemStats | 0 | |
1100 | field_25187_b | generalStats | 0 | |
1101 | field_25188_a | allStats | 0 | |
1102 | field_25189_l | missingTextureImage | 0 | Missing texture image |
1103 | field_25195_b | openInventory | 0 | Is the 'open inventory' achievement. |
1104 | field_25197_d | buildWorkBench | 0 | Is the 'benchmarking' achievement. |
1105 | field_25198_c | mineWood | 0 | Is the 'getting wood' achievement. |
1106 | field_251_J | feather | 0 | |
1107 | field_25201_a | localizedName | 0 | |
1108 | field_25209_b | guidMap | 0 | Maps a achievement id with it's unique GUID. |
1109 | field_25210_a | instance | 0 | Holds the singleton instance of AchievementMap. |
1110 | field_25212_a | entityClass | 0 | Holds the class of the entity to be spawned. |
1111 | field_252_az | doorSteel | 0 | |
1112 | field_253_I | silk | 0 | |
1113 | field_254_ay | saddle | 0 | |
1114 | field_255_H | axeGold | 0 | |
1115 | field_256_ax | minecartEmpty | 0 | |
1116 | field_257_G | pickaxeGold | 0 | |
1117 | field_258_aw | bucketLava | 0 | |
1118 | field_259_F | shovelGold | 0 | |
1119 | field_261_E | swordGold | 0 | |
1120 | field_262_au | bucketEmpty | 0 | |
1121 | field_263_D | bowlSoup | 0 | |
1122 | field_264_C | bowlEmpty | 0 | |
1123 | field_265_at | doorWood | 0 | |
1124 | field_266_B | stick | 0 | |
1125 | field_267_as | sign | 0 | |
1126 | field_268_A | axeDiamond | 0 | |
1127 | field_26901_B | prevRainingStrength | 0 | |
1128 | field_26902_a | type | 0 | |
1129 | field_26903_b | numberFormat | 0 | |
1130 | field_26904_c | decimalFormat | 0 | |
1131 | field_26905_d | serverPacketIdList | 0 | List of the server's packet IDs. |
1132 | field_26906_c | clientPacketIdList | 0 | List of the client's packet IDs. |
1133 | field_26907_d | startMinecartRidingCoordinate | 0 | Holds the coordinate of the player when enter a minecraft to ride. |
1134 | field_269_ar | appleGold | 0 | |
1135 | field_27011_d | thePlayer | 0 | The player that is using the GUI where this slot resides. |
1136 | field_27016_ba | isInWeb | 0 | |
1137 | field_27017_a | snowDigParticleScale | 0 | |
1138 | field_27019_p | currentFootSteps | 0 | |
1139 | field_27028_b | lightningState | 0 | Declares which state the lightning bolt is in. Whether it's in the air, hit the ground, etc. |
1140 | field_27029_a | boltVertex | 0 | A random long that is used to change the vertex of the lightning rendered in RenderLightningBolt |
1141 | field_27030_c | boltLivingTime | 0 | Determines the time before the EntityLightningBolt is destroyed. It is a random integer decremented over time. |
1142 | field_27031_a | escapedString | 0 | |
1143 | field_27034_bp | enableStats | 0 | If this field is true, the block is counted for statistics (mined or placed) |
1144 | field_27035_bo | blockConstructorCalled | 0 | set to true when Block's constructor is called through the chain of super()'s. Note: Never used |
1145 | field_27045_a | isPowered | 0 | Power related rails have this field at true. |
1146 | field_27050_f | holdingShift | 0 | |
1147 | field_27051_b | amount | 0 | |
1148 | field_27052_a | statisticId | 0 | |
1149 | field_27053_b | posX | 0 | |
1150 | field_27054_a | entityID | 0 | |
1151 | field_27055_e | isLightningBolt | 0 | |
1152 | field_27056_d | posZ | 0 | |
1153 | field_27057_c | posY | 0 | |
1154 | field_27061_b | childJsonNodeSelector | 0 | |
1155 | field_27062_a | parentJsonNodeSelector | 0 | |
1156 | field_27069_a | index | 0 | |
1157 | field_27079_v | enableRain | 0 | Is true (default) if the biome support rain (desert and nether can't have rain) |
1158 | field_27080_u | enableSnow | 0 | Set to true if snow is enabled for this biome. |
1159 | field_27085_k | distanceStatType | 0 | |
1160 | field_27086_j | timeStatType | 0 | |
1161 | field_27087_i | simpleStatType | 0 | |
1162 | field_27088_g | isIndependent | 0 | |
1163 | field_27095_m | statStringFormatter | 0 | Holds a string formatter for the achievement, some of then needs extra dynamic info - like the key used to open the inventory. |
1164 | field_27096_l | achievementDescription | 0 | Holds the description of the achievement, ready to be formatted and/or displayed. |
1165 | field_27097_d | theItemStack | 0 | Holds the ItemStack that will be used to draw the achievement into the GUI. |
1166 | field_27098_n | isSpecial | 0 | Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve. |
1167 | field_270_aq | painting | 0 | |
1168 | field_27103_i | haveAchiement | 0 | |
1169 | field_27104_h | itemRender | 0 | Holds a instance of RenderItem, used to draw the achievement icons on screen (is based on ItemStack) |
1170 | field_27105_f | theAchievement | 0 | Holds the achievement that will be displayed on the GUI. |
1171 | field_27113_p | guiMapY | 0 | The y position of the achievement map |
1172 | field_27114_o | guiMapX | 0 | The x position of the achievement map |
1173 | field_27117_l | mouseY | 0 | The current mouse y coordinate |
1174 | field_27118_j | mouseX | 0 | The current mouse x coordinate |
1175 | field_27119_i | achievementsPaneHeight | 0 | |
1176 | field_27120_x | statFileWriter | 0 | |
1177 | field_27121_a | achievementsPaneWidth | 0 | |
1178 | field_27122_w | isMouseButtonDown | 0 | Whether the Mouse Button is down or not |
1179 | field_27123_v | guiMapRight | 0 | The right y coordinate of the achievement map |
1180 | field_27124_u | guiMapBottom | 0 | The bottom x coordinate of the achievement map |
1181 | field_27125_t | guiMapLeft | 0 | The left y coordinate of the achievement map |
1182 | field_27126_s | guiMapTop | 0 | The top x coordinate of the achievement map |
1183 | field_27150_m | slotItem | 0 | The slot for item stats. |
1184 | field_27151_l | slotGeneral | 0 | The slot for general stats. |
1185 | field_27152_a | parentGui | 0 | |
1186 | field_27153_j | renderItem | 0 | |
1187 | field_27154_i | statsTitle | 0 | The title of the stats screen. |
1188 | field_27155_p | selectedSlot | 0 | The currently-selected slot. |
1189 | field_27156_o | statFileWriter | 0 | |
1190 | field_27157_n | slotBlock | 0 | The slot for block stats. |
1191 | field_27168_F | lastLightningBolt | 0 | Set to 2 whenever a lightning bolt is generated in SSP. Decrements if > 0 in updateWeather(). Value appears to be unused. |
1192 | field_27169_E | thunderingStrength | 0 | |
1193 | field_27170_D | prevThunderingStrength | 0 | |
1194 | field_27171_C | rainingStrength | 0 | |
1195 | field_27172_i | lightningFlash | 0 | If > 0, the sky and skylight colors are illuminated by a lightning flash |
1196 | field_27173_e | weatherEffects | 0 | a list of all the lightning entities |
1197 | field_27188_d | statsSyncher | 0 | |
1198 | field_27190_b | row | 0 | |
1199 | field_27191_a | column | 0 | |
1200 | field_27209_b | root | 0 | |
1201 | field_27210_a | stack | 0 | |
1202 | field_27212_f | isPoweredRail | 0 | A boolean value that is true if the rail is powered, and false if its not. |
1203 | field_27221_a | elements | 0 | |
1204 | field_27222_a | fields | 0 | |
1205 | field_27224_a | value | 0 | |
1206 | field_27225_b | value | 0 | |
1207 | field_27226_a | PATTERN | 0 | |
1208 | field_27227_b | TRUE | 0 | |
1209 | field_27228_a | NULL | 0 | |
1210 | field_27229_d | jsonNodeType | 0 | |
1211 | field_27230_c | FALSE | 0 | |
1212 | field_27231_a | syncher | 0 | |
1213 | field_27232_b | syncher | 0 | |
1214 | field_27238_a | fieldBuilders | 0 | |
1215 | field_27242_a | elementBuilders | 0 | |
1216 | field_27282_b | numRows | 0 | |
1217 | field_27285_A | groundCover | 0 | Indicates if the material is a form of ground cover, e.g. Snow |
1218 | field_27287_H | rainSoundCounter | 0 | Rain sound counter |
1219 | field_27288_B | cloudFog | 0 | Cloud fog mode |
1220 | field_27291_b | listenerToJdomAdapter | 0 | |
1221 | field_27292_a | fieldBuilder | 0 | |
1222 | field_27293_b | listenerToJdomAdapter | 0 | |
1223 | field_27294_a | nodeBuilder | 0 | |
1224 | field_27295_b | listenerToJdomAdapter | 0 | |
1225 | field_27296_a | nodeBuilder | 0 | |
1226 | field_27298_b | slotStatsBlockGUI | 0 | |
1227 | field_27299_a | statsGUI | 0 | |
1228 | field_272_ao | porkRaw | 0 | |
1229 | field_27305_b | valueBuilder | 0 | |
1230 | field_27306_a | key | 0 | |
1231 | field_27308_a | nodeBuilder | 0 | |
1232 | field_27320_a | JSON_FORMATTER | 0 | |
1233 | field_27325_b | failPath | 0 | |
1234 | field_27326_a | failedNode | 0 | |
1235 | field_27337_b | characterCount | 0 | |
1236 | field_27338_a | pushbackReader | 0 | |
1237 | field_27339_d | lastCharacterWasCarriageReturn | 0 | |
1238 | field_27340_c | lineCount | 0 | |
1239 | field_27341_a | enumJsonNodeTypeMappingArray | 0 | A mapping helper array for EnumJsonNodeType's values. |
1240 | field_27342_h | advancedOpengl | 0 | Advanced OpenGL |
1241 | field_27344_a | mc | 0 | Minecraft instance |
1242 | field_27359_a | valueGetter | 0 | |
1243 | field_27362_t | distanceByPigStat | 0 | the distance you've traveled by pig |
1244 | field_27363_s | distanceByBoatStat | 0 | the distance you've traveled by boat |
1245 | field_27364_r | distanceByMinecartStat | 0 | the distance you've traveled by minecart |
1246 | field_27365_z | maxArtTitleLength | 0 | Holds the maximum length of paintings art title. |
1247 | field_27372_b | slotStatsItemGUI | 0 | |
1248 | field_27373_a | statsGUI | 0 | |
1249 | field_27375_u | flyPig | 0 | Is the 'when pig fly' achievement. |
1250 | field_27376_t | killCow | 0 | is the 'cow tipper' achievement. |
1251 | field_27377_s | killEnemy | 0 | Is the 'monster hunter' achievement. |
1252 | field_27378_r | buildSword | 0 | Is the 'time to strike' achievement. |
1253 | field_27379_q | onARail | 0 | Is the 'on a rail' achievement |
1254 | field_27380_p | cookFish | 0 | Is the 'delicious fish' achievement. |
1255 | field_27381_o | buildBetterPickaxe | 0 | Is the 'getting a upgrade' achievement. |
1256 | field_27382_n | bakeCake | 0 | Is the 'the lie' achievement. |
1257 | field_27383_m | makeBread | 0 | Is the 'bake bread' achievement. |
1258 | field_27384_l | buildHoe | 0 | Is the 'time to farm' achievement. |
1259 | field_27385_k | acquireIron | 0 | Is the 'acquire hardware' achievement. |
1260 | field_27386_j | buildFurnace | 0 | Is the 'hot topic' achievement. |
1261 | field_27387_i | buildPickaxe | 0 | Is the 'time to mine' achievement. |
1262 | field_27388_e | achievementList | 0 | Holds a list of all registered achievements. |
1263 | field_27389_d | maxDisplayRow | 0 | Is the biggest row used to display a achievement on the GUI. |
1264 | field_27390_c | maxDisplayColumn | 0 | Is the biggest column used to display a achievement on the GUI. |
1265 | field_27391_b | minDisplayRow | 0 | Is the smallest row used to display a achievement on the GUI. |
1266 | field_27392_a | minDisplayColumn | 0 | Is the smallest column used to display a achievement on the GUI. |
1267 | field_273_an | flint | 0 | |
1268 | field_27401_o | thunderTime | 0 | Number of ticks untils next thunderbolt. |
1269 | field_27402_n | thundering | 0 | Is thunderbolts failing now? |
1270 | field_27403_m | rainTime | 0 | Number of ticks until next rain. |
1271 | field_27404_l | raining | 0 | True if it's raining, false otherwise. |
1272 | field_27406_a | fancyGrass | 0 | Fancy grass side matching biome |
1273 | field_27428_k | theSession | 0 | The Session object |
1274 | field_27429_j | oldFile | 0 | A file named 'stats_' [lower case username] '.old' |
1275 | field_27430_i | unsentOldFile | 0 | A file named 'stats_' [lower case username] '_unsent.old' |
1276 | field_27431_h | tempFile | 0 | A file named 'stats_' [lower case username] '.tmp' |
1277 | field_27432_g | unsentTempFile | 0 | A file named 'stats_' [lower case username] '_unsent.tmp' |
1278 | field_27433_f | dataFile | 0 | A file named 'stats_' [lower case username] '.dat' |
1279 | field_27434_e | unsentDataFile | 0 | A file named 'stats_' [lower case username] '_unsent.dat' |
1280 | field_27435_d | statFileWriter | 0 | The StatFileWriter object, presumably used to write to the statistics files |
1281 | field_27438_a | isBusy | 0 | |
1282 | field_274_am | bootsGold | 0 | |
1283 | field_275_al | legsGold | 0 | |
1284 | field_276_ak | plateGold | 0 | |
1285 | field_277_aj | helmetGold | 0 | |
1286 | field_278_ai | bootsDiamond | 0 | |
1287 | field_279_ah | legsDiamond | 0 | |
1288 | field_28004_R | hasCrashed | 0 | |
1289 | field_28005_H | hasPaidCheckTime | 0 | time in milliseconds when TheadCheckHasPaid determined you have not paid. 0 if you have paid. Used in GuiAchievement whether to display the nag text. |
1290 | field_28010_bb | map | 0 | |
1291 | field_28016_bK | ignoreFrustumCheck | 0 | Render entity even if it is outside the camera frustum. Only true in EntityFish for now. Used in RenderGlobal: render if ignoreFrustumCheck or in frustum. |
1292 | field_28017_a | record | 0 | ID of record which is in Jukebox |
1293 | field_28019_h | inData | 0 | |
1294 | field_28020_a | doesArrowBelongToPlayer | 0 | |
1295 | field_28023_z | inPortal | 0 | Whether the entity is inside a Portal |
1296 | field_28024_y | timeUntilPortal | 0 | |
1297 | field_28025_B | prevTimeInPortal | 0 | The amount of time an entity has been in a Portal the previous tick |
1298 | field_28026_A | timeInPortal | 0 | The amount of time an entity has been in a Portal |
1299 | field_28032_t | requiresSelfNotify | 0 | |
1300 | field_28033_bl | trapdoor | 0 | |
1301 | field_28035_a | random | 0 | |
1302 | field_28036_a | furnaceRand | 0 | Is the random generator used by furnace to drop the inventory contents in random directions. |
1303 | field_28037_c | keepFurnaceInventory | 0 | This flag is used to prevent the furnace inventory to be dropped upon block removal, is used internally when the furnace block changes from idle to active and vice-versa. |
1304 | field_28044_i | throwerEntityId | 0 | 0 if not a fireball. Otherwise, this is the Entity ID of the thrower. |
1305 | field_28045_g | speedZ | 0 | Not sent if the thrower entity ID is 0. The speed of this fireball along the Z axis. |
1306 | field_28046_f | speedY | 0 | Not sent if the thrower entity ID is 0. The speed of this fireball along the Y axis. |
1307 | field_28047_e | speedX | 0 | Not sent if the thrower entity ID is 0. The speed of this fireball along the X axis. |
1308 | field_28049_b | auxData | 0 | |
1309 | field_28050_a | sfxID | 0 | |
1310 | field_28051_e | posZ | 0 | |
1311 | field_28052_d | posY | 0 | |
1312 | field_28053_c | posX | 0 | |
1313 | field_28054_b | uniqueID | 0 | Contains a unique ID for the item that this packet will be populating. |
1314 | field_28055_a | itemID | 0 | |
1315 | field_28056_c | itemData | 0 | Contains a buffer of arbitrary data with which to populate an individual item in the world. |
1316 | field_28057_m | sky | 0 | Is the biome used for sky world. |
1317 | field_28058_a | deadBushID | 0 | stores the ID for WorldGenDeadBush |
1318 | field_28059_b | tallGrassMetadata | 0 | |
1319 | field_28060_a | tallGrassID | 0 | Stores ID for WorldGenTallGrass |
1320 | field_28064_b | emptyChunk | 0 | |
1321 | field_28065_a | droppedChunksSet | 0 | A set of dropped chunks. Currently not used in single player. |
1322 | field_28066_g | worldObj | 0 | The World object which this ChunkProvider was constructed with |
1323 | field_28067_f | chunkList | 0 | A list of all the currently loaded chunks. |
1324 | field_28068_e | chunkMap | 0 | A map of all the currently loaded chunks, uses the chunk id as the key. |
1325 | field_28069_d | chunkLoader | 0 | The IChunkLoader used by this ChunkProvider |
1326 | field_28070_c | chunkProvider | 0 | The parent IChunkProvider for this ChunkProvider. |
1327 | field_280_ag | plateDiamond | 0 | |
1328 | field_28108_z | mapStorage | 0 | |
1329 | field_28109_a | netManager | 0 | This was actually an inner class of NetworkManager, so this field is the reference to 'this' NetworkManager. |
1330 | field_28114_d | mapDataDir | 0 | |
1331 | field_28118_b | mapStorage | 0 | |
1332 | field_28120_a | entityplayerObj | 0 | Reference for EntityPlayer object in MapInfo |
1333 | field_28123_d | mapDataObj | 0 | reference in MapInfo to MapData object |
1334 | field_28128_D | isTranslucent | 0 | Indicates if the material is translucent |
1335 | field_28129_A | materialMapColor | 0 | The color index used to draw the blocks of this material on maps. |
1336 | field_28130_b | grass | 0 | The material used by BlockGrass |
1337 | field_28131_f | mapItemRenderer | 0 | |
1338 | field_28133_I | renderEndNanoTime | 0 | End time of last render (ns) |
1339 | field_28134_b | anaglyphField | 0 | Anaglyph field (0=R, 1=GB) |
1340 | field_28135_a | anaglyphEnable | 0 | |
1341 | field_28146_a | mc | 0 | |
1342 | field_28151_c | textureContentsMap | 0 | Texture contents map (key: texture name, value: int[] contents) |
1343 | field_28158_b | bufferedImage | 0 | |
1344 | field_28159_a | intArray | 0 | |
1345 | field_28160_d | fontRenderer | 0 | |
1346 | field_28161_c | gameSettings | 0 | |
1347 | field_28167_b | dirty | 0 | Whether this MapDataBase needs saving to disk. |
1348 | field_28168_a | mapName | 0 | The name of the map data nbt |
1349 | field_28172_j | playersHashMap | 0 | Holds a reference to the players who own a copy of the map and a reference to their MapInfo |
1350 | field_28173_i | playersVisibleOnMap | 0 | |
1351 | field_28174_h | playersArrayList | 0 | Holds a reference to the MapInfo of the players who own a copy of the map |
1352 | field_28175_g | randomEffect | 0 | Incremented each update of the map item, used for the patchy updating map effect and the spinning player icons while in the End and Nether. |
1353 | field_28176_f | colors | 0 | colours |
1354 | field_28177_e | scale | 0 | |
1355 | field_28178_d | dimension | 0 | |
1356 | field_28179_c | zCenter | 0 | |
1357 | field_28180_b | xCenter | 0 | |
1358 | field_28183_a | waterBuffer | 0 | |
1359 | field_28190_b | loadedDataMap | 0 | Map of item data String id to loaded MapDataBases |
1360 | field_28191_a | saveHandler | 0 | |
1361 | field_28192_d | idCounts | 0 | Map of MapDataBase id String prefixes ('map' etc) to max known unique Short id (the 0 part etc) for that prefix |
1362 | field_28193_c | loadedDataList | 0 | List of loaded MapDataBases. |
1363 | field_28197_q | colorIndex | 0 | Holds the index of the color used on map. |
1364 | field_28198_p | colorValue | 0 | Holds the color in RGB value that will be rendered on maps. |
1365 | field_28199_o | woodColor | 0 | The map color for Wood blocks |
1366 | field_281_af | helmetDiamond | 0 | |
1367 | field_28200_n | waterColor | 0 | The map color for Water blocks |
1368 | field_28201_m | stoneColor | 0 | The map color for Stone blocks |
1369 | field_28202_l | dirtColor | 0 | The map color for Dirt blocks |
1370 | field_28203_k | clayColor | 0 | The map color for Clay blocks |
1371 | field_28204_j | snowColor | 0 | The map color for Snow Cover and Snow blocks |
1372 | field_28205_i | foliageColor | 0 | The map color for Leaf, Plant, Cactus, and Pumpkin blocks. |
1373 | field_28206_h | ironColor | 0 | The map color for Iron blocks |
1374 | field_28207_g | iceColor | 0 | The map color for Ice blocks |
1375 | field_28208_f | tntColor | 0 | The map color for TNT blocks |
1376 | field_28209_e | clothColor | 0 | The map color for Cloth and Sponge blocks |
1377 | field_28210_d | sandColor | 0 | This is the color of the sand |
1378 | field_28211_c | grassColor | 0 | this is the grass color in html format |
1379 | field_28212_b | airColor | 0 | The map color for Air blocks |
1380 | field_28213_a | mapColorArray | 0 | Holds all the 16 colors used on maps, very similar of a pallete system. |
1381 | field_28216_b | centerX | 0 | |
1382 | field_28218_e | data | 0 | |
1383 | field_28219_d | iconRotation | 0 | |
1384 | field_28220_c | centerZ | 0 | |
1385 | field_282_ae | bootsSteel | 0 | |
1386 | field_283_ad | legsSteel | 0 | |
1387 | field_284_ac | plateSteel | 0 | |
1388 | field_285_ab | helmetSteel | 0 | |
1389 | field_286_aa | bootsChain | 0 | |
1390 | field_287_aW | bFull3D | 0 | If true, render the object in full 3D, like weapons and tools. |
1391 | field_289_aU | maxDamage | 0 | Maximum damage an item can handle. |
1392 | field_290_aT | maxStackSize | 0 | Maximum size of the stack. |
1393 | field_291_aS | shiftedIndex | 0 | Item index + 256 |
1394 | field_293_aQ | record13 | 0 | |
1395 | field_296_aN | egg | 0 | |
1396 | field_299_aK | slimeBall | 0 | |
1397 | field_30001_a | isomPreview | 0 | |
1398 | field_30006_M | LIMIT_FRAMERATES | 0 | Limit framerate labels |
1399 | field_30007_b | entityPosY | 0 | Entity position Y |
1400 | field_30008_a | entityPosX | 0 | Entity position X |
1401 | field_30009_c | entityPosZ | 0 | Entity position Z |
1402 | field_302_aH | reed | 0 | |
1403 | field_303_aG | clay | 0 | |
1404 | field_305_aE | bucketMilk | 0 | |
1405 | field_306_aD | leather | 0 | |
1406 | field_308_aB | snowball | 0 | |
1407 | field_30900_E | addedTileEntityList | 0 | |
1408 | field_309_aA | redstone | 0 | |
1409 | field_31001_bc | shears | 0 | Item introduced on 1.7 version, is a shear to cut leaves (you can keep the block) or get wool from sheeps. |
1410 | field_31002_bk | dyeColors | 0 | |
1411 | field_31007_h | tileEntityInvalid | 0 | |
1412 | field_31018_m | pushedObjects | 0 | |
1413 | field_31019_b | storedMetadata | 0 | |
1414 | field_31020_l | lastProgress | 0 | the progress in (de)extending |
1415 | field_31021_a | storedBlockID | 0 | |
1416 | field_31022_k | progress | 0 | |
1417 | field_31023_j | shouldHeadBeRendered | 0 | |
1418 | field_31024_i | extending | 0 | if this piston is extending or not |
1419 | field_31025_c | storedOrientation | 0 | the side the front of the piston is on |
1420 | field_31048_b | ignoreUpdates | 0 | |
1421 | field_31049_a | isSticky | 0 | This pistons is the sticky one? |
1422 | field_31053_a | headTexture | 0 | The texture for the 'head' of the piston. Sticky or normal. |
1423 | field_31055_L | scanningTileEntities | 0 | |
1424 | field_31056_b | offsetsXForSide | 0 | gives the offset required for this axis to get the block at that side. |
1425 | field_31057_a | faceToSide | 0 | Converts a face to a side. |
1426 | field_31058_d | offsetsZForSide | 0 | gives the offset required for this axis to get the block at that side. |
1427 | field_31059_c | offsetsYForSide | 0 | gives the offset required for this axis to get the block at that side. |
1428 | field_31065_H | mobilityFlag | 0 | Mobility information flag. 0 indicates that this block is normal, 1 indicates that it can't push other blocks, 2 indicates that it can't be pushed. |
1429 | field_31066_G | canHarvest | 0 | Determines if the materials is one that can be collected by the player. |
1430 | field_31067_B | piston | 0 | Pistons' material. |
1431 | field_31068_A | web | 0 | Web's material. |
1432 | field_31071_b | blockRenderer | 0 | instance of RenderBlocks used to draw the piston base and extension. |
1433 | field_31082_l | uvRotateBottom | 0 | |
1434 | field_31083_k | uvRotateTop | 0 | |
1435 | field_31084_j | uvRotateNorth | 0 | |
1436 | field_31085_i | uvRotateSouth | 0 | |
1437 | field_31086_h | uvRotateWest | 0 | |
1438 | field_31087_g | uvRotateEast | 0 | |
1439 | field_31088_b | useInventoryTint | 0 | |
1440 | field_311_aZ | renderIndex | 0 | Used on RenderPlayer to select the correspondent armor to be rendered on the player: 0 is cloth, 1 is chain, 2 is iron, 3 is diamond and 4 is gold. |
1441 | field_312_aY | damageReduceAmount | 0 | Holds the amount of damage that the armor reduces at full durability. |
1442 | field_313_aX | armorType | 0 | Stores the armor type: 0 is helmet, 1 is plate, 2 is legs and 3 is boots |
1443 | field_314_bb | maxDamageArray | 0 | Holds the 'base' maxDamage that each armorType have. |
1444 | field_316_a | recordName | 0 | The name of the record. |
1445 | field_317_a | minecartType | 0 | |
1446 | field_318_a | blockType | 0 | The type of block this seed turns into (wheat or pumpkin stems for instance) |
1447 | field_319_a | weaponDamage | 0 | |
1448 | field_320_a | spawnID | 0 | The ID of the block the reed will spawn when used from inventory bar. |
1449 | field_321_a | doorMaterial | 0 | |
1450 | field_323_aZ | damageVsEntity | 0 | Damage versus entities. |
1451 | field_324_aY | efficiencyOnProperMaterial | 0 | |
1452 | field_325_aX | blocksEffectiveAgainst | 0 | Array of blocks the tool has extra effect against. |
1453 | field_326_aX | blocksEffectiveAgainst | 0 | an array of the blocks this spade is effective against |
1454 | field_327_aX | blocksEffectiveAgainst | 0 | an array of the blocks this axe is effective against |
1455 | field_329_aX | blocksEffectiveAgainst | 0 | an array of the blocks this pickaxe is effective against |
1456 | field_330_a | blockID | 0 | The block ID of the Block associated with this ItemBlock |
1457 | field_331_a | isFull | 0 | field for checking if the bucket has been filled. |
1458 | field_332_a | itemName | 0 | full name of item from language file |
1459 | field_333_z | sapling | 0 | |
1460 | field_334_y | planks | 0 | |
1461 | field_335_x | cobblestone | 0 | |
1462 | field_336_w | dirt | 0 | |
1463 | field_337_v | grass | 0 | |
1464 | field_338_u | stone | 0 | |
1465 | field_339_t | lightValue | 0 | Amount of light emitted |
1466 | field_340_s | canBlockGrass | 0 | Array of booleans that tells if a block can grass |
1467 | field_341_r | lightOpacity | 0 | How much light is subtracted for going through this block |
1468 | field_343_p | opaqueCubeLookup | 0 | An array of 256 booleans corresponding to the result of the isOpaqueCube() method for each block ID |
1469 | field_345_n | blocksList | 0 | List of ly/ff (BlockType) containing the already registered blocks. |
1470 | field_34900_Q | entityRemoval | 0 | Entities marked for removal. |
1471 | field_34902_c | biomeIndexLayer | 0 | A GenLayer containing the indices into BiomeGenBase.biomeList[] |
1472 | field_34903_b | genBiomes | 0 | |
1473 | field_34904_b | attackingPlayer | 0 | The most recent player that has attacked this entity |
1474 | field_34905_c | recentlyHit | 0 | Set to 60 when hit by the player or the player's wolf, then decrements. Used to determine whether the entity should drop items on death. |
1475 | field_34906_e | itemInUseCount | 0 | This field starts off equal to getMaxItemUseDuration and is decremented on each tick |
1476 | field_34907_d | itemInUse | 0 | This is the item that is in use when the player is holding down the useItemButton (e.g., bow, food, sword) |
1477 | field_35001_ab | rightClickDelayTimer | 0 | When you place a block, it's set to 6, decremented once per tick, when it's 0, you can place another block. |
1478 | field_35024_g | boundingBox | 0 | |
1479 | field_35025_h | coordBaseMode | 0 | switches the Coordinate System base off the Bounding Box |
1480 | field_35026_i | componentType | 0 | The type ID of this component. |
1481 | field_35035_b | doorType | 0 | |
1482 | field_35044_a | doorType | 0 | |
1483 | field_35046_a | doorType | 0 | |
1484 | field_35048_b | expandsX | 0 | |
1485 | field_35049_c | expandsZ | 0 | |
1486 | field_35050_a | doorType | 0 | |
1487 | field_35054_a | doorType | 0 | |
1488 | field_35057_c | isLargeRoom | 0 | |
1489 | field_35058_a | doorType | 0 | |
1490 | field_35060_b | roomType | 0 | |
1491 | field_35061_c | chestLoot | 0 | |
1492 | field_35062_a | doorType | 0 | |
1493 | field_35064_a | doorType | 0 | |
1494 | field_35065_a | chidStructures | 0 | |
1495 | field_35067_d | sectionCount | 0 | A count of the different sections of this mine. The space between ceiling supports. |
1496 | field_35068_b | hasSpiders | 0 | |
1497 | field_35069_c | spawnerPlaced | 0 | |
1498 | field_35070_a | hasRails | 0 | |
1499 | field_35072_b | isMultipleFloors | 0 | |
1500 | field_35073_a | corridorDirection | 0 | |
1501 | field_35079_a | averageGroundLevel | 0 | |
1502 | field_35081_a | averageGroundLevel | 0 | |
1503 | field_35083_b | isRoofAccessible | 0 | |
1504 | field_35084_a | averageGroundLevel | 0 | |
1505 | field_35086_a | averageGroundLevel | 0 | |
1506 | field_35088_a | averageGroundLevel | 0 | |
1507 | field_35090_a | averageGroundLevel | 0 | |
1508 | field_35092_b | isTallHouse | 0 | |
1509 | field_35093_c | tablePosition | 0 | |
1510 | field_35094_a | averageGroundLevel | 0 | |
1511 | field_35096_a | averageGroundLevel | 0 | |
1512 | field_35098_a | averageGroundLevel | 0 | |
1513 | field_35100_a | averageGroundLevel | 0 | |
1514 | field_35102_a | averageGroundLevel | 0 | |
1515 | field_35103_b | averageGroundLevel | 0 | |
1516 | field_35107_d | structureVillageWeightedPieceList | 0 | Contains List of all spawnable Structure Piece Weights. If no more Pieces of a type can be spawned, they are removed from this list |
1517 | field_35109_b | terrainType | 0 | World terrain type, 0 for normal, 1 for flap map |
1518 | field_35110_c | structVillagePieceWeight | 0 | |
1519 | field_35111_a | worldChunkMngr | 0 | |
1520 | field_35118_ao | isAirBorne | 0 | |
1521 | field_35123_e | xpOrbHealth | 0 | The health of this XP orb. |
1522 | field_35124_b | xpOrbAge | 0 | The age of the XP orb in ticks. |
1523 | field_35125_ap | xpValue | 0 | This is how much XP this orb has. |
1524 | field_35127_a | xpColor | 0 | A constantly increasing value that RenderXPOrb uses to control the colour shifting (Green / yellow) |
1525 | field_35132_az | maximumLife | 0 | |
1526 | field_35133_ay | currentLife | 0 | |
1527 | field_35138_ay | maximumTime | 0 | the maximum time for the explosion |
1528 | field_35139_a | timeSinceStart | 0 | |
1529 | field_35140_d | arrowCritical | 0 | Is this arrow a critical hit? (Controls particles and damage) |
1530 | field_35145_n | blockMetadata | 0 | |
1531 | field_35146_o | blockType | 0 | the Block type that this TileEntity is contained within |
1532 | field_35148_f | lidAngle | 0 | The current angle of the lid (between 0 and 1) |
1533 | field_35149_g | prevLidAngle | 0 | The angle of the lid last tick |
1534 | field_35150_d | adjacentChestXNeg | 0 | Contains the chest tile located adjacent to this one (if any) |
1535 | field_35151_e | adjacentChestZPosition | 0 | Contains the chest tile located adjacent to this one (if any) |
1536 | field_35152_b | adjacentChestZNeg | 0 | Contains the chest tile located adjacent to this one (if any) |
1537 | field_35153_c | adjacentChestXPos | 0 | Contains the chest tile located adjacent to this one (if any) |
1538 | field_35154_q | ticksSinceSync | 0 | Server sync counter (once per 20 ticks) |
1539 | field_35155_a | adjacentChestChecked | 0 | Determines if the check for adjacent chests has taken place. |
1540 | field_35156_h | numUsingPlayers | 0 | The number of players currently using this chest |
1541 | field_35168_bw | jumpMovementFactor | 0 | A factor used to determine how far this entity will move each tick if it is jumping or falling. |
1542 | field_35169_bv | landMovementFactor | 0 | A factor used to determine how far this entity will move each tick if it is walking on land. Adjusted by speed, and slipperiness of the current block. |
1543 | field_35170_bR | activePotionsMap | 0 | |
1544 | field_35171_bJ | experienceValue | 0 | The experience points the Entity gives. |
1545 | field_35172_bP | arrowHitTempCounter | 0 | Set to 60 when hit by the player or the player's wolf, then decrements. Used to determine whether the entity should drop items on death. |
1546 | field_35173_bQ | arrowHitTimer | 0 | |
1547 | field_35174_at | fleeingTick | 0 | Used to make a creature speed up and wander away when hit. |
1548 | field_35184_d | teleportDelay | 0 | Counter to delay the teleportation of an enderman towards the currently attacked target |
1549 | field_35186_b | canCarryBlocks | 0 | |
1550 | field_35187_a | isAttacking | 0 | Is the enderman attacking another entity? |
1551 | field_35189_a | allySummonCooldown | 0 | A cooldown before this entity will search for another Silverfish to join them in battle. |
1552 | field_35209_aZ | experienceTotal | 0 | The total amount of experience the player has. This also includes the amount of experience within their Experience Bar. |
1553 | field_35210_aY | experienceLevel | 0 | The current experience level the player is on. |
1554 | field_35211_aX | experience | 0 | The current amount of experience the player has within their Experience Bar. |
1555 | field_35212_aW | capabilities | 0 | The player's capabilities. (See class PlayerCapabilities) |
1556 | field_35213_bb | speedInAir | 0 | |
1557 | field_35214_aG | xpCooldown | 0 | Used by EntityPlayer to prevent too many xp orbs from getting absorbed at once. |
1558 | field_35215_ba | speedOnGround | 0 | |
1559 | field_35216_aw | flyToggleTimer | 0 | Used to tell if the player pressed jump twice. If this is at 0 and it's pressed (And they are allowed to fly, as defined in the player's movementInput) it sets this to 7. If it's pressed and it's greater than 0 enable fly. |
1560 | field_35217_av | foodStats | 0 | The player's food stats. (See class FoodStats) |
1561 | field_35218_b | isItemInUse | 0 | |
1562 | field_35221_d | sprintingTicksLeft | 0 | Ticks left before sprinting is disabled. |
1563 | field_35222_e | renderArmYaw | 0 | |
1564 | field_35223_ap | renderArmPitch | 0 | |
1565 | field_35224_c | sprintToggleTimer | 0 | Used to tell if the player pressed forward twice. If this is at 0 and it's pressed (And they are allowed to sprint, aka enough food on the ground etc) it sets this to 7. If it's pressed and it's greater than 0 enable sprinting. |
1566 | field_35225_ar | prevRenderArmPitch | 0 | |
1567 | field_35226_aq | prevRenderArmYaw | 0 | |
1568 | field_35227_cs | shouldStopSneaking | 0 | should the player stop sneaking? |
1569 | field_35228_b | experienceTotal | 0 | The total experience points. |
1570 | field_35229_c | experienceLevel | 0 | The experience level. |
1571 | field_35230_a | experience | 0 | The current experience bar points. |
1572 | field_35231_b | food | 0 | |
1573 | field_35232_c | foodSaturation | 0 | Players logging on get a saturation of 5.0. Eating food increases the saturation as well as the food bar. |
1574 | field_35236_a | slot | 0 | |
1575 | field_35237_d | posZ | 0 | |
1576 | field_35238_e | xpValue | 0 | The Orbs Experience points value. |
1577 | field_35239_b | posX | 0 | |
1578 | field_35240_c | posY | 0 | |
1579 | field_35241_a | entityId | 0 | Entity ID for the XP Orb |
1580 | field_35242_d | worldHeight | 0 | Defaults to 128 |
1581 | field_35243_e | creativeMode | 0 | 0 for survival, 1 for creative |
1582 | field_35244_b | respawnDimension | 0 | |
1583 | field_35245_c | difficulty | 0 | The difficulty setting. 0 through 3 for peaceful, easy, normal, hard. The client always sends 1. |
1584 | field_35247_f | difficultySetting | 0 | The difficulty setting byte. |
1585 | field_35248_g | worldHeight | 0 | Defaults to 128 |
1586 | field_35249_d | serverMode | 0 | 0 for survival, 1 for creative |
1587 | field_35251_h | maxPlayers | 0 | The maximum players. |
1588 | field_35252_b | effectId | 0 | The ID of the effect which is being removed from an entity. |
1589 | field_35253_a | entityId | 0 | The ID of the entity which an effect is being removed from. |
1590 | field_35254_a | randomId | 0 | |
1591 | field_35255_b | isConnected | 0 | Byte that tells whether the player is connected. |
1592 | field_35256_c | ping | 0 | |
1593 | field_35257_a | playerName | 0 | The player's name. |
1594 | field_35258_d | duration | 0 | |
1595 | field_35259_b | effectId | 0 | |
1596 | field_35260_c | effectAmplifier | 0 | The effect's amplifier. |
1597 | field_35261_a | entityId | 0 | |
1598 | field_35262_c | gameMode | 0 | Used only when reason = 3. 0 is survival, 1 is creative. |
1599 | field_35263_b | radius | 0 | The maximum radius used when generating a patch of blocks. |
1600 | field_35264_a | sandID | 0 | Stores ID for WorldGenSand |
1601 | field_35266_a | mushroomType | 0 | The mushroom type. 0 for brown, 1 for red. |
1602 | field_35269_d | freeLargeArrays | 0 | A list of pre-allocated int[cacheSize] arrays that are currently unused and can be returned by getIntCache() |
1603 | field_35270_e | inUseLargeArrays | 0 | A list of pre-allocated int[cacheSize] arrays that were previously returned by getIntCache() and which will not be re-used again until resetIntCache() is called. |
1604 | field_35271_b | freeSmallArrays | 0 | A list of pre-allocated int[256] arrays that are currently unused and can be returned by getIntCache() |
1605 | field_35272_c | inUseSmallArrays | 0 | A list of pre-allocated int[256] arrays that were previously returned by getIntCache() and which will not be re-used again until resetIntCache() is called. |
1606 | field_35273_a | intCacheSize | 0 | |
1607 | field_35277_bw | fenceGate | 0 | |
1608 | field_35278_bv | vine | 0 | |
1609 | field_35279_by | stairsStoneBrickSmooth | 0 | |
1610 | field_35280_bx | stairsBrick | 0 | |
1611 | field_35281_bs | melon | 0 | |
1612 | field_35282_br | thinGlass | 0 | |
1613 | field_35283_bu | melonStem | 0 | |
1614 | field_35284_bt | pumpkinStem | 0 | |
1615 | field_35285_bn | stoneBrick | 0 | |
1616 | field_35286_bo | mushroomCapBrown | 0 | |
1617 | field_35287_bp | mushroomCapRed | 0 | |
1618 | field_35288_bq | fenceIron | 0 | |
1619 | field_35289_bm | silverfish | 0 | |
1620 | field_35292_a | mushroomType | 0 | The mushroom type. 0 for brown, 1 for red. |
1621 | field_35297_a | fruitType | 0 | Defines if it is a Melon or a Pumpkin that the stem is producing. |
1622 | field_35300_a | sideTextureIndex | 0 | Holds the texture index of the side of the pane (the thin lateral side) |
1623 | field_35311_f | inventory | 0 | |
1624 | field_35312_g | currentScroll | 0 | Amount scrolled in Creative mode inventory (0 = top, 1 = bottom) |
1625 | field_35313_h | isScrolling | 0 | True if the scrollbar is being dragged |
1626 | field_35314_i | wasClicking | 0 | True if the left mouse button was held down last time drawScreen was called. |
1627 | field_35316_k | localizedGameModeText | 0 | The game mode text that is displayed with each world on the world selection list. |
1628 | field_35317_b | serverTextField | 0 | |
1629 | field_35318_c | serverListStorage | 0 | This GUI's instance to the server list's storage |
1630 | field_35319_a | guiScreen | 0 | Needed a change as a local variable was conflicting on construct |
1631 | field_35340_f | serverList | 0 | List of ServerNBTStorage objects |
1632 | field_35341_g | selectedServer | 0 | Index of the currently selected server |
1633 | field_35342_d | serverSlotContainer | 0 | Slot container for the server list |
1634 | field_35343_b | lock | 0 | Lock object for use with synchronized() |
1635 | field_35344_a | threadsPending | 0 | Number of outstanding ThreadPollServers threads |
1636 | field_35345_j | buttonDelete | 0 | The 'Delete' button |
1637 | field_35346_k | deleteClicked | 0 | The 'Delete' button was clicked |
1638 | field_35347_h | buttonEdit | 0 | The 'Edit' button |
1639 | field_35348_i | buttonSelect | 0 | The 'Join Server' button |
1640 | field_35349_w | tempServer | 0 | Temporary ServerNBTStorage used by the Edit/Add/Direct Connect dialogs |
1641 | field_35350_v | lagTooltip | 0 | This GUI's lag tooltip text or null if no lag icon is being hovered. |
1642 | field_35351_u | directClicked | 0 | The 'Direct Connect' button was clicked |
1643 | field_35352_t | editClicked | 0 | The 'Edit' button was clicked |
1644 | field_35353_s | addClicked | 0 | The 'Add server' button was clicked |
1645 | field_35357_f | panoramaTimer | 0 | Timer used to rotate the panorama, increases every tick. |
1646 | field_35358_g | viewportTexture | 0 | Texture allocated for the current viewport of the main menu's panorama background. |
1647 | field_35359_d | serverNBTStorage | 0 | |
1648 | field_35360_b | serverAddress | 0 | |
1649 | field_35361_c | serverName | 0 | |
1650 | field_35362_a | parentGui | 0 | This GUI's parent GUI. |
1651 | field_35364_f | gameMode | 0 | hardcore', 'creative' or 'survival |
1652 | field_35366_j | gameModeButton | 0 | The GUIButton that you click to change game modes. |
1653 | field_35367_k | moreWorldOptions | 0 | The GUIButton that you click to get to options like the seed when creating a world. |
1654 | field_35368_i | moreOptions | 0 | True if the extra options (Seed box, structure toggle button, world type button, etc.) are being shown |
1655 | field_35369_v | gameModeDescriptionLine2 | 0 | The second line of text describing the currently selected game mode. |
1656 | field_35370_u | gameModeDescriptionLine1 | 0 | The first line of text describing the currently selected game mode. |
1657 | field_35371_t | worldTypeButton | 0 | the GUIButton in the more world options screen. It's currently greyed out and unused in minecraft 1.0.0 |
1658 | field_35372_s | generateStructuresButton | 0 | The GuiButton in the 'More World Options' screen. Toggles ON/OFF |
1659 | field_35375_a | itemList | 0 | the list of items in this container |
1660 | field_35377_b | chestModel | 0 | The normal small chest model. |
1661 | field_35378_c | largeChestModel | 0 | The large double chest model. |
1662 | field_35379_L | fovSetting | 0 | |
1663 | field_35380_M | gammaSetting | 0 | |
1664 | field_35381_w | keyBindUseItem | 0 | |
1665 | field_35382_v | keyBindAttack | 0 | |
1666 | field_35383_y | keyBindPickBlock | 0 | |
1667 | field_35384_x | keyBindPlayerList | 0 | |
1668 | field_35385_f | mineshaftGenerator | 0 | Holds Mineshaft Generator |
1669 | field_35386_d | strongholdGenerator | 0 | Holds Stronghold Generator |
1670 | field_35387_e | villageGenerator | 0 | Holds Village Generator |
1671 | field_35389_t | mapFeaturesEnabled | 0 | are map structures going to be generated (e.g. strongholds) |
1672 | field_35390_x | ravineGenerator | 0 | Holds ravine generator |
1673 | field_35394_j | boxList | 0 | This is a list of all the boxes (ModelRenderer.class) in the current model. |
1674 | field_35396_d | silverfishBoxLength | 0 | The widths, heights, and lengths for the silverfish model boxes. |
1675 | field_35397_e | silverfishTexturePositions | 0 | The texture positions for the silverfish's model's boxes. |
1676 | field_35398_b | silverfishWings | 0 | The wings (dust-looking sprites) on the silverfish's model. |
1677 | field_35400_a | silverfishBodyParts | 0 | The body parts of the silverfish's model. |
1678 | field_35403_b | chestBelow | 0 | The model of the bottom of the chest. |
1679 | field_35404_c | chestKnob | 0 | The chest's knob in the chest model. |
1680 | field_35405_a | chestLid | 0 | The chest lid in the chest's model. |
1681 | field_35406_b | isAttacking | 0 | Is the enderman attacking an entity? |
1682 | field_35407_a | isCarrying | 0 | Is the enderman carrying a block? |
1683 | field_35408_l | mouseY | 0 | Y axis position of the mouse |
1684 | field_35409_k | mouseX | 0 | X axis position of the mouse |
1685 | field_35410_a | parentGui | 0 | Instance to the GUI this list is on. |
1686 | field_35415_bn | rottenFlesh | 0 | |
1687 | field_35416_bo | enderPearl | 0 | |
1688 | field_35417_bj | beefRaw | 0 | |
1689 | field_35418_bk | beefCooked | 0 | |
1690 | field_35419_bl | chickenRaw | 0 | |
1691 | field_35420_bm | chickenCooked | 0 | |
1692 | field_35421_bg | melon | 0 | |
1693 | field_35422_bh | pumpkinSeeds | 0 | |
1694 | field_35423_bi | melonSeeds | 0 | |
1695 | field_35427_bz | potionAmplifier | 0 | set by setPotionEffect |
1696 | field_35428_c | saturationModifier | 0 | |
1697 | field_35429_bA | potionEffectProbability | 0 | probably of the set potion effect occurring |
1698 | field_35431_bw | alwaysEdible | 0 | If this field is true, the food can be consumed even if the player don't need to eat. |
1699 | field_35432_by | potionDuration | 0 | set by setPotionEffect |
1700 | field_35433_bx | potionId | 0 | represents the potion effect that will occurr upon eating this food. Set by setPotionEffect |
1701 | field_35436_a | blockRef | 0 | |
1702 | field_35437_a | blockObj | 0 | |
1703 | field_35444_c | endermanModel | 0 | The model of the enderman |
1704 | field_35445_h | rnd | 0 | |
1705 | field_35466_H | lightUpdateBlockList | 0 | is a temporary list of blocks and light values used when updating light levels. Holds up to 32x32x32 blocks (the maximum influence of a light source.) Every element is a packed bit value: 0000000000LLLLzzzzzzyyyyyyxxxxxx. The 4-bit L is a light level used when darkening blocks. 6-bit numbers x, y and z represent the block's offset from the original block, plus 32 (i.e. value of 31 would mean a -1 offset |
1706 | field_35480_A | worldGenBigTree | 0 | |
1707 | field_35481_B | worldGenForest | 0 | |
1708 | field_35482_C | worldGenSwamp | 0 | |
1709 | field_35483_e | extremeHills | 0 | |
1710 | field_35484_b | ocean | 0 | |
1711 | field_35485_c | plains | 0 | |
1712 | field_35486_a | biomeList | 0 | An array of all the biomes, indexed by biome id. |
1713 | field_35487_i | river | 0 | |
1714 | field_35488_u | biomeDecorator | 0 | |
1715 | field_35489_t | rainfall | 0 | The rainfall in this biome. |
1716 | field_35490_s | temperature | 0 | The temperature of this biome. |
1717 | field_35491_r | maxHeight | 0 | The maximum height of this biome. Default 0.3. |
1718 | field_35492_q | minHeight | 0 | The minimum height of this biome. Default 0.1. |
1719 | field_35493_z | worldGenTrees | 0 | |
1720 | field_35494_y | biomeID | 0 | The id number to this biome, and its index in the biomeList array. |
1721 | field_35495_k | vine | 0 | |
1722 | field_354_e | soundPowderFootstep | 0 | |
1723 | field_35501_d | baseSeed | 0 | base seed to the LCG prng provided via the constructor |
1724 | field_35502_b | worldGenSeed | 0 | seed from World#getWorldSeed that is used in the LCG prng |
1725 | field_35503_c | chunkSeed | 0 | final part of the LCG prng that uses the chunk X, Z coords along with the other two seeds to generate pseudorandom numbers |
1726 | field_35504_a | parent | 0 | parent GenLayer that was provided via the constructor |
1727 | field_35509_b | allowedBiomes | 0 | this sets all the biomes that are allowed to appear in the overworld |
1728 | field_35521_b | gameType | 0 | The type of the map. 0 is survival, 1 is creative. |
1729 | field_35522_c | mapFeaturesEnabled | 0 | Switch for the map features. 'true' for enabled, 'false' for disabled. |
1730 | field_35523_a | seed | 0 | The seed for the map. |
1731 | field_35536_f | starve | 0 | |
1732 | field_35537_g | cactus | 0 | |
1733 | field_35538_d | inWall | 0 | |
1734 | field_35539_e | drown | 0 | |
1735 | field_35540_b | onFire | 0 | |
1736 | field_35541_c | lava | 0 | |
1737 | field_35542_a | inFire | 0 | |
1738 | field_35543_n | isUnblockable | 0 | This kind of damage can be blocked or not. |
1739 | field_35544_o | isDamageAllowedInCreativeMode | 0 | |
1740 | field_35545_l | magic | 0 | |
1741 | field_35546_m | damageType | 0 | |
1742 | field_35547_j | generic | 0 | |
1743 | field_35548_k | explosion | 0 | |
1744 | field_35549_h | fall | 0 | |
1745 | field_35550_i | outOfWorld | 0 | |
1746 | field_35551_p | hungerDamage | 0 | |
1747 | field_35552_n | damageSourceEntity | 0 | |
1748 | field_35553_n | indirectEntity | 0 | |
1749 | field_35563_f | biomeCache | 0 | The BiomeCache object for this world. |
1750 | field_35564_g | biomesToSpawnIn | 0 | A list of biomes that the player can spawn in. |
1751 | field_35580_d | percentUseable | 0 | percent of the hasharray that can be used without hash colliding probably |
1752 | field_35581_e | modCount | 0 | count of times elements have been added/removed |
1753 | field_35582_b | numHashElements | 0 | the number of elements in the hash array |
1754 | field_35583_c | capacity | 0 | the maximum amount of elements in the hash (probably 3/4 the size due to meh hashing function) |
1755 | field_35584_a | hashArray | 0 | the array of all elements in the hash |
1756 | field_35589_a | lootArray | 0 | Contains stuff you might find in chests |
1757 | field_35590_d | itemWeight | 0 | The Weight is how often the item is chosen(higher number is higher chance(lower is lower)) |
1758 | field_35591_b | minGroupCount | 0 | |
1759 | field_35592_c | maxGroupCount | 0 | |
1760 | field_35593_e | maxItemStack | 0 | This is how many items can be max in the itemstack |
1761 | field_35594_b | itemMetadata | 0 | The metadata to be used when creating the treasure item. |
1762 | field_35595_c | minItemStack | 0 | This is how many items can be in each stack at minimun |
1763 | field_35596_a | itemID | 0 | The ID for this treasure item |
1764 | field_355_bo | slipperiness | 0 | Determines how much velocity is maintained while moving on top of this block |
1765 | field_35600_b | serverSlotContainer | 0 | Slot container for the server list |
1766 | field_35601_a | server | 0 | The server getting checked |
1767 | field_35604_d | villagePiecesLimit | 0 | |
1768 | field_35605_b | villagePieceWeight | 0 | |
1769 | field_35606_c | villagePiecesSpawned | 0 | |
1770 | field_35607_a | villagePieceClass | 0 | The Class object for the represantation of this village piece. |
1771 | field_35608_v | snipeSkeleton | 0 | The achievement for killing a Skeleton from 50 meters aways. |
1772 | field_35611_a | instance | 0 | The static instance of ChestItemRenderHelper. |
1773 | field_35615_d | instancesLimit | 0 | How many Structure Pieces of this type may spawn in a structure |
1774 | field_35616_b | pieceWeight | 0 | This basically keeps track of the 'epicness' of a structure. Epic structure components have a higher 'weight', and Structures may only grow up to a certain 'weight' before generation is stopped |
1775 | field_35617_c | instancesSpawned | 0 | |
1776 | field_35618_a | pieceClass | 0 | |
1777 | field_35619_a | doorEnum | 0 | |
1778 | field_35623_b | responseTime | 0 | Player response time to server in milliseconds |
1779 | field_35624_a | name | 0 | The string value of the object |
1780 | field_35625_d | worldObj | 0 | This world object. |
1781 | field_35631_e | coordMap | 0 | |
1782 | field_35632_f | ranBiomeCheck | 0 | is spawned false and set true once the defined BiomeGenBases were compared with the present ones |
1783 | field_35633_g | structureCoords | 0 | |
1784 | field_35634_a | allowedBiomeGenBases | 0 | |
1785 | field_35635_a | villageSpawnBiomes | 0 | A list of all the biomes villages can spawn in. |
1786 | field_35649_k | creativeMode | 0 | |
1787 | field_35653_f | lastAccessTime | 0 | The last time this BiomeCacheBlock was accessed, in milliseconds. |
1788 | field_35654_g | biomeCache | 0 | The BiomeCache objevt that contains this BiomeCacheBlock |
1789 | field_35655_d | xPosition | 0 | The x coordinate of the BiomeCacheBlock. |
1790 | field_35656_e | zPosition | 0 | The z coordinate of the BiomeCacheBlock. |
1791 | field_35657_b | rainfallValues | 0 | An array of chunk rainfall values saved by this cache. |
1792 | field_35658_c | biomes | 0 | The array of biome types stored in this BiomeCacheBlock. |
1793 | field_35659_a | temperatureValues | 0 | An array of chunk temperatures saved by this cache. |
1794 | field_35670_H | id | 0 | The Id of a Potion object. |
1795 | field_35671_I | name | 0 | The name of the Potion. |
1796 | field_35672_f | digSlowdown | 0 | |
1797 | field_35673_g | damageBoost | 0 | |
1798 | field_35674_d | moveSlowdown | 0 | |
1799 | field_35675_e | digSpeed | 0 | |
1800 | field_35677_c | moveSpeed | 0 | |
1801 | field_35678_a | potionTypes | 0 | The array of potion types. |
1802 | field_35679_n | fireResistance | 0 | The fire resistance Potion object. |
1803 | field_35680_o | waterBreathing | 0 | The water breathing Potion object. |
1804 | field_35681_l | regeneration | 0 | The regeneration Potion object. |
1805 | field_35682_m | resistance | 0 | |
1806 | field_35683_j | jump | 0 | |
1807 | field_35684_k | confusion | 0 | |
1808 | field_35685_h | heal | 0 | |
1809 | field_35686_i | harm | 0 | |
1810 | field_35689_u | poison | 0 | The poison Potion object. |
1811 | field_35690_t | weakness | 0 | The weakness Potion object. |
1812 | field_35691_s | hunger | 0 | The hunger Potion object. |
1813 | field_35692_r | nightVision | 0 | The night vision Potion object. |
1814 | field_35693_q | blindness | 0 | The blindness Potion object. |
1815 | field_35694_p | invisibility | 0 | The invisibility Potion object. |
1816 | field_356_bn | blockMaterial | 0 | Block material definition. |
1817 | field_35709_b | selectedBlockMetaData | 0 | |
1818 | field_35710_a | selectedBlockId | 0 | |
1819 | field_35716_b | boundingBox | 0 | |
1820 | field_35717_a | components | 0 | List of all StructureComponents that are part of this structure |
1821 | field_35718_c | hasMoreThanTwoComponents | 0 | well ... thats what it does |
1822 | field_35720_f | gameType | 0 | |
1823 | field_35728_d | cache | 0 | The list of cached BiomeCacheBlocks |
1824 | field_35729_b | lastCleanupTime | 0 | The last time this BiomeCache was cleaned, in milliseconds. |
1825 | field_35730_c | cacheMap | 0 | The map of keys to BiomeCacheBlocks. Keys are based on the chunk x, z coordinates as (x | z << 32). |
1826 | field_35731_a | chunkManager | 0 | Reference to the WorldChunkManager |
1827 | field_35748_f | maxZ | 0 | The second z coordinate of a bounding box. |
1828 | field_35749_d | maxX | 0 | The second x coordinate of a bounding box. |
1829 | field_35750_e | maxY | 0 | The second y coordinate of a bounding box. |
1830 | field_35751_b | minY | 0 | The first y coordinate of a bounding box. |
1831 | field_35752_c | minZ | 0 | The first z coordinate of a bounding box. |
1832 | field_35753_a | minX | 0 | The first x coordinate of a bounding box. |
1833 | field_35754_b | depthBits | 0 | Log base 2 of the chunk height (128); applied as a shift on Z coordinate |
1834 | field_35755_c | depthBitsPlusFour | 0 | Log base 2 of the chunk height (128) * width (16); applied as a shift on X coordinate |
1835 | field_35756_d | isCreativeMode | 0 | Used to determine if creative mode is enabled, and therefore if items should be depleted on usage |
1836 | field_35757_b | isFlying | 0 | Sets/indicates whether the player is flying. |
1837 | field_35758_c | allowFlying | 0 | whether or not to allow the player to fly when they double jump. |
1838 | field_35759_a | disableDamage | 0 | Disables player damage. |
1839 | field_35772_d | foodTimer | 0 | The player's food timer value. |
1840 | field_35773_e | prevFoodLevel | 0 | |
1841 | field_35774_b | foodSaturationLevel | 0 | The player's food saturation. |
1842 | field_35775_c | foodExhaustionLevel | 0 | The player's food exhaustion. |
1843 | field_35776_a | foodLevel | 0 | The player's food level. |
1844 | field_35785_d | currentServerMaxPlayers | 0 | |
1845 | field_35786_c | playerNames | 0 | An ArrayList of all the player names on the current server |
1846 | field_35787_k | playerInfoMap | 0 | A HashMap of all player names and their player information objects |
1847 | field_35790_f | polled | 0 | True if server was already polled or is in the process of polling |
1848 | field_35791_d | motd | 0 | Server's Message of the Day |
1849 | field_35792_e | lag | 0 | Lag meter; -2 if server check pending; -1 if server check failed |
1850 | field_35793_b | host | 0 | Hostname or IP address of server |
1851 | field_35794_c | playerCount | 0 | The count/max number of players |
1852 | field_35795_a | name | 0 | User specified name for server |
1853 | field_357_bm | blockParticleGravity | 0 | |
1854 | field_35803_b | duration | 0 | The duration of the potion effect |
1855 | field_35804_c | amplifier | 0 | The amplifier of the potion effect |
1856 | field_35805_a | potionID | 0 | ID value of the potion this effect matches. |
1857 | field_35811_L | lightmapColors | 0 | Colors computed in updateLightmap() and loaded into the lightmap emptyTexture |
1858 | field_35812_M | fovModifierHand | 0 | FOV modifier hand |
1859 | field_35813_N | fovModifierHandPrev | 0 | FOV modifier hand prev |
1860 | field_35814_O | fovMultiplierTemp | 0 | FOV multiplier temp |
1861 | field_35815_V | lightmapUpdateNeeded | 0 | Is set, updateCameraAndRender() calls updateLightmap(); set by updateTorchFlicker() |
1862 | field_35816_f | torchFlickerDX | 0 | Torch flicker DX |
1863 | field_35817_g | torchFlickerY | 0 | Torch flicker Y |
1864 | field_35818_d | lightmapTexture | 0 | The texture id of the blocklight/skylight texture used for lighting effects |
1865 | field_35819_e | torchFlickerX | 0 | Torch flicker X |
1866 | field_35820_j | rainYCoords | 0 | Rain Y coords |
1867 | field_35821_h | torchFlickerDY | 0 | Torch flicker DY |
1868 | field_35822_i | rainXCoords | 0 | Rain X coords |
1869 | field_35823_q | debugViewDirection | 0 | Debug view direction (0=OFF, 1=Front, 2=Right, 3=Back, 4=Left, 5=TiltLeft, 6=TiltRight) |
1870 | field_35831_d | hash | 0 | |
1871 | field_35832_b | value | 0 | the value held by the hash at the specified key |
1872 | field_35833_c | nextEntry | 0 | the next hashentry in the table |
1873 | field_35834_a | key | 0 | the key as a long (for playerInstances it is the x in the most significant 32 bits and then y) |
1874 | field_35836_g | shortBuffer | 0 | Short buffer |
1875 | field_35837_l | brightness | 0 | |
1876 | field_35838_p | hasBrightness | 0 | |
1877 | field_35844_d | updateSkylightColumns | 0 | Which columns need their skylightMaps updated. |
1878 | field_35845_c | precipitationHeightMap | 0 | A map, similar to heightMap, that tracks how far down precipitation can fall. |
1879 | field_35854_d | strongholdStones | 0 | |
1880 | field_35855_b | pieceWeightArray | 0 | |
1881 | field_35856_c | structurePieceList | 0 | |
1882 | field_35857_a | totalWeight | 0 | |
1883 | field_35861_f | keySet | 0 | The set of all the keys stored in this MCHash object |
1884 | field_35867_f | enderEyeMetaToDirection | 0 | |
1885 | field_35869_d | vineGrowth | 0 | |
1886 | field_35870_b | offsetZ | 0 | |
1887 | field_35871_a | offsetX | 0 | |
1888 | field_35885_D | chunk_X | 0 | The X-coordinate of the chunk currently being decorated |
1889 | field_35886_E | chunk_Z | 0 | The Z-coordinate of the chunk currently being decorated |
1890 | field_35887_F | biome | 0 | The biome generator object. |
1891 | field_35888_A | clayPerChunk | 0 | The number of clay patches to generate per chunk. Only generates when part of it is underwater. |
1892 | field_35889_B | currentWorld | 0 | The world the BiomeDecorator is currently decorating |
1893 | field_35890_C | randomGenerator | 0 | The Biome Decorator's random number generator. |
1894 | field_35891_f | coalGen | 0 | |
1895 | field_35892_g | ironGen | 0 | |
1896 | field_35893_d | dirtGen | 0 | The dirt generator. |
1897 | field_35894_e | gravelGen | 0 | |
1898 | field_35895_b | sandGen | 0 | The sand generator. |
1899 | field_35896_c | gravelAsSandGen | 0 | The gravel generator. |
1900 | field_35897_a | clayGen | 0 | The clay generator. |
1901 | field_35898_n | mushroomBrownGen | 0 | Field that holds mushroomBrown WorldGenFlowers |
1902 | field_35899_o | mushroomRedGen | 0 | Field that holds mushroomRed WorldGenFlowers |
1903 | field_358_bl | stepSound | 0 | Sound of stepping on the block |
1904 | field_35900_l | plantYellowGen | 0 | Field that holds one of the plantYellow WorldGenFlowers |
1905 | field_35901_m | plantRedGen | 0 | Field that holds one of the plantRed WorldGenFlowers |
1906 | field_35902_j | diamondGen | 0 | Field that holds diamond WorldGenMinable |
1907 | field_35903_k | lapisGen | 0 | Field that holds Lapis WorldGenMinable |
1908 | field_35904_h | goldGen | 0 | Field that holds gold WorldGenMinable |
1909 | field_35905_i | redstoneGen | 0 | Field that holds redstone WorldGenMinable |
1910 | field_35906_w | reedsPerChunk | 0 | The number of reeds to generate per chunk. Reeds won't generate if the randomly selected placement is unsuitable. |
1911 | field_35907_v | mushroomsPerChunk | 0 | The number of extra mushroom patches per chunk. It generates 1/4 this number in brown mushroom patches, and 1/8 this number in red mushroom patches. These mushrooms go beyond the default base number of mushrooms. |
1912 | field_35908_u | deadBushPerChunk | 0 | The number of dead bushes to generate per chunk. Used in deserts and swamps. |
1913 | field_35909_t | grassPerChunk | 0 | The amount of tall grass to generate per chunk. |
1914 | field_35910_s | flowersPerChunk | 0 | The number of yellow flower patches to generate per chunk. The game generates much less than this number, since it attempts to generate them at a random altitude. |
1915 | field_35911_r | treesPerChunk | 0 | The number of trees to attempt to generate per chunk. Up to 10 in forests, none in deserts. |
1916 | field_35912_q | cactusGen | 0 | Field that holds WorldGenCactus |
1917 | field_35913_p | reedGen | 0 | Field that holds WorldGenReed |
1918 | field_35914_z | sandPerChunk2 | 0 | The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater. There appear to be two separate fields for this. |
1919 | field_35915_y | sandPerChunk | 0 | The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater. |
1920 | field_35916_x | cactiPerChunk | 0 | The number of cactus plants to generate per chunk. Cacti only work on sand. |
1921 | field_35919_q | mapFeaturesEnabled | 0 | Whether the map features (e.g. strongholds) generation is enabled or disabled. |
1922 | field_35920_p | gameType | 0 | Indicates the type of the game. 0 for survival, 1 for creative. |
1923 | field_35931_U | aoBrightnessXYZPNN | 0 | Ambient occlusion brightness XYZPNN |
1924 | field_35932_T | aoBrightnessYZNP | 0 | Ambient occlusion brightness YZNP |
1925 | field_35933_W | aoBrightnessXYZPNP | 0 | Ambient occlusion brightness XYZPNP |
1926 | field_35934_V | aoBrightnessXYPN | 0 | Ambient occlusion brightness XYPN |
1927 | field_35935_Q | aoBrightnessXYNN | 0 | Ambient occlusion brightness XYNN |
1928 | field_35936_P | aoBrightnessXYZNNN | 0 | Ambient occlusion brightness XYZNNN |
1929 | field_35937_S | aoBrightnessYZNN | 0 | Ambient occlusion brightness YZNN |
1930 | field_35938_R | aoBrightnessXYZNNP | 0 | Ambient occlusion brightness XYZNNP |
1931 | field_35939_Y | aoBrightnessXYNP | 0 | Ambient occlusion brightness XYNP |
1932 | field_35940_X | aoBrightnessXYZNPN | 0 | Ambient occlusion brightness XYZNPN |
1933 | field_35941_Z | aoBrightnessXYZNPP | 0 | Ambient occlusion brightness XYZNPP |
1934 | field_35943_ak | brightnessTopLeft | 0 | Brightness top left |
1935 | field_35944_al | brightnessBottomLeft | 0 | Brightness bottom left |
1936 | field_35945_ai | aoBrightnessXZPP | 0 | Ambient occlusion brightness XZPP |
1937 | field_35946_aj | aoType | 0 | Ambient occlusion type (0=simple, 1=complex) |
1938 | field_35947_am | brightnessBottomRight | 0 | Brightness bottom right |
1939 | field_35948_an | brightnessTopRight | 0 | Brightness top right |
1940 | field_35949_ac | aoBrightnessXYPP | 0 | Ambient occlusion brightness XYPP |
1941 | field_35950_ad | aoBrightnessYZPP | 0 | Ambient occlusion brightness YZPP |
1942 | field_35951_aa | aoBrightnessYZPN | 0 | Ambient occlusion brightness YZPN |
1943 | field_35952_ab | aoBrightnessXYZPPN | 0 | Ambient occlusion brightness XYZPPN |
1944 | field_35953_ag | aoBrightnessXZPN | 0 | Ambient occlusion brightness XZPN |
1945 | field_35954_ah | aoBrightnessXZNP | 0 | Ambient occlusion brightness XZNP |
1946 | field_35955_ae | aoBrightnessXYZPPP | 0 | Ambient occlusion brightness XYZPPP |
1947 | field_35956_af | aoBrightnessXZNN | 0 | Ambient occlusion brightness XZNN |
1948 | field_35964_f | pressTime | 0 | |
1949 | field_35965_e | pressed | 0 | because _303 wanted me to call it that(Caironater) |
1950 | field_35966_b | hash | 0 | |
1951 | field_35967_a | keybindArray | 0 | |
1952 | field_35970_b | textureHeight | 0 | The size of the texture file's height in pixels. |
1953 | field_35971_a | textureWidth | 0 | The size of the texture file's width in pixels. |
1954 | field_360_bk | maxZ | 0 | maximum Z for the block bounds (local coordinates) |
1955 | field_362_bj | maxY | 0 | maximum Y for the block bounds (local coordinates) |
1956 | field_364_bi | maxX | 0 | maximum X for the block bounds (local coordinates) |
1957 | field_366_bh | minZ | 0 | minimum Z for the block bounds (local coordinates) |
1958 | field_368_bg | minY | 0 | minimum Y for the block bounds (local coordinates) |
1959 | field_370_bf | minX | 0 | minimum X for the block bounds (local coordinates) |
1960 | field_372_be | blockResistance | 0 | Indicates the blocks resistance to explosions. |
1961 | field_374_bd | blockHardness | 0 | Indicates how many hits it takes to break a block. |
1962 | field_376_bc | blockID | 0 | ID of the block. |
1963 | field_378_bb | blockIndexInTexture | 0 | The index of the texture to be displayed for this block. May vary based on graphics settings. Mostly seems to come from terrain.png, and the index is 0-based (grass is 0). |
1964 | field_382_N | glass | 0 | |
1965 | field_383_M | sponge | 0 | |
1966 | field_384_L | leaves | 0 | |
1967 | field_385_K | wood | 0 | |
1968 | field_386_J | oreCoal | 0 | |
1969 | field_387_az | workbench | 0 | |
1970 | field_388_I | oreIron | 0 | |
1971 | field_389_ay | blockDiamond | 0 | |
1972 | field_39000_a | modelTextureMap | 0 | A mapping for all texture offsets |
1973 | field_39001_b | potionsNeedUpdate | 0 | Whether the DataWatcher needs to be updated with the active potions |
1974 | field_39003_d | jumpTicks | 0 | Number of ticks since last jump |
1975 | field_39004_a | inLove | 0 | |
1976 | field_39005_b | breeding | 0 | This is representation of a counter for reproduction progress. (Note that this is different from the inLove which represent being in Love-Mode) |
1977 | field_39009_a | villagersSpawned | 0 | The number of villagers that have been spawned in this component. |
1978 | field_39010_c | potionEffect | 0 | |
1979 | field_390_H | oreGold | 0 | |
1980 | field_391_ax | oreDiamond | 0 | |
1981 | field_392_G | gravel | 0 | |
1982 | field_393_F | sand | 0 | |
1983 | field_394_aw | redstoneWire | 0 | |
1984 | field_395_E | lavaStill | 0 | Stationary lava source block |
1985 | field_396_av | chest | 0 | |
1986 | field_397_D | lavaMoving | 0 | |
1987 | field_399_C | waterStill | 0 | |
1988 | field_40004_N | debugUpdateTime | 0 | Approximate time (in ms) of last update to debug string |
1989 | field_40005_O | fpsCounter | 0 | holds the current fps |
1990 | field_40006_ak | debugProfilerName | 0 | Profiler currently displayed in the debug screen pie chart |
1991 | field_40007_r | standardGalacticFontRenderer | 0 | |
1992 | field_40009_b | portalRoom | 0 | |
1993 | field_40011_b | doorType | 0 | |
1994 | field_40012_c | hasMadeChest | 0 | |
1995 | field_40013_a | chestLoot | 0 | |
1996 | field_40015_a | hasSpawner | 0 | |
1997 | field_40024_a | fillSeed | 0 | |
1998 | field_40027_a | hasSpawner | 0 | |
1999 | field_40055_d | ingredientID | 0 | |
2000 | field_40056_b | brewTime | 0 | |
2001 | field_40057_c | filledSlots | 0 | an integer with each bit specifying whether that slot of the stand contains a potion |
2002 | field_40058_a | brewingItemStacks | 0 | The itemstacks currently placed in the slots of the brewing stand |
2003 | field_40059_f | bookSpread | 0 | The amount that the book is open. |
2004 | field_40060_g | bookSpreadPrev | 0 | The amount that the book is open. |
2005 | field_40063_b | pageFlip | 0 | Value used for determining how the page flip should look. |
2006 | field_40064_r | rand | 0 | |
2007 | field_40065_c | pageFlipPrev | 0 | The last tick's pageFlip value. |
2008 | field_40066_q | bookRotation | 0 | |
2009 | field_40067_p | bookRotationPrev | 0 | |
2010 | field_40068_a | tickCount | 0 | Used by the render to make the book 'bounce' |
2011 | field_40069_h | bookRotation2 | 0 | |
2012 | field_40070_a | container | 0 | The brewing stand this slot belongs to. |
2013 | field_40072_b | name | 0 | The name of the Dragon Part |
2014 | field_40073_a | entityDragonObj | 0 | The dragon entity this dragon part belongs to |
2015 | field_40079_d | xTile | 0 | |
2016 | field_40080_e | yTile | 0 | |
2017 | field_40081_b | throwableShake | 0 | |
2018 | field_40082_ao | zTile | 0 | |
2019 | field_40083_c | thrower | 0 | Is the entity that throws this 'thing' (snowball, ender pearl, eye of ender or potion) |
2020 | field_40084_ap | inTile | 0 | |
2021 | field_40085_a | inGround | 0 | |
2022 | field_40086_ar | ticksInAir | 0 | |
2023 | field_40087_aq | ticksInGround | 0 | |
2024 | field_40089_d | potionDamage | 0 | The damage value of the thrown potion that this EntityPotion represents. |
2025 | field_40092_e | despawnTimer | 0 | |
2026 | field_40093_ao | shatterOrDrop | 0 | |
2027 | field_400_at | mobSpawner | 0 | |
2028 | field_40103_a | materialType | 0 | the material type for dropped items/blocks |
2029 | field_40104_aw | bobTimer | 0 | The height of the current bob |
2030 | field_40105_ay | particleName | 0 | |
2031 | field_40129_bA | carryoverDamage | 0 | in each step in the damage calculations, this is set to the 'carryover' that would result if someone was damaged .25 hearts (for example), and added to the damage in the next step |
2032 | field_4013_a | modelBipedMain | 0 | |
2033 | field_4014_g | flintAndSteel | 0 | |
2034 | field_40153_b | heightOffsetUpdateTime | 0 | ticks until heightOffset is randomized |
2035 | field_40154_a | heightOffset | 0 | Random offset used in floating behaviour |
2036 | field_40157_aB | maxHealth | 0 | The maximum health of the Entity. |
2037 | field_4015_b | itemRand | 0 | The RNG used by the Item subclasses. |
2038 | field_40161_az | slowed | 0 | Activated if the dragon is flying though obsidian, white stone or bedrock. Slows movement and animation speed. |
2039 | field_40162_d | ringBuffer | 0 | Ring buffer array for the last 64 Y-positions and yaw rotations. Used to calculate offsets for the animations. |
2040 | field_40163_ay | forceNewTarget | 0 | Force selecting a new flight target at next tick if set to true. |
2041 | field_40164_e | ringBufferIndex | 0 | Index into the ring buffer. Incremented once per tick and restarts at 0 once it reaches the end of the buffer. |
2042 | field_40165_b | targetY | 0 | |
2043 | field_40166_c | targetZ | 0 | |
2044 | field_40167_a | targetX | 0 | |
2045 | field_40168_at | dragonPartTail3 | 0 | |
2046 | field_40169_as | dragonPartTail2 | 0 | |
2047 | field_4016_av | bucketWater | 0 | |
2048 | field_40170_ar | dragonPartTail1 | 0 | |
2049 | field_40171_aq | dragonPartBody | 0 | The body bounding box of a dragon |
2050 | field_40172_ax | animTime | 0 | Animation time, used to control the speed of the animation cycles (wings flapping, jaw opening, etc.) |
2051 | field_40173_aw | prevAnimTime | 0 | Animation time at previous tick. |
2052 | field_40174_av | dragonPartWing2 | 0 | |
2053 | field_40175_au | dragonPartWing1 | 0 | |
2054 | field_40176_ao | dragonPartArray | 0 | An array containing all body parts of this dragon |
2055 | field_40177_ap | dragonPartHead | 0 | The head bounding box of a dragon |
2056 | field_40178_aA | deathTicks | 0 | |
2057 | field_40179_aC | target | 0 | |
2058 | field_4017_ap | porkCooked | 0 | |
2059 | field_4018_aZ | iconIndex | 0 | Icon index in the icons table. |
2060 | field_40190_b | itemStack | 0 | |
2061 | field_40191_b | enchantment | 0 | The position of the enchantment on the enchantment table window, starting with 0 as the topmost one. |
2062 | field_40192_a | windowId | 0 | |
2063 | field_40194_P | dummyRenderInt | 0 | Dummy render int |
2064 | field_40197_a | replaceID | 0 | The Block ID that the generator is allowed to replace while generating the terrain. |
2065 | field_40199_bz | mycelium | 0 | |
2066 | field_4019_aV | recordCat | 0 | |
2067 | field_401_B | waterMoving | 0 | |
2068 | field_40200_bA | waterlily | 0 | |
2069 | field_40201_bL | useNeighborBrightness | 0 | Flag if block ID should use the brightest neighbor light value as its own |
2070 | field_40202_bJ | endPortalFrame | 0 | |
2071 | field_40203_bK | whiteStone | 0 | |
2072 | field_40204_bD | stairsNetherBrick | 0 | |
2073 | field_40205_bE | netherStalk | 0 | |
2074 | field_40206_bB | netherBrick | 0 | |
2075 | field_40207_bC | netherFence | 0 | |
2076 | field_40208_bH | cauldron | 0 | |
2077 | field_40209_bI | endPortal | 0 | |
2078 | field_4020_aT | fishCooked | 0 | |
2079 | field_40210_bF | enchantmentTable | 0 | |
2080 | field_40211_bG | brewingStand | 0 | |
2081 | field_40213_b | canDropItself | 0 | If this field is true, the pane block drops itself when destroyed (like the iron fences), otherwise, it's just destroyed (like glass panes) |
2082 | field_40214_a | rand | 0 | |
2083 | field_40215_f | guiTop | 0 | Starting Y position for the Gui. Inconsistent use for Gui backgrounds. |
2084 | field_40216_e | guiLeft | 0 | Starting X position for the Gui. Inconsistent use for Gui backgrounds. |
2085 | field_4021_aS | fishRaw | 0 | |
2086 | field_40220_w | bookModel | 0 | The book model used on the GUI. |
2087 | field_40228_y | containerEnchantment | 0 | ContainerEnchantment object associated with this gui |
2088 | field_4022_aR | lightStoneDust | 0 | |
2089 | field_40231_d | is64bit | 0 | True if the system is 64-bit (using a simple indexOf test on a system property) |
2090 | field_40234_b | nameSeed | 0 | used as seed for EnchantmentNameParts (see GuiEnchantment) |
2091 | field_40235_c | enchantLevels | 0 | 3-member array storing the enchantment levels of each slot |
2092 | field_40236_a | tableInventory | 0 | SlotEnchantmentTable object with ItemStack to be enchanted |
2093 | field_40237_l | rand | 0 | |
2094 | field_40238_j | posY | 0 | |
2095 | field_40239_k | posZ | 0 | |
2096 | field_4023_aQ | pocketSundial | 0 | |
2097 | field_40240_h | worldPointer | 0 | current world (for bookshelf counting) |
2098 | field_40241_i | posX | 0 | |
2099 | field_40242_b | brewTime | 0 | |
2100 | field_40243_a | tileBrewingStand | 0 | |
2101 | field_40245_b | damageSource | 0 | Used as parameter to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors. |
2102 | field_40246_a | damageModifier | 0 | Used to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors. |
2103 | field_40247_b | entityLiving | 0 | Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item. |
2104 | field_40248_a | livingModifier | 0 | Used to calculate the (magic) extra damage based on enchantments of current equipped player item. |
2105 | field_4024_aP | fishingRod | 0 | |
2106 | field_40251_b | rand | 0 | The RNG used to generate enchant names. |
2107 | field_40252_c | wordList | 0 | List of words used to generate an enchant name. |
2108 | field_40253_a | instance | 0 | The static instance of this class. |
2109 | field_40256_A | waterColorMultiplier | 0 | Color tint applied to water depending on biome |
2110 | field_40257_n | icePlains | 0 | |
2111 | field_40258_o | iceMountains | 0 | |
2112 | field_40259_l | frozenOcean | 0 | |
2113 | field_4025_aO | compass | 0 | |
2114 | field_40260_m | frozenRiver | 0 | |
2115 | field_40261_q | mushroomIslandShore | 0 | |
2116 | field_40262_p | mushroomIsland | 0 | |
2117 | field_40263_b | enchantmentLevel | 0 | Enchantment level associated with this EnchantmentData |
2118 | field_40264_a | enchantmentobj | 0 | Enchantment object associated with this EnchantmentData |
2119 | field_40268_b | zLevel | 0 | Defines the zLevel of rendering of item on GUI. |
2120 | field_4026_aM | minecartPowered | 0 | |
2121 | field_4027_aL | minecartCrate | 0 | |
2122 | field_40284_d | updateModelState | 0 | Reloads the dragon model if not equal to 4. Presumably a leftover debugging field. |
2123 | field_40285_c | modelDragon | 0 | An instance of the dragon model in RenderDragon |
2124 | field_40289_c | snowmanModel | 0 | A reference to the Snowman model in RenderSnowMan. |
2125 | field_4028_aJ | book | 0 | |
2126 | field_40299_l | textureWidth | 0 | |
2127 | field_4029_aI | paper | 0 | |
2128 | field_402_as | fire | 0 | |
2129 | field_40300_m | textureHeight | 0 | |
2130 | field_40301_k | isChild | 0 | |
2131 | field_40308_f | frontLeg | 0 | The front leg Model renderer of the dragon |
2132 | field_40309_g | rearLegTip | 0 | The rear leg tip Model renderer of the dragon |
2133 | field_4030_aF | brick | 0 | |
2134 | field_40310_d | body | 0 | The body Model renderer of the dragon |
2135 | field_40311_e | rearLeg | 0 | The rear leg Model renderer of the dragon |
2136 | field_40312_b | neck | 0 | The neck Model renderer of the dragon |
2137 | field_40313_c | jaw | 0 | The jaw Model renderer of the dragon |
2138 | field_40314_a | head | 0 | The head Model renderer of the dragon |
2139 | field_40315_n | frontLegTip | 0 | The front leg tip Model renderer of the dragon |
2140 | field_40316_o | rearFoot | 0 | The rear foot Model renderer of the dragon |
2141 | field_40317_s | partialTicks | 0 | |
2142 | field_40318_r | wingTip | 0 | The wing tip Model renderer of the dragon |
2143 | field_40319_q | wing | 0 | The wing Model renderer of the dragon |
2144 | field_4031_aC | boat | 0 | |
2145 | field_40320_p | frontFoot | 0 | The front foot Model renderer of the dragon |
2146 | field_40324_f | flippingPageLeft | 0 | Right cover renderer (when facing the book) |
2147 | field_40325_g | bookSpine | 0 | The renderer of spine of the book |
2148 | field_40326_d | pagesLeft | 0 | The left pages renderer (when facing the book) |
2149 | field_40327_e | flippingPageRight | 0 | Right cover renderer (when facing the book) |
2150 | field_40328_b | coverLeft | 0 | Left cover renderer (when facing the book) |
2151 | field_40329_c | pagesRight | 0 | The right pages renderer (when facing the book) |
2152 | field_40330_a | coverRight | 0 | Right cover renderer (when facing the book) |
2153 | field_40333_u | aimedBow | 0 | Records whether the model should be rendered aiming a bow. |
2154 | field_40361_f | speckledMelonEffect | 0 | |
2155 | field_40362_g | blazePowderEffect | 0 | |
2156 | field_40363_d | spiderEyeEffect | 0 | |
2157 | field_40364_e | fermentedSpiderEyeEffect | 0 | |
2158 | field_40365_b | sugarEffect | 0 | |
2159 | field_40366_c | ghastTearEffect | 0 | |
2160 | field_40369_o | potionPrefixes | 0 | An array of possible potion prefix names, as translation IDs. |
2161 | field_40370_l | potionRequirements | 0 | |
2162 | field_40372_j | glowstoneEffect | 0 | |
2163 | field_40373_k | gunpowderEffect | 0 | |
2164 | field_40374_h | magmaCreamEffect | 0 | |
2165 | field_40375_i | redstoneEffect | 0 | |
2166 | field_40378_c | genNetherBridge | 0 | |
2167 | field_40382_f | noiseData4 | 0 | |
2168 | field_40383_g | noiseData5 | 0 | |
2169 | field_40384_d | noiseData2 | 0 | |
2170 | field_40385_e | noiseData3 | 0 | |
2171 | field_40386_b | noiseGen5 | 0 | |
2172 | field_40387_c | noiseData1 | 0 | |
2173 | field_40388_a | noiseGen4 | 0 | |
2174 | field_40389_n | densities | 0 | |
2175 | field_40390_o | biomesForGeneration | 0 | The biomes that are used to generate the chunk |
2176 | field_40391_l | noiseGen3 | 0 | |
2177 | field_40392_m | endWorld | 0 | |
2178 | field_40393_j | noiseGen1 | 0 | |
2179 | field_40394_k | noiseGen2 | 0 | |
2180 | field_40396_i | endRNG | 0 | |
2181 | field_403_A | bedrock | 0 | |
2182 | field_40408_bz | cauldron | 0 | |
2183 | field_40409_bw | blazePowder | 0 | |
2184 | field_40410_bv | fermentedSpiderEye | 0 | |
2185 | field_40411_by | brewingStand | 0 | |
2186 | field_40412_bx | magmaCream | 0 | |
2187 | field_40413_bs | potion | 0 | |
2188 | field_40414_br | netherStalkSeeds | 0 | |
2189 | field_40415_bu | spiderEye | 0 | |
2190 | field_40416_bt | glassBottle | 0 | |
2191 | field_40417_bo | blazeRod | 0 | |
2192 | field_40418_bp | ghastTear | 0 | |
2193 | field_40419_bq | goldNugget | 0 | |
2194 | field_40420_bA | eyeOfEnder | 0 | |
2195 | field_40421_bL | recordWard | 0 | |
2196 | field_40422_bM | record11 | 0 | |
2197 | field_40423_bJ | recordStal | 0 | |
2198 | field_40424_bK | recordStrad | 0 | |
2199 | field_40425_bE | recordBlocks | 0 | |
2200 | field_40426_bB | speckledMelon | 0 | |
2201 | field_40427_bH | recordMall | 0 | |
2202 | field_40428_bI | recordMellohi | 0 | |
2203 | field_40429_bF | recordChirp | 0 | |
2204 | field_40430_bG | recordFar | 0 | |
2205 | field_40435_a | effectCache | 0 | maps potion damage values to lists of effect names |
2206 | field_40437_bT | material | 0 | The EnumArmorMaterial used for this ItemArmor |
2207 | field_40438_b | soilBlockID | 0 | BlockID of the block the seeds can be planted on. |
2208 | field_40439_b | toolMaterial | 0 | |
2209 | field_40440_f | player | 0 | The player that has this container open. |
2210 | field_40441_a | container | 0 | The brewing stand this slot belongs to. |
2211 | field_40442_a | container | 0 | The brewing stand this slot belongs to. |
2212 | field_40443_a | container | 0 | The brewing stand this slot belongs to. |
2213 | field_40445_l | clouds | 0 | Clouds flag |
2214 | field_40455_b | lightmapTexUnit | 0 | An OpenGL constant corresponding to GL_TEXTURE1, used when setting data pertaining to auxiliary OpenGL texture units. |
2215 | field_40456_c | useMultitextureARB | 0 | True if the renderer supports multitextures and the OpenGL version != 1.3 |
2216 | field_40457_a | defaultTexUnit | 0 | An OpenGL constant corresponding to GL_TEXTURE0, used when setting data pertaining to auxiliary OpenGL texture units. |
2217 | field_40458_D | enchantments | 0 | Is the 'Enchanter' achievement |
2218 | field_40459_E | overkill | 0 | |
2219 | field_4045_bg | pumpkinLantern | 0 | |
2220 | field_40460_F | bookcase | 0 | Is the 'Librarian' achievement |
2221 | field_40461_A | potion | 0 | Is the 'Local Brewery' achievement |
2222 | field_40462_B | theEnd | 0 | Is the 'The End?' achievement |
2223 | field_40463_C | theEnd2 | 0 | Is the 'The End.' achievement |
2224 | field_40464_w | diamonds | 0 | Is the 'DIAMONDS!' achievement |
2225 | field_40465_z | blazeRod | 0 | Is the 'Into Fire' achievement |
2226 | field_40466_y | ghast | 0 | Is the 'Return to Sender' achievement |
2227 | field_40467_x | portal | 0 | Is the 'We Need to Go Deeper' achievement |
2228 | field_4047_bf | portal | 0 | The purple teleport blocks inside the obsidian circle |
2229 | field_40486_a | spawnList | 0 | |
2230 | field_40498_f | projectileProtection | 0 | Protection against projectile entities (e.g. arrows) |
2231 | field_40499_g | respiration | 0 | Decreases the rate of air loss underwater; increases time between damage while suffocating |
2232 | field_4049_be | glowStone | 0 | |
2233 | field_404_ar | torchWood | 0 | |
2234 | field_40500_d | featherFalling | 0 | Less fall damage |
2235 | field_40501_e | blastProtection | 0 | Protection against explosions |
2236 | field_40502_b | protection | 0 | Converts environmental damage to armour damage |
2237 | field_40503_c | fireProtection | 0 | Protection against fire |
2238 | field_40504_a | enchantmentsList | 0 | |
2239 | field_40505_n | looting | 0 | Mobs have a chance to drop more loot |
2240 | field_40506_o | efficiency | 0 | Faster resource gathering while in use |
2241 | field_40507_l | knockback | 0 | Knocks mob and players backwards upon hit |
2242 | field_40508_m | fireAspect | 0 | Lights mobs on fire |
2243 | field_40509_j | smite | 0 | Extra damage to zombies, zombie pigmen and skeletons |
2244 | field_40510_k | baneOfArthropods | 0 | Extra damage to spiders, cave spiders and silverfish |
2245 | field_40511_h | aquaAffinity | 0 | Increases underwater mining rate |
2246 | field_40512_i | sharpness | 0 | Extra damage to mobs |
2247 | field_40513_v | weight | 0 | |
2248 | field_40514_u | name | 0 | Used in localisation and stats. |
2249 | field_40515_t | type | 0 | The EnumEnchantmentType given to this Enchantment. |
2250 | field_40516_s | effectId | 0 | |
2251 | field_40517_r | fortune | 0 | Can multiply the drop rate of items from blocks |
2252 | field_40518_q | unbreaking | 0 | Sometimes, the tool's durability will not be spent when the tool is used |
2253 | field_40519_p | silkTouch | 0 | Blocks mined will drop themselves, even if it should drop something else (e.g. stone will drop stone, not cobblestone) |
2254 | field_4051_bd | slowSand | 0 | |
2255 | field_40520_w | protectionName | 0 | Holds the name to be translated of each protection type. |
2256 | field_40521_v | protectionType | 0 | Defines the type of protection of the enchantment, 0 = all, 1 = fire, 2 = fall (feather fall), 3 = explosion and 4 = projectile. |
2257 | field_40522_z | thresholdEnchantability | 0 | Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant. |
2258 | field_40523_y | levelEnchantability | 0 | Holds how much each level increased the enchantability factor to be able to use this enchant. |
2259 | field_40524_x | baseEnchantability | 0 | Holds the base factor of enchantability needed to be able to use the enchant. |
2260 | field_40525_w | protectionName | 0 | Holds the name to be translated of each protection type. |
2261 | field_40526_v | damageType | 0 | Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods |
2262 | field_40527_z | thresholdEnchantability | 0 | Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant. |
2263 | field_40528_y | levelEnchantability | 0 | Holds how much each level increased the enchantability factor to be able to use this enchant. |
2264 | field_40529_x | baseEnchantability | 0 | Holds the base factor of enchantability needed to be able to use the enchant. |
2265 | field_40531_f | saveDirectoryName | 0 | The directory name of the world |
2266 | field_40535_e | nameColor | 0 | The color given to the name of items with that rarity. |
2267 | field_4053_bc | netherrack | 0 | |
2268 | field_40548_r | projectile | 0 | This kind of damage is based on a projectile or not. |
2269 | field_40549_q | fireDamage | 0 | This kind of damage is based on fire or not. |
2270 | field_40558_d | hardcoreEnabled | 0 | True if hardcore mode is enabled |
2271 | field_4055_bb | pumpkin | 0 | |
2272 | field_40562_d | lock | 0 | Used to make threads queue to add packets |
2273 | field_40563_b | packetCountForID | 0 | A count of the total number of each packet sent grouped by IDs. |
2274 | field_40564_c | sizeCountForID | 0 | A count of the total size of each packet sent grouped by IDs. |
2275 | field_40565_a | allowCounting | 0 | If false, countPacket does nothing |
2276 | field_40569_d | savedIOCounter | 0 | |
2277 | field_40570_e | isThreadWaiting | 0 | |
2278 | field_40571_b | threadedIOQueue | 0 | |
2279 | field_40572_c | writeQueuedCounter | 0 | |
2280 | field_40573_a | threadedIOInstance | 0 | Instance of ThreadedFileIOBase |
2281 | field_40577_f | maxDamageFactor | 0 | Holds the maximum damage factor (each piece multiply this by it's own value) of the material, this is the item damage (how much can absorb before breaks) |
2282 | field_40578_g | damageReductionAmountArray | 0 | Holds the damage reduction (each 1 points is half a shield on gui) of each piece of armor (helmet, plate, legs and boots) |
2283 | field_4057_ba | fence | 0 | |
2284 | field_40584_h | enchantability | 0 | Return the enchantability factor of the material |
2285 | field_40590_G | bytesDrawn | 0 | Bytes sent to the GPU |
2286 | field_40595_g | hardcore | 0 | |
2287 | field_4059_au | stairCompactPlanks | 0 | |
2288 | field_405_aq | obsidian | 0 | |
2289 | field_40605_n | boxName | 0 | |
2290 | field_40606_l | cubeList | 0 | |
2291 | field_40607_m | childModels | 0 | |
2292 | field_40608_s | baseModel | 0 | |
2293 | field_40624_L | effectiveness | 0 | |
2294 | field_40625_M | usable | 0 | |
2295 | field_40626_N | liquidColor | 0 | Is the color of the liquid for this potion. |
2296 | field_40627_J | statusIconIndex | 0 | The index for the icon displayed when the potion effect is active. |
2297 | field_40628_K | isBadEffect | 0 | This field indicated if the effect is 'bad' - negative - for the entity. |
2298 | field_4063_aU | ice | 0 | |
2299 | field_40647_b | enchantmentModifierDamage | 0 | Used to calculate the extra armor of enchantments on armors equipped on player. |
2300 | field_40648_c | enchantmentModifierLiving | 0 | Used to calculate the (magic) extra damage done by enchantments on current equipped item of player. |
2301 | field_40649_a | enchantmentRand | 0 | Is the random seed of enchantment effects. |
2302 | field_4064_aS | button | 0 | |
2303 | field_4065_aN | pressurePlatePlanks | 0 | |
2304 | field_40665_d | profilingSection | 0 | Current profiling section |
2305 | field_40666_e | profilingMap | 0 | Profiling map |
2306 | field_40667_b | sectionList | 0 | List of parent sections |
2307 | field_40668_c | timestampList | 0 | List of timestamps (System.nanoTime) |
2308 | field_40669_a | profilingEnabled | 0 | Flag profiling enabled |
2309 | field_4066_aL | pressurePlateStone | 0 | |
2310 | field_40672_f | posZ2 | 0 | Z vertex coordinate of upper box corner |
2311 | field_40674_d | posX2 | 0 | X vertex coordinate of upper box corner |
2312 | field_40675_e | posY2 | 0 | Y vertex coordinate of upper box corner |
2313 | field_40676_b | posY1 | 0 | Y vertex coordinate of lower box corner |
2314 | field_40677_c | posZ1 | 0 | Z vertex coordinate of lower box corner |
2315 | field_40678_a | posX1 | 0 | X vertex coordinate of lower box corner |
2316 | field_40679_h | vertexPositions | 0 | The (x,y,z) vertex positions and (u,v) texture coordinates for each of the 8 points on a cube |
2317 | field_4067_aK | lever | 0 | |
2318 | field_40680_i | quadList | 0 | An array of 6 TexturedQuads, one for each face of a cube |
2319 | field_40681_L | smoothCamPartialTicks | 0 | Smooth cam partial ticks |
2320 | field_40682_H | smoothCamYaw | 0 | Smooth cam yaw |
2321 | field_40683_I | smoothCamPitch | 0 | Smooth cam pitch |
2322 | field_40684_J | smoothCamFilterX | 0 | Smooth cam filter X |
2323 | field_40685_K | smoothCamFilterY | 0 | Smooth cam filter Y |
2324 | field_4068_aJ | signWall | 0 | |
2325 | field_40691_b | secondaryComponents | 0 | |
2326 | field_40692_a | primaryComponents | 0 | |
2327 | field_4069_aI | stairCompactCobblestone | 0 | |
2328 | field_406_ap | cobblestoneMossy | 0 | |
2329 | field_40702_b | globalPercentage | 0 | Percentage of time spent in this ProfilerResult relative to the entire game |
2330 | field_40703_c | name | 0 | The name of this ProfilerResult |
2331 | field_40704_a | sectionPercentage | 0 | Percentage of time spent in this ProfilerResult relative to its parent ProfilerResult |
2332 | field_40715_d | stackTagCompound | 0 | A NBTTagMap containing data about an ItemStack. Can only be used for non stackable items |
2333 | field_40718_J | bigMushroomsPerChunk | 0 | Amount of big mushrooms per chunk |
2334 | field_40719_K | generateLakes | 0 | True if decorator should generate surface lava & water |
2335 | field_40720_u | bigMushroomGen | 0 | Field that holds big mushroom generator |
2336 | field_40721_y | waterlilyPerChunk | 0 | Amount of waterlilys per chunk. |
2337 | field_40722_x | waterlilyGen | 0 | The water lily generation! |
2338 | field_40723_L | spikeGen | 0 | |
2339 | field_40725_r | hardcore | 0 | Hardcore mode flag |
2340 | field_4072_a | blockType | 0 | Boolean used to seperate different states of blocks |
2341 | field_40732_j | enchantability | 0 | Defines the natural enchantability factor of the material. |
2342 | field_40741_v | isGapLightingUpdated | 0 | |
2343 | field_40752_d | strongComponentType | 0 | |
2344 | field_407_ao | bookShelf | 0 | |
2345 | field_4082_a | blockInstance | 0 | |
2346 | field_4083_a | portalParticleScale | 0 | |
2347 | field_4084_r | portalPosZ | 0 | |
2348 | field_4085_q | portalPosY | 0 | |
2349 | field_4086_p | portalPosX | 0 | |
2350 | field_4088_k | ticksCatchable | 0 | the number of ticks remaining until this fish can no longer be caught |
2351 | field_4089_j | ticksInAir | 0 | |
2352 | field_408_an | tnt | 0 | |
2353 | field_4090_i | ticksInGround | 0 | |
2354 | field_4091_h | inGround | 0 | |
2355 | field_4092_g | inTile | 0 | |
2356 | field_4093_f | zTile | 0 | The tile this entity is on, Z position |
2357 | field_4094_e | yTile | 0 | The tile this entity is on, Y position |
2358 | field_4095_d | xTile | 0 | The tile this entity is on, X position |
2359 | field_4096_c | bobber | 0 | The entity that the fishing rod is connected to, if any. When you right click on the fishing rod and the hook falls on to an entity, this it that entity. |
2360 | field_4097_b | angler | 0 | |
2361 | field_4098_a | shake | 0 | |
2362 | field_409_am | brick | 0 | |
2363 | field_41013_bH | healingEnderCrystal | 0 | The current endercrystal that is healing this dragon |
2364 | field_41031_b | health | 0 | |
2365 | field_41032_a | innerRotation | 0 | Used to create the rotation animation when rendering the crystal. |
2366 | field_41034_b | blockNames | 0 | |
2367 | field_41038_a | entityDragon | 0 | The entity instance of the dragon. Note: This is a static field in RenderDragon because there is only supposed to be one dragon |
2368 | field_41044_b | lines | 0 | List of lines on the ending poem and credits. |
2369 | field_41046_a | updateCounter | 0 | Counts the number of screen updates. |
2370 | field_41047_y | localizedNewWorldText | 0 | E.g. New World, Neue Welt, Nieuwe wereld, Neuvo Mundo |
2371 | field_41048_x | seed | 0 | The current textboxSeed text |
2372 | field_41050_bK | dragonEgg | 0 | |
2373 | field_41051_a | bossDefeated | 0 | true if the enderdragon has been killed - allows end portal blocks to be created in the end |
2374 | field_41056_z | dragonEgg | 0 | |
2375 | field_41061_a | doBlockNotify | 0 | Sets wither or not the generator should notify blocks of blocks it changes. When the world is first generated, this is false, when saplings grow, this is true. |
2376 | field_41063_b | FONT_HEIGHT | 0 | the height in pixels of default text |
2377 | field_41064_c | fontRandom | 0 | |
2378 | field_41068_f | rotationZ | 0 | The Z component of the entity's yaw rotation |
2379 | field_41069_g | rotationYZ | 0 | The Y component (scaled along the Z axis) of the entity's pitch rotation |
2380 | field_41070_d | rotationX | 0 | The X component of the entity's yaw rotation |
2381 | field_41071_e | rotationXZ | 0 | The combined X and Z components of the entity's pitch rotation |
2382 | field_41072_b | objectY | 0 | The calculated view object Y coordinate |
2383 | field_41073_c | objectZ | 0 | The calculated view object Z coordinate |
2384 | field_41074_a | objectX | 0 | The calculated view object X coordinate |
2385 | field_41075_l | objectCoords | 0 | The computed view object coordinates |
2386 | field_41076_j | modelview | 0 | The current GL modelview matrix |
2387 | field_41077_k | projection | 0 | The current GL projection matrix |
2388 | field_41078_h | rotationXY | 0 | The Y component (scaled along the X axis) of the entity's pitch rotation |
2389 | field_41079_i | viewport | 0 | The current GL viewport |
2390 | field_41086_T | PARTICLES | 0 | |
2391 | field_41087_P | particleSetting | 0 | Determines amount of particles. 0 = All, 1 = Decreased, 2 = Minimal |
2392 | field_410_al | stairSingle | 0 | |
2393 | field_4116_b | randomSoundDelay | 0 | A random delay until this PigZombie next makes a sound. |
2394 | field_4117_a | angerLevel | 0 | Above zero if this PigZombie is Angry. |
2395 | field_4118_c | defaultHeldItem | 0 | The ItemStack that any PigZombie holds (a gold sword, in fact). |
2396 | field_4119_a | defaultHeldItem | 0 | The ItemStack that any Skeleton holds (a bow). |
2397 | field_411_ak | stairDouble | 0 | |
2398 | field_4120_b | currentTarget | 0 | This entity's current target. |
2399 | field_4121_a | livingSoundTime | 0 | Number of ticks since this EntityLiving last produced its sound |
2400 | field_4122_h | aggroCooldown | 0 | Cooldown time between target loss and new target aquirement. |
2401 | field_4123_g | targetedEntity | 0 | |
2402 | field_4124_f | attackCounter | 0 | |
2403 | field_4125_e | prevAttackCounter | 0 | |
2404 | field_4126_d | waypointZ | 0 | |
2405 | field_4127_c | numTicksToChaseTarget | 0 | How long to keep a specific target entity |
2406 | field_4128_n | fishEntity | 0 | An instance of a fishing rod's hook. If this isn't null, the icon image of the fishing rod is slightly different |
2407 | field_4129_m | dimension | 0 | Which dimension the player is in (-1 = the Nether, 0 = normal world) |
2408 | field_412_aj | blockSteel | 0 | |
2409 | field_413_ai | blockGold | 0 | |
2410 | field_414_ah | mushroomRed | 0 | |
2411 | field_4157_a | liquidBlockId | 0 | The ID of the liquid block used in this liquid generator. |
2412 | field_4158_a | hellLavaID | 0 | Stores the ID for WorldGenHellLava |
2413 | field_4159_s | netherCaveGenerator | 0 | |
2414 | field_415_ag | mushroomBrown | 0 | |
2415 | field_4160_r | netherrackExclusivityNoise | 0 | Holds the noise used to determine whether something other than netherrack can be generated at a location |
2416 | field_4161_q | gravelNoise | 0 | |
2417 | field_4162_p | slowsandNoise | 0 | Holds the noise used to determine whether slowsand can be generated at a location |
2418 | field_4164_n | worldObj | 0 | Is the world that the nether is getting generated. |
2419 | field_4165_m | netherrackExculsivityNoiseGen | 0 | Determines whether something other than nettherack can be generated at a location |
2420 | field_4166_l | slowsandGravelNoiseGen | 0 | Determines whether slowsand or gravel can be generated at a location |
2421 | field_4167_k | netherNoiseGen3 | 0 | |
2422 | field_4168_j | netherNoiseGen2 | 0 | |
2423 | field_4169_i | netherNoiseGen1 | 0 | A NoiseGeneratorOctaves used in generating nether terrain |
2424 | field_416_af | plantRed | 0 | |
2425 | field_4170_h | hellRNG | 0 | |
2426 | field_4171_g | noiseData5 | 0 | |
2427 | field_4172_f | noiseData4 | 0 | |
2428 | field_4173_e | noiseData3 | 0 | |
2429 | field_4174_d | noiseData2 | 0 | |
2430 | field_4175_c | noiseData1 | 0 | |
2431 | field_4176_b | netherNoiseGen7 | 0 | |
2432 | field_4177_a | netherNoiseGen6 | 0 | |
2433 | field_4179_v | biomesForGeneration | 0 | The biomes that are used to generate the chunk |
2434 | field_417_ae | plantYellow | 0 | |
2435 | field_4180_q | noiseArray | 0 | Holds the overall noise array used in chunk generation |
2436 | field_4181_h | noise6 | 0 | A double array that holds terrain noise from noiseGen6 |
2437 | field_4182_g | noise5 | 0 | A double array that hold terrain noise from noiseGen5 |
2438 | field_4183_f | noise2 | 0 | A double array that hold terrain noise from noiseGen2 |
2439 | field_4184_e | noise1 | 0 | A double array that hold terrain noise |
2440 | field_4185_d | noise3 | 0 | A double array that hold terrain noise from noiseGen3 |
2441 | field_4189_i | updateCounter | 0 | Counts the number of screen updates. |
2442 | field_4199_g | rainfall | 0 | The rainfall in the world |
2443 | field_419_ac | cloth | 0 | |
2444 | field_4200_f | hellTemperature | 0 | |
2445 | field_4201_e | biomeGenerator | 0 | The biome generator object. |
2446 | field_4209_q | worldProvider | 0 | The WorldProvider instance that World uses. |
2447 | field_4214_a | scheduledUpdatesAreImmediate | 0 | boolean; if true updates scheduled by scheduleBlockUpdate happen immediately |
2448 | field_4215_b | worldChunkMgr | 0 | World chunk manager being used to generate chunks |
2449 | field_4216_a | worldObj | 0 | world object being used |
2450 | field_4217_f | colorsSunriseSunset | 0 | Array for sunrise/sunset colors (RGBA) |
2451 | field_4218_e | worldType | 0 | 0 for normal world -1 for hell |
2452 | field_4219_d | lightBrightnessTable | 0 | Light to brightness conversion table |
2453 | field_4223_i | dialImageData | 0 | Holds the image of the dial.png in rgb format. |
2454 | field_4224_h | watchIconImageData | 0 | Holds the image of the watch from items.png in rgb format. |
2455 | field_4225_g | mc | 0 | Holds the game instance to retrieve information like world provider and time. |
2456 | field_4226_h | portalTextureData | 0 | Portal texture data |
2457 | field_4227_g | portalTickCounter | 0 | Portal tick counter |
2458 | field_422_aZ | jukebox | 0 | |
2459 | field_4230_h | compassIconImageData | 0 | Holds the image of the compass from items.png in rgb format. |
2460 | field_4231_g | mc | 0 | A reference to the Minecraft object. |
2461 | field_4232_a | random | 0 | A private Random() function in Teleporter |
2462 | field_4236_f | itemRenderer | 0 | |
2463 | field_423_aY | reed | 0 | |
2464 | field_4241_p | fillerBlock | 0 | The block to fill spots in when not on the top |
2465 | field_4242_o | topBlock | 0 | The block expected to be on the top of this biome |
2466 | field_4245_l | hell | 0 | |
2467 | field_4249_h | desert | 0 | |
2468 | field_424_aX | blockClay | 0 | |
2469 | field_4250_g | taiga | 0 | |
2470 | field_4253_d | forest | 0 | |
2471 | field_4255_b | swampland | 0 | |
2472 | field_4257_b | tentacles | 0 | |
2473 | field_4258_a | body | 0 | |
2474 | field_4259_y | canBurn | 0 | Bool defining if the block can burn or not. |
2475 | field_425_aW | cactus | 0 | |
2476 | field_4260_x | portal | 0 | Material used for portals |
2477 | field_4261_w | pumpkin | 0 | pumpkin |
2478 | field_4262_q | unused | 0 | |
2479 | field_4263_o | glass | 0 | |
2480 | field_4264_k | cloth | 0 | |
2481 | field_4265_h | leaves | 0 | |
2482 | field_4268_g | fogColorBlue | 0 | blue component of the fog color |
2483 | field_4269_f | fogColorGreen | 0 | green component of the fog color |
2484 | field_426_aV | blockSnow | 0 | |
2485 | field_4270_e | fogColorRed | 0 | red component of the fog color |
2486 | field_4274_a | baseEntity | 0 | The entity (usually the player) that the camera is inside. |
2487 | field_4277_d | maxNumberOfCreature | 0 | |
2488 | field_4278_c | creatureClass | 0 | The root class of creatures associated with this EnumCreatureType (IMobs for aggressive creatures, EntityAnimals for friendly ones) |
2489 | field_4280_j | blurTexture | 0 | Flag set when a texture should use blurry resizing |
2490 | field_4281_i | clampTexture | 0 | Flag set when a texture should not be repeated |
2491 | field_4286_b | buffer | 0 | |
2492 | field_4287_a | dateFormat | 0 | |
2493 | field_4288_d | imageData | 0 | |
2494 | field_4289_c | pixelData | 0 | |
2495 | field_428_aT | snow | 0 | |
2496 | field_430_aR | torchRedstoneActive | 0 | |
2497 | field_431_aQ | torchRedstoneIdle | 0 | |
2498 | field_432_aP | oreRedstoneGlowing | 0 | |
2499 | field_433_aO | oreRedstone | 0 | |
2500 | field_435_aM | doorSteel | 0 | |