ForgePatch/conf/fields.csv

335 KiB

1seargenamesidedesc
2field_1000_jeditLine0The number of the line that is being edited.
3field_1002_hentitySign0Reference to the sign object.
4field_1003_bmc0A reference to the Minecraft object.
5field_1007_ccurrentlyDisplayedText0The text currently displayed (i.e. the argument to the last call to printText or func_597_c)
6field_1008_by0
7field_1009_ax0
8field_1010_dupdateTime0
9field_1011_cz0
10field_1012_MentitiesWithinAABBExcludingEntity0entities within AxisAlignedBB excluding one, set and returned in getEntitiesWithinAABBExcludingEntity(Entity var1, AxisAlignedBB var2)
11field_1017_HchunkProvider0Handles chunk operations and caching
12field_1019_FcloudColour0
13field_1024_AunloadedEntityList0
14field_1026_yisRemote0This is set to true when you are a client connected to a multiplayer world, false otherwise.
15field_1033_risNewWorld0Used to differentiate between a newly generated world and an already existing world.
16field_1037_nrand0RNG for World.
17field_1039_ldifficultySetting0Option > Difficulty setting (0 - 3)
18field_1040_kplayerEntities0Array list of players in the world.
19field_1043_heditingBlocks0true while the world is editing blocks
20field_1046_eskylightSubtracted0How much light is subtracted from full daylight
21field_1049_bloadedTileEntityList0A list of all TileEntities in all currently-loaded chunks
22field_1050_aloadedEntityList0A list of all Entities in all currently-loaded chunks
23field_1052_AsendQueue0The packets that need to be sent to the server.
24field_1053_FentitySpawnQueue0Contains 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.
25field_1054_ElockTimestamp0Contains a timestamp from when the World object was created. Is used in the session.lock file
26field_1055_DentityHashSet0The hash set of entities handled by this client. Uses the entity's ID as the hash set's key.
27field_1056_CscheduledTickSet0Set of scheduled ticks (used for checking if a tick already exists)
28field_1057_zblocksToReceive0Contains a list of blocks to to receive and process after they've been 'accepted' by the client (i.e., not invalidated).
29field_1058_BscheduledTickTreeSet0TreeSet of scheduled ticks which is used as a priority queue for the ticks
30field_1059_bchunkZ0
31field_1060_achunkX0
32field_1061_dworldObj0Reference to the World object.
33field_1062_cchunkArray0
34field_1063_anetManager0Reference to the NetworkManager object.
35field_1064_bisInTestMode0
36field_1065_amc0A reference to the Minecraft object.
37field_1068_iblockHitWait0
38field_1069_hblockDestroySoundCounter0
39field_1070_gprevBlockDamage0
40field_1071_fcurBlockDamage0
41field_1072_ecurBlockZ0
42field_1073_dcurBlockY0
43field_1074_ccurBlockX0
44field_1075_lcurrentPlayerItem0Index of the current item held by the player in the inventory hotbar
45field_1080_gprevBlockDamageMP0Previous block damage (MP)
46field_1085_anetManager0Reference to the NetworkManager object.
47field_1086_anetManager0Reference to the NetworkManager object.
48field_1087_aname0The UTF string key used to lookup values.
49field_1088_adata0The short value for the tag.
50field_1089_adata0The double value for the tag.
51field_1090_btagType0The type byte for the tags in the list - they must all be of the same type.
52field_1091_atagList0The array list containing the tags encapsulated in this list.
53field_1092_adata0The byte value for the tag.
54field_1093_adata0The integer value for the tag.
55field_1094_atagMap0The key-value pairs for the tag. Each key is a UTF string, each value is a tag.
56field_1095_adata0The long value for the tag.
57field_1096_abyteArray0The byte array stored in the tag.
58field_1097_adata0The float value for the tag.
59field_1098_adata0The string value for the tag (cannot be empty).
60field_1099_brecipeItems0
61field_1100_arecipePatterns0
62field_1102_amc0A reference to the Minecraft object.
63field_1103_dconnectingGui0A reference to the GuiConnecting object.
64field_1104_cport0The port used to connect.
65field_1105_bvalueEntry0The object stored in this entry
66field_1106_ahashEntry0The hash code of this entry
67field_1107_dslotHash0The id of the hash slot computed from the hash
68field_1108_cnextEntry0The next entry in this slot
69field_1109_adata0Byte array of data stored in this holder. Possibly a light map or some chunk data. Data is accessed in 4-bit pieces.
70field_1110_by0The y coordinate of this ChunkPosition
71field_1111_ax0The x coordinate of this ChunkPosition
72field_1112_cz0The z coordinate of this ChunkPosition
73field_1113_bdeltaY0Mouse delta Y this frame
74field_1114_adeltaX0Mouse delta X this frame
75field_1116_dcursor0
76field_1117_cwindowComponent0
77field_1118_binventory0The inventory we want to extract a slot from.
78field_1119_aslotIndex0The index of the slot in the inventory.
79field_1123_dparent0The parent class of this clot, ContainerPlayer, SlotArmor is a Anon inner class.
80field_1124_carmorType0The armor type that can be placed on that slot, it uses the same values of armorType field on ItemArmor.
81field_1125_ccraftMatrix0The craft matrix inventory linked to this result slot.
82field_1126_biconIndex0
83field_1127_aimageData0
84field_1128_ftileImage0
85field_1129_etileSize0
86field_1130_dtextureId0Texture ID
87field_1131_canaglyphEnabled0
88field_1134_ktickCounter0
89field_1154_ktickCounter0
90field_1155_jalpha0alpha RGB value for water texture
91field_1156_iblue0blue RGB value for water texture
92field_1157_hgreen0green RGB value for water texture
93field_1158_gred0red RGB value for water texture
94field_1159_bworldObj0Reference to the World object.
95field_1160_arail0
96field_1161_gconnectedTracks0
97field_1163_etrackZ0
98field_1164_dtrackY0
99field_1165_ctrackX0
100field_1166_bblockX0x coordinate of the block ray traced against
101field_1167_atypeOfHit0What type of ray trace hit was this? 0 = block, 1 = entity
102field_1168_gentityHit0The hit entity
103field_1169_fhitVec0The vector position of the hit
104field_1170_esideHit0Which 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.
105field_1171_dblockZ0z coordinate of the block ray traced against
106field_1172_cblockY0y coordinate of the block ray traced against
107field_1173_bmoveForward0The speed at which the player is moving forward. Negative numbers will move backwards.
108field_1174_amoveStrafe0The speed at which the player is strafing. Postive numbers to the left and negative to the right.
109field_1175_esneak0
110field_1176_djump0
111field_1178_ggameSettings0
112field_1180_bpixels0
113field_1181_atexCols0
114field_1182_gtextures0
115field_1183_fyBuf0
116field_1184_ewaterBr0
117field_1185_dwaterBuf0
118field_1186_czBuf0
119field_1187_byCoord0
120field_1188_axCoord0
121field_1189_dpermutations0
122field_1190_czCoord0
123field_1191_boctaves0
124field_1192_ageneratorCollection0Collection of noise generation functions. Output is combined to produce different octaves of noise.
125field_1193_aosValues0List of OS values in ordinal form.
126field_1194_bnVertices0
127field_1195_avertexPositions0
128field_1196_cinvertNormal0
129field_1198_arecipeItems0
130field_1201_bposY0
131field_1202_aposX0
132field_1204_fmetadata0
133field_1205_eblockID0
134field_1206_dacceptCountdown0Counts down 80 ticks until the position is accepted from the receive queue into the world.
135field_1207_cposZ0
136field_1208_brand0RNG.
137field_1211_fworldClient0
138field_1212_emc0Reference to the Minecraft object.
139field_1213_dnetManager0Reference to the NetworkManager object.
140field_1214_cdisconnected0True if kicked or disconnected from the server.
141field_1215_bbuffer0The image buffer to use.
142field_1216_alocation0The URL of the image to download.
143field_1217_cimageData0The image data.
144field_1218_pfontRenderer0Renders fonts
145field_12235_bexplosionY0
146field_12236_aexplosionX0
147field_12237_edestroyedBlockPositions0
148field_12238_dexplosionSize0
149field_12239_cexplosionZ0
150field_1223_koptions0Reference to the GameSettings object.
151field_12242_bItimeSinceMoved0The time since the client player moved
152field_12249_iworldObj0
153field_1224_jplayerViewX0
154field_12250_hexplosionRNG0
155field_12251_gdestroyedBlockPositions0
156field_12252_fexplosionSize0
157field_12253_eexploder0
158field_12254_dexplosionZ0
159field_12255_cexplosionY0
160field_12256_bexplosionX0
161field_12257_aisFlaming0whether or not the explosion sets fire to blocks around it
162field_12258_enetworkSocket0The socket used by this network manager.
163field_12259_zlastServer0The lastServer string.
164field_1225_iplayerViewY0
165field_1227_gworldObj0Reference to the World object.
166field_1229_erenderEngine0
167field_1230_drenderPosZ0
168field_1231_crenderPosY0
169field_1232_brenderPosX0
170field_1233_ainstance0The static instance of RenderManager.
171field_1243_lisRiding0
172field_1244_konGround0
173field_1245_mspiderLeg80Spider's eight leg
174field_1246_jspiderLeg70Spider's seventh leg
175field_1247_ispiderLeg60Spider's sixth leg
176field_1248_hspiderLeg50Spider's fifth leg
177field_1249_gspiderLeg40Spider's fourth leg
178field_1250_fspiderLeg30Spider's third leg
179field_1251_espiderLeg20Spider's second leg
180field_1252_dspiderLeg10Spider's first leg
181field_1253_cspiderBody0The spider's body box
182field_1254_bspiderNeck0The spider's neck box
183field_1255_aspiderHead0The spider's head box
184field_1256_asideModels0
185field_1257_bslimeRightEye0The slime's right eye
186field_1258_aslimeBodies0The slime's bodies, both the inside box and the outside box
187field_1259_dslimeMouth0The slime's mouth
188field_1260_cslimeLeftEye0The slime's left eye
189field_1261_ileg40
190field_1262_hleg30
191field_1263_gleg20
192field_1264_fleg10
193field_1265_ebody0
194field_1266_dhead0
195field_1271_ahead0
196field_1272_gleg40
197field_1273_fleg30
198field_1274_eleg20
199field_1275_dleg10
200field_1276_cbody0
201field_1277_jisSneak0
202field_1278_iheldItemRight0Records whether the model should be rendered holding an item in the right hand, and if that item is a block.
203field_1279_hheldItemLeft0Records whether the model should be rendered holding an item in the left hand, and if that item is a block.
204field_1280_gbipedLeftLeg0
205field_1281_fbipedRightLeg0
206field_1282_ebipedLeftArm0
207field_1283_dbipedRightArm0
208field_1284_cbipedBody0
209field_1285_bbipedHeadwear0
210field_1286_abipedHead0
211field_1287_aboatSides0
212field_1288_bbody0
213field_1289_ahead0
214field_1290_hchin0
215field_1291_gbill0
216field_1292_fleftWing0
217field_1293_erightWing0
218field_1294_dleftLeg0
219field_1295_crightLeg0
220field_1296_bupdateCounter0Counts the number of screen updates.
221field_1297_amessage0The chat message.
222field_1305_brand0The RNG used by the MapGen classes.
223field_1306_arange0The number of Chunks to gen-check in any given direction.
224field_1307_bcharWidth0Array of width of all the characters in default.png
225field_1308_afontTextureName0
226field_1316_vclay0
227field_1317_ucactus0
228field_1318_tcraftedSnow0The material for crafted snow.
229field_1319_ssnow0
230field_1320_rice0
231field_1322_ptnt0
232field_1324_ncircuits0
233field_1325_msand0
234field_1326_lfire0
235field_1328_jsponge0
236field_1329_iplants0
237field_1331_glava0
238field_1332_fwater0
239field_1333_eiron0
240field_1334_drock0
241field_1335_cwood0
242field_1336_bground0
243field_1337_aair0
244field_1342_bimageWidth0
245field_1343_aimageData0
246field_1344_cimageHeight0
247field_1345_bsignStick0The stick a sign stands on.
248field_1346_asignBoard0The board on a sign that has the writing on it.
249field_1347_blevel0
250field_1348_aimage0
251field_1349_haddedToRenderQueue0
252field_1350_glastVisible0
253field_1351_fnoContent0
254field_1352_erendered0
255field_1353_dy0
256field_1354_cx0
257field_1356_amc0A reference to the Minecraft object.
258field_1357_erenderBlocksInstance0Instance of RenderBlocks.
259field_1360_byCoord0Y position this tick is occuring at
260field_1361_axCoord0X position this tick is occuring at
261field_1362_gtickEntryID0The id of the tick entry
262field_1363_fnextTickEntryID0The id number for the next tick entry
263field_1364_escheduledTime0Time this tick is scheduled to occur at
264field_1365_dblockID0blockID of the scheduled tick (ensures when the tick occurs its still for this block)
265field_1366_czCoord0Z position this tick is occuring at
266field_1367_bscaledWidth0
267field_1368_ascaleFactor0
268field_1369_cscaledHeight0
269field_1370_bkeyCode0
270field_1371_akeyDescription0
271field_1372_itimeSyncAdjustment0A ratio used to sync the high-resolution clock to the system clock, updated once per second
272field_1373_hlastSyncHRClock0The time reported by the high-resolution clock at the last sync, in milliseconds
273field_1374_glastSyncSysClock0The time reported by the system clock at the last sync, in milliseconds
274field_1375_flastHRTime0The time reported by the high-resolution clock at the last call of updateTimer(), in seconds
275field_1376_eelapsedPartialTicks0How much time has elapsed since the last tick, in ticks (range: 0.0 - 1.0).
276field_1377_dtimerSpeed0A multiplier to make the timer (and therefore the game) go faster or slower. 0.5 makes the game run at half-speed.
277field_1378_crenderPartialTicks0How 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.
278field_1379_belapsedTicks0How many full ticks have turned over since the last call to updateTimer(), capped at 10.
279field_1380_aticksPerSecond0The number of timer ticks per second of real time
280field_1381_ofogColor10Fog color 1
281field_1382_nfogColor20Fog color 2
282field_1383_mrandom0
283field_1384_lprevFrameTime0Previous frame time in milliseconds
284field_1385_kpointedEntity0Pointed entity
285field_1386_jrendererUpdateCount0Entity renderer update count
286field_1387_ifarPlaneDistance0
287field_1388_hmc0A reference to the Minecraft object.
288field_1392_dfogColorBuffer0Fog color buffer
289field_1395_aitemRenderer0
290field_1396_odisplayList0The GL display list rendered by the Tessellator for this model
291field_1397_ncompiled0
292field_1398_mtextureOffsetY0The Y offset into the texture used for displaying this model
293field_1399_ltextureOffsetX0The X offset into the texture used for displaying this model
294field_1402_iisHidden0Hides the model.
295field_1403_hshowModel0
296field_1404_gmirror0
297field_1405_frotateAngleZ0
298field_1406_erotateAngleY0
299field_1407_drotateAngleX0
300field_1408_crotationPointZ0
301field_1409_brotationPointY0
302field_1410_arotationPointX0
303field_1412_bentityHashMap0Hash map of the entities that the mob spawner has rendered/rendering spinning inside of them
304field_1413_bmodelSign0The ModelSign instance used by the TileEntitySignRenderer
305field_1414_SallRenderLists0All render lists (fixed length 4)
306field_1415_RglRenderLists0List of OpenGL lists for the current render pass
307field_1416_QrenderersSkippingRenderPass0How many renderers are skipping rendering due to not having a render pass this frame
308field_1417_PrenderersBeingRendered0How many renderers are actually being rendered this frame
309field_1418_OrenderersBeingOccluded0How many renderers are being occluded this frame
310field_1419_NrenderersBeingClipped0How many renderers are being clipped by the frustrum this frame
311field_1420_MrenderersLoaded0How many renderers are loaded this frame that try to be rendered
312field_1421_LcountEntitiesHidden0Count entities hidden
313field_1422_KcountEntitiesRendered0Count entities rendered
314field_1423_JcountEntitiesTotal0Count entities total
315field_1424_IrenderEntitiesStartupCounter0Render entities startup counter (init value=2)
316field_1425_HrenderDistance0
317field_1426_GmaxBlockZ0Maximum block Z
318field_1427_FmaxBlockY0Maximum block Y
319field_1428_EmaxBlockX0Maximum block X
320field_1429_DminBlockZ0Minimum block Z
321field_1430_CminBlockY0Minimum block Y
322field_1431_BminBlockX0Minimum block X
323field_1432_AglSkyList20OpenGL sky list 2
324field_1433_zglSkyList0OpenGL sky list
325field_1434_ystarGLCallList0The star GL Call list
326field_1435_xcloudOffsetX0
327field_1436_wocclusionEnabled0Is occlusion testing enabled
328field_1437_vglOcclusionQueryBase0OpenGL occlusion query base
329field_1438_uglobalRenderBlocks0Global render blocks
330field_1439_tmc0A reference to the Minecraft object.
331field_1440_sglRenderListBase0OpenGL render lists base
332field_1441_rrenderChunksDeep0
333field_1442_qrenderChunksTall0
334field_1443_prenderChunksWide0
335field_1444_oworldRenderers0
336field_1445_nsortedWorldRenderers0
337field_1446_mworldRenderersToUpdate0
338field_1447_lrenderEngine0The RenderEngine instance used by RenderGlobal
339field_1448_kworldObj0A reference to the World object.
340field_1449_jfrustumCheckOffset0The offset used to determine if a renderer is one of the sixteenth that are being updated this frame
341field_1450_idamagePartialTime0Damage partial time
342field_1451_hprevSortZ0Previous Z position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted)
343field_1452_gprevSortY0Previous y position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted)
344field_1453_fprevSortX0Previous x position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted)
345field_1456_cocclusionResult0Occlusion query result
346field_1457_bdummyBuf50k0Dummy buffer (50k) not used
347field_1458_atileEntities0
348field_1459_tchunkDataSendCounter0Counter used to prevent us from sending too many chunk data packets one after another. The delay appears to be set to 50.
349field_1460_ssendQueueByteLength0The length in bytes of the packets in both send queues (data and chunkData).
350field_1461_rtimeSinceLastRead0Counter used to detect read timeouts after 1200 failed attempts to read a packet.
351field_1462_qterminationReason0A String indicating why the network has shutdown.
352field_1463_pisTerminating0Whether this network manager is currently terminating (and should ignore further errors).
353field_1464_oreadThread0The thread used for reading.
354field_1465_nwriteThread0The thread used for writing.
355field_1466_misServerTerminating0Whether this server is currently terminating. If this is a client, this is always false.
356field_1467_lnetHandler0A reference to the NetHandler object.
357field_1468_kchunkDataPackets0Linked list of packets with chunk data that are awaiting sending.
358field_1469_jdataPackets0Linked list of packets awaiting sending.
359field_1470_ireadPackets0Linked list of packets that have been read and are awaiting processing.
360field_1471_hisRunning0Whether the network is currently operational.
361field_1472_gsocketOutputStream0The output stream connected to the socket.
362field_1473_fsocketInputStream0The input stream connected to the socket.
363field_1474_eremoteSocketAddress0
364field_1475_dsendQueueLock0The object used for synchronization on the send queue.
365field_1476_cnumWriteThreads0The number of write threads spawned. Not really used on client side.
366field_1477_bnumReadThreads0The number of read threads spawned. Not really used on client side.
367field_1478_athreadSyncObject0Synchronization object used for read and write threads.
368field_1485_zvboIndex0The index of the last VBO used. This is used in round-robin fashion, sequentially, through the vboCount vertex buffers.
369field_1486_yvertexBuffers0An IntBuffer used to store the indices of vertex buffer objects.
370field_1487_xuseVBO0Whether we are currently using VBO or not.
371field_1488_wisDrawing0Whether this tessellator is currently in draw mode.
372field_1489_vnormal0The normal to be applied to the face being drawn.
373field_1490_uzOffset0An offset to be applied along the z-axis for all vertices in this draw call.
374field_1491_tyOffset0An offset to be applied along the y-axis for all vertices in this draw call.
375field_1492_sxOffset0An offset to be applied along the x-axis for all vertices in this draw call.
376field_1493_rdrawMode0The draw mode currently being used by the tessellator.
377field_1494_BbufferSize0The size of the buffers used (in integers).
378field_1495_qisColorDisabled0Disables all color information for the following draw call.
379field_1496_AvboCount0Number of vertex buffer objects allocated for use.
380field_1497_paddedVertices0The number of vertices manually added to the given draw call. This differs from vertexCount because it adds extra vertices when converting quads to triangles.
381field_1498_orawBufferIndex0The index into the raw buffer to be used for the next data.
382field_1499_nhasNormals0Whether the current draw object for this tessellator has normal values.
383field_1500_mhasTexture0Whether the current draw object for this tessellator has texture coordinates.
384field_1501_lhasColor0Whether the current draw object for this tessellator has color values.
385field_1502_kcolor0The color (RGBA) value to be used for the following draw call.
386field_1503_jtextureV0The second coordinate to be used for the texture.
387field_1504_itextureU0The first coordinate to be used for the texture.
388field_1505_hvertexCount0The number of vertices to be drawn in the next draw call. Reset to 0 between draw calls.
389field_1506_grawBuffer0Raw integer array.
390field_1507_ffloatBuffer0The same memory as byteBuffer, but referenced as an float buffer.
391field_1508_eintBuffer0The same memory as byteBuffer, but referenced as an integer buffer.
392field_1509_dbyteBuffer0The byte buffer used for GL allocation.
393field_1510_ctryVBO0Boolean used to check if we should use vertex buffers. Initialized to false and never changed.
394field_1511_bconvertQuadsToTriangles0Boolean used to check whether quads should be drawn as four triangles. Initialized to true and never changed.
395field_1512_ainstance0The static instance of the Tessellator.
396field_1513_bcodec0
397field_1514_abuffer0
398field_1515_dinputStream0
399field_1516_chash0
400field_1522_slastSaveTime0The time according to World.worldTime when this chunk was last saved
401field_15235_ablockIndex0
402field_1523_rhasEntities0Whether this Chunk has any Entities and thus requires saving on every tick
403field_1526_oisModified0Set to true if the chunk has been modified and needs to be updated internally.
404field_1527_nisTerrainPopulated0Boolean value indicating if the terrain is populated.
405field_1529_lchunkTileEntityMap0A Map of ChunkPositions to TileEntities in this chunk
406field_1530_kzPosition0The z coordinate of the chunk.
407field_1531_jxPosition0The x coordinate of the chunk.
408field_1537_dworldObj0Reference to the World object.
409field_1538_cisChunkLoaded0Whether or not this Chunk is currently loaded into the World
410field_1540_aisLit0Determines if the chunk is lit or not at a light value greater than 0.
411field_1541_nfontRenderer0The FontRenderer instance used by the TileEntityRenderer
412field_1543_lplayerZ0The player's Z position in this rendering context
413field_1544_kplayerY0The player's Y position in this rendering context
414field_1545_jplayerX0The player's X position in this rendering context
415field_1549_fworldObj0Reference to the World object.
416field_1550_erenderEngine0The RenderEngine instance used by the TileEntityRenderer
417field_1551_dstaticPlayerZ0The player's current Z position (same as playerZ)
418field_1552_cstaticPlayerY0The player's current Y position (same as playerY)
419field_1553_bstaticPlayerX0The player's current X position (same as playerX)
420field_1554_ainstance0The static instance of TileEntityRenderer
421field_1555_bcount0The number of points in this path
422field_1556_apathPoints0Contains the points in this path
423field_1557_acraftingManager0
424field_1560_xthirdPersonView0
425field_1561_wdifficulty0
426field_1563_umc0
427field_1564_tkeyBindings0
428field_1565_skeyBindSneak0
429field_1570_okeyBindInventory0
430field_1571_nkeyBindJump0
431field_1572_mkeyBindRight0
432field_1573_lkeyBindBack0
433field_1574_kkeyBindLeft0
434field_1575_jkeyBindForward0
435field_1576_ifancyGraphics0
436field_1577_hlimitFramerate0
437field_1578_ganaglyph0
438field_1579_fviewBobbing0
439field_1580_erenderDistance0
440field_1581_dinvertMouse0
441field_1582_cmouseSensitivity0
442field_1583_bsoundVolume0
443field_1584_amusicVolume0
444field_1585_aenumOSMappingArray0
445field_1586_bmcThread0A reference to the Minecraft main thread.
446field_1587_amc0A reference to the Minecraft object.
447field_1588_amc0A reference to the Minecraft object.
448field_1589_bcount0The number of items stored in this map
449field_1590_aslots0An array of HashEntries representing the heads of hash slot lists
450field_1591_eversionStamp0A serial stamp used to mark changes
451field_1592_dgrowFactor0The scale factor used to determine when to grow the table
452field_1593_cthreshold0The grow threshold
453field_1602_hoptions0Reference to the GameSettings object
454field_1603_gurlToImageDataMap0A mapping from image URLs to ThreadDownloadImageData instances
455field_1604_ftextureList0
456field_1605_eimageData0Stores the image data for the texture.
457field_1606_dsingleIntBuffer0An IntBuffer storing 1 int used as scratch space in RenderEngine
458field_1607_ctextureNameToImageMap0A mapping from GL texture names (integers) to BufferedImage instances
459field_1609_auseMipmaps0Use mipmaps for all bound textures (unused at present)
460field_1610_bclassToStringMapping0Provides a mapping between a string and an entity classes
461field_1611_astringToClassMapping0Provides a mapping between entity classes and a string
462field_1612_dclassToIDMapping0provides a mapping between an Entity Class and an entity ID
463field_1613_cIDtoClassMapping0provides a mapping between an entityID and an Entity Class
464field_1614_banimationsToGo0Number of animation frames to go when receiving an item (by walking into it, for example).
465field_1615_astackSize0Size of the stack.
466field_1616_ditemDamage0Damage dealt to the item or number of use. Raise when using items.
467field_1617_citemID0ID of the item.
468field_1618_cwindowId0
469field_1619_bcraftResult0
470field_1620_acraftMatrix0The crafting matrix inventory.
471field_1621_bcraftResult0
472field_1622_acraftMatrix0The crafting matrix inventory (3x3).
473field_1623_zsizeX0
474field_1624_ytitle0Painting Title.
475field_1632_CoffsetY0
476field_1634_BoffsetX0
477field_1636_AsizeY0
478field_1653_aSIN_TABLE0A table of sin values computed from 0 (inclusive) to 2*pi (exclusive), with steps of 2*PI / 65536.
479field_1654_btexturePositionX0
480field_1655_avector3D0
481field_1656_ctexturePositionY0
482field_1657_bisGetRandomSound0
483field_1658_anumberOfSoundPoolEntries0The number of soundPoolEntry's. This value is computed but never used (should be equal to allSoundPoolEntries.size()).
484field_1659_eallSoundPoolEntries0A list of all SoundPoolEntries that have been loaded.
485field_1660_dnameToSoundPoolEntriesMapping0Maps a name (can be sound/newsound/streaming/music/newmusic) to a list of SoundPoolEntry's.
486field_1661_crand0The RNG used by SoundPool.
487field_1662_brecipes0A list of all the recipes added
488field_1664_brecipeItems0
489field_1665_arecipePatterns0
490field_1666_busername0
491field_1667_aregisteredBlocksList0
492field_1670_btextureNames0An ArrayList that stores all the generated texture names.
493field_1671_adisplayLists0An ArrayList that stores the first index and the length of each display list.
494field_1672_alogo0BufferedImage object containing the Majong logo.
495field_1673_bpath0The path being generated
496field_1674_aworldMap0Used to find obstacles
497field_1675_dpathOptions0Selection of path points to add to the path
498field_1676_cpointMap0The points in the path
499field_1677_bstepSoundVolume0
500field_1678_astepSoundName0
501field_1679_cstepSoundPitch0
502field_1680_brecipeItems0
503field_1681_arecipePatterns0
504field_1687_bprojectionMatrix0
505field_1688_afrustum0
506field_1689_dclippingMatrix0
507field_1690_cmodelviewMatrix0
508field_1692_gmodelviewMatrixBuffer0
509field_1693_fprojectionMatrixBuffer0
510field_1694_einstance0
511field_1695_acolorBuffer0Float buffer used to set OpenGL material colors
512field_1696_amcApplet0Reference to the MinecraftApplet object.
513field_1697_bminY0
514field_1698_aminX0
515field_1699_hnumBoundingBoxesInUse0Tracks how many bounding boxes are being used
516field_1700_gboundingBoxes0List of bounding boxes (not all necessarily being actively used)
517field_1701_fmaxZ0
518field_1702_emaxY0
519field_1703_dmaxX0
520field_1704_cminZ0
521field_1705_breferenceCount0Number of open references to this ThreadDownloadImageData
522field_1706_aimage0The image data.
523field_1707_dtextureSetupComplete0True 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.
524field_1708_ctextureName0The GL texture name associated with this image, or -1 if the texture has not been allocated
525field_1709_jisFirst0Indicates this is the origin
526field_1710_iprevious0The point preceding this in its assigned path
527field_1711_hdistanceToTarget0The distance to the target
528field_1712_gdistanceToNext0The linear distance to the next point
529field_1713_ftotalPathDistance0The distance along the path to this point
530field_1714_eindex0The index of this point in its assigned path
531field_1715_dhash0A hash of the coordinates used to identify this point
532field_1716_czCoord0The z coordinate of this point
533field_1717_byCoord0The y coordinate of this point
534field_1718_axCoord0The x coordinate of this point
535field_1722_cdefaultLightValue0
536field_1728_bfxLayers0
537field_1729_aworldObj0Reference to the World object.
538field_1730_drand0RNG.
539field_1731_crenderer0
540field_1732_zglOcclusionQuery0OpenGL occlusion query
541field_1733_yisWaitingOnOcclusionQuery0Is this renderer waiting on the result of the occlusion query
542field_1734_xisVisible0Is this renderer visible according to the occlusion query
543field_1735_wchunkIndex0Chunk index
544field_1736_vrendererBoundingBox0Axis aligned bounding box
545field_1737_FtileEntities0
546field_1738_uneedsUpdate0Boolean for whether this renderer needs to be updated or not
547field_1739_EisInitialized0
548field_1741_sposZPlus0Pos Z plus
549field_1742_Dtessellator0
550field_1743_rposYPlus0Pos Y plus
551field_1744_CglRenderList0
552field_1745_BtileEntityRenderers0All the tile entities that have special rendering code for this chunk
553field_1746_qposXPlus0Pos X plus
554field_1747_AisChunkLit0Is the chunk lit
555field_1748_pskipRenderPass0Should this renderer skip this render pass
556field_1749_oisInFrustum0
557field_1750_nposZClip0Pos Z clipped
558field_1751_mposYClip0Pos Y clipped
559field_1752_lposXClip0Pos X clipped
560field_1753_kposZMinus0Pos Z minus
561field_1754_jposYMinus0Pos Y minus
562field_1755_iposXMinus0Pos X minus
563field_1759_eposZ0
564field_1760_dposY0
565field_1761_cposX0
566field_1762_bchunksUpdated0
567field_1763_aworldObj0Reference to the World object.
568field_1764_bpoints0The actual points in the path
569field_1765_apathLength0The total length of the path
570field_1767_bmc0A reference to the Minecraft object.
571field_1768_aresourcesFolder0The folder to store the resources in.
572field_1769_cclosing0Set to true when Minecraft is closing down.
573field_1770_atryCheckOcclusionCapable0Whether or not we should try to check occlusion - defaults to false and is never changed in 1.2.2.
574field_1771_boverrideBlockTexture0If set to >=0, all block faces will be rendered using this texture index
575field_1772_ablockAccess0The IBlockAccess used by this instance of RenderBlocks
576field_1773_drenderAllFaces0If true, renders all faces on all blocks rather than using the logic in Block.shouldSideBeRendered. Unused.
577field_1774_cflipTexture0Set to true if the texture should be flipped horizontally during render*Face
578field_1775_byCoord0Y coordinate of Vec3D
579field_1776_axCoord0X coordinate of Vec3D
580field_1777_enextVector0Next empty index in the vectorList. We don't ever seem to remove vectors from the list, however.
581field_1778_dvectorList0ArrayList of all created vectors
582field_1779_czCoord0Z coordinate of Vec3D
583field_1780_bsoundUrl0
584field_1781_asoundName0
585field_1786_hzoneMap0
586field_1787_gzonesToRender0
587field_1788_frunning0
588field_1789_eworkDir0
589field_1790_dlevel0
590field_1791_cshowHelp0
591field_1792_bzoom0
592field_1793_acurrentRender0
593field_185_afullscreen0
594field_186_amainFrame0Reference to the main frame, in this case, the applet window itself.
595field_188_bchunkZPosition0The Z position of this Chunk Coordinate Pair
596field_189_achunkXPos0The X position of this Chunk Coordinate Pair
597field_191_arenderManager0
598field_194_cshadowOpaque0Determines the darkness of the object's shadow. Higher value makes a darker shadow.
599field_195_dmodelBase0
600field_196_dblockRenderer0
601field_197_drenderBlocks0
602field_198_dmodelBoat0instance of ModelBoat for rendering
603field_199_drand0RNG.
604field_20003_aitemIconIndex0Have the icon index (in items.png) that will be used to render the image. Currently, eggs and snowballs uses this classes.
605field_20006_bxDisplayPosition0display position of the inventory slot on the screen x axis
606field_20007_aslotNumber0the id of the slot(also the index in the inventory arraylist)
607field_20008_cyDisplayPosition0display position of the inventory slot on the screen y axis
608field_20017_aadjacentTreeBlocks0
609field_20018_jcreationTimeMillis0the system time in milliseconds when this packet was created.
610field_20019_byPosition0
611field_20020_axPosition0
612field_20021_dsignLines0
613field_20022_czPosition0
614field_20023_binventorySlot0The clicked slot (-999 is outside of inventory)
615field_20024_awindow_Id0The id of the window which was clicked. 0 for player inventory.
616field_20025_eitemStack0Item stack for inventory
617field_20026_daction0A unique number for the action, used for transaction handling
618field_20027_cmouseClick01 when right-clicking and otherwise 0
619field_20028_bshortWindowId0
620field_20029_awindowId0The id of the window that the action occurred in.
621field_20030_caccepted0
622field_20031_bprogressBar0Which of the progress bars that should be updated. (For furnaces, 0 = progress arrow, 1 = fire icon)
623field_20032_awindowId0The id of the window that the progress bar is in.
624field_20033_cprogressBarValue0The 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)
625field_20034_awindowId0
626field_20035_bitemStack0Stack of items
627field_20036_awindowId0The id of window which items are being sent for. 0 for player inventory.
628field_20037_binventoryType0
629field_20038_awindowId0
630field_20039_dslotsCount0
631field_20040_cwindowTitle0
632field_20041_bitemSlot0Slot that should be updated
633field_20042_awindowId0The window which is being updated. 0 for player inventory
634field_20043_cmyItemStack0Item stack
635field_20044_citemDamage0The health of the item.
636field_20047_bvskinUrl0downloadable location of player's skin
637field_20067_qplayerCloakUrl0
638field_20068_hcraftingInventory0the crafting inventory you are currently using
639field_20069_ginventorySlots0the crafting inventory in you get when opening your inventory
640field_20071_bslotsCount0
641field_20072_ainventoryTitle0
642field_20074_cinventoryContents0
643field_20077_fitemStack0
644field_20079_ienumOptions0
645field_20083_lallowedCharacters0This String is just a local copy of the characters allowed in text rendering of minecraft.
646field_20097_ibipedCloak0
647field_20098_hbipedEars0
648field_20099_fequippedItemSlot0The index of the currently held item (0-8, or -1 if not yet updated)
649field_200_erandom0The RNG used in RenderItem (for bobbing itemstacks on the ground)
650field_20105_zRENDER_DISTANCES0
651field_20106_ADIFFICULTIES0
652field_20121_gcrafters0list of all people that need to be notified when this craftinventory changes
653field_20122_einventorySlots0the list of all slots in the inventory
654field_20123_dinventoryItemStacks0the list of all items(stacks) for the corresponding slot
655field_20124_cisLocalWorld0Determines if inventory manipulation should be handled.
656field_20125_alowerChestInventory0
657field_20126_blastCookTime0
658field_20127_afurnace0
659field_20128_hlastItemBurnTime0
660field_20129_clastBurnTime0
661field_20130_jposZ0
662field_20131_iposY0
663field_20132_hposX0
664field_20133_cworldObj0
665field_20142_menumString0
666field_20143_lenumBoolean0
667field_20144_kenumFloat0
668field_20155_aenumOptionsMappingHelperArray0
669field_20157_aallowedCharacters0This String have the characters allowed in any text drawing of minecraft.
670field_20164_btranslateTable0Contains all key/value pairs to be translated - is loaded from '/lang/en_US.lang' when the StringTranslate is created.
671field_20165_ainstance0Is the private singleton instance of StringTranslate.
672field_201_drenderBlocks0
673field_203_drenderBlocks0
674field_204_fscale0Scale of the model to use
675field_205_fscaleAmount0
676field_206_iarmorFilenamePrefix0
677field_207_hmodelArmor0
678field_208_gmodelArmorChestplate0
679field_20900_bwaypointX0
680field_20901_acourseChangeCooldown0
681field_20902_cwaypointY0
682field_20913_dminecartType0The type of minecart, 2 for powered, 1 for storage.
683field_20914_EentityList0Contains all entities for this client, both spawned and non-spawned.
684field_20915_CclientChunkProvider0The ChunkProviderClient instance
685field_20917_atransactionID0
686field_20919_amcFrame0Reference to the main frame.
687field_20920_emainModel0
688field_20921_ahealAmount0The amount this food item heals the player.
689field_20922_ablockType0Boolean used to seperate different states of blocks
690field_20923_eparticleAge0
691field_20925_amodelMinecart0instance of ModelMinecart for rendering
692field_20926_acontainerItem0
693field_20927_atoolMaterial0The material this tool is made from.
694field_209_fmodelBipedMain0
695field_21018_bfhasSubtypes0Some items (like dyes) have multiple subtypes on same item, this is field define this behavior
696field_21019_aWsugar0
697field_21020_aVbone0
698field_21021_aUdyePowder0
699field_21022_aXcake0
700field_21023_adyeColorNames0List of dye color names
701field_21026_bgcake0
702field_21031_bblocksNeedingUpdate0
703field_21036_byLocation0
704field_21037_axLocation0
705field_21038_epitch0The pitch of the note (between 0-24 inclusive where 0 is the lowest and 24 is the highest).
706field_21039_dinstrumentType01=Double Bass, 2=Snare Drum, 3=Clicks / Sticks, 4=Bass Drum, 5=Harp
707field_21040_czLocation0
708field_21041_bxPosition0
709field_21042_aentityId0
710field_21043_ftitle0
711field_21044_edirection0
712field_21045_dzPosition0
713field_21046_cyPosition0
714field_21048_bmetadata0
715field_21049_aentityId0
716field_21050_bstate01=sneak, 2=normal
717field_21051_aentityId0Player ID.
718field_21052_litemDamage0The health of the item.
719field_21054_ireceivedMetadata0
720field_21055_hmetaData0Indexed metadata for Mob, terminated by 0x7F
721field_21056_bslot0Equipment slot: 0=held, 1-4=armor slot
722field_21064_bxdataWatcher0
723field_21065_anoteParticleScale0
724field_21075_afleeceColorTable0Holds the RGB table of the sheep colors - in OpenGL glColor3f values - used to render the sheep colored fleece.
725field_21076_prandomMotionVecZ0
726field_21077_orandomMotionVecY0
727field_21078_nrandomMotionVecX0
728field_21081_krandomMotionSpeed0
729field_21082_jlastTentacleAngle0the last calculated angle of the tentacles in radians
730field_21083_itentacleAngle0angle of the tentacles in radians
731field_21093_bHhasSetHealth0has the client player's health been set?
732field_21096_bpreviousRedstoneState0stores the latest redstone state
733field_21097_anote0Note to play
734field_210_zpickaxeDiamond0
735field_21101_bdispenserRandom0random number generator for instance. Used in random item stack selection.
736field_21102_adispenserContents0
737field_21104_binventoryWidth0the width of the crafting inventory
738field_21112_jcurChunkY0The current chunk the player is over
739field_21113_icurChunkX0The current chunk the player is over
740field_21120_LspawnPeacefulMobs0A flag indicating whether we should spawn peaceful mobs.
741field_21121_KspawnHostileMobs0indicates if enemies are spawned or not
742field_21122_bsquidTentacles0The squid's tentacles
743field_21123_asquidBody0The squid's body
744field_21132_bwatchedObjects0
745field_21133_adataTypes0
746field_21134_cobjectChanged0true if one or more object was changed
747field_21138_brecipeWidth0How many horizontal slots this recipe is wide.
748field_21139_arecipeOutputItemID0Is the itemID of the output item that you get when craft the recipe.
749field_21140_erecipeOutput0Is the ItemStack that you get when craft the recipe.
750field_21141_drecipeItems0Is a array of ItemStack that composes the recipe.
751field_21142_crecipeHeight0How many vertical slots this recipe uses.
752field_21143_brecipeItems0Is a List of ItemStack that composes the recipe.
753field_21144_arecipeOutput0Is the ItemStack that you get when craft the recipe.
754field_21149_atileEntityDispenser0
755field_21150_ycake0Cake's material, see BlockCake
756field_21153_ncameraPitch0
757field_21154_mcameraYaw0
758field_21155_lcameraZoom0
759field_21156_RworldRenderersCheckIndex0World renderers check index
760field_21163_bdataValueId0id of max 31
761field_21164_aobjectType0
762field_21165_disWatching0
763field_21166_cwatchedObject0
764field_21172_gisPeacefulCreature0A flag indicating whether this creature type is peaceful.
765field_21173_fcreatureMaterial0
766field_211_yshovelDiamond0
767field_21201_bsmeltingList0The list of smelting results.
768field_21202_asmeltingBase0
769field_21210_idamageVsEntity0Damage versus entities.
770field_21211_hefficiencyOnProperMaterial0The strength of this tool material against blocks which it is effective against.
771field_21212_gmaxUses0The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
772field_21213_fharvestLevel0The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
773field_212_xswordDiamond0
774field_213_waxeStone0
775field_214_vpickaxeStone0
776field_215_ushovelStone0
777field_216_tswordStone0
778field_217_saxeWood0
779field_218_rpickaxeWood0
780field_21900_atheMinecraft0Set to 'this' in Minecraft constructor; used by some settings get methods
781field_21901_asleeping0Boolean value indicating weather a player is sleeping or not
782field_21907_csleepTimer0
783field_21908_bplayerLocation0The chunk coordinates of the bed the player is in (null if player isn't in a bed).
784field_219_qshovelWood0
785field_22008_VsaveLoader0
786field_22009_hrenderViewEntity0The 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.
787field_22018_aZredstoneRepeater0
788field_22019_aYbed0
789field_22020_biredstoneRepeaterActive0
790field_22021_bhredstoneRepeaterIdle0
791field_22023_brepeaterState0The states in which the redstone repeater blocks can be.
792field_22024_arepeaterTorchOffset0The offsets for the two torches in redstone repeater blocks.
793field_22025_cisRepeaterPowered0Tells whether the repeater is powered or not
794field_22033_aheadBlockToFootBlockMap0Maps the head-of-bed block to the foot-of-bed block.
795field_22037_ablockStepTypes0The list of the types of step blocks.
796field_22044_bbedX0
797field_22045_aentityID0
798field_22047_dbedZ0
799field_22048_cbedY0
800field_22065_lrecordIsPlaying0
801field_22073_kcursorCounter0
802field_22074_imaxStringLength0
803field_22075_htext0Have the current text beign edited on the textbox.
804field_22076_gheight0
805field_22077_fwidth0The width of this text field.
806field_22078_eyPos0
807field_22079_dxPos0
808field_22080_cfontRenderer0Have the font renderer from GuiScreen to render the textbox text into the screen.
809field_22082_aisFocused0If this value is true along isEnabled, keyTyped will process the keys.
810field_22095_rbuttonRename0the rename button in the world selection gui
811field_22096_qdeleting0set to true if you arein the process of deleteing a world/save
812field_22097_plocalizedMustConvertText0
813field_22098_olocalizedWorldText0E.g. World, Welt, Monde, Mundo
814field_22099_nworldSlotContainer0
815field_220_pswordWood0
816field_22100_msaveList0The save list for the world selection screen
817field_22101_lselectedWorld0the currently selected world
818field_22102_idateFormatter0simple date formater
819field_22103_tbuttonDelete0the delete button in the world selection gui
820field_22104_sbuttonSelect0the select button in the world selection gui
821field_22105_lbuttonText20The text shown for the second button in GuiYesNo
822field_22106_kbuttonText10The text shown for the first button in GuiYesNo
823field_22107_ascreenTitle0The title string that is displayed in the top-center of the screen.
824field_22108_kvideoOptions0An array of all of EnumOption's video options.
825field_22109_iguiGameSettings0GUI game settings
826field_22110_hparentGuiScreen0
827field_22112_aparentGuiScreen0
828field_22113_iworldName0
829field_22114_htheGuiTextField0
830field_22128_kguiTexturePackSlot0the GuiTexturePackSlot that contains all the texture packs and their descriptions
831field_22130_lcreateClicked0
832field_22131_aparentGuiScreen0
833field_22132_kfolderName0
834field_22133_itextboxSeed0
835field_22134_htextboxWorldName0
836field_22135_krelevantOptions0An array of options that can be changed directly from the options GUI.
837field_22145_qworldInfo0holds information about a world (size on disk, time, spawn point, seed, ...)
838field_22146_AallPlayersSleeping0A flag indicating whether or not all players in the world are sleeping.
839field_22147_psaveHandler0
840field_22155_bsaveDirectory0The path to the current savegame directory
841field_22156_alogger0Reference to the logger.
842field_22157_dinitializationTime0The time in milliseconds when this field was initialized. Stored in the session lock file.
843field_22158_cplayersDirectory0The directory in which to save player information
844field_22165_bdisplayName0the displayed name of this save file
845field_22166_afileName0the file name of this save
846field_22167_erequiresConversion0
847field_22168_dsizeOnDisk0
848field_22169_clastTimePlayed0
849field_22180_asavesDirectory0Reference to the File object representing the directory for the world saves
850field_22188_hlivingPlayer0Rendermanager's variable for the player
851field_22195_aregionsByFilename0A map containing Files as keys and RegionFiles as values
852field_221_oswordSteel0
853field_22212_bfileName0
854field_22213_aemptySector0
855field_22214_hlastModified0
856field_22215_gsizeDelta0McRegion sizeDelta
857field_22216_fsectorFree0
858field_22217_echunkTimestamps0
859field_22218_doffsets0
860field_22219_cdataFile0
861field_22220_zcamRoll0
862field_22221_yprevDebugCamFOV0
863field_22222_xdebugCamFOV0
864field_22223_wprevDebugCamPitch0
865field_22224_vdebugCamPitch0
866field_22225_uprevDebugCamYaw0
867field_22226_tdebugCamYaw0
868field_22227_sthirdPersonDistanceTemp0Third person distance temp
869field_22228_rthirdPersonDistance0
870field_22229_qmouseFilterDummy40Mouse filter dummy 4
871field_22230_AprevCamRoll0
872field_22231_pmouseFilterDummy30Mouse filter dummy 3
873field_22232_omouseFilterDummy20Mouse filter dummy 2
874field_22233_nmouseFilterDummy10Mouse filter dummy 1
875field_22234_mmouseFilterYAxis0
876field_22235_lmouseFilterXAxis0
877field_22250_olastClicked0the time when this button was last clicked.
878field_22251_nselectedElement0the element in the list that was selected
879field_22252_mamountScrolled0how far down this slot has been scrolled
880field_22253_lscrollMultiplier0what to multiply the amount you moved your mouse by(used for slowing down scrolling when over the items and no on scroll bar)
881field_22254_kinitialClickY0where the mouse was in the window when you first clicked to scroll
882field_22255_jscrollDownButtonID0the buttonID of the button used to scroll down
883field_22256_iscrollUpButtonID0button id of the button used to scroll up
884field_22257_hslotHeight0The height of a slot.
885field_22258_gleft0
886field_22259_fright0
887field_22260_ebottom0The bottom of the slot container. Affects the overlays and scrolling.
888field_22261_dtop0The top of the slot container. Affects the overlays and scrolling.
889field_22262_cheight0The height of the GuiScreen. Affects the container rendering, but not the overlays or the scrolling.
890field_22263_bwidth0The width of the GuiScreen. Affects the container rendering, but not the overlays.
891field_22264_amc0
892field_22265_aparentTexturePackGui0
893field_22266_aparentWorldGui0
894field_22268_iplayerPitch0
895field_22269_hplayerYaw0
896field_22270_gentityLivingPlayer0
897field_22271_GdebugCamRate0Change rate for debug camera
898field_22272_FnoclipRate0No clipping movement rate
899field_22273_EdebugCamEnable0
900field_22274_DsmoothCamera0Smooth Camera Toggle
901field_22275_Cnoclip0No clipping for singleplayer
902field_22276_AshowDebugInfo0true if debug info should be displayed instead of version
903field_22277_yhideGUI0
904field_22278_jambientOcclusion0Smooth Lighting
905field_22279_bfootInvisibleFaceRemap0
906field_22280_aheadInvisibleFace0
907field_22281_cbedDirection0
908field_22283_bchunkX0
909field_22284_aregionFile0
910field_22285_cchunkZ0
911field_22286_ballowedCharactersArray0
912field_222_ningotGold0
913field_22310_ksaveVersion0Introduced in beta 1.3, is the save version for future control.
914field_22311_jlevelName0The name of the save defined at world creation.
915field_22312_idimension0
916field_22313_hplayerTag0
917field_22314_gsizeOnDisk0The size of entire save of current world on the disk, isn't exactly.
918field_22315_flastTimePlayed0The last time the player was in this world.
919field_22316_eworldTime0The current world time in ticks, ranging from 0 to 23999.
920field_22317_dspawnZ0The spawn zone position Z coordinate.
921field_22318_cspawnY0The spawn zone position Y coordinate.
922field_22319_bspawnX0The spawn zone position X coordinate.
923field_22320_arandomSeed0Holds the seed of the currently world.
924field_22333_ZaoGrassXYZNCP0Grass flag for ambient occlusion on Negative X, Center Y, and Positive Z
925field_22334_YaoGrassXYZPCP0Grass flag for ambient occlusion on Positive X, Center Y, and Positive Z
926field_22335_XaoGrassXYZNCN0Grass flag for ambient occlusion on Negative X, Center Y, and Negative Z
927field_22336_WaoGrassXYZCPP0Grass flag for ambient occlusion on Center X, Positive Y, and Positive Z
928field_22337_VaoGrassXYZNPC0Grass flag for ambient occlusion on Negative X, Positive Y, and Center Z
929field_22338_UaoGrassXYZPPC0Grass flag for ambient occlusion on Positive X, Positive Y, and Center Z
930field_22339_TaoGrassXYZCPN0Grass flag for ambient occlusion on Center X, Positive Y, and Negative Z
931field_22340_ScolorBlueTopRight0Blue color value for the top right corner
932field_22341_RcolorBlueBottomRight0Blue color value for the bottom right corner
933field_22342_QcolorBlueBottomLeft0Blue color value for the bottom left corner
934field_22343_PcolorBlueTopLeft0Blue color value for the top left corner
935field_22344_OcolorGreenTopRight0Green color value for the top right corner
936field_22345_NcolorGreenBottomRight0Green color value for the bottom right corner
937field_22346_McolorGreenBottomLeft0Green color value for the bottom left corner
938field_22347_LcolorGreenTopLeft0Green color value for the top left corner
939field_22348_KcolorRedTopRight0Red color value for the top right corner
940field_22349_JcolorRedBottomRight0Red color value for the bottom right corner
941field_22350_IcolorRedBottomLeft0Red color value for the bottom left corner
942field_22351_HcolorRedTopLeft0Red color value for the top left corner
943field_22353_FaoLightValueScratchXZPP0Used as a scratch variable for ambient occlusion between the south face and the west face.
944field_22354_EaoLightValueScratchXZNP0Used as a scratch variable for ambient occlusion between the north face and the west face.
945field_22355_aeaoGrassXYZCNP0Grass flag for ambient occlusion on Center X, Negative Y, and Positive Z
946field_22356_DaoLightValueScratchXZPN0Used as a scratch variable for ambient occlusion between the south face and the east face.
947field_22357_adaoGrassXYZNNC0Grass flag for ambient occlusion on Negative X, Negative Y, and center Z
948field_22358_CaoLightValueScratchXZNN0Used as a scratch variable for ambient occlusion between the north face and the east face.
949field_22359_acaoGrassXYZPNC0Grass flag for ambient occlusion on Positive X, Negative Y, and Center Z
950field_22360_BaoLightValueScratchXYZPPP0Used as a scratch variable for ambient occlusion on the south/top/west corner.
951field_22361_abaoGrassXYZCNN0Grass flag for ambient occlusion on Center X, Negative Y, and Negative Z
952field_22362_AaoLightValueScratchYZPP0Used as a scratch variable for ambient occlusion between the top face and the west face.
953field_22363_aaaoGrassXYZPCN0Grass flag for ambient occlusion on Positive X, Center Y, and Negative Z
954field_22364_zaoLightValueScratchXYPP0Used as a scratch variable for ambient occlusion between the top face and the south face.
955field_22365_yaoLightValueScratchXYZPPN0Used as a scratch variable for ambient occlusion on the south/top/east corner.
956field_22366_xaoLightValueScratchYZPN0Used as a scratch variable for ambient occlusion between the top face and the east face.
957field_22367_waoLightValueScratchXYZNPP0Used as a scratch variable for ambient occlusion on the north/top/west corner.
958field_22368_vaoLightValueScratchXYNP0Used as a scratch variable for ambient occlusion between the top face and the north face.
959field_22369_uaoLightValueScratchXYZNPN0Used as a scratch variable for ambient occlusion on the north/top/east corner.
960field_22370_taoLightValueScratchXYZPNP0Used as a scratch variable for ambient occlusion on the south/bottom/west corner.
961field_22371_saoLightValueScratchXYPN0Used as a scratch variable for ambient occlusion between the bottom face and the south face.
962field_22372_raoLightValueScratchXYZPNN0Used as a scratch variable for ambient occlusion on the south/bottom/east corner.
963field_22373_qaoLightValueScratchYZNP0Used as a scratch variable for ambient occlusion between the bottom face and the west face.
964field_22374_paoLightValueScratchYZNN0Used as a scratch variable for ambient occlusion between the bottom face and the east face.
965field_22375_oaoLightValueScratchXYZNNP0Used as a scratch variable for ambient occlusion on the north/bottom/west corner.
966field_22376_naoLightValueScratchXYNN0Used as a scratch variable for ambient occlusion between the bottom face and the north face.
967field_22377_maoLightValueScratchXYZNNN0Used as a scratch variable for ambient occlusion on the north/bottom/east corner.
968field_22378_laoLightValueZPos0Light value one block more in z axis
969field_22379_kaoLightValueYPos0Light value one block more in y axis
970field_22380_jaoLightValueXPos0Light value one block more in x axis
971field_22381_iaoLightValueZNeg0Light value one block more in z axis
972field_22382_haoLightValueYNeg0Light value one block more in y axis
973field_22383_gaoLightValueXNeg0Light value one block less in x axis
974field_22384_flightValueOwn0Light value of the block itself
975field_22385_eenableAO0Whether ambient occlusion is enabled or not
976field_22391_anightSpawnEntities0An array of entity classes that spawn at night.
977field_22394_bposY0the y coordinate
978field_22395_aposX0
979field_22396_cposZ0the z coordinate
980field_223_mingotIron0
981field_224_ldiamond0
982field_225_kcoal0
983field_226_jarrow0
984field_227_ibow0
985field_228_happleRed0
986field_230_faxeSteel0
987field_231_epickaxeSteel0
988field_232_dshovelSteel0
989field_233_citemsList0A 32000 elements Item array.
990field_235_ZlegsChain0
991field_236_YplateChain0
992field_237_XhelmetChain0
993field_238_WbootsLeather0
994field_239_VlegsLeather0
995field_240_UplateLeather0
996field_241_ThelmetLeather0
997field_242_Sbread0
998field_243_Rwheat0
999field_244_Qseeds0
1000field_245_PhoeGold0
1001field_246_OhoeDiamond0
1002field_247_NhoeSteel0
1003field_248_MhoeStone0
1004field_24900_bispawnChunk0Holds the last coordinate to spawn based on last bed that the player sleep.
1005field_249_LhoeWood0
1006field_25001_GstatFileWriter0Stat file writer
1007field_25002_tguiAchievement0Gui achievement
1008field_25010_bacookie0
1009field_25013_biisWolfsFavoriteMeat0Whether wolves like this food (true for raw and cooked porkchop).
1010field_25015_ethePlayer0The player that is using the GUI where this slot resides.
1011field_25017_bjlockedChest0April fools secret locked chest, only spawns on new chunks on 1st April.
1012field_25019_bbedState0Either 1 or 2. 1 indicates to begin raining, 2 indicates to stop raining.
1013field_25020_abedChat0
1014field_25022_aparticleScaleOverTime0
1015field_25049_alooksWithInterest0This 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.
1016field_25050_iprevTimeWolfIsShaking0
1017field_25051_htimeWolfIsShaking0This time increases while wolf is shaking and emitting water particles.
1018field_25053_fisShaking0true is the wolf is wet else false
1019field_25062_cisEditable0
1020field_25064_tspawnableWaterCreatureList0Holds the classes of any aquatic creature that can be spawned in the water of the biome.
1021field_25065_sspawnableCreatureList0Holds the classes of any creature that can be spawned in the biome as friendly creature.
1022field_25066_rspawnableMonsterList0Holds the classes of IMobs (hostile mobs) that can be spawned in the biome.
1023field_25069_fstatGuid0Holds the GUID of the stat.
1024field_25070_estatName0The Stat name
1025field_25071_dstatId0The Stat ID
1026field_25073_aitemID0
1027field_25074_bdisplayRow0Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
1028field_25075_adisplayColumn0Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
1029field_25076_cparentAchievement0Holds the parent achievement, that must be taken before this achievement is avaiable.
1030field_25081_bachievementWindowWidth0Holds the latest width scaled to fit the game window.
1031field_25082_atheGame0Holds the instance of the game (Minecraft)
1032field_25083_fachievementTime0
1033field_25084_eachievementStatName0
1034field_25085_dachievementGetLocalText0
1035field_25086_cachievementWindowHeight0Holds the latest height scaled to fit the game window.
1036field_25089_bmc0
1037field_25090_aparticles0
1038field_25091_hguiParticles0
1039field_25096_lmultiplayerButton0
1040field_250_Kgunpowder0
1041field_25104_kwolfMane0The wolf's mane
1042field_25105_jwolfTail0The wolf's tail
1043field_25109_fwolfLeg40Wolf's fourth leg
1044field_25110_ewolfLeg30Wolf's third leg
1045field_25111_dwolfLeg20Wolf's second leg
1046field_25112_cwolfLeg10Wolf'se first leg
1047field_25113_bwolfBody0The wolf's body
1048field_25114_awolfHeadMain0main box for the wolf head
1049field_25120_bscaledHeightD0
1050field_25121_ascaledWidthD0
1051field_25128_srand0
1052field_25129_rprevTintAlpha0
1053field_25130_qprevTintBlue0
1054field_25131_pprevTintGreen0
1055field_25132_oprevTintRed0
1056field_25133_ntintAlpha0
1057field_25134_mtintBlue0
1058field_25135_ltintGreen0
1059field_25136_ktintRed0
1060field_25137_jtimeLimit0
1061field_25138_itimeTick0
1062field_25139_hisDead0
1063field_25140_gaccelScale0
1064field_25141_fvelocityY0
1065field_25142_evelocityX0
1066field_25143_dprevPosY0
1067field_25144_cprevPosX0
1068field_25145_bposY0
1069field_25146_aposX0
1070field_25147_KGUISCALES0GUI scale values
1071field_25148_HguiScale0GUI scale
1072field_25158_zobjectCraftStats0Tracks the number of items a given block or item has been crafted.
1073field_25159_ymineBlockStatArray0
1074field_25160_xfishCaughtStat0
1075field_25161_wplayerKillsStat0counts the number of times you've killed a player
1076field_25162_vmobKillsStat0the number of mobs you have killed
1077field_25163_udeathsStat0the number of times you have died
1078field_25164_EitemStatsInitialized0
1079field_25165_tdamageTakenStat0the amount of damage you have taken
1080field_25166_DblockStatsInitialized0
1081field_25167_sdamageDealtStat0the amount of damage you've dealt
1082field_25168_rdropStat0the distance you've dropped (or times you've fallen?)
1083field_25169_ConeShotStats0Tracks one-off stats.
1084field_25170_BobjectBreakStats0Tracks the number of times a given block or item has been broken.
1085field_25171_qjumpStat0the times you've jumped
1086field_25172_AobjectUseStats0Tracks the number of times a given block or item has been used.
1087field_25173_pdistanceDoveStat0the distance you've dived
1088field_25174_odistanceFlownStat0the distance you've flown
1089field_25175_ndistanceClimbedStat0the distance you've climbed
1090field_25176_mdistanceFallenStat0the distance you have fallen
1091field_25177_ldistanceSwumStat0distance you have swam
1092field_25178_kdistanceWalkedStat0distance you've walked
1093field_25179_jminutesPlayedStat0number of minutes you have played
1094field_25180_ileaveGameStat0number of times you've left a game
1095field_25181_hjoinMultiplayerStat0number of times you've joined a multiplayer world
1096field_25182_gloadWorldStat0the number of times you have loaded a world
1097field_25183_fcreateWorldStat0times a world has been created
1098field_25184_estartGameStat0times the game has been started
1099field_25185_dobjectMineStats0Tracks the number of times a given block or item has been mined.
1100field_25186_citemStats0
1101field_25187_bgeneralStats0
1102field_25188_aallStats0
1103field_25189_lmissingTextureImage0Missing texture image
1104field_25195_bopenInventory0Is the 'open inventory' achievement.
1105field_25197_dbuildWorkBench0Is the 'benchmarking' achievement.
1106field_25198_cmineWood0Is the 'getting wood' achievement.
1107field_251_Jfeather0
1108field_25201_alocalizedName0
1109field_25209_bguidMap0Maps a achievement id with it's unique GUID.
1110field_25210_ainstance0Holds the singleton instance of AchievementMap.
1111field_25212_aentityClass0Holds the class of the entity to be spawned.
1112field_252_azdoorSteel0
1113field_253_Isilk0
1114field_254_aysaddle0
1115field_255_HaxeGold0
1116field_256_axminecartEmpty0
1117field_257_GpickaxeGold0
1118field_258_awbucketLava0
1119field_259_FshovelGold0
1120field_261_EswordGold0
1121field_262_aubucketEmpty0
1122field_263_DbowlSoup0
1123field_264_CbowlEmpty0
1124field_265_atdoorWood0
1125field_266_Bstick0
1126field_267_assign0
1127field_268_AaxeDiamond0
1128field_26901_BprevRainingStrength0
1129field_26902_atype0
1130field_26903_bnumberFormat0
1131field_26904_cdecimalFormat0
1132field_26905_dserverPacketIdList0List of the server's packet IDs.
1133field_26906_cclientPacketIdList0List of the client's packet IDs.
1134field_26907_dstartMinecartRidingCoordinate0Holds the coordinate of the player when enter a minecraft to ride.
1135field_269_arappleGold0
1136field_27011_dthePlayer0The player that is using the GUI where this slot resides.
1137field_27016_baisInWeb0
1138field_27017_asnowDigParticleScale0
1139field_27019_pcurrentFootSteps0
1140field_27028_blightningState0Declares which state the lightning bolt is in. Whether it's in the air, hit the ground, etc.
1141field_27029_aboltVertex0A random long that is used to change the vertex of the lightning rendered in RenderLightningBolt
1142field_27030_cboltLivingTime0Determines the time before the EntityLightningBolt is destroyed. It is a random integer decremented over time.
1143field_27031_aescapedString0
1144field_27034_bpenableStats0If this field is true, the block is counted for statistics (mined or placed)
1145field_27035_boblockConstructorCalled0set to true when Block's constructor is called through the chain of super()'s. Note: Never used
1146field_27045_aisPowered0Power related rails have this field at true.
1147field_27050_fholdingShift0
1148field_27051_bamount0
1149field_27052_astatisticId0
1150field_27053_bposX0
1151field_27054_aentityID0
1152field_27055_eisLightningBolt0
1153field_27056_dposZ0
1154field_27057_cposY0
1155field_27061_bchildJsonNodeSelector0
1156field_27062_aparentJsonNodeSelector0
1157field_27069_aindex0
1158field_27079_venableRain0Is true (default) if the biome support rain (desert and nether can't have rain)
1159field_27080_uenableSnow0Set to true if snow is enabled for this biome.
1160field_27085_kdistanceStatType0
1161field_27086_jtimeStatType0
1162field_27087_isimpleStatType0
1163field_27088_gisIndependent0
1164field_27095_mstatStringFormatter0Holds a string formatter for the achievement, some of then needs extra dynamic info - like the key used to open the inventory.
1165field_27096_lachievementDescription0Holds the description of the achievement, ready to be formatted and/or displayed.
1166field_27097_dtheItemStack0Holds the ItemStack that will be used to draw the achievement into the GUI.
1167field_27098_nisSpecial0Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
1168field_270_aqpainting0
1169field_27103_ihaveAchiement0
1170field_27104_hitemRender0Holds a instance of RenderItem, used to draw the achievement icons on screen (is based on ItemStack)
1171field_27105_ftheAchievement0Holds the achievement that will be displayed on the GUI.
1172field_27113_pguiMapY0The y position of the achievement map
1173field_27114_oguiMapX0The x position of the achievement map
1174field_27117_lmouseY0The current mouse y coordinate
1175field_27118_jmouseX0The current mouse x coordinate
1176field_27119_iachievementsPaneHeight0
1177field_27120_xstatFileWriter0
1178field_27121_aachievementsPaneWidth0
1179field_27122_wisMouseButtonDown0Whether the Mouse Button is down or not
1180field_27123_vguiMapRight0The right y coordinate of the achievement map
1181field_27124_uguiMapBottom0The bottom x coordinate of the achievement map
1182field_27125_tguiMapLeft0The left y coordinate of the achievement map
1183field_27126_sguiMapTop0The top x coordinate of the achievement map
1184field_27150_mslotItem0The slot for item stats.
1185field_27151_lslotGeneral0The slot for general stats.
1186field_27152_aparentGui0
1187field_27153_jrenderItem0
1188field_27154_istatsTitle0The title of the stats screen.
1189field_27155_pselectedSlot0The currently-selected slot.
1190field_27156_ostatFileWriter0
1191field_27157_nslotBlock0The slot for block stats.
1192field_27168_FlastLightningBolt0Set to 2 whenever a lightning bolt is generated in SSP. Decrements if > 0 in updateWeather(). Value appears to be unused.
1193field_27169_EthunderingStrength0
1194field_27170_DprevThunderingStrength0
1195field_27171_CrainingStrength0
1196field_27172_ilightningFlash0If > 0, the sky and skylight colors are illuminated by a lightning flash
1197field_27173_eweatherEffects0a list of all the lightning entities
1198field_27188_dstatsSyncher0
1199field_27190_brow0
1200field_27191_acolumn0
1201field_27209_broot0
1202field_27210_astack0
1203field_27212_fisPoweredRail0A boolean value that is true if the rail is powered, and false if its not.
1204field_27221_aelements0
1205field_27222_afields0
1206field_27224_avalue0
1207field_27225_bvalue0
1208field_27226_aPATTERN0
1209field_27227_bTRUE0
1210field_27228_aNULL0
1211field_27229_djsonNodeType0
1212field_27230_cFALSE0
1213field_27231_asyncher0
1214field_27232_bsyncher0
1215field_27238_afieldBuilders0
1216field_27242_aelementBuilders0
1217field_27282_bnumRows0
1218field_27285_AgroundCover0Indicates if the material is a form of ground cover, e.g. Snow
1219field_27287_HrainSoundCounter0Rain sound counter
1220field_27288_BcloudFog0Cloud fog mode
1221field_27291_blistenerToJdomAdapter0
1222field_27292_afieldBuilder0
1223field_27293_blistenerToJdomAdapter0
1224field_27294_anodeBuilder0
1225field_27295_blistenerToJdomAdapter0
1226field_27296_anodeBuilder0
1227field_27298_bslotStatsBlockGUI0
1228field_27299_astatsGUI0
1229field_272_aoporkRaw0
1230field_27305_bvalueBuilder0
1231field_27306_akey0
1232field_27308_anodeBuilder0
1233field_27320_aJSON_FORMATTER0
1234field_27325_bfailPath0
1235field_27326_afailedNode0
1236field_27337_bcharacterCount0
1237field_27338_apushbackReader0
1238field_27339_dlastCharacterWasCarriageReturn0
1239field_27340_clineCount0
1240field_27341_aenumJsonNodeTypeMappingArray0A mapping helper array for EnumJsonNodeType's values.
1241field_27342_hadvancedOpengl0Advanced OpenGL
1242field_27344_amc0Minecraft instance
1243field_27359_avalueGetter0
1244field_27362_tdistanceByPigStat0the distance you've traveled by pig
1245field_27363_sdistanceByBoatStat0the distance you've traveled by boat
1246field_27364_rdistanceByMinecartStat0the distance you've traveled by minecart
1247field_27365_zmaxArtTitleLength0Holds the maximum length of paintings art title.
1248field_27372_bslotStatsItemGUI0
1249field_27373_astatsGUI0
1250field_27375_uflyPig0Is the 'when pig fly' achievement.
1251field_27376_tkillCow0is the 'cow tipper' achievement.
1252field_27377_skillEnemy0Is the 'monster hunter' achievement.
1253field_27378_rbuildSword0Is the 'time to strike' achievement.
1254field_27379_qonARail0Is the 'on a rail' achievement
1255field_27380_pcookFish0Is the 'delicious fish' achievement.
1256field_27381_obuildBetterPickaxe0Is the 'getting a upgrade' achievement.
1257field_27382_nbakeCake0Is the 'the lie' achievement.
1258field_27383_mmakeBread0Is the 'bake bread' achievement.
1259field_27384_lbuildHoe0Is the 'time to farm' achievement.
1260field_27385_kacquireIron0Is the 'acquire hardware' achievement.
1261field_27386_jbuildFurnace0Is the 'hot topic' achievement.
1262field_27387_ibuildPickaxe0Is the 'time to mine' achievement.
1263field_27388_eachievementList0Holds a list of all registered achievements.
1264field_27389_dmaxDisplayRow0Is the biggest row used to display a achievement on the GUI.
1265field_27390_cmaxDisplayColumn0Is the biggest column used to display a achievement on the GUI.
1266field_27391_bminDisplayRow0Is the smallest row used to display a achievement on the GUI.
1267field_27392_aminDisplayColumn0Is the smallest column used to display a achievement on the GUI.
1268field_273_anflint0
1269field_27401_othunderTime0Number of ticks untils next thunderbolt.
1270field_27402_nthundering0Is thunderbolts failing now?
1271field_27403_mrainTime0Number of ticks until next rain.
1272field_27404_lraining0True if it's raining, false otherwise.
1273field_27406_afancyGrass0Fancy grass side matching biome
1274field_27428_ktheSession0The Session object
1275field_27429_joldFile0A file named 'stats_' [lower case username] '.old'
1276field_27430_iunsentOldFile0A file named 'stats_' [lower case username] '_unsent.old'
1277field_27431_htempFile0A file named 'stats_' [lower case username] '.tmp'
1278field_27432_gunsentTempFile0A file named 'stats_' [lower case username] '_unsent.tmp'
1279field_27433_fdataFile0A file named 'stats_' [lower case username] '.dat'
1280field_27434_eunsentDataFile0A file named 'stats_' [lower case username] '_unsent.dat'
1281field_27435_dstatFileWriter0The StatFileWriter object, presumably used to write to the statistics files
1282field_27438_aisBusy0
1283field_274_ambootsGold0
1284field_275_allegsGold0
1285field_276_akplateGold0
1286field_277_ajhelmetGold0
1287field_278_aibootsDiamond0
1288field_279_ahlegsDiamond0
1289field_28004_RhasCrashed0
1290field_28005_HhasPaidCheckTime0time in milliseconds when TheadCheckHasPaid determined you have not paid. 0 if you have paid. Used in GuiAchievement whether to display the nag text.
1291field_28010_bbmap0
1292field_28016_bKignoreFrustumCheck0Render entity even if it is outside the camera frustum. Only true in EntityFish for now. Used in RenderGlobal: render if ignoreFrustumCheck or in frustum.
1293field_28017_arecord0ID of record which is in Jukebox
1294field_28019_hinData0
1295field_28020_adoesArrowBelongToPlayer0
1296field_28023_zinPortal0Whether the entity is inside a Portal
1297field_28024_ytimeUntilPortal0
1298field_28025_BprevTimeInPortal0The amount of time an entity has been in a Portal the previous tick
1299field_28026_AtimeInPortal0The amount of time an entity has been in a Portal
1300field_28032_trequiresSelfNotify0
1301field_28033_bltrapdoor0
1302field_28035_arandom0
1303field_28036_afurnaceRand0Is the random generator used by furnace to drop the inventory contents in random directions.
1304field_28037_ckeepFurnaceInventory0This 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.
1305field_28044_ithrowerEntityId00 if not a fireball. Otherwise, this is the Entity ID of the thrower.
1306field_28045_gspeedZ0Not sent if the thrower entity ID is 0. The speed of this fireball along the Z axis.
1307field_28046_fspeedY0Not sent if the thrower entity ID is 0. The speed of this fireball along the Y axis.
1308field_28047_espeedX0Not sent if the thrower entity ID is 0. The speed of this fireball along the X axis.
1309field_28049_bauxData0
1310field_28050_asfxID0
1311field_28051_eposZ0
1312field_28052_dposY0
1313field_28053_cposX0
1314field_28054_buniqueID0Contains a unique ID for the item that this packet will be populating.
1315field_28055_aitemID0
1316field_28056_citemData0Contains a buffer of arbitrary data with which to populate an individual item in the world.
1317field_28057_msky0Is the biome used for sky world.
1318field_28058_adeadBushID0stores the ID for WorldGenDeadBush
1319field_28059_btallGrassMetadata0
1320field_28060_atallGrassID0Stores ID for WorldGenTallGrass
1321field_28064_bemptyChunk0
1322field_28065_adroppedChunksSet0A set of dropped chunks. Currently not used in single player.
1323field_28066_gworldObj0The World object which this ChunkProvider was constructed with
1324field_28067_fchunkList0A list of all the currently loaded chunks.
1325field_28068_echunkMap0A map of all the currently loaded chunks, uses the chunk id as the key.
1326field_28069_dchunkLoader0The IChunkLoader used by this ChunkProvider
1327field_28070_cchunkProvider0The parent IChunkProvider for this ChunkProvider.
1328field_280_agplateDiamond0
1329field_28108_zmapStorage0
1330field_28109_anetManager0This was actually an inner class of NetworkManager, so this field is the reference to 'this' NetworkManager.
1331field_28114_dmapDataDir0
1332field_28118_bmapStorage0
1333field_28120_aentityplayerObj0Reference for EntityPlayer object in MapInfo
1334field_28123_dmapDataObj0reference in MapInfo to MapData object
1335field_28128_DisTranslucent0Indicates if the material is translucent
1336field_28129_AmaterialMapColor0The color index used to draw the blocks of this material on maps.
1337field_28130_bgrass0The material used by BlockGrass
1338field_28131_fmapItemRenderer0
1339field_28133_IrenderEndNanoTime0End time of last render (ns)
1340field_28134_banaglyphField0Anaglyph field (0=R, 1=GB)
1341field_28135_aanaglyphEnable0
1342field_28146_amc0
1343field_28151_ctextureContentsMap0Texture contents map (key: texture name, value: int[] contents)
1344field_28158_bbufferedImage0
1345field_28159_aintArray0
1346field_28160_dfontRenderer0
1347field_28161_cgameSettings0
1348field_28167_bdirty0Whether this MapDataBase needs saving to disk.
1349field_28168_amapName0The name of the map data nbt
1350field_28172_jplayersHashMap0Holds a reference to the players who own a copy of the map and a reference to their MapInfo
1351field_28173_iplayersVisibleOnMap0
1352field_28174_hplayersArrayList0Holds a reference to the MapInfo of the players who own a copy of the map
1353field_28175_grandomEffect0Incremented each update of the map item, used for the patchy updating map effect and the spinning player icons while in the End and Nether.
1354field_28176_fcolors0colours
1355field_28177_escale0
1356field_28178_ddimension0
1357field_28179_czCenter0
1358field_28180_bxCenter0
1359field_28183_awaterBuffer0
1360field_28190_bloadedDataMap0Map of item data String id to loaded MapDataBases
1361field_28191_asaveHandler0
1362field_28192_didCounts0Map of MapDataBase id String prefixes ('map' etc) to max known unique Short id (the 0 part etc) for that prefix
1363field_28193_cloadedDataList0List of loaded MapDataBases.
1364field_28197_qcolorIndex0Holds the index of the color used on map.
1365field_28198_pcolorValue0Holds the color in RGB value that will be rendered on maps.
1366field_28199_owoodColor0The map color for Wood blocks
1367field_281_afhelmetDiamond0
1368field_28200_nwaterColor0The map color for Water blocks
1369field_28201_mstoneColor0The map color for Stone blocks
1370field_28202_ldirtColor0The map color for Dirt blocks
1371field_28203_kclayColor0The map color for Clay blocks
1372field_28204_jsnowColor0The map color for Snow Cover and Snow blocks
1373field_28205_ifoliageColor0The map color for Leaf, Plant, Cactus, and Pumpkin blocks.
1374field_28206_hironColor0The map color for Iron blocks
1375field_28207_giceColor0The map color for Ice blocks
1376field_28208_ftntColor0The map color for TNT blocks
1377field_28209_eclothColor0The map color for Cloth and Sponge blocks
1378field_28210_dsandColor0This is the color of the sand
1379field_28211_cgrassColor0this is the grass color in html format
1380field_28212_bairColor0The map color for Air blocks
1381field_28213_amapColorArray0Holds all the 16 colors used on maps, very similar of a pallete system.
1382field_28216_bcenterX0
1383field_28218_edata0
1384field_28219_diconRotation0
1385field_28220_ccenterZ0
1386field_282_aebootsSteel0
1387field_283_adlegsSteel0
1388field_284_acplateSteel0
1389field_285_abhelmetSteel0
1390field_286_aabootsChain0
1391field_287_aWbFull3D0If true, render the object in full 3D, like weapons and tools.
1392field_289_aUmaxDamage0Maximum damage an item can handle.
1393field_290_aTmaxStackSize0Maximum size of the stack.
1394field_291_aSshiftedIndex0Item index + 256
1395field_293_aQrecord130
1396field_296_aNegg0
1397field_299_aKslimeBall0
1398field_30001_aisomPreview0
1399field_30006_MLIMIT_FRAMERATES0Limit framerate labels
1400field_30007_bentityPosY0Entity position Y
1401field_30008_aentityPosX0Entity position X
1402field_30009_centityPosZ0Entity position Z
1403field_302_aHreed0
1404field_303_aGclay0
1405field_305_aEbucketMilk0
1406field_306_aDleather0
1407field_308_aBsnowball0
1408field_30900_EaddedTileEntityList0
1409field_309_aAredstone0
1410field_31001_bcshears0Item introduced on 1.7 version, is a shear to cut leaves (you can keep the block) or get wool from sheeps.
1411field_31002_bkdyeColors0
1412field_31007_htileEntityInvalid0
1413field_31018_mpushedObjects0
1414field_31019_bstoredMetadata0
1415field_31020_llastProgress0the progress in (de)extending
1416field_31021_astoredBlockID0
1417field_31022_kprogress0
1418field_31023_jshouldHeadBeRendered0
1419field_31024_iextending0if this piston is extending or not
1420field_31025_cstoredOrientation0the side the front of the piston is on
1421field_31048_bignoreUpdates0
1422field_31049_aisSticky0This pistons is the sticky one?
1423field_31053_aheadTexture0The texture for the 'head' of the piston. Sticky or normal.
1424field_31055_LscanningTileEntities0
1425field_31056_boffsetsXForSide0gives the offset required for this axis to get the block at that side.
1426field_31057_afaceToSide0Converts a face to a side.
1427field_31058_doffsetsZForSide0gives the offset required for this axis to get the block at that side.
1428field_31059_coffsetsYForSide0gives the offset required for this axis to get the block at that side.
1429field_31065_HmobilityFlag0Mobility 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.
1430field_31066_GcanHarvest0Determines if the materials is one that can be collected by the player.
1431field_31067_Bpiston0Pistons' material.
1432field_31068_Aweb0Web's material.
1433field_31071_bblockRenderer0instance of RenderBlocks used to draw the piston base and extension.
1434field_31082_luvRotateBottom0
1435field_31083_kuvRotateTop0
1436field_31084_juvRotateNorth0
1437field_31085_iuvRotateSouth0
1438field_31086_huvRotateWest0
1439field_31087_guvRotateEast0
1440field_31088_buseInventoryTint0
1441field_311_aZrenderIndex0Used 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.
1442field_312_aYdamageReduceAmount0Holds the amount of damage that the armor reduces at full durability.
1443field_313_aXarmorType0Stores the armor type: 0 is helmet, 1 is plate, 2 is legs and 3 is boots
1444field_314_bbmaxDamageArray0Holds the 'base' maxDamage that each armorType have.
1445field_316_arecordName0The name of the record.
1446field_317_aminecartType0
1447field_318_ablockType0The type of block this seed turns into (wheat or pumpkin stems for instance)
1448field_319_aweaponDamage0
1449field_320_aspawnID0The ID of the block the reed will spawn when used from inventory bar.
1450field_321_adoorMaterial0
1451field_323_aZdamageVsEntity0Damage versus entities.
1452field_324_aYefficiencyOnProperMaterial0
1453field_325_aXblocksEffectiveAgainst0Array of blocks the tool has extra effect against.
1454field_326_aXblocksEffectiveAgainst0an array of the blocks this spade is effective against
1455field_327_aXblocksEffectiveAgainst0an array of the blocks this axe is effective against
1456field_329_aXblocksEffectiveAgainst0an array of the blocks this pickaxe is effective against
1457field_330_ablockID0The block ID of the Block associated with this ItemBlock
1458field_331_aisFull0field for checking if the bucket has been filled.
1459field_332_aitemName0full name of item from language file
1460field_333_zsapling0
1461field_334_yplanks0
1462field_335_xcobblestone0
1463field_336_wdirt0
1464field_337_vgrass0
1465field_338_ustone0
1466field_339_tlightValue0Amount of light emitted
1467field_340_scanBlockGrass0Array of booleans that tells if a block can grass
1468field_341_rlightOpacity0How much light is subtracted for going through this block
1469field_343_popaqueCubeLookup0An array of 256 booleans corresponding to the result of the isOpaqueCube() method for each block ID
1470field_345_nblocksList0List of ly/ff (BlockType) containing the already registered blocks.
1471field_34900_QentityRemoval0Entities marked for removal.
1472field_34902_cbiomeIndexLayer0A GenLayer containing the indices into BiomeGenBase.biomeList[]
1473field_34903_bgenBiomes0
1474field_34904_battackingPlayer0The most recent player that has attacked this entity
1475field_34905_crecentlyHit0Set 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.
1476field_34906_eitemInUseCount0This field starts off equal to getMaxItemUseDuration and is decremented on each tick
1477field_34907_ditemInUse0This is the item that is in use when the player is holding down the useItemButton (e.g., bow, food, sword)
1478field_35001_abrightClickDelayTimer0When you place a block, it's set to 6, decremented once per tick, when it's 0, you can place another block.
1479field_35024_gboundingBox0
1480field_35025_hcoordBaseMode0switches the Coordinate System base off the Bounding Box
1481field_35026_icomponentType0The type ID of this component.
1482field_35035_bdoorType0
1483field_35044_adoorType0
1484field_35046_adoorType0
1485field_35048_bexpandsX0
1486field_35049_cexpandsZ0
1487field_35050_adoorType0
1488field_35054_adoorType0
1489field_35057_cisLargeRoom0
1490field_35058_adoorType0
1491field_35060_broomType0
1492field_35061_cchestLoot0
1493field_35062_adoorType0
1494field_35064_adoorType0
1495field_35065_achidStructures0
1496field_35067_dsectionCount0A count of the different sections of this mine. The space between ceiling supports.
1497field_35068_bhasSpiders0
1498field_35069_cspawnerPlaced0
1499field_35070_ahasRails0
1500field_35072_bisMultipleFloors0
1501field_35073_acorridorDirection0
1502field_35079_aaverageGroundLevel0
1503field_35081_aaverageGroundLevel0
1504field_35083_bisRoofAccessible0
1505field_35084_aaverageGroundLevel0
1506field_35086_aaverageGroundLevel0
1507field_35088_aaverageGroundLevel0
1508field_35090_aaverageGroundLevel0
1509field_35092_bisTallHouse0
1510field_35093_ctablePosition0
1511field_35094_aaverageGroundLevel0
1512field_35096_aaverageGroundLevel0
1513field_35098_aaverageGroundLevel0
1514field_35100_aaverageGroundLevel0
1515field_35102_aaverageGroundLevel0
1516field_35103_baverageGroundLevel0
1517field_35107_dstructureVillageWeightedPieceList0Contains List of all spawnable Structure Piece Weights. If no more Pieces of a type can be spawned, they are removed from this list
1518field_35109_bterrainType0World terrain type, 0 for normal, 1 for flap map
1519field_35110_cstructVillagePieceWeight0
1520field_35111_aworldChunkMngr0
1521field_35118_aoisAirBorne0
1522field_35123_expOrbHealth0The health of this XP orb.
1523field_35124_bxpOrbAge0The age of the XP orb in ticks.
1524field_35125_apxpValue0This is how much XP this orb has.
1525field_35127_axpColor0A constantly increasing value that RenderXPOrb uses to control the colour shifting (Green / yellow)
1526field_35132_azmaximumLife0
1527field_35133_aycurrentLife0
1528field_35138_aymaximumTime0the maximum time for the explosion
1529field_35139_atimeSinceStart0
1530field_35140_darrowCritical0Is this arrow a critical hit? (Controls particles and damage)
1531field_35145_nblockMetadata0
1532field_35146_oblockType0the Block type that this TileEntity is contained within
1533field_35148_flidAngle0The current angle of the lid (between 0 and 1)
1534field_35149_gprevLidAngle0The angle of the lid last tick
1535field_35150_dadjacentChestXNeg0Contains the chest tile located adjacent to this one (if any)
1536field_35151_eadjacentChestZPosition0Contains the chest tile located adjacent to this one (if any)
1537field_35152_badjacentChestZNeg0Contains the chest tile located adjacent to this one (if any)
1538field_35153_cadjacentChestXPos0Contains the chest tile located adjacent to this one (if any)
1539field_35154_qticksSinceSync0Server sync counter (once per 20 ticks)
1540field_35155_aadjacentChestChecked0Determines if the check for adjacent chests has taken place.
1541field_35156_hnumUsingPlayers0The number of players currently using this chest
1542field_35168_bwjumpMovementFactor0A factor used to determine how far this entity will move each tick if it is jumping or falling.
1543field_35169_bvlandMovementFactor0A 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.
1544field_35170_bRactivePotionsMap0
1545field_35171_bJexperienceValue0The experience points the Entity gives.
1546field_35172_bParrowHitTempCounter0Set 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.
1547field_35173_bQarrowHitTimer0
1548field_35174_atfleeingTick0Used to make a creature speed up and wander away when hit.
1549field_35184_dteleportDelay0Counter to delay the teleportation of an enderman towards the currently attacked target
1550field_35186_bcanCarryBlocks0
1551field_35187_aisAttacking0Is the enderman attacking another entity?
1552field_35189_aallySummonCooldown0A cooldown before this entity will search for another Silverfish to join them in battle.
1553field_35209_aZexperienceTotal0The total amount of experience the player has. This also includes the amount of experience within their Experience Bar.
1554field_35210_aYexperienceLevel0The current experience level the player is on.
1555field_35211_aXexperience0The current amount of experience the player has within their Experience Bar.
1556field_35212_aWcapabilities0The player's capabilities. (See class PlayerCapabilities)
1557field_35213_bbspeedInAir0
1558field_35214_aGxpCooldown0Used by EntityPlayer to prevent too many xp orbs from getting absorbed at once.
1559field_35215_baspeedOnGround0
1560field_35216_awflyToggleTimer0Used 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.
1561field_35217_avfoodStats0The player's food stats. (See class FoodStats)
1562field_35218_bisItemInUse0
1563field_35221_dsprintingTicksLeft0Ticks left before sprinting is disabled.
1564field_35222_erenderArmYaw0
1565field_35223_aprenderArmPitch0
1566field_35224_csprintToggleTimer0Used 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.
1567field_35225_arprevRenderArmPitch0
1568field_35226_aqprevRenderArmYaw0
1569field_35227_csshouldStopSneaking0should the player stop sneaking?
1570field_35228_bexperienceTotal0The total experience points.
1571field_35229_cexperienceLevel0The experience level.
1572field_35230_aexperience0The current experience bar points.
1573field_35231_bfood0
1574field_35232_cfoodSaturation0Players logging on get a saturation of 5.0. Eating food increases the saturation as well as the food bar.
1575field_35236_aslot0
1576field_35237_dposZ0
1577field_35238_expValue0The Orbs Experience points value.
1578field_35239_bposX0
1579field_35240_cposY0
1580field_35241_aentityId0Entity ID for the XP Orb
1581field_35242_dworldHeight0Defaults to 128
1582field_35243_ecreativeMode00 for survival, 1 for creative
1583field_35244_brespawnDimension0
1584field_35245_cdifficulty0The difficulty setting. 0 through 3 for peaceful, easy, normal, hard. The client always sends 1.
1585field_35247_fdifficultySetting0The difficulty setting byte.
1586field_35248_gworldHeight0Defaults to 128
1587field_35249_dserverMode00 for survival, 1 for creative
1588field_35251_hmaxPlayers0The maximum players.
1589field_35252_beffectId0The ID of the effect which is being removed from an entity.
1590field_35253_aentityId0The ID of the entity which an effect is being removed from.
1591field_35254_arandomId0
1592field_35255_bisConnected0Byte that tells whether the player is connected.
1593field_35256_cping0
1594field_35257_aplayerName0The player's name.
1595field_35258_dduration0
1596field_35259_beffectId0
1597field_35260_ceffectAmplifier0The effect's amplifier.
1598field_35261_aentityId0
1599field_35262_cgameMode0Used only when reason = 3. 0 is survival, 1 is creative.
1600field_35263_bradius0The maximum radius used when generating a patch of blocks.
1601field_35264_asandID0Stores ID for WorldGenSand
1602field_35266_amushroomType0The mushroom type. 0 for brown, 1 for red.
1603field_35269_dfreeLargeArrays0A list of pre-allocated int[cacheSize] arrays that are currently unused and can be returned by getIntCache()
1604field_35270_einUseLargeArrays0A 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.
1605field_35271_bfreeSmallArrays0A list of pre-allocated int[256] arrays that are currently unused and can be returned by getIntCache()
1606field_35272_cinUseSmallArrays0A 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.
1607field_35273_aintCacheSize0
1608field_35277_bwfenceGate0
1609field_35278_bvvine0
1610field_35279_bystairsStoneBrickSmooth0
1611field_35280_bxstairsBrick0
1612field_35281_bsmelon0
1613field_35282_brthinGlass0
1614field_35283_bumelonStem0
1615field_35284_btpumpkinStem0
1616field_35285_bnstoneBrick0
1617field_35286_bomushroomCapBrown0
1618field_35287_bpmushroomCapRed0
1619field_35288_bqfenceIron0
1620field_35289_bmsilverfish0
1621field_35292_amushroomType0The mushroom type. 0 for brown, 1 for red.
1622field_35297_afruitType0Defines if it is a Melon or a Pumpkin that the stem is producing.
1623field_35300_asideTextureIndex0Holds the texture index of the side of the pane (the thin lateral side)
1624field_35311_finventory0
1625field_35312_gcurrentScroll0Amount scrolled in Creative mode inventory (0 = top, 1 = bottom)
1626field_35313_hisScrolling0True if the scrollbar is being dragged
1627field_35314_iwasClicking0True if the left mouse button was held down last time drawScreen was called.
1628field_35316_klocalizedGameModeText0The game mode text that is displayed with each world on the world selection list.
1629field_35317_bserverTextField0
1630field_35318_cserverListStorage0This GUI's instance to the server list's storage
1631field_35319_aguiScreen0Needed a change as a local variable was conflicting on construct
1632field_35340_fserverList0List of ServerNBTStorage objects
1633field_35341_gselectedServer0Index of the currently selected server
1634field_35342_dserverSlotContainer0Slot container for the server list
1635field_35343_block0Lock object for use with synchronized()
1636field_35344_athreadsPending0Number of outstanding ThreadPollServers threads
1637field_35345_jbuttonDelete0The 'Delete' button
1638field_35346_kdeleteClicked0The 'Delete' button was clicked
1639field_35347_hbuttonEdit0The 'Edit' button
1640field_35348_ibuttonSelect0The 'Join Server' button
1641field_35349_wtempServer0Temporary ServerNBTStorage used by the Edit/Add/Direct Connect dialogs
1642field_35350_vlagTooltip0This GUI's lag tooltip text or null if no lag icon is being hovered.
1643field_35351_udirectClicked0The 'Direct Connect' button was clicked
1644field_35352_teditClicked0The 'Edit' button was clicked
1645field_35353_saddClicked0The 'Add server' button was clicked
1646field_35357_fpanoramaTimer0Timer used to rotate the panorama, increases every tick.
1647field_35358_gviewportTexture0Texture allocated for the current viewport of the main menu's panorama background.
1648field_35359_dserverNBTStorage0
1649field_35360_bserverAddress0
1650field_35361_cserverName0
1651field_35362_aparentGui0This GUI's parent GUI.
1652field_35364_fgameMode0hardcore', 'creative' or 'survival
1653field_35366_jgameModeButton0The GUIButton that you click to change game modes.
1654field_35367_kmoreWorldOptions0The GUIButton that you click to get to options like the seed when creating a world.
1655field_35368_imoreOptions0True if the extra options (Seed box, structure toggle button, world type button, etc.) are being shown
1656field_35369_vgameModeDescriptionLine20The second line of text describing the currently selected game mode.
1657field_35370_ugameModeDescriptionLine10The first line of text describing the currently selected game mode.
1658field_35371_tworldTypeButton0the GUIButton in the more world options screen. It's currently greyed out and unused in minecraft 1.0.0
1659field_35372_sgenerateStructuresButton0The GuiButton in the 'More World Options' screen. Toggles ON/OFF
1660field_35375_aitemList0the list of items in this container
1661field_35377_bchestModel0The normal small chest model.
1662field_35378_clargeChestModel0The large double chest model.
1663field_35379_LfovSetting0
1664field_35380_MgammaSetting0
1665field_35381_wkeyBindUseItem0
1666field_35382_vkeyBindAttack0
1667field_35383_ykeyBindPickBlock0
1668field_35384_xkeyBindPlayerList0
1669field_35385_fmineshaftGenerator0Holds Mineshaft Generator
1670field_35386_dstrongholdGenerator0Holds Stronghold Generator
1671field_35387_evillageGenerator0Holds Village Generator
1672field_35389_tmapFeaturesEnabled0are map structures going to be generated (e.g. strongholds)
1673field_35390_xravineGenerator0Holds ravine generator
1674field_35394_jboxList0This is a list of all the boxes (ModelRenderer.class) in the current model.
1675field_35396_dsilverfishBoxLength0The widths, heights, and lengths for the silverfish model boxes.
1676field_35397_esilverfishTexturePositions0The texture positions for the silverfish's model's boxes.
1677field_35398_bsilverfishWings0The wings (dust-looking sprites) on the silverfish's model.
1678field_35400_asilverfishBodyParts0The body parts of the silverfish's model.
1679field_35403_bchestBelow0The model of the bottom of the chest.
1680field_35404_cchestKnob0The chest's knob in the chest model.
1681field_35405_achestLid0The chest lid in the chest's model.
1682field_35406_bisAttacking0Is the enderman attacking an entity?
1683field_35407_aisCarrying0Is the enderman carrying a block?
1684field_35408_lmouseY0Y axis position of the mouse
1685field_35409_kmouseX0X axis position of the mouse
1686field_35410_aparentGui0Instance to the GUI this list is on.
1687field_35415_bnrottenFlesh0
1688field_35416_boenderPearl0
1689field_35417_bjbeefRaw0
1690field_35418_bkbeefCooked0
1691field_35419_blchickenRaw0
1692field_35420_bmchickenCooked0
1693field_35421_bgmelon0
1694field_35422_bhpumpkinSeeds0
1695field_35423_bimelonSeeds0
1696field_35427_bzpotionAmplifier0set by setPotionEffect
1697field_35428_csaturationModifier0
1698field_35429_bApotionEffectProbability0probably of the set potion effect occurring
1699field_35431_bwalwaysEdible0If this field is true, the food can be consumed even if the player don't need to eat.
1700field_35432_bypotionDuration0set by setPotionEffect
1701field_35433_bxpotionId0represents the potion effect that will occurr upon eating this food. Set by setPotionEffect
1702field_35436_ablockRef0
1703field_35437_ablockObj0
1704field_35444_cendermanModel0The model of the enderman
1705field_35445_hrnd0
1706field_35466_HlightUpdateBlockList0is 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
1707field_35480_AworldGenBigTree0
1708field_35481_BworldGenForest0
1709field_35482_CworldGenSwamp0
1710field_35483_eextremeHills0
1711field_35484_bocean0
1712field_35485_cplains0
1713field_35486_abiomeList0An array of all the biomes, indexed by biome id.
1714field_35487_iriver0
1715field_35488_ubiomeDecorator0
1716field_35489_trainfall0The rainfall in this biome.
1717field_35490_stemperature0The temperature of this biome.
1718field_35491_rmaxHeight0The maximum height of this biome. Default 0.3.
1719field_35492_qminHeight0The minimum height of this biome. Default 0.1.
1720field_35493_zworldGenTrees0
1721field_35494_ybiomeID0The id number to this biome, and its index in the biomeList array.
1722field_35495_kvine0
1723field_354_esoundPowderFootstep0
1724field_35501_dbaseSeed0base seed to the LCG prng provided via the constructor
1725field_35502_bworldGenSeed0seed from World#getWorldSeed that is used in the LCG prng
1726field_35503_cchunkSeed0final part of the LCG prng that uses the chunk X, Z coords along with the other two seeds to generate pseudorandom numbers
1727field_35504_aparent0parent GenLayer that was provided via the constructor
1728field_35509_ballowedBiomes0this sets all the biomes that are allowed to appear in the overworld
1729field_35521_bgameType0The type of the map. 0 is survival, 1 is creative.
1730field_35522_cmapFeaturesEnabled0Switch for the map features. 'true' for enabled, 'false' for disabled.
1731field_35523_aseed0The seed for the map.
1732field_35536_fstarve0
1733field_35537_gcactus0
1734field_35538_dinWall0
1735field_35539_edrown0
1736field_35540_bonFire0
1737field_35541_clava0
1738field_35542_ainFire0
1739field_35543_nisUnblockable0This kind of damage can be blocked or not.
1740field_35544_oisDamageAllowedInCreativeMode0
1741field_35545_lmagic0
1742field_35546_mdamageType0
1743field_35547_jgeneric0
1744field_35548_kexplosion0
1745field_35549_hfall0
1746field_35550_ioutOfWorld0
1747field_35551_phungerDamage0
1748field_35552_ndamageSourceEntity0
1749field_35553_nindirectEntity0
1750field_35563_fbiomeCache0The BiomeCache object for this world.
1751field_35564_gbiomesToSpawnIn0A list of biomes that the player can spawn in.
1752field_35580_dpercentUseable0percent of the hasharray that can be used without hash colliding probably
1753field_35581_emodCount0count of times elements have been added/removed
1754field_35582_bnumHashElements0the number of elements in the hash array
1755field_35583_ccapacity0the maximum amount of elements in the hash (probably 3/4 the size due to meh hashing function)
1756field_35584_ahashArray0the array of all elements in the hash
1757field_35589_alootArray0Contains stuff you might find in chests
1758field_35590_ditemWeight0The Weight is how often the item is chosen(higher number is higher chance(lower is lower))
1759field_35591_bminGroupCount0
1760field_35592_cmaxGroupCount0
1761field_35593_emaxItemStack0This is how many items can be max in the itemstack
1762field_35594_bitemMetadata0The metadata to be used when creating the treasure item.
1763field_35595_cminItemStack0This is how many items can be in each stack at minimun
1764field_35596_aitemID0The ID for this treasure item
1765field_355_boslipperiness0Determines how much velocity is maintained while moving on top of this block
1766field_35600_bserverSlotContainer0Slot container for the server list
1767field_35601_aserver0The server getting checked
1768field_35604_dvillagePiecesLimit0
1769field_35605_bvillagePieceWeight0
1770field_35606_cvillagePiecesSpawned0
1771field_35607_avillagePieceClass0The Class object for the represantation of this village piece.
1772field_35608_vsnipeSkeleton0The achievement for killing a Skeleton from 50 meters aways.
1773field_35611_ainstance0The static instance of ChestItemRenderHelper.
1774field_35615_dinstancesLimit0How many Structure Pieces of this type may spawn in a structure
1775field_35616_bpieceWeight0This 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
1776field_35617_cinstancesSpawned0
1777field_35618_apieceClass0
1778field_35619_adoorEnum0
1779field_35623_bresponseTime0Player response time to server in milliseconds
1780field_35624_aname0The string value of the object
1781field_35625_dworldObj0This world object.
1782field_35631_ecoordMap0
1783field_35632_franBiomeCheck0is spawned false and set true once the defined BiomeGenBases were compared with the present ones
1784field_35633_gstructureCoords0
1785field_35634_aallowedBiomeGenBases0
1786field_35635_avillageSpawnBiomes0A list of all the biomes villages can spawn in.
1787field_35649_kcreativeMode0
1788field_35653_flastAccessTime0The last time this BiomeCacheBlock was accessed, in milliseconds.
1789field_35654_gbiomeCache0The BiomeCache objevt that contains this BiomeCacheBlock
1790field_35655_dxPosition0The x coordinate of the BiomeCacheBlock.
1791field_35656_ezPosition0The z coordinate of the BiomeCacheBlock.
1792field_35657_brainfallValues0An array of chunk rainfall values saved by this cache.
1793field_35658_cbiomes0The array of biome types stored in this BiomeCacheBlock.
1794field_35659_atemperatureValues0An array of chunk temperatures saved by this cache.
1795field_35670_Hid0The Id of a Potion object.
1796field_35671_Iname0The name of the Potion.
1797field_35672_fdigSlowdown0
1798field_35673_gdamageBoost0
1799field_35674_dmoveSlowdown0
1800field_35675_edigSpeed0
1801field_35677_cmoveSpeed0
1802field_35678_apotionTypes0The array of potion types.
1803field_35679_nfireResistance0The fire resistance Potion object.
1804field_35680_owaterBreathing0The water breathing Potion object.
1805field_35681_lregeneration0The regeneration Potion object.
1806field_35682_mresistance0
1807field_35683_jjump0
1808field_35684_kconfusion0
1809field_35685_hheal0
1810field_35686_iharm0
1811field_35689_upoison0The poison Potion object.
1812field_35690_tweakness0The weakness Potion object.
1813field_35691_shunger0The hunger Potion object.
1814field_35692_rnightVision0The night vision Potion object.
1815field_35693_qblindness0The blindness Potion object.
1816field_35694_pinvisibility0The invisibility Potion object.
1817field_356_bnblockMaterial0Block material definition.
1818field_35709_bselectedBlockMetaData0
1819field_35710_aselectedBlockId0
1820field_35716_bboundingBox0
1821field_35717_acomponents0List of all StructureComponents that are part of this structure
1822field_35718_chasMoreThanTwoComponents0well ... thats what it does
1823field_35720_fgameType0
1824field_35728_dcache0The list of cached BiomeCacheBlocks
1825field_35729_blastCleanupTime0The last time this BiomeCache was cleaned, in milliseconds.
1826field_35730_ccacheMap0The map of keys to BiomeCacheBlocks. Keys are based on the chunk x, z coordinates as (x | z << 32).
1827field_35731_achunkManager0Reference to the WorldChunkManager
1828field_35748_fmaxZ0The second z coordinate of a bounding box.
1829field_35749_dmaxX0The second x coordinate of a bounding box.
1830field_35750_emaxY0The second y coordinate of a bounding box.
1831field_35751_bminY0The first y coordinate of a bounding box.
1832field_35752_cminZ0The first z coordinate of a bounding box.
1833field_35753_aminX0The first x coordinate of a bounding box.
1834field_35754_bdepthBits0Log base 2 of the chunk height (128); applied as a shift on Z coordinate
1835field_35755_cdepthBitsPlusFour0Log base 2 of the chunk height (128) * width (16); applied as a shift on X coordinate
1836field_35756_disCreativeMode0Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
1837field_35757_bisFlying0Sets/indicates whether the player is flying.
1838field_35758_callowFlying0whether or not to allow the player to fly when they double jump.
1839field_35759_adisableDamage0Disables player damage.
1840field_35772_dfoodTimer0The player's food timer value.
1841field_35773_eprevFoodLevel0
1842field_35774_bfoodSaturationLevel0The player's food saturation.
1843field_35775_cfoodExhaustionLevel0The player's food exhaustion.
1844field_35776_afoodLevel0The player's food level.
1845field_35785_dcurrentServerMaxPlayers0
1846field_35786_cplayerInfoList0An ArrayList of GuiPlayerInfo (includes all the players' GuiPlayerInfo on the current server)
1847field_35787_kplayerInfoMap0A HashMap of all player names and their player information objects
1848field_35790_fpolled0True if server was already polled or is in the process of polling
1849field_35791_dmotd0Server's Message of the Day
1850field_35792_elag0Lag meter; -2 if server check pending; -1 if server check failed
1851field_35793_bhost0Hostname or IP address of server
1852field_35794_cplayerCount0The count/max number of players
1853field_35795_aname0User specified name for server
1854field_357_bmblockParticleGravity0
1855field_35803_bduration0The duration of the potion effect
1856field_35804_camplifier0The amplifier of the potion effect
1857field_35805_apotionID0ID value of the potion this effect matches.
1858field_35811_LlightmapColors0Colors computed in updateLightmap() and loaded into the lightmap emptyTexture
1859field_35812_MfovModifierHand0FOV modifier hand
1860field_35813_NfovModifierHandPrev0FOV modifier hand prev
1861field_35814_OfovMultiplierTemp0FOV multiplier temp
1862field_35815_VlightmapUpdateNeeded0Is set, updateCameraAndRender() calls updateLightmap(); set by updateTorchFlicker()
1863field_35816_ftorchFlickerDX0Torch flicker DX
1864field_35817_gtorchFlickerY0Torch flicker Y
1865field_35818_dlightmapTexture0The texture id of the blocklight/skylight texture used for lighting effects
1866field_35819_etorchFlickerX0Torch flicker X
1867field_35820_jrainYCoords0Rain Y coords
1868field_35821_htorchFlickerDY0Torch flicker DY
1869field_35822_irainXCoords0Rain X coords
1870field_35823_qdebugViewDirection0Debug view direction (0=OFF, 1=Front, 2=Right, 3=Back, 4=Left, 5=TiltLeft, 6=TiltRight)
1871field_35831_dhash0
1872field_35832_bvalue0the value held by the hash at the specified key
1873field_35833_cnextEntry0the next hashentry in the table
1874field_35834_akey0the key as a long (for playerInstances it is the x in the most significant 32 bits and then y)
1875field_35836_gshortBuffer0Short buffer
1876field_35837_lbrightness0
1877field_35838_phasBrightness0
1878field_35844_dupdateSkylightColumns0Which columns need their skylightMaps updated.
1879field_35845_cprecipitationHeightMap0A map, similar to heightMap, that tracks how far down precipitation can fall.
1880field_35854_dstrongholdStones0
1881field_35855_bpieceWeightArray0
1882field_35856_cstructurePieceList0
1883field_35857_atotalWeight0
1884field_35861_fkeySet0The set of all the keys stored in this MCHash object
1885field_35867_fenderEyeMetaToDirection0
1886field_35869_dvineGrowth0
1887field_35870_boffsetZ0
1888field_35871_aoffsetX0
1889field_35885_Dchunk_X0The X-coordinate of the chunk currently being decorated
1890field_35886_Echunk_Z0The Z-coordinate of the chunk currently being decorated
1891field_35887_Fbiome0The biome generator object.
1892field_35888_AclayPerChunk0The number of clay patches to generate per chunk. Only generates when part of it is underwater.
1893field_35889_BcurrentWorld0The world the BiomeDecorator is currently decorating
1894field_35890_CrandomGenerator0The Biome Decorator's random number generator.
1895field_35891_fcoalGen0
1896field_35892_gironGen0
1897field_35893_ddirtGen0The dirt generator.
1898field_35894_egravelGen0
1899field_35895_bsandGen0The sand generator.
1900field_35896_cgravelAsSandGen0The gravel generator.
1901field_35897_aclayGen0The clay generator.
1902field_35898_nmushroomBrownGen0Field that holds mushroomBrown WorldGenFlowers
1903field_35899_omushroomRedGen0Field that holds mushroomRed WorldGenFlowers
1904field_358_blstepSound0Sound of stepping on the block
1905field_35900_lplantYellowGen0Field that holds one of the plantYellow WorldGenFlowers
1906field_35901_mplantRedGen0Field that holds one of the plantRed WorldGenFlowers
1907field_35902_jdiamondGen0Field that holds diamond WorldGenMinable
1908field_35903_klapisGen0Field that holds Lapis WorldGenMinable
1909field_35904_hgoldGen0Field that holds gold WorldGenMinable
1910field_35905_iredstoneGen0Field that holds redstone WorldGenMinable
1911field_35906_wreedsPerChunk0The number of reeds to generate per chunk. Reeds won't generate if the randomly selected placement is unsuitable.
1912field_35907_vmushroomsPerChunk0The 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.
1913field_35908_udeadBushPerChunk0The number of dead bushes to generate per chunk. Used in deserts and swamps.
1914field_35909_tgrassPerChunk0The amount of tall grass to generate per chunk.
1915field_35910_sflowersPerChunk0The 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.
1916field_35911_rtreesPerChunk0The number of trees to attempt to generate per chunk. Up to 10 in forests, none in deserts.
1917field_35912_qcactusGen0Field that holds WorldGenCactus
1918field_35913_preedGen0Field that holds WorldGenReed
1919field_35914_zsandPerChunk20The 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.
1920field_35915_ysandPerChunk0The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater.
1921field_35916_xcactiPerChunk0The number of cactus plants to generate per chunk. Cacti only work on sand.
1922field_35919_qmapFeaturesEnabled0Whether the map features (e.g. strongholds) generation is enabled or disabled.
1923field_35920_pgameType0Indicates the type of the game. 0 for survival, 1 for creative.
1924field_35931_UaoBrightnessXYZPNN0Ambient occlusion brightness XYZPNN
1925field_35932_TaoBrightnessYZNP0Ambient occlusion brightness YZNP
1926field_35933_WaoBrightnessXYZPNP0Ambient occlusion brightness XYZPNP
1927field_35934_VaoBrightnessXYPN0Ambient occlusion brightness XYPN
1928field_35935_QaoBrightnessXYNN0Ambient occlusion brightness XYNN
1929field_35936_PaoBrightnessXYZNNN0Ambient occlusion brightness XYZNNN
1930field_35937_SaoBrightnessYZNN0Ambient occlusion brightness YZNN
1931field_35938_RaoBrightnessXYZNNP0Ambient occlusion brightness XYZNNP
1932field_35939_YaoBrightnessXYNP0Ambient occlusion brightness XYNP
1933field_35940_XaoBrightnessXYZNPN0Ambient occlusion brightness XYZNPN
1934field_35941_ZaoBrightnessXYZNPP0Ambient occlusion brightness XYZNPP
1935field_35943_akbrightnessTopLeft0Brightness top left
1936field_35944_albrightnessBottomLeft0Brightness bottom left
1937field_35945_aiaoBrightnessXZPP0Ambient occlusion brightness XZPP
1938field_35946_ajaoType0Ambient occlusion type (0=simple, 1=complex)
1939field_35947_ambrightnessBottomRight0Brightness bottom right
1940field_35948_anbrightnessTopRight0Brightness top right
1941field_35949_acaoBrightnessXYPP0Ambient occlusion brightness XYPP
1942field_35950_adaoBrightnessYZPP0Ambient occlusion brightness YZPP
1943field_35951_aaaoBrightnessYZPN0Ambient occlusion brightness YZPN
1944field_35952_abaoBrightnessXYZPPN0Ambient occlusion brightness XYZPPN
1945field_35953_agaoBrightnessXZPN0Ambient occlusion brightness XZPN
1946field_35954_ahaoBrightnessXZNP0Ambient occlusion brightness XZNP
1947field_35955_aeaoBrightnessXYZPPP0Ambient occlusion brightness XYZPPP
1948field_35956_afaoBrightnessXZNN0Ambient occlusion brightness XZNN
1949field_35964_fpressTime0
1950field_35965_epressed0because _303 wanted me to call it that(Caironater)
1951field_35966_bhash0
1952field_35967_akeybindArray0
1953field_35970_btextureHeight0The size of the texture file's height in pixels.
1954field_35971_atextureWidth0The size of the texture file's width in pixels.
1955field_360_bkmaxZ0maximum Z for the block bounds (local coordinates)
1956field_362_bjmaxY0maximum Y for the block bounds (local coordinates)
1957field_364_bimaxX0maximum X for the block bounds (local coordinates)
1958field_366_bhminZ0minimum Z for the block bounds (local coordinates)
1959field_368_bgminY0minimum Y for the block bounds (local coordinates)
1960field_370_bfminX0minimum X for the block bounds (local coordinates)
1961field_372_beblockResistance0Indicates the blocks resistance to explosions.
1962field_374_bdblockHardness0Indicates how many hits it takes to break a block.
1963field_376_bcblockID0ID of the block.
1964field_378_bbblockIndexInTexture0The 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).
1965field_382_Nglass0
1966field_383_Msponge0
1967field_384_Lleaves0
1968field_385_Kwood0
1969field_386_JoreCoal0
1970field_387_azworkbench0
1971field_388_IoreIron0
1972field_389_ayblockDiamond0
1973field_39000_amodelTextureMap0A mapping for all texture offsets
1974field_39001_bpotionsNeedUpdate0Whether the DataWatcher needs to be updated with the active potions
1975field_39003_djumpTicks0Number of ticks since last jump
1976field_39004_ainLove0
1977field_39005_bbreeding0This is representation of a counter for reproduction progress. (Note that this is different from the inLove which represent being in Love-Mode)
1978field_39009_avillagersSpawned0The number of villagers that have been spawned in this component.
1979field_39010_cpotionEffect0
1980field_390_HoreGold0
1981field_391_axoreDiamond0
1982field_392_Ggravel0
1983field_393_Fsand0
1984field_394_awredstoneWire0
1985field_395_ElavaStill0Stationary lava source block
1986field_396_avchest0
1987field_397_DlavaMoving0
1988field_399_CwaterStill0
1989field_40004_NdebugUpdateTime0Approximate time (in ms) of last update to debug string
1990field_40005_OfpsCounter0holds the current fps
1991field_40006_akdebugProfilerName0Profiler currently displayed in the debug screen pie chart
1992field_40007_rstandardGalacticFontRenderer0
1993field_40009_bportalRoom0
1994field_40011_bdoorType0
1995field_40012_chasMadeChest0
1996field_40013_achestLoot0
1997field_40015_ahasSpawner0
1998field_40024_afillSeed0
1999field_40027_ahasSpawner0
2000field_40055_dingredientID0
2001field_40056_bbrewTime0
2002field_40057_cfilledSlots0an integer with each bit specifying whether that slot of the stand contains a potion
2003field_40058_abrewingItemStacks0The itemstacks currently placed in the slots of the brewing stand
2004field_40059_fbookSpread0The amount that the book is open.
2005field_40060_gbookSpreadPrev0The amount that the book is open.
2006field_40063_bpageFlip0Value used for determining how the page flip should look.
2007field_40064_rrand0
2008field_40065_cpageFlipPrev0The last tick's pageFlip value.
2009field_40066_qbookRotation0
2010field_40067_pbookRotationPrev0
2011field_40068_atickCount0Used by the render to make the book 'bounce'
2012field_40069_hbookRotation20
2013field_40070_acontainer0The brewing stand this slot belongs to.
2014field_40072_bname0The name of the Dragon Part
2015field_40073_aentityDragonObj0The dragon entity this dragon part belongs to
2016field_40079_dxTile0
2017field_40080_eyTile0
2018field_40081_bthrowableShake0
2019field_40082_aozTile0
2020field_40083_cthrower0Is the entity that throws this 'thing' (snowball, ender pearl, eye of ender or potion)
2021field_40084_apinTile0
2022field_40085_ainGround0
2023field_40086_articksInAir0
2024field_40087_aqticksInGround0
2025field_40089_dpotionDamage0The damage value of the thrown potion that this EntityPotion represents.
2026field_40091_dtargetZ0'z' location the eye should float towards.
2027field_40092_edespawnTimer0
2028field_40093_aoshatterOrDrop0
2029field_40094_btargetX0'x' location the eye should float towards.
2030field_40095_ctargetY0'y' location the eye should float towards.
2031field_400_atmobSpawner0
2032field_40103_amaterialType0the material type for dropped items/blocks
2033field_40104_awbobTimer0The height of the current bob
2034field_40105_ayparticleName0
2035field_40129_bAcarryoverDamage0in 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
2036field_4013_amodelBipedMain0
2037field_4014_gflintAndSteel0
2038field_40153_bheightOffsetUpdateTime0ticks until heightOffset is randomized
2039field_40154_aheightOffset0Random offset used in floating behaviour
2040field_40157_aBmaxHealth0The maximum health of the Entity.
2041field_4015_bitemRand0The RNG used by the Item subclasses.
2042field_40161_azslowed0Activated if the dragon is flying though obsidian, white stone or bedrock. Slows movement and animation speed.
2043field_40162_dringBuffer0Ring buffer array for the last 64 Y-positions and yaw rotations. Used to calculate offsets for the animations.
2044field_40163_ayforceNewTarget0Force selecting a new flight target at next tick if set to true.
2045field_40164_eringBufferIndex0Index into the ring buffer. Incremented once per tick and restarts at 0 once it reaches the end of the buffer.
2046field_40165_btargetY0
2047field_40166_ctargetZ0
2048field_40167_atargetX0
2049field_40168_atdragonPartTail30
2050field_40169_asdragonPartTail20
2051field_4016_avbucketWater0
2052field_40170_ardragonPartTail10
2053field_40171_aqdragonPartBody0The body bounding box of a dragon
2054field_40172_axanimTime0Animation time, used to control the speed of the animation cycles (wings flapping, jaw opening, etc.)
2055field_40173_awprevAnimTime0Animation time at previous tick.
2056field_40174_avdragonPartWing20
2057field_40175_audragonPartWing10
2058field_40176_aodragonPartArray0An array containing all body parts of this dragon
2059field_40177_apdragonPartHead0The head bounding box of a dragon
2060field_40178_aAdeathTicks0
2061field_40179_aCtarget0
2062field_4017_apporkCooked0
2063field_4018_aZiconIndex0Icon index in the icons table.
2064field_40190_bitemStack0
2065field_40191_benchantment0The position of the enchantment on the enchantment table window, starting with 0 as the topmost one.
2066field_40192_awindowId0
2067field_40194_PdummyRenderInt0Dummy render int
2068field_40197_areplaceID0The Block ID that the generator is allowed to replace while generating the terrain.
2069field_40199_bzmycelium0
2070field_4019_aVrecordCat0
2071field_401_BwaterMoving0
2072field_40200_bAwaterlily0
2073field_40201_bLuseNeighborBrightness0Flag if block ID should use the brightest neighbor light value as its own
2074field_40202_bJendPortalFrame0
2075field_40203_bKwhiteStone0
2076field_40204_bDstairsNetherBrick0
2077field_40205_bEnetherStalk0
2078field_40206_bBnetherBrick0
2079field_40207_bCnetherFence0
2080field_40208_bHcauldron0
2081field_40209_bIendPortal0
2082field_4020_aTfishCooked0
2083field_40210_bFenchantmentTable0
2084field_40211_bGbrewingStand0
2085field_40213_bcanDropItself0If this field is true, the pane block drops itself when destroyed (like the iron fences), otherwise, it's just destroyed (like glass panes)
2086field_40214_arand0
2087field_40215_fguiTop0Starting Y position for the Gui. Inconsistent use for Gui backgrounds.
2088field_40216_eguiLeft0Starting X position for the Gui. Inconsistent use for Gui backgrounds.
2089field_4021_aSfishRaw0
2090field_40220_wbookModel0The book model used on the GUI.
2091field_40228_ycontainerEnchantment0ContainerEnchantment object associated with this gui
2092field_4022_aRlightStoneDust0
2093field_40231_dis64bit0True if the system is 64-bit (using a simple indexOf test on a system property)
2094field_40234_bnameSeed0used as seed for EnchantmentNameParts (see GuiEnchantment)
2095field_40235_cenchantLevels03-member array storing the enchantment levels of each slot
2096field_40236_atableInventory0SlotEnchantmentTable object with ItemStack to be enchanted
2097field_40237_lrand0
2098field_40238_jposY0
2099field_40239_kposZ0
2100field_4023_aQpocketSundial0
2101field_40240_hworldPointer0current world (for bookshelf counting)
2102field_40241_iposX0
2103field_40242_bbrewTime0
2104field_40243_atileBrewingStand0
2105field_40245_bdamageSource0Used as parameter to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors.
2106field_40246_adamageModifier0Used to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors.
2107field_40247_bentityLiving0Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
2108field_40248_alivingModifier0Used to calculate the (magic) extra damage based on enchantments of current equipped player item.
2109field_4024_aPfishingRod0
2110field_40251_brand0The RNG used to generate enchant names.
2111field_40252_cwordList0List of words used to generate an enchant name.
2112field_40253_ainstance0The static instance of this class.
2113field_40256_AwaterColorMultiplier0Color tint applied to water depending on biome
2114field_40257_nicePlains0
2115field_40258_oiceMountains0
2116field_40259_lfrozenOcean0
2117field_4025_aOcompass0
2118field_40260_mfrozenRiver0
2119field_40261_qmushroomIslandShore0
2120field_40262_pmushroomIsland0
2121field_40263_benchantmentLevel0Enchantment level associated with this EnchantmentData
2122field_40264_aenchantmentobj0Enchantment object associated with this EnchantmentData
2123field_40268_bzLevel0Defines the zLevel of rendering of item on GUI.
2124field_4026_aMminecartPowered0
2125field_4027_aLminecartCrate0
2126field_40284_dupdateModelState0Reloads the dragon model if not equal to 4. Presumably a leftover debugging field.
2127field_40285_cmodelDragon0An instance of the dragon model in RenderDragon
2128field_40289_csnowmanModel0A reference to the Snowman model in RenderSnowMan.
2129field_4028_aJbook0
2130field_40299_ltextureWidth0
2131field_4029_aIpaper0
2132field_402_asfire0
2133field_40300_mtextureHeight0
2134field_40301_kisChild0
2135field_40308_ffrontLeg0The front leg Model renderer of the dragon
2136field_40309_grearLegTip0The rear leg tip Model renderer of the dragon
2137field_4030_aFbrick0
2138field_40310_dbody0The body Model renderer of the dragon
2139field_40311_erearLeg0The rear leg Model renderer of the dragon
2140field_40312_bneck0The neck Model renderer of the dragon
2141field_40313_cjaw0The jaw Model renderer of the dragon
2142field_40314_ahead0The head Model renderer of the dragon
2143field_40315_nfrontLegTip0The front leg tip Model renderer of the dragon
2144field_40316_orearFoot0The rear foot Model renderer of the dragon
2145field_40317_spartialTicks0
2146field_40318_rwingTip0The wing tip Model renderer of the dragon
2147field_40319_qwing0The wing Model renderer of the dragon
2148field_4031_aCboat0
2149field_40320_pfrontFoot0The front foot Model renderer of the dragon
2150field_40324_fflippingPageLeft0Right cover renderer (when facing the book)
2151field_40325_gbookSpine0The renderer of spine of the book
2152field_40326_dpagesLeft0The left pages renderer (when facing the book)
2153field_40327_eflippingPageRight0Right cover renderer (when facing the book)
2154field_40328_bcoverLeft0Left cover renderer (when facing the book)
2155field_40329_cpagesRight0The right pages renderer (when facing the book)
2156field_40330_acoverRight0Right cover renderer (when facing the book)
2157field_40333_uaimedBow0Records whether the model should be rendered aiming a bow.
2158field_40361_fspeckledMelonEffect0
2159field_40362_gblazePowderEffect0
2160field_40363_dspiderEyeEffect0
2161field_40364_efermentedSpiderEyeEffect0
2162field_40365_bsugarEffect0
2163field_40366_cghastTearEffect0
2164field_40369_opotionPrefixes0An array of possible potion prefix names, as translation IDs.
2165field_40370_lpotionRequirements0
2166field_40372_jglowstoneEffect0
2167field_40373_kgunpowderEffect0
2168field_40374_hmagmaCreamEffect0
2169field_40375_iredstoneEffect0
2170field_40378_cgenNetherBridge0
2171field_40382_fnoiseData40
2172field_40383_gnoiseData50
2173field_40384_dnoiseData20
2174field_40385_enoiseData30
2175field_40386_bnoiseGen50
2176field_40387_cnoiseData10
2177field_40388_anoiseGen40
2178field_40389_ndensities0
2179field_40390_obiomesForGeneration0The biomes that are used to generate the chunk
2180field_40391_lnoiseGen30
2181field_40392_mendWorld0
2182field_40393_jnoiseGen10
2183field_40394_knoiseGen20
2184field_40396_iendRNG0
2185field_403_Abedrock0
2186field_40408_bzcauldron0
2187field_40409_bwblazePowder0
2188field_40410_bvfermentedSpiderEye0
2189field_40411_bybrewingStand0
2190field_40412_bxmagmaCream0
2191field_40413_bspotion0
2192field_40414_brnetherStalkSeeds0
2193field_40415_buspiderEye0
2194field_40416_btglassBottle0
2195field_40417_boblazeRod0
2196field_40418_bpghastTear0
2197field_40419_bqgoldNugget0
2198field_40420_bAeyeOfEnder0
2199field_40421_bLrecordWard0
2200field_40422_bMrecord110
2201field_40423_bJrecordStal0
2202field_40424_bKrecordStrad0
2203field_40425_bErecordBlocks0
2204field_40426_bBspeckledMelon0
2205field_40427_bHrecordMall0
2206field_40428_bIrecordMellohi0
2207field_40429_bFrecordChirp0
2208field_40430_bGrecordFar0
2209field_40435_aeffectCache0maps potion damage values to lists of effect names
2210field_40437_bTmaterial0The EnumArmorMaterial used for this ItemArmor
2211field_40438_bsoilBlockID0BlockID of the block the seeds can be planted on.
2212field_40439_btoolMaterial0
2213field_40440_fplayer0The player that has this container open.
2214field_40441_acontainer0The brewing stand this slot belongs to.
2215field_40442_acontainer0The brewing stand this slot belongs to.
2216field_40443_acontainer0The brewing stand this slot belongs to.
2217field_40445_lclouds0Clouds flag
2218field_40455_blightmapTexUnit0An OpenGL constant corresponding to GL_TEXTURE1, used when setting data pertaining to auxiliary OpenGL texture units.
2219field_40456_cuseMultitextureARB0True if the renderer supports multitextures and the OpenGL version != 1.3
2220field_40457_adefaultTexUnit0An OpenGL constant corresponding to GL_TEXTURE0, used when setting data pertaining to auxiliary OpenGL texture units.
2221field_40458_Denchantments0Is the 'Enchanter' achievement
2222field_40459_Eoverkill0
2223field_4045_bgpumpkinLantern0
2224field_40460_Fbookcase0Is the 'Librarian' achievement
2225field_40461_Apotion0Is the 'Local Brewery' achievement
2226field_40462_BtheEnd0Is the 'The End?' achievement
2227field_40463_CtheEnd20Is the 'The End.' achievement
2228field_40464_wdiamonds0Is the 'DIAMONDS!' achievement
2229field_40465_zblazeRod0Is the 'Into Fire' achievement
2230field_40466_yghast0Is the 'Return to Sender' achievement
2231field_40467_xportal0Is the 'We Need to Go Deeper' achievement
2232field_4047_bfportal0The purple teleport blocks inside the obsidian circle
2233field_40486_aspawnList0
2234field_40498_fprojectileProtection0Protection against projectile entities (e.g. arrows)
2235field_40499_grespiration0Decreases the rate of air loss underwater; increases time between damage while suffocating
2236field_4049_beglowStone0
2237field_404_artorchWood0
2238field_40500_dfeatherFalling0Less fall damage
2239field_40501_eblastProtection0Protection against explosions
2240field_40502_bprotection0Converts environmental damage to armour damage
2241field_40503_cfireProtection0Protection against fire
2242field_40504_aenchantmentsList0
2243field_40505_nlooting0Mobs have a chance to drop more loot
2244field_40506_oefficiency0Faster resource gathering while in use
2245field_40507_lknockback0Knocks mob and players backwards upon hit
2246field_40508_mfireAspect0Lights mobs on fire
2247field_40509_jsmite0Extra damage to zombies, zombie pigmen and skeletons
2248field_40510_kbaneOfArthropods0Extra damage to spiders, cave spiders and silverfish
2249field_40511_haquaAffinity0Increases underwater mining rate
2250field_40512_isharpness0Extra damage to mobs
2251field_40513_vweight0
2252field_40514_uname0Used in localisation and stats.
2253field_40515_ttype0The EnumEnchantmentType given to this Enchantment.
2254field_40516_seffectId0
2255field_40517_rfortune0Can multiply the drop rate of items from blocks
2256field_40518_qunbreaking0Sometimes, the tool's durability will not be spent when the tool is used
2257field_40519_psilkTouch0Blocks mined will drop themselves, even if it should drop something else (e.g. stone will drop stone, not cobblestone)
2258field_4051_bdslowSand0
2259field_40520_wprotectionName0Holds the name to be translated of each protection type.
2260field_40521_vprotectionType0Defines the type of protection of the enchantment, 0 = all, 1 = fire, 2 = fall (feather fall), 3 = explosion and 4 = projectile.
2261field_40522_zthresholdEnchantability0Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant.
2262field_40523_ylevelEnchantability0Holds how much each level increased the enchantability factor to be able to use this enchant.
2263field_40524_xbaseEnchantability0Holds the base factor of enchantability needed to be able to use the enchant.
2264field_40525_wprotectionName0Holds the name to be translated of each protection type.
2265field_40526_vdamageType0Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods
2266field_40527_zthresholdEnchantability0Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant.
2267field_40528_ylevelEnchantability0Holds how much each level increased the enchantability factor to be able to use this enchant.
2268field_40529_xbaseEnchantability0Holds the base factor of enchantability needed to be able to use the enchant.
2269field_40531_fsaveDirectoryName0The directory name of the world
2270field_40532_frarityName0Rarity name.
2271field_40535_erarityColor0A decimal representation of the hex color codes of a the color assigned to this rarity type. (13 becomes d as in \247d which is light purple)
2272field_4053_bcnetherrack0
2273field_40548_rprojectile0This kind of damage is based on a projectile or not.
2274field_40549_qfireDamage0This kind of damage is based on fire or not.
2275field_40558_dhardcoreEnabled0True if hardcore mode is enabled
2276field_4055_bbpumpkin0
2277field_40562_dlock0Used to make threads queue to add packets
2278field_40563_bpacketCountForID0A count of the total number of each packet sent grouped by IDs.
2279field_40564_csizeCountForID0A count of the total size of each packet sent grouped by IDs.
2280field_40565_aallowCounting0If false, countPacket does nothing
2281field_40569_dsavedIOCounter0
2282field_40570_eisThreadWaiting0
2283field_40571_bthreadedIOQueue0
2284field_40572_cwriteQueuedCounter0
2285field_40573_athreadedIOInstance0Instance of ThreadedFileIOBase
2286field_40577_fmaxDamageFactor0Holds 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)
2287field_40578_gdamageReductionAmountArray0Holds the damage reduction (each 1 points is half a shield on gui) of each piece of armor (helmet, plate, legs and boots)
2288field_4057_bafence0
2289field_40584_henchantability0Return the enchantability factor of the material
2290field_40590_GbytesDrawn0Bytes sent to the GPU
2291field_40595_ghardcore0
2292field_4059_austairCompactPlanks0
2293field_405_aqobsidian0
2294field_40605_nboxName0
2295field_40606_lcubeList0
2296field_40607_mchildModels0
2297field_40608_sbaseModel0
2298field_40624_Leffectiveness0
2299field_40625_Musable0
2300field_40626_NliquidColor0Is the color of the liquid for this potion.
2301field_40627_JstatusIconIndex0The index for the icon displayed when the potion effect is active.
2302field_40628_KisBadEffect0This field indicated if the effect is 'bad' - negative - for the entity.
2303field_4063_aUice0
2304field_40647_benchantmentModifierDamage0Used to calculate the extra armor of enchantments on armors equipped on player.
2305field_40648_cenchantmentModifierLiving0Used to calculate the (magic) extra damage done by enchantments on current equipped item of player.
2306field_40649_aenchantmentRand0Is the random seed of enchantment effects.
2307field_4064_aSbutton0
2308field_4065_aNpressurePlatePlanks0
2309field_40665_dprofilingSection0Current profiling section
2310field_40666_eprofilingMap0Profiling map
2311field_40667_bsectionList0List of parent sections
2312field_40668_ctimestampList0List of timestamps (System.nanoTime)
2313field_40669_aprofilingEnabled0Flag profiling enabled
2314field_4066_aLpressurePlateStone0
2315field_40672_fposZ20Z vertex coordinate of upper box corner
2316field_40674_dposX20X vertex coordinate of upper box corner
2317field_40675_eposY20Y vertex coordinate of upper box corner
2318field_40676_bposY10Y vertex coordinate of lower box corner
2319field_40677_cposZ10Z vertex coordinate of lower box corner
2320field_40678_aposX10X vertex coordinate of lower box corner
2321field_40679_hvertexPositions0The (x,y,z) vertex positions and (u,v) texture coordinates for each of the 8 points on a cube
2322field_4067_aKlever0
2323field_40680_iquadList0An array of 6 TexturedQuads, one for each face of a cube
2324field_40681_LsmoothCamPartialTicks0Smooth cam partial ticks
2325field_40682_HsmoothCamYaw0Smooth cam yaw
2326field_40683_IsmoothCamPitch0Smooth cam pitch
2327field_40684_JsmoothCamFilterX0Smooth cam filter X
2328field_40685_KsmoothCamFilterY0Smooth cam filter Y
2329field_4068_aJsignWall0
2330field_40691_bsecondaryComponents0
2331field_40692_aprimaryComponents0
2332field_4069_aIstairCompactCobblestone0
2333field_406_apcobblestoneMossy0
2334field_40702_bglobalPercentage0Percentage of time spent in this ProfilerResult relative to the entire game
2335field_40703_cname0The name of this ProfilerResult
2336field_40704_asectionPercentage0Percentage of time spent in this ProfilerResult relative to its parent ProfilerResult
2337field_40715_dstackTagCompound0A NBTTagMap containing data about an ItemStack. Can only be used for non stackable items
2338field_40718_JbigMushroomsPerChunk0Amount of big mushrooms per chunk
2339field_40719_KgenerateLakes0True if decorator should generate surface lava & water
2340field_40720_ubigMushroomGen0Field that holds big mushroom generator
2341field_40721_ywaterlilyPerChunk0Amount of waterlilys per chunk.
2342field_40722_xwaterlilyGen0The water lily generation!
2343field_40723_LspikeGen0
2344field_40725_rhardcore0Hardcore mode flag
2345field_4072_ablockType0Boolean used to seperate different states of blocks
2346field_40732_jenchantability0Defines the natural enchantability factor of the material.
2347field_40733_btextureOffsetY0The y coordinate offset of the texture
2348field_40734_atextureOffsetX0The x coordinate offset of the texture
2349field_40741_visGapLightingUpdated0
2350field_40752_dstrongComponentType0
2351field_407_aobookShelf0
2352field_4082_ablockInstance0
2353field_4083_aportalParticleScale0
2354field_4084_rportalPosZ0
2355field_4085_qportalPosY0
2356field_4086_pportalPosX0
2357field_4088_kticksCatchable0the number of ticks remaining until this fish can no longer be caught
2358field_4089_jticksInAir0
2359field_408_antnt0
2360field_4090_iticksInGround0
2361field_4091_hinGround0
2362field_4092_ginTile0
2363field_4093_fzTile0The tile this entity is on, Z position
2364field_4094_eyTile0The tile this entity is on, Y position
2365field_4095_dxTile0The tile this entity is on, X position
2366field_4096_cbobber0The 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.
2367field_4097_bangler0
2368field_4098_ashake0
2369field_409_ambrick0
2370field_41013_bHhealingEnderCrystal0The current endercrystal that is healing this dragon
2371field_41031_bhealth0
2372field_41032_ainnerRotation0Used to create the rotation animation when rendering the crystal.
2373field_41034_bblockNames0
2374field_41038_aentityDragon0The entity instance of the dragon. Note: This is a static field in RenderDragon because there is only supposed to be one dragon
2375field_41044_blines0List of lines on the ending poem and credits.
2376field_41046_aupdateCounter0Counts the number of screen updates.
2377field_41047_ylocalizedNewWorldText0E.g. New World, Neue Welt, Nieuwe wereld, Neuvo Mundo
2378field_41048_xseed0The current textboxSeed text
2379field_41050_bKdragonEgg0
2380field_41051_abossDefeated0true if the enderdragon has been killed - allows end portal blocks to be created in the end
2381field_41056_zdragonEgg0
2382field_41061_adoBlockNotify0Sets 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.
2383field_41063_bFONT_HEIGHT0the height in pixels of default text
2384field_41064_cfontRandom0
2385field_41068_frotationZ0The Z component of the entity's yaw rotation
2386field_41069_grotationYZ0The Y component (scaled along the Z axis) of the entity's pitch rotation
2387field_41070_drotationX0The X component of the entity's yaw rotation
2388field_41071_erotationXZ0The combined X and Z components of the entity's pitch rotation
2389field_41072_bobjectY0The calculated view object Y coordinate
2390field_41073_cobjectZ0The calculated view object Z coordinate
2391field_41074_aobjectX0The calculated view object X coordinate
2392field_41075_lobjectCoords0The computed view object coordinates
2393field_41076_jmodelview0The current GL modelview matrix
2394field_41077_kprojection0The current GL projection matrix
2395field_41078_hrotationXY0The Y component (scaled along the X axis) of the entity's pitch rotation
2396field_41079_iviewport0The current GL viewport
2397field_41086_TPARTICLES0
2398field_41087_PparticleSetting0Determines amount of particles. 0 = All, 1 = Decreased, 2 = Minimal
2399field_410_alstairSingle0
2400field_4116_brandomSoundDelay0A random delay until this PigZombie next makes a sound.
2401field_4117_aangerLevel0Above zero if this PigZombie is Angry.
2402field_4118_cdefaultHeldItem0The ItemStack that any PigZombie holds (a gold sword, in fact).
2403field_4119_adefaultHeldItem0The ItemStack that any Skeleton holds (a bow).
2404field_411_akstairDouble0
2405field_4120_bcurrentTarget0This entity's current target.
2406field_4121_alivingSoundTime0Number of ticks since this EntityLiving last produced its sound
2407field_4122_haggroCooldown0Cooldown time between target loss and new target aquirement.
2408field_4123_gtargetedEntity0
2409field_4124_fattackCounter0
2410field_4125_eprevAttackCounter0
2411field_4126_dwaypointZ0
2412field_4127_cnumTicksToChaseTarget0How long to keep a specific target entity
2413field_4128_nfishEntity0An instance of a fishing rod's hook. If this isn't null, the icon image of the fishing rod is slightly different
2414field_4129_mdimension0Which dimension the player is in (-1 = the Nether, 0 = normal world)
2415field_412_ajblockSteel0
2416field_413_aiblockGold0
2417field_414_ahmushroomRed0
2418field_4157_aliquidBlockId0The ID of the liquid block used in this liquid generator.
2419field_4158_ahellLavaID0Stores the ID for WorldGenHellLava
2420field_4159_snetherCaveGenerator0
2421field_415_agmushroomBrown0
2422field_4160_rnetherrackExclusivityNoise0Holds the noise used to determine whether something other than netherrack can be generated at a location
2423field_4161_qgravelNoise0
2424field_4162_pslowsandNoise0Holds the noise used to determine whether slowsand can be generated at a location
2425field_4164_nworldObj0Is the world that the nether is getting generated.
2426field_4165_mnetherrackExculsivityNoiseGen0Determines whether something other than nettherack can be generated at a location
2427field_4166_lslowsandGravelNoiseGen0Determines whether slowsand or gravel can be generated at a location
2428field_4167_knetherNoiseGen30
2429field_4168_jnetherNoiseGen20
2430field_4169_inetherNoiseGen10A NoiseGeneratorOctaves used in generating nether terrain
2431field_416_afplantRed0
2432field_4170_hhellRNG0
2433field_4171_gnoiseData50
2434field_4172_fnoiseData40
2435field_4173_enoiseData30
2436field_4174_dnoiseData20
2437field_4175_cnoiseData10
2438field_4176_bnetherNoiseGen70
2439field_4177_anetherNoiseGen60
2440field_4179_vbiomesForGeneration0The biomes that are used to generate the chunk
2441field_417_aeplantYellow0
2442field_4180_qnoiseArray0Holds the overall noise array used in chunk generation
2443field_4181_hnoise60A double array that holds terrain noise from noiseGen6
2444field_4182_gnoise50A double array that hold terrain noise from noiseGen5
2445field_4183_fnoise20A double array that hold terrain noise from noiseGen2
2446field_4184_enoise10A double array that hold terrain noise
2447field_4185_dnoise30A double array that hold terrain noise from noiseGen3
2448field_4189_iupdateCounter0Counts the number of screen updates.
2449field_4199_grainfall0The rainfall in the world
2450field_419_accloth0
2451field_4200_fhellTemperature0
2452field_4201_ebiomeGenerator0The biome generator object.
2453field_4209_qworldProvider0The WorldProvider instance that World uses.
2454field_4214_ascheduledUpdatesAreImmediate0boolean; if true updates scheduled by scheduleBlockUpdate happen immediately
2455field_4215_bworldChunkMgr0World chunk manager being used to generate chunks
2456field_4216_aworldObj0world object being used
2457field_4217_fcolorsSunriseSunset0Array for sunrise/sunset colors (RGBA)
2458field_4218_eworldType00 for normal world -1 for hell
2459field_4219_dlightBrightnessTable0Light to brightness conversion table
2460field_4223_idialImageData0Holds the image of the dial.png in rgb format.
2461field_4224_hwatchIconImageData0Holds the image of the watch from items.png in rgb format.
2462field_4225_gmc0Holds the game instance to retrieve information like world provider and time.
2463field_4226_hportalTextureData0Portal texture data
2464field_4227_gportalTickCounter0Portal tick counter
2465field_422_aZjukebox0
2466field_4230_hcompassIconImageData0Holds the image of the compass from items.png in rgb format.
2467field_4231_gmc0A reference to the Minecraft object.
2468field_4232_arandom0A private Random() function in Teleporter
2469field_4236_fitemRenderer0
2470field_423_aYreed0
2471field_4241_pfillerBlock0The block to fill spots in when not on the top
2472field_4242_otopBlock0The block expected to be on the top of this biome
2473field_4245_lhell0
2474field_4249_hdesert0
2475field_424_aXblockClay0
2476field_4250_gtaiga0
2477field_4253_dforest0
2478field_4255_bswampland0
2479field_4257_btentacles0
2480field_4258_abody0
2481field_4259_ycanBurn0Bool defining if the block can burn or not.
2482field_425_aWcactus0
2483field_4260_xportal0Material used for portals
2484field_4261_wpumpkin0pumpkin
2485field_4262_qunused0
2486field_4263_oglass0
2487field_4264_kcloth0
2488field_4265_hleaves0
2489field_4268_gfogColorBlue0blue component of the fog color
2490field_4269_ffogColorGreen0green component of the fog color
2491field_426_aVblockSnow0
2492field_4270_efogColorRed0red component of the fog color
2493field_4274_abaseEntity0The entity (usually the player) that the camera is inside.
2494field_4277_dmaxNumberOfCreature0
2495field_4278_ccreatureClass0The root class of creatures associated with this EnumCreatureType (IMobs for aggressive creatures, EntityAnimals for friendly ones)
2496field_4280_jblurTexture0Flag set when a texture should use blurry resizing
2497field_4281_iclampTexture0Flag set when a texture should not be repeated
2498field_4286_bbuffer0
2499field_4287_adateFormat0
2500field_4288_dimageData0
2501field_4289_cpixelData0
2502field_428_aTsnow0
2503field_430_aRtorchRedstoneActive0
2504field_431_aQtorchRedstoneIdle0
2505field_432_aPoreRedstoneGlowing0
2506field_433_aOoreRedstone0
2507field_435_aMdoorSteel0
2508field_44004_bsheepTimer0Used to control movement as well as wool regrowth. Set to 40 on handleHealthUpdate and counts down with each tick.
2509field_44006_dtheGameSettings0For saving the user's language selection to disk.
2510field_44007_bupdateTimer0Timer used to update texture packs, decreases every tick and is reset to 20 and updates texture packs upon reaching 0.
2511field_44008_clanguageList0This GUI's language list.
2512field_44009_aparentGui0This GUI's parent GUI.
2513field_44010_blength0Length of the data to be read
2514field_44011_cdata0Any data
2515field_44012_achannel0Name of the 'channel' used to send data
2516field_44018_Qlanguage0Game settings language
2517field_44019_bCmonsterPlacer0
2518field_44026_dcurrentLanguage0
2519field_44027_clanguageList0
2520field_44034_fglyphTextureName0Array of GL texture ids for loaded glyph_XX.png images. Indexed by Unicode block (group of 256 chars).
2521field_44035_gcolorCode0Array of RGB triplets defining the 16 standard chat colors followed by 16 darker version of the same colors for drop shadows.
2522field_44036_eglyphWidth0Array of the start/end column (in upper/lower nibble) for every glyph in the /font directory.
2523field_44037_junicodeFlag0If true, strings should be rendered with Unicode fonts instead of the default.png font
2524field_44038_hboundTextureName0The currently bound GL texture ID. Avoids unnecessary glBindTexture() for the same texture if it's already bound.
2525field_44039_irenderEngine0The RenderEngine used to load and setup glyph textures.
2526field_44041_aentityEggs0This is a HashMap of the Creative Entity Eggs/Spawners.
2527field_440_aHrail0
2528field_441_aGladder0
2529field_442_aFdoorWood0
2530field_443_aEsignPost0
2531field_444_aDstoneOvenActive0
2532field_445_aCstoneOvenIdle0
2533field_446_aBtilledField0
2534field_447_aAcrops0
2535field_448_babilityToCatchFire0This is an array indexed by block ID the larger the number in the array the more likely a block type will catch fires
2536field_449_achanceToEncourageFire0The chance this block will encourage nearby blocks to catch on fire
2537field_450_btorchUpdates0An array of when redstone torches became active. Used for redstone torches to burn out.
2538field_451_atorchActive0Whether the redstone torch is currently active or not.
2539field_452_amodelBlock0The block that is used as model for the stair.
2540field_453_awiresProvidePower0When false, power transmission methods do not look at other redstone wires. Used internally during updateCurrentStrength.
2541field_454_bisFreestanding0Whether this is a freestanding sign or a wall-mounted sign
2542field_455_asignEntityClass0
2543field_456_aisActive0True if this is an active furnace, false if idle
2544field_457_arandom0
2545field_459_bisOptimalFlowDirection0Indicates whether the flow direction is optimal. Each array index corresponds to one of the four cardinal directions.
2546field_46001_chasMadeChest0
2547field_46002_achestLoot0
2548field_46015_bfrotationYawHead0Entity head rotation yaw
2549field_46016_bgprevRotationYawHead0Entity head rotation yaw at previous tick
2550field_46017_dlookHelper0
2551field_46018_emoveHelper0
2552field_46019_bUtasks0
2553field_46020_bQentityLivingToAttack0is only being set, has no uses as of MC 1.1
2554field_46021_amjumpHelper0Entity jumping helper
2555field_46026_atdamage0
2556field_46027_auknockbackStrength0The amount of knockback an arrow applies when it hits a mob.
2557field_46029_edoneButton0This GUI's 'Done' button.
2558field_46031_fterrainType0
2559field_46032_dterrainType0
2560field_46037_dposZ0
2561field_46038_espeed0The speed at which the entity should move
2562field_46039_bposX0
2563field_46040_cposY0
2564field_46041_aentity0The EntityLiving that is being moved
2565field_46042_vinfinity0Infinity enchantment for bows. The bow will not consume arrows anymore, but will still required at least one arrow on inventory use the bow.
2566field_46043_uflame0Flame enchantment for bows. Arrows fired by the bow will be on fire. Any target hit will also set on fire.
2567field_46044_tpunch0Knockback enchantments for bows, the arrows will knockback the target when hit.
2568field_46045_spower0Power enchantment for bows, add's extra damage to arrows.
2569field_46046_vextremeHillsEdge0Extreme Hills Edge biome.
2570field_46047_utaigaHills0Taiga Hills biome.
2571field_46048_tforestHills0Forest Hills biome.
2572field_46049_sdesertHills0Desert Hills biome.
2573field_46050_rbeach0Beach biome.
2574field_46052_dvillageGen0
2575field_46053_brandom0
2576field_46054_cuseStructures0
2577field_46055_aworldObj0
2578field_46060_fterrainType0World terrain type, 0 for normal, 1 for flat map
2579field_46061_bprimaryColor0Base color of the egg
2580field_46062_csecondaryColor0Color of the egg spots
2581field_46063_aspawnedID0The entityID of the spawned mob
2582field_46067_bterrainType0
2583field_46073_dspeed0
2584field_46074_bworldObj0
2585field_46075_ccurrentPath0The PathEntity being followed.
2586field_46076_atheEntity0
2587field_46085_amutexBits0A bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other.
2588field_46086_didleTime0A decrementing tick that stops the entity from being idle once it reaches 0.
2589field_46087_blookX0X offset to look at
2590field_46088_clookZ0Z offset to look at
2591field_46089_aidleEntity0The entity that is looking idle.
2592field_46091_dattackTick0An amount of decrementing ticks that allows the entity to attack once the tick reaches 0.
2593field_46094_centityTarget0
2594field_46095_aworldObj0
2595field_46097_dzPosition0
2596field_46098_bxPosition0
2597field_46099_cyPosition0
2598field_460_anumAdjacentSources0Number of horizontally adjacent liquid source blocks. Diagonal doesn't count. Only source blocks of the same liquid as the block using the field are counted.
2599field_46100_aentity0
2600field_46106_atheEntity0
2601field_46108_eterrainType0
2602field_46111_eisUnicode0
2603field_46112_bpriority0Priority of the EntityAIBase
2604field_46113_ctasks0The EntityAITasks object of which this is an entry.
2605field_46114_aaction0The EntityAIBase object.
2606field_46119_bexecutingTasks0Tasks currently being executed
2607field_46120_atasksToDo0
2608field_46125_mbidiFlag0If true, the Unicode Bidirectional Algorithm should be run before rendering any string.
2609field_46126_jposX0Current X coordinate at which to draw the next character.
2610field_46127_kposY0Current Y coordinate at which to draw the next character.
2611field_46131_bisJumping0
2612field_46132_aentity0
2613field_46134_bterrainType0
2614field_46139_cworldType0'default' or 'flat'
2615field_46145_fposY0
2616field_46146_gposZ0
2617field_46148_eposX0
2618field_46151_aentity0
2619field_461_cflowCost0The estimated cost to flow in a given direction from the current point. Each array index corresponds to one of the four cardinal directions.
2620field_463_bbaseIndexInPNG0The base index in terrain.png corresponding to the fancy version of the leaf texture. This is stored so we can switch the displayed version between fancy and fast graphics (fast is this index + 1).
2621field_466_afallInstantly0Do blocks fall instantly to where they stop or do they fall over time
2622field_467_atriggerMobType0The mob type that can trigger this pressure plate.
2623field_468_aglowing0
2624field_469_ablockName0
2625field_470_bpacketClassToIdMap0Maps packet class to packet id
2626field_471_apacketIdToClassMap0Maps packet id to packet class
2627field_472_jisChunkDataPacket0Only true for Packet51MapChunk, Packet52MultiBlockChange, Packet53BlockChange and Packet59ComplexEntity. Used to separate them into a different send queue.
2628field_478_bzPosition0Chunk Z position.
2629field_479_axPosition0Chunk X position.
2630field_480_fsize0The size of the arrays.
2631field_48102_dlastAttackingEntity0
2632field_48103_crevengeTimer0
2633field_48104_atsenses0
2634field_48105_bUtargetTasks0
2635field_48106_asattackTarget0The active target the Task system uses for tracking
2636field_48107_arnavigator0
2637field_48108_aqbodyHelper0
2638field_48109_awmaximumHomeDistance0If -1 there is no maximum distance
2639field_48110_avhomePosition0
2640field_48111_auAIMoveSpeed0
2641field_48121_avillageObj0
2642field_48130_disPlayingFlag0
2643field_48131_brandomTickDivider0
2644field_48132_cisMatingFlag0
2645field_48133_avillageObj0
2646field_48137_caiEatGrass0The eat grass AI task for this mob.
2647field_48146_aaiSit0
2648field_48149_baiTempt0The tempt AI task for this mob, used to prevent taming while it is fleeing.
2649field_48154_acooldownTimer0The cooldown timer for the buttons, increases every tick and enables all buttons when reaching 20.
2650field_48159_bheadRotationYaw0
2651field_48160_aentityId0
2652field_48161_fcustomParam20Custom parameter 2 passed to the tile entity on update.
2653field_48162_gcustomParam30Custom parameter 3 passed to the tile entity on update.
2654field_48163_dactionType0The type of update to perform on the tile entity.
2655field_48164_ecustomParam10Custom parameter 1 passed to the tile entity on update.
2656field_48165_byPosition0The Y position of the tile entity to update.
2657field_48166_czPosition0The Z position of the tile entity to update.
2658field_48167_axPosition0The X position of the tile entity to update.
2659field_48169_hheadYaw0The yaw of the entity's head.
2660field_48171_fincludeInitialize0Whether to initialize the Chunk before applying the effect of the Packet51MapChunk.
2661field_48172_gtempLength0The length of the compressed chunk data byte array.
2662field_48173_dyChMax0The y-position of the highest chunk Section in the transmitted chunk, in chunk coordinates.
2663field_48174_echunkData0The transmitted chunk data, decompressed.
2664field_48175_bzCh0The z-position of the transmitted chunk, in chunk coordinates.
2665field_48176_cyChMin0The y-position of the lowest chunk Section in the transmitted chunk, in chunk coordinates.
2666field_48177_axCh0The x-position of the transmitted chunk, in chunk coordinates.
2667field_48179_itemp0A temporary storage for the compressed chunk data byte array.
2668field_48193_bwoodMetadata0Sets the metadata for the wood blocks used
2669field_48194_cleavesMetadata0Sets the metadata for the leaves used in huge trees
2670field_48195_abaseHeight0The base height of the tree
2671field_48199_dmetaLeaves0The metadata value of the leaves to use in tree generation.
2672field_481_emetadataArray0The metadata for each block changed.
2673field_48200_bgrowVines0Indicator that the tree generator needs to grown vines on the trees.
2674field_48201_cmetaWood0The metadata value of the wood to use in tree generation.
2675field_48202_aminTreeHeight0The minimum height of a generated tree.
2676field_48207_bUisBlockContainer0true if the Block contains a Tile Entity
2677field_48208_bTneedsRandomTick0Flags whether or not this block is of a type that needs random ticking. Ref-counted by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake.
2678field_48209_bLredstoneLampIdle0
2679field_48210_bMredstoneLampActive0
2680field_48215_apowered0Whether this lamp block is the powered version.
2681field_48235_atheEntity0
2682field_48236_bcreeperAttackTarget0The creeper's attack target. This is used for the changing of the creeper's state.
2683field_48237_aswellingCreeper0The creeper that is swelling.
2684field_48239_gentityPathNavigate0The PathNavigate of our entity
2685field_48244_atheEntity0The entity we are attached to
2686field_48245_htargetEntityClass0The class of the entity we should avoid
2687field_48247_bparentAnimal0
2688field_48249_achildAnimal0The child that is following its parent.
2689field_48250_bleapTarget0The entity that the leaper is leaping towards.
2690field_48251_cleapMotionY0The entity's motionY after leaping.
2691field_48252_aleaper0The entity that is leaping.
2692field_48253_dinsidePosZ0
2693field_48254_bdoorInfo0
2694field_48255_cinsidePosX0
2695field_48256_aentityObj0
2696field_48259_dtheAnimal0
2697field_48260_etargetMate0
2698field_48261_bspawnBabyDelay0Delay preventing a baby from spawning immediately when two mate-able animals find each other.
2699field_48262_cmoveSpeed0The speed the creature moves at during mating behavior.
2700field_48263_atheWorld0
2701field_48267_battacker0
2702field_48268_hclassTarget0
2703field_48277_atemptedEntity0The entity using this AI that is tempted by the player.
2704field_48278_lscaredByPlayerMovement0Whether the entity using this AI will be scared by the tempter's sudden movement.
2705field_48281_kbreedingFood0This field saves the ID of the items that can be used to breed entities with this behaviour.
2706field_48282_htemptingPlayer0The player that is tempting the entity that is using this AI.
2707field_48283_idelayTemptCounter0A counter that is decremented each time the shouldExecute method is called. The shouldExecute method will always return false if delayTemptCounter is greater than 0.
2708field_48287_fdoorList0
2709field_48288_ddoorInfo0
2710field_48292_atheEntity0
2711field_48295_bclosestEntity0The closest entity which is being watched by this one.
2712field_48297_ftheWorld0
2713field_48298_dshelterZ0
2714field_48300_bshelterX0
2715field_48301_cshelterY0
2716field_48302_atheCreature0
2717field_48304_gpetPathfinder0
2718field_48305_dthePet0
2719field_48306_etheOwner0
2720field_48307_bmaxDist0
2721field_48308_cminDist0
2722field_48309_atheWorld0
2723field_48314_bspeed0
2724field_48317_espeed0
2725field_48321_dentityPosZ0
2726field_48322_etargetDoor0
2727field_48323_bentityPosX0
2728field_48324_centityPosY0
2729field_48325_atheEntity0
2730field_48332_dmovePosY0
2731field_48333_emovePosZ0
2732field_48334_btargetEntity0
2733field_48335_cmovePosX0
2734field_48336_atheEntity0
2735field_48340_dworldObj0
2736field_48341_ematingTimeout0
2737field_48342_bvillagerObj0
2738field_48343_cmate0
2739field_48344_avillageObj0
2740field_48350_atheWolf0
2741field_48351_dmovePosZ0
2742field_48353_bmovePosX0
2743field_48354_cmovePosY0
2744field_48355_atheEntity0
2745field_48357_btargetVillager0
2746field_48359_avillagerObj0
2747field_48361_btheEntity0
2748field_48363_atheWorld0
2749field_48364_bfrontDoor0
2750field_48365_aentityObj0
2751field_48368_grangedAttackID0The ID of this ranged attack AI. This chooses which entity is to be used as a ranged attack.
2752field_48369_drangedAttackTime0A decrementing tick that spawns a ranged attack once this value reaches 0. It is then set back to the maxRangedAttackTime.
2753field_48371_bentityHost0The entity the AI instance has been applied to
2754field_48372_cattackTarget0
2755field_48373_aworldObj0
2756field_48374_hmaxRangedAttackTime0The maximum time the AI has to wait before peforming another ranged attack.
2757field_48379_dtargetDistance0
2758field_48382_ctaskOwner0The entity that this task belongs to
2759field_48384_bvillageAgressorTarget0The aggressor of the iron golem's village which is now the golem's attack target.
2760field_48385_airongolem0
2761field_48386_ftargetChance0
2762field_48388_btargetClass0
2763field_48389_atargetEntity0
2764field_48397_btheEntity0
2765field_48398_ctheWorld0
2766field_48399_aeatGrassTick0A decrementing tick used for the sheep's head offset and animation.
2767field_48401_btheGolem0
2768field_48403_atheVillager0
2769field_48404_btheVillager0
2770field_48406_atheGolem0
2771field_48408_bisSitting0If the EntityTameable is sitting.
2772field_48409_atheEntity0
2773field_48416_wjungle0Jungle biome identifier
2774field_48417_xjungleHills0
2775field_48438_bDexpBottle0Bottle o' Enchanting. Drops between 1 and 3 experience orbs when thrown.
2776field_48439_bEfireballCharge0Fire Charge. When used in a dispenser it fires a fireball similiar to a Ghast's.
2777field_48448_dchunkSaveLocation0Save directory for chunks using the Anvil format
2778field_48465_AvillageCollectionObj0
2779field_48466_OvillageSiegeObj0
2780field_48468_rredstoneLight0
2781field_48470_btheEntity0
2782field_48471_aparent0
2783field_48479_bip0The IP address or domain used to connect.
2784field_48482_bcanSeeCachePositive0
2785field_48483_ccanSeeCacheNegative0
2786field_48484_aentityObj0
2787field_484_bxPosition0The X axis relative movement.
2788field_48501_fheightMap0
2789field_48502_jentityLists0Array of Lists containing the entities in this Chunk. Each List represents a 16 block subchunk.
2790field_48503_squeuedLightChecks0Contains the current round-robin relight check index, and is implied as the relight check location as well.
2791field_48504_qblockBiomeArray0Contains a 16x16 mapping on the X/Z plane of the biome ID to which each colum belongs.
2792field_48505_pstorageArrays0Used to store block IDs, block MSBs, Sky-light maps, Block-light maps, and metadata. Each entry corresponds to a logical segment of 16x16x16 blocks, stacked vertically.
2793field_48506_fstringToIDMapping0Maps entity names to their numeric identifiers
2794field_48509_bdepthBits0
2795field_48510_cdepthBitsPlusFour0
2796field_48511_adata0
2797field_48513_bagressionTime0
2798field_48514_cvillageObj0
2799field_48515_aagressor0
2800field_48542_flastAddDoorTimestamp0
2801field_48543_gtickCounter0
2802field_48544_dcenter0This is the actual village center.
2803field_48545_evillageRadius0
2804field_48546_bvillageDoorInfoList0list of VillageDoorInfo objects
2805field_48547_ccenterHelper0This is the sum of all door coordinates and used to calculate the actual village center by dividing by the number of doors.
2806field_48548_aworldObj0
2807field_48549_jnumIronGolems0
2808field_48550_hnumVillagers0
2809field_48551_ivillageAgressors0
2810field_48552_aparent0
2811field_48566_dvillageList0
2812field_48567_etickCounter0
2813field_48568_bvillagerPositionsList0This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either.
2814field_48569_cnewDoors0
2815field_48570_aworldObj0
2816field_48594_flastActivityTimestamp0
2817field_48595_gisDetachedFromVillageFlag0
2818field_48596_dinsideDirectionX0
2819field_48597_einsideDirectionZ0
2820field_48598_bposY0
2821field_48599_cposZ0
2822field_485_aentityId0The ID of this entity.
2823field_48600_aposX0
2824field_48601_hdoorOpeningRestrictionCounter0
2825field_48602_fdata0
2826field_48603_gblocks0
2827field_48604_dblockLight0
2828field_48605_eskyLight0
2829field_48606_bterrainPopulated0
2830field_48607_cheightmap0
2831field_48608_alastUpdated0
2832field_48609_lz0
2833field_48610_jtileTicks0
2834field_48611_kx0
2835field_48612_hentities0
2836field_48613_itileEntities0
2837field_48615_fisMovementBlockAllowed0should the PathFinder disregard BlockMovement type materials in its path
2838field_48616_gisPathingInWater0
2839field_48617_eisWoddenDoorAllowed0should the PathFinder go through wodden door blocks
2840field_48618_hcanEntityDrown0tells the FathFinder to not stop pathing underwater
2841field_48632_fgeneratorVersion0The int version of the ChunkProvider that generated this world.
2842field_48633_gcanBeCreated0Whether this world type can be generated. Normally true; set to false for out-of-date generator versions.
2843field_48634_dDEFAULT_1_10Default (1.1) world type.
2844field_48635_bDEFAULT0Default world type.
2845field_48636_cFLAT0Flat world type.
2846field_48637_aworldTypes0List of world types.
2847field_48649_bcurrentPathIndex0PathEntity Array Index the Entity is currently targeting
2848field_48681_fnoSunPathfind0
2849field_48682_gtotalTicks0Time, in number of ticks, following the current path
2850field_48683_epathSearchRange0The number of blocks (extra) +/- in each axis that get pulled out as cache for the pathfinder's search space
2851field_48684_lavoidsWater0If water blocks are avoided (at least by the pathfinder)
2852field_48685_mcanSwim0If the entity can swim. Swimming AI enables this and the pathfinder will also cause the entity to swim straight upwards when underwater
2853field_48686_jcanPassOpenWoodenDoors0Specifically, if a wooden door block is even considered to be passable by the pathfinder
2854field_48687_kcanPassClosedWoodenDoors0If door blocks are considered passable even when closed
2855field_48688_hticksAtLastPos0The time when the last position check was done (to detect successful movement)
2856field_48689_ilastPosCheck0Coordinates of the entity's position last time a check was done (part of monitoring getting 'stuck')
2857field_486_grotating0Boolean set to true if the entity is rotating.
2858field_48716_fblockMetadataArray0Stores the metadata associated with blocks in this ExtendedBlockStorage.
2859field_48717_gblocklightArray0The NibbleArray containing a block of Block-light data.
2860field_48718_dblockLSBArray0Contains the least significant 8 bits of each block ID belonging to this block storage's parent Chunk.
2861field_48719_eblockMSBArray0Contains the most significant 4 bits of each block ID belonging to this block storage's parent Chunk.
2862field_48720_bblockRefCount0A total count of the number of non-air blocks in this block storage's Chunk.
2863field_48721_ctickRefCount0Contains the number of blocks in this block storage's parent chunk that require random ticking. Used to cull the Chunk from random tick updates for performance reasons.
2864field_48722_ayBase0Contains the bottom-most Y block represented by this ExtendedBlockStorage. Typically a multiple of 16.
2865field_48723_hskylightArray0The NibbleArray containing a block of Sky-light data.
2866field_487_fpitch0The Y axis rotation.
2867field_488_eyaw0The X axis rotation.
2868field_489_dzPosition0The Z axis relative movement.
2869field_490_cyPosition0The Y axis relative movement.
2870field_491_byPosition0Block Y position.
2871field_492_axPosition0Block X position.
2872field_493_emetadata0Metadata of the block.
2873field_494_dtype0The new block type for the block.
2874field_495_czPosition0Block Z position.
2875field_499_bxPosition0The X position of the object.
2876field_50016_fsentMessageList0A list with all the sent chat messages in it.
2877field_50017_nhistoryOffset0
2878field_50043_misEnabled0If this value is true along isFocused, keyTyped will process the keys.
2879field_50044_jenableBackgroundDrawing0
2880field_50045_kcanLoseFocus0if true the textbox can lose focus by clicking elsewhere on the screen
2881field_50046_rdisabledColor0
2882field_50047_qenabledColor0
2883field_50063_csentHistoryCursor0keeps position of which chat message you will select when you press up, (does not increase for duplicated messages sent immediately after each other)
2884field_50064_ainputField0Chat entry field
2885field_50065_jclickedURI0used to pass around the URI to various dialogues and to the host os
2886field_50066_kdefaultInputFieldText0is the text that appears when you press the chat key and the input box appears pre-filled
2887field_50069_disCreativeMode0Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
2888field_50070_bisFlying0Indicates whether the player is flying or not.
2889field_50071_callowFlying0Whether or not to allow the player to fly when they double jump.
2890field_50072_adisableDamage0Disables player damage.
2891field_50095_bfontR0
2892field_50096_cline0
2893field_50097_apattern0
2894field_50099_cnameinLowerCase0Player name in lowercase.
2895field_500_aentityId0Entity ID of the object.
2896field_50115_nred0Used to specify new red value for the current color.
2897field_50116_oblue0Used to specify new blue value for the current color.
2898field_50117_qalpha0Used to speify new alpha value for the current color.
2899field_50118_pgreen0Used to specify new green value for the current color.
2900field_501_etype0The type of object.
2901field_502_dzPosition0The Z position of the object.
2902field_503_cyPosition0The Y position of the object.
2903field_504_byPosition0The Y position of the chunk.
2904field_505_axPosition0The X position of the chunk.
2905field_506_cmode0If mode is true (1) the client will initialise the chunk. If it is false (0) the client will unload the chunk.
2906field_507_aentityId0ID of the entity to be destroyed on the client.
2907field_508_bxPosition0X position of the entity.
2908field_509_aentityId0ID of the entity.
2909field_510_fpitch0Pitch of the entity.
2910field_511_eyaw0Yaw of the entity.
2911field_512_dzPosition0Z position of the entity.
2912field_513_cyPosition0Y position of the entity.
2913field_514_byPosition0Y coordinate of spawn.
2914field_515_axPosition0X coordinate of spawn.
2915field_516_czPosition0Z coordinate of spawn.
2916field_517_amessage0The message being sent.
2917field_518_busername0The name of the user attempting to login.
2918field_519_aprotocolVersion0The protocol version in use. Current version is 2.
2919field_52007_bheight0Button height in pixels
2920field_52008_awidth0Button width in pixels
2921field_52009_dlastServerName0Remembers the last hostname or IP address entered into text field between invocations of the GUI.
2922field_52010_bmaxChatLength0Maximum number of characters allowed in chat string in each packet.
2923field_52012_asnooper0The PlayerUsageSnooper object.
2924field_52015_rcolorCodeRegex0Compiled regular expression pattern for matching color codes in a string
2925field_52024_bserverUrl0URL of the server to send the report to
2926field_52025_adataMap0String map for report data
2927field_521_banimate0
2928field_522_aentityId0The entity ID, in this case it's the player ID.
2929field_523_icount0The number of items.
2930field_524_hitemID0
2931field_525_groll0The item roll.
2932field_526_fpitch0The item pitch.
2933field_527_erotation0The item rotation.
2934field_528_dzPosition0The item Z position.
2935field_529_cyPosition0The item Y position.
2936field_530_bxPosition0The item X position.
2937field_531_aentityId0Unique entity ID.
2938field_532_ausername0The username of the player attempting to connect.
2939field_533_bname0The player's name.
2940field_534_aentityId0The entity ID, in this case it's the player ID.
2941field_535_hcurrentItem0The current item the player is holding.
2942field_536_gpitch0The player's pitch.
2943field_537_frotation0The player's rotation.
2944field_538_ezPosition0The player's Z position.
2945field_539_dyPosition0The player's Y position.
2946field_540_cxPosition0The player's X position.
2947field_541_byPosition0Block Y position.
2948field_542_axPosition0Block X position.
2949field_543_estatus0Status of the digging (started, ongoing, broken).
2950field_544_dface0Punched face of the block.
2951field_545_czPosition0Block Z position.
2952field_546_btype0The type of mob.
2953field_547_aentityId0The entity ID.
2954field_548_gpitch0The pitch of the entity.
2955field_549_fyaw0The yaw of the entity.
2956field_550_ezPosition0The Z position of the entity.
2957field_551_dyPosition0The Y position of the entity.
2958field_552_cxPosition0The X position of the entity.
2959field_553_irotating0Boolean set to true if the player is rotating.
2960field_554_hmoving0Boolean set to true if the player is moving.
2961field_555_gonGround0True if the client is on the ground.
2962field_556_fpitch0The player's pitch rotation.
2963field_557_eyaw0The player's yaw rotation.
2964field_558_dstance0The player's stance. (boundingBox.minY)
2965field_559_czPosition0The player's Z position.
2966field_560_byPosition0The player's Y position.
2967field_561_axPosition0The player's X position.
2968field_562_bid0The block/item id to be equipped.
2969field_564_atime0The world time in minutes.
2970field_565_byPosition0
2971field_566_axPosition0
2972field_567_eitemStack0
2973field_568_ddirection0The offset to use for block/item placement.
2974field_569_czPosition0
2975field_570_bitemID0Equipped item (-1 for empty slot).
2976field_571_aentityID0Entity ID of the object.
2977field_580_bcollectorEntityId0The entity that picked up the one from the ground.
2978field_581_acollectedEntityId0The entity on the ground that was picked up.
2979field_582_areason0Displayed to the client when the connection terminates.
2980field_583_iticksBeforeMusic0
2981field_584_hrand0RNG.
2982field_585_gloaded0Set to true when the SoundManager has been initialised.
2983field_586_foptions0A reference to the game settings.
2984field_587_elatestSoundID0The last ID used when a sound is played, passed into SoundSystem to give active sounds a unique ID
2985field_588_dsoundPoolMusic0Sound pool containing music.
2986field_589_csoundPoolStreaming0Sound pool containing streaming audio.
2987field_590_bsoundPoolSounds0Sound pool containing sounds.
2988field_591_asndSystem0A reference to the sound system.
2989field_592_bxPosition0
2990field_593_aclippingHelper0
2991field_594_dzPosition0
2992field_595_cyPosition0
2993field_601_auboundingBox0Axis aligned bounding box.
2994field_602_atprevRotationPitch0
2995field_603_asprevRotationYaw0
2996field_604_arrotationPitch0Entity rotation Pitch
2997field_605_aqrotationYaw0Entity rotation Yaw
2998field_606_apmotionZ0Entity motion Z
2999field_607_aomotionY0Entity motion Y
3000field_608_anmotionX0Entity motion X
3001field_609_amposZ0Entity position Z
3002field_610_alposY0Entity position Y
3003field_611_akposX0Entity position X
3004field_615_agworldObj0Reference to the World object.
3005field_616_afridingEntity0The entity we are currently riding
3006field_617_aeriddenByEntity0The entity that is riding this entity
3007field_618_adpreventEntitySpawning0Blocks entities from spawning when they do their AABB check to make sure the spot is clear of entities that can prevent spawning.
3008field_619_acrenderDistanceWeight0
3009field_620_abentityId0
3010field_621_aZaddedToChunk0Has this entity been added to the chunk its within
3011field_622_aYcloakUrl0downloadable location of player's cloak
3012field_6234_bmc0Reference to the Minecraft object.
3013field_6235_amcCanvas0Reference to the applet canvas.
3014field_6236_cmcThread0Reference to the Minecraft main thread.
3015field_6275_ZminecraftDir0The working dir (OS specific) for minecraft
3016field_6282_SleftClickCounter0Mouse left click counter
3017field_6283_RticksRan0Number of ticks ran since the program was started.
3018field_6284_QdownloadResourcesThread0Reference to the download resources thread.
3019field_6286_OglCapabilities0Checks OpenGL capabilities (as of 1.2.3_04 effectively unused).
3020field_6287_NsystemTime0
3021field_6288_MisRaining0
3022field_6289_LinGameHasFocus0Does the actual gameplay have focus. If so then mouse and keys will effect the player instead of menus.
3023field_6290_KprevFrameTime0
3024field_6291_JisTakingScreenshot0Makes sure it doesn't keep taking screenshots when both buttons are down.
3025field_6292_Idebug0String that shows the debug information
3026field_6293_Hrunning0Set to true to keep the game loop running. Set to false by shutdown() to allow the game loop to exit cleanly.
3027field_6297_DmcDataDir0
3028field_6298_CtexturePackList0The TexturePackLister used by this instance of Minecraft...
3029field_6299_BmouseHelper0Mouse helper instance.
3030field_6300_abjoinPlayerCounter0Join player counter
3031field_6301_AsndManager0
3032field_6304_ygameSettings0The game settings that currently hold effect.
3033field_6305_xobjectMouseOver0The ray trace hit that the mouse is over.
3034field_6307_vskipRenderWorld0Skip render world
3035field_6308_uingameGUI0
3036field_6312_qloadingScreen0
3037field_6313_pcurrentScreen0The GuiScreen that's being displayed at the moment.
3038field_6314_ofontRenderer0The font renderer used for displaying and measuring text.
3039field_6315_nrenderEngine0The RenderEngine instance used by Minecraft
3040field_6316_misGamePaused0
3041field_6317_lhideQuitButton0a boolean to hide a Quit button from the main menu
3042field_6319_jminecraftUri0
3043field_6320_isession0
3044field_6321_heffectRenderer0
3045field_6322_gthePlayer0The player who's actually in control of this game.
3046field_6323_frenderGlobal0
3047field_6324_etheWorld0The World instance that Minecraft uses.
3048field_6325_ddisplayHeight0
3049field_6326_cdisplayWidth0
3050field_6327_bplayerController0
3051field_632_aOentityCollisionReduction0Reduces the velocity applied by entity collisions by the specified percent.
3052field_6332_frenderPassModel0The model to be used during the render passes.
3053field_6359_agraphicsLevel0Used to determine how to display leaves based on the graphics level. May also be used in rendering for transparency, not sure.
3054field_6363_alocalFlag0
3055field_6364_bvehicleEntityId0
3056field_6365_aentityId0
3057field_6366_bmotionX0
3058field_6367_aentityId0
3059field_6368_dmotionZ0
3060field_6369_cmotionY0
3061field_636_aKlastTickPosZ0The entity's Z coordinate at the previous tick, used to calculate position during rendering routines
3062field_637_aJlastTickPosY0The entity's Y coordinate at the previous tick, used to calculate position during rendering routines
3063field_6380_tvelocityZ0
3064field_6381_svelocityY0
3065field_6382_rvelocityX0
3066field_6383_qfishPitch0
3067field_6384_pfishYaw0
3068field_6385_ofishZ0
3069field_6386_nfishY0
3070field_6387_mfishX0
3071field_6388_lfishPosRotationIncrements0
3072field_638_aIlastTickPosX0The entity's X coordinate at the previous tick, used to calculate position during rendering routines
3073field_643_aDheight0How high this entity is considered to be
3074field_6446_bdamageGuiPartialTime0Damage partial time (GUI)
3075field_644_aCwidth0How wide this entity is considered to be
3076field_6451_gfontRenderer0The FontRenderer used by GuiScreen
3077field_6453_pfileLocation0the absolute location of this texture pack
3078field_6454_orefreshTimer0
3079field_6461_aguiScreen0
3080field_6462_lsplashText0The splash message.
3081field_6463_hrand0The RNG used by the Main Menu Screen.
3082field_646_aAisDead0gets set by setEntityDead, so this must be the flag whether an Entity is dead (inactive may be better term)
3083field_6478_ehasNoSky0A boolean that tells if a world does not have a sky. Used in calculating weather and skylight
3084field_6479_disHellWorld0States whether the Hell world provider is used(true) or if the normal world provider is used(false)
3085field_6486_bfirstDescriptionLine0The first line of the texture pack description (read from the pack.txt file)
3086field_6487_atexturePackFileName0The file name of the texture pack, or Default if not from a custom texture pack.
3087field_6488_dtexturePackID0Texture pack ID
3088field_6489_csecondDescriptionLine0The second line of the texture pack description (read from the pack.txt file)
3089field_6490_ftexturePackThumbnail0
3090field_6491_etexturePackName0The allocated OpenGL for this TexturePack, or -1 if it hasn't been loaded yet.
3091field_6493_htexturePackFile0
3092field_6494_gtexturePackThumbnail0
3093field_6495_ftexturePackName0The allocated OpenGL texture name for this texture pack, or -1 if it hasn't been allocated yet.
3094field_6496_etexturePackZipFile0
3095field_6501_oentityRenderMap0A map of entity classes and the associated renderer.
3096field_6503_ncolor0
3097field_6504_mbiomeName0
3098field_6509_atileEntityRenderer0The TileEntityRenderer instance associated with this TileEntitySpecialRenderer
3099field_6514_bexception0The Throwable object that was thrown.
3100field_6515_adescription0A description of the error that has occurred.
3101field_6517_mspecialRendererMap0A mapping of TileEntitySpecialRenderers used for each TileEntity that has one
3102field_6521_rkeyBindChat0
3103field_6522_BoptionsFile0
3104field_6523_qkeyBindDrop0
3105field_6524_jskin0The name of the selected texture pack.
3106field_6527_ktexturePack0Texture pack
3107field_6528_btextureMap0
3108field_6529_afoliageBuffer0Color buffer for foliage
3109field_6533_bavailableTexturePacks0The list of the available texture packs.
3110field_6534_aselectedTexturePack0The TexturePack that will be used.
3111field_6535_gcurrentTexturePack0
3112field_6536_ftexturePackDir0The directory the texture packs will be loaded from.
3113field_6537_emc0The Minecraft instance used by this TexturePackList
3114field_6539_cdefaultTexturePack0The default texture pack.
3115field_6540_agrassBuffer0Color buffer for grass
3116field_6541_ainstance0The static instance of this class
3117field_6542_dmpPassParameter0
3118field_6543_csessionId0
3119field_6544_aeligibleChunksForSpawning0The 17x17 area around the player where mobs can spawn
3120field_654_bcchunkCoordZ0
3121field_656_bbchunkCoordY0
3122field_657_bachunkCoordX0
3123field_658_ninterpPosZ0
3124field_659_minterpPosY0
3125field_660_linterpPosX0
3126field_661_kparticleBlue0The blue amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0.
3127field_662_jparticleGreen0The green amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0.
3128field_663_iparticleRed0The red amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0.
3129field_664_hparticleGravity0
3130field_665_gparticleScale0
3131field_666_fparticleMaxAge0
3132field_667_eentityRiderYawDelta0
3133field_668_dparticleTextureJitterY0
3134field_669_cparticleTextureJitterX0
3135field_670_bparticleTextureIndex0
3136field_671_asmokeParticleScale0
3137field_672_aflameScale0the scale of the flame FX
3138field_673_areddustParticleScale0
3139field_674_alavaParticleScale0
3140field_675_aentityToPickUp0
3141field_676_ryOffs0renamed from yOffset to fix shadowing Entity.yOffset
3142field_677_qmaxAge0
3143field_678_page0
3144field_679_oentityPickingUp0
3145field_680_iticksInAir0
3146field_681_hticksInGround0
3147field_682_gshootingEntity0The owner of this arrow.
3148field_688_aarrowShake0Seems to be some sort of timer for animating an arrow.
3149field_689_afuse0How long the fuse is
3150field_690_bart0
3151field_691_adirection0the direction the painting faces
3152field_695_ctickCounter10
3153field_712_JdeathTime0The amount of time remaining this entity should act 'dead', i.e. have a corpse in the world.
3154field_715_GhurtTime0The amount of time remaining this entity should act 'hurt'. (Visual appearance of red tint)
3155field_734_oprevRenderYawOffset0
3156field_735_nrenderYawOffset0
3157field_749_apathToEntity0
3158field_750_ghasAttacked0returns true if a creature has attacked recently only used for creepers and skeletons
3159field_751_fentityToAttack0The Entity this EntityCreature is set to attack.
3160field_754_itimeUntilNextEgg0The time until the next egg is spawned.
3161field_758_cdestPos0
3162field_762_eattackStrength0How much damage this mob's attacks deal
3163field_763_blastActiveTime0Time when this creeper was last in an active state (Messed up code here, probably causes creeper animation to go weird)
3164field_764_atimeSinceIgnited0The amount of time since the creeper was close enough to the player to ignite
3165field_769_dslimeJumpDelay0the time between each jump of the slime
3166field_771_iusername0
3167field_774_fcameraYaw0
3168field_775_eprevCameraYaw0
3169field_778_binventory0Inventory of the player
3170field_780_bkotherPlayerMPYaw0
3171field_782_bjotherPlayerMPZ0
3172field_783_biotherPlayerMPY0
3173field_784_bhotherPlayerMPX0
3174field_785_bgotherPlayerMPPosRotationIncrements0
3175field_786_blotherPlayerMPPitch0
3176field_787_amovementInput0
3177field_788_bgmc0
3178field_797_bgsendQueue0
3179field_798_bfallTime0How long the block has been falling for.
3180field_799_ablockID0
3181field_800_bage0The age of this EntityItem (used to animate it up and down as well as expire it)
3182field_801_aitem0The item stack of this EntityItem.
3183field_802_fhealth0The health of this EntityItem. (For example, damage for tools)
3184field_805_cdelayBeforeCanPickup0
3185field_818_astackResult0A list of one item containing the result of the crafting formula
3186field_819_bclassToNameMap0A HashMap storing the classes and mapping to the string names (reverse of nameToClassMap).
3187field_820_anameToClassMap0A HashMap storing string names of classes mapping to the actual java.lang.Class type.
3188field_821_hzCoord0The z coordinate of the tile entity.
3189field_822_gyCoord0The y coordinate of the tile entity.
3190field_823_fxCoord0The x coordinate of the tile entity.
3191field_824_eworldObj0The reference to the world.
3192field_825_blineBeingEdited0The index of the line currently being edited. Only used on client side, but defined on both. Note this is only really used when the > < are going to be visible.
3193field_826_asignText0An array of four strings storing the lines of text on the sign.
3194field_827_achestContents0
3195field_828_bmobID0The string ID of the mobs being spawned from this spawner. Defaults to pig, apparently.
3196field_829_adelay0The stored delay before a new spawn.
3197field_830_dyaw20
3198field_831_cyaw0
3199field_832_bfurnaceBurnTime0The number of ticks that the furnace will keep burning
3200field_833_afurnaceItemStacks0The ItemStacks that hold the items currently being used in the furnace
3201field_834_dfurnaceCookTime0The number of ticks that the current item has been cooking for
3202field_835_ccurrentItemBurnTime0The number of ticks that a fresh copy of the currently-burning item would keep the furnace burning for
3203field_836_bupperChest0Inventory object corresponding to double chest upper part
3204field_837_aname0Name of the chest.
3205field_838_clowerChest0Inventory object corresponding to double chest lower part
3206field_840_astackList0List of the stacks in the crafting matrix.
3207field_841_ceventHandler0Class containing the callbacks for the events on_GUIClosed and on_CraftMaxtrixChanged.
3208field_842_barmorInventory0An array of 4 item stacks containing the currently worn armor pieces.
3209field_843_amainInventory0An array of 36 item stacks indicating the main player inventory (including the visible bar).
3210field_844_gplayer0The player whose inventory this is.
3211field_845_finventoryChanged0Set true whenever the inventory changes. Nothing sets it false so you will have to write your own code to check it and reset the value.
3212field_847_dcurrentItem0The index of the currently held item (0-8).
3213field_857_hcargoItems0Array of item stacks stored in minecart (for storage minecarts).
3214field_861_dentityRiderPitchDelta0
3215field_862_cfirstUpdate0
3216field_863_bnextStepDistance0The distance that has to be exceeded in order to triger a new step sound and an onEntityWalking event on a block
3217field_864_anextEntityID0
3218field_866_bnumberOfBlocks0The number of blocks to generate.
3219field_867_aclayBlockId0The block ID for clay.
3220field_868_oleafNodes0Contains a list of a points at which to generate groups of leaves.
3221field_869_nleafDistanceLimit0Sets the distance limit for how far away the generator will populate leaves from the base leaf node.
3222field_870_mheightLimitLimit0Sets the limit of the random value used to initialize the height limit.
3223field_871_ltrunkSize0Currently always 1, can be set to 2 in the class constructor to generate a double-sized tree trunk for big trees.
3224field_872_kleafDensity0
3225field_873_jscaleWidth0
3226field_874_ibranchSlope0
3227field_875_hbranchDensity0
3228field_876_gheightAttenuation0
3229field_877_fheight0
3230field_878_eheightLimit0
3231field_879_dbasePos0
3232field_880_cworldObj0Reference to the World object.
3233field_881_brand0random seed for GenBigTree
3234field_882_aotherCoordPairs0Contains three sets of two values that provide complimentary indices for a given 'major' index - 1 and 2 for 0, 0 and 2 for 1, and 0 and 1 for 2.
3235field_883_bnumberOfBlocks0The number of blocks to generate.
3236field_884_aminableBlockId0The block ID of the ore to be placed using this generator.
3237field_885_aplantBlockId0The ID of the plant block used in this plant generator.
3238field_886_bchunkMapping0The mapping between ChunkCoordinates and Chunks that ChunkProviderClient maintains.
3239field_887_ablankChunk0The completely empty chunk used by ChunkProviderClient when field_886_b doesn't contain the requested coordinates.
3240field_888_dworldObj0Reference to the World object.
3241field_889_cchunkListing0This may have been intended to be an iterable version of all currently loaded chunks (MultiplayerChunkCache), with identical contents to chunkMapping's values. However it is never actually added to.
3242field_890_blastQueriedChunkZPosition0The last Z position of a chunk that was returned from func_553_b
3243field_891_alastQueriedChunkXPos0The last X position of a chunk that was returned from func_553_b
3244field_892_hlastQueriedChunk0The last Chunk that was returned from func_553_b
3245field_893_gworldObj0Reference to the World object.
3246field_894_fchunks0An array of 1024 chunks.
3247field_895_echunkLoader0The IChunkLoader used by this ChunkProviderLoadOrGenerate.
3248field_896_dchunkProvider0The parent IChunkProvider for this ChunkProviderLoadOrGenerate.
3249field_897_cblankChunk0A completely empty Chunk, used by ChunkProviderLoadOrGenerate when there's no ChunkProvider.
3250field_902_ucaveGenerator0
3251field_903_tstoneNoise0
3252field_907_pworldObj0Reference to the World object.
3253field_908_onoiseGen40A NoiseGeneratorOctaves used in generating terrain
3254field_910_mnoiseGen30A NoiseGeneratorOctaves used in generating terrain
3255field_911_lnoiseGen20A NoiseGeneratorOctaves used in generating terrain
3256field_912_knoiseGen10A NoiseGeneratorOctaves used in generating terrain
3257field_913_jrand0RNG.
3258field_920_cmobSpawnerNoise0
3259field_921_bnoiseGen60A NoiseGeneratorOctaves used in generating terrain
3260field_922_anoiseGen50A NoiseGeneratorOctaves used in generating terrain
3261field_9231_YtextureLavaFX0
3262field_9232_XtextureWaterFX0
3263field_9233_WserverPort0
3264field_9234_VserverName0
3265field_9235_UtempDisplayHeight0Display height
3266field_9236_TtempDisplayWidth0Display width
3267field_9237_Ptimer0
3268field_9238_GnumRecordedFrameTimes0
3269field_9239_FtickTimes0
3270field_923_kzLevel0
3271field_9240_EframeTimes0
3272field_9241_zmcApplet0
3273field_9242_wplayerModelBiped0The ModelBiped of the player
3274field_9243_rentityRenderer0
3275field_9244_kmcCanvas0
3276field_9246_cshadowSize0
3277field_9247_lsoundSandFootstep0
3278field_9248_ksoundClothFootstep0
3279field_9249_jsoundGlassFootstep0
3280field_9250_isoundMetalFootstep0
3281field_9251_hsoundStoneFootstep0
3282field_9252_gsoundGrassFootstep0
3283field_9253_fsoundGravelFootstep0
3284field_9254_esoundWoodFootstep0
3285field_9255_ZpistonBase0
3286field_9256_YdeadBush0
3287field_9257_XtallGrass0
3288field_9258_Wweb0
3289field_9259_VpistonStickyBase0
3290field_9260_UrailDetector0
3291field_9261_TrailPowered0
3292field_9262_Sbed0
3293field_9263_Rmusic0
3294field_9264_QsandStone0
3295field_9265_Pdispenser0
3296field_9266_OblockLapis0
3297field_9267_NoreLapis0
3298field_9268_acpistonMoving0
3299field_9269_aapistonExtension0
3300field_9273_bentityStatus02 for hurt, 3 for dead
3301field_9274_aentityId0
3302field_9275_ahealthMP0Variable used for incoming health packets
3303field_9276_btargetEntity0The entity the player is interacting with
3304field_9277_aplayerEntityId0The entity of the player (ignored by the server)
3305field_9278_cisLeftClick0Seems to be true when the player is pointing at an entity and left-clicking and false when right-clicking.
3306field_9283_avprevPosZ0
3307field_9284_auprevPosY0
3308field_9285_atprevPosX0
3309field_9286_aZstepHeight0How high this entity can step up when running into a block to try to get over it (currently make note the entity will always step up this amount and not just the amount needed)
3310field_9287_aYySize0
3311field_9288_aUfallDistance0
3312field_9290_aSdistanceWalkedModified0The distance walked multiplied by 0.6
3313field_9291_aRprevDistanceWalkedModified0The previous ticks distance walked multiplied by 0.6
3314field_9292_aOyOffset0
3315field_9294_aLvelocityChanged0
3316field_9295_aKisCollided0True if after a move this entity has collided with something either vertically or horizontally
3317field_9296_aJisCollidedVertically0True if after a move this entity has collided with something on Y-axis
3318field_9297_aIisCollidedHorizontally0True if after a move this entity has collided with something on X- or Z-axis
3319field_9298_aHonGround0
3320field_929_echatMessageList0A list with all the chat messages in.
3321field_9301_btserverPosZ0
3322field_9302_bsserverPosY0
3323field_9303_brserverPosX0
3324field_9304_bmisImmuneToFire0
3325field_9306_bjheartsLife0
3326field_9307_biinWater0Whether this entity is currently inside of water (if it handles water movement that is)
3327field_9309_bgfire0
3328field_930_ditemRenderer0
3329field_9310_bffireResistance0The amount of ticks you have to stand inside of fire before be set on fire
3330field_9311_beticksExisted0How many ticks has this entity had ran since being alive
3331field_9312_bdrand0
3332field_9314_banoClip0Whether this entity won't clip with collision or not (make note it won't disable gravity)
3333field_9315_ginGround0
3334field_9316_finTile0
3335field_9317_ezTile0
3336field_9318_dyTile0
3337field_9319_cxTile0
3338field_931_cprevVignetteBrightness0Previous frame vignette brightness (slowly changes by 1% each frame)
3339field_9320_fzPosition0
3340field_9321_eyPosition0
3341field_9322_dxPosition0
3342field_9323_ZnewPosX0The new X position to be applied to the entity.
3343field_9324_YnewPosRotationIncrements0The number of updates over which the new position and rotation are to be applied to the entity.
3344field_9327_Sdead0This gets set on entity death, but never used. Looks like a duplicate of isDead
3345field_9328_RcameraPitch0
3346field_9329_QprevCameraPitch0
3347field_9330_PattackTime0
3348field_9331_NattackedAtYaw0The yaw at which this entity was last attacked from.
3349field_9332_MmaxHurtTime0What the hurt time was max set to last.
3350field_9333_ammoveSpeed0
3351field_9334_aldefaultPitch0
3352field_9335_KprevHealth0
3353field_9336_akisJumping0used to check whether entity is jumping.
3354field_9337_Jhealth0
3355field_9338_ajrandomYawVelocity0
3356field_9339_IswingProgress0
3357field_9340_aimoveForward0
3358field_9341_HprevSwingProgress0
3359field_9342_ahmoveStrafing0
3360field_9344_agentityAge0Holds the living entity age, used to control the despawn.
3361field_9346_afnaturalArmorRating0intrinsic armor level for entity
3362field_9347_EscoreValue0The score value of the Mob, the amount of points the mob is worth.
3363field_9350_adnewRotationPitch0The new yaw rotation to be applied to the entity.
3364field_9351_CentityType0a string holding the type of entity it is currently only implemented in entityPlayer(as 'humanoid')
3365field_9352_acnewRotationYaw0The new yaw rotation to be applied to the entity.
3366field_9354_abnewPosZ0The new Z position to be applied to the entity.
3367field_9356_aanewPosY0The new Y position to be applied to the entity.
3368field_9357_ztexture0the path for the texture of this entityLiving
3369field_9366_oheartsHalvesLife0
3370field_9368_kswingProgressInt0
3371field_9369_jisSwinging0Whether the player is swinging the current item in their hand.
3372field_936_hdrawButton0Hides the button completely if false.
3373field_9370_gscore0
3374field_9376_bBoldPosZ0
3375field_9377_bAoldPosY0
3376field_9378_bzoldMinY0Old Minimum Y of the bounding box
3377field_9379_byoldPosX0
3378field_937_genabled0True if this control is enabled, false to disable.
3379field_9380_bxinventoryUpdateTickCounter0Tick counter that resets every 20 ticks, used for sending inventory updates
3380field_9381_bGwasSneaking0
3381field_9382_bFwasOnGround0Check if was on ground last update
3382field_9384_bDoldRotationPitch0
3383field_9385_bColdRotationYaw0
3384field_9386_lvelocityZ0
3385field_9387_kvelocityY0
3386field_9388_jvelocityX0
3387field_9389_iboatPitch0
3388field_938_fid0ID for this control.
3389field_9390_hboatYaw0
3390field_9391_gboatZ0
3391field_9392_fboatY0
3392field_9393_eboatX0
3393field_9394_dboatPosRotationIncrements0
3394field_9395_lticksInAir0
3395field_9396_kticksAlive0
3396field_9397_jshootingEntity0
3397field_9398_iinGround0
3398field_9399_hinTile0
3399field_939_edisplayString0The string displayed on this control.
3400field_9400_gzTile0
3401field_9401_fyTile0
3402field_9402_exTile0
3403field_9403_daccelerationZ0
3404field_9404_caccelerationY0
3405field_9405_baccelerationX0
3406field_9407_svelocityZ0
3407field_9408_rvelocityY0
3408field_9409_qvelocityX0
3409field_940_dyPosition0The y position of this control.
3410field_9410_pminecartPitch0
3411field_9411_ominecartYaw0
3412field_9412_nminecartZ0
3413field_9413_mminecartY0
3414field_9414_lminecartX0
3415field_9415_kturnProgress0appears to be the progress of the turn
3416field_9416_gpushZ0
3417field_9417_fpushX0
3418field_9418_efuel0
3419field_9419_jrecordPlayingUpFor0How many ticks the record playing message will be displayed
3420field_941_cxPosition0The x position of this control.
3421field_9420_irecordPlaying0The string specifying which record music is playing
3422field_9421_hupdateCounter0
3423field_9422_gmc0
3424field_9423_frand0
3425field_9426_LambientTickCountdown0number of ticks until the next random ambients play
3426field_9427_KactiveChunkSet0Positions to update
3427field_9428_IcollidingBoundingBoxes0
3428field_942_lidFloat0Additional ID for this slider control.
3429field_9430_xfindingSpawnPoint0Boolean that is set to true when trying to find a spawn point
3430field_9434_rworldAccesses0
3431field_9435_jautosavePeriod0
3432field_9436_hDIST_HASH_MAGIC0magic number used to generate fast random numbers for 3d distribution within a chunk
3433field_9437_gupdateLCG0Contains the current Linear Congruential Generator seed for block updates. Used with an A value of 3 and a C value of 0x3c6ef35f, producing a highly planar series of values ill-suited for choosing random blocks in a 16x128x16 field.
3434field_9438_knetClientHandler0
3435field_9439_jisHittingBlock0Tells if the player is hitting a block
3436field_943_jdragging0Is this slider control being dragged.
3437field_9440_iblockHitDelay0Delays the first damage on the block after the first click on the block
3438field_9441_hstepSoundTickCounter0Tick counter, when it hits 4 it resets back to 0 and plays the step sound
3439field_9442_fcurBlockDamageMP0Current block damage (MP)
3440field_9443_ecurrentblockZ0PosZ of the current block being destroyed
3441field_9444_dcurrentBlockY0PosY of the current block being destroyed
3442field_9445_ccurrentBlockX0PosX of the current block being destroyed
3443field_944_isliderValue0The value of this slider control.
3444field_9451_bitemToRender0
3445field_9452_dprevEquippedProgress0
3446field_9453_cequippedProgress0How far the current item has been equipped (0 disequipped and 1 fully up)
3447field_945_bmc0Reference to the Minecraft object.
3448field_946_aselectedButton0The button that was just pressed.
3449field_948_fallowUserInput0
3450field_949_econtrolList0A list of all the controls added to this container.
3451field_950_dheight0The height of the screen object.
3452field_951_cwidth0The width of the screen object.
3453field_952_aclientHandler0A reference to the NetClientHandler.
3454field_953_hcancelled0True if the connection attempt has been cancelled.
3455field_954_ascreenTitle0The title string that is displayed in the top-center of the screen.
3456field_955_jbuttonId0The ID of the button that has been pressed.
3457field_956_ioptions0Reference to the GameSettings object.
3458field_957_hparentScreen0A reference to the screen object that created this. Used for navigating between screens.
3459field_958_aparentScreen0A reference to the screen object that created this. Used for navigating between screens.
3460field_959_iselected0True if a world has been selected.
3461field_960_hscreenTitle0The title string that is displayed in the top-center of the screen.
3462field_961_aparentScreen0A reference to the screen object that created this. Used for navigating between screens.
3463field_962_jworldNumber0World number to be deleted.
3464field_963_imessage20Second line of text.
3465field_964_hmessage10First line of text.
3466field_965_aupdateCounter0Counts the number of screen updates. Not used.
3467field_966_aupdateCounter20Also counts the number of updates, not certain as to why yet.
3468field_967_hupdateCounter0Counts the number of screen updates.
3469field_968_aparentScreen0A reference to the screen object that created this. Used for navigating between screens.
3470field_971_axSize0The X size of the inventory window in pixels.
3471field_972_jitemRenderer0Stacks renderer. Icons, stack size, health, etc...
3472field_973_iinventorySlots0A list of the players inventory slots.
3473field_974_hySize0The Y size of the inventory window in pixels.
3474field_975_mySize_lo0y size of the inventory window in pixels. Defined as float, passed as int.
3475field_976_lxSize_lo0x size of the inventory window in pixels. Defined as float, passed as int
3476field_978_jfurnaceInventory0
3477field_980_minventoryRows0window height is calculated with this values, the more rows, the heigher
3478field_981_llowerChestInventory0
3479field_982_jupperChestInventory0
3480field_983_anetHandler0Network object that downloads the terrain data.
3481field_984_hupdateCounter0Counts the number of screen updates.
3482field_989_jupdateCounter0Counts the number of screen updates.
3483field_992_aerrorMessage0The error message.
3484field_993_herrorDetail0The details about the error.
3485field_994_ascreenTitle0The title string that is displayed in the top-center of the screen.
3486field_995_ioptions0Reference to the GameSettings object.
3487field_996_hparentScreen0A reference to the screen object that created this. Used for navigating between screens.
3488field_997_amessage10Unused class. Would contain a message drawn to the center of the screen.
3489field_998_hmessage20Unused class. Would contain a message drawn to the center of the screen.
3490field_999_ascreenTitle0The title string that is displayed in the top-center of the screen.
3491field_1002_bworldFile1The directory in which to save world data
3492field_1003_alogger1Reference to the logger.
3493field_1004_bpoints1The actual points in the path
3494field_1005_apathLength1The total length of the path
3495field_1007_jisFirst1Indicates this is the origin
3496field_1008_iprevious1The point preceding this in its assigned path
3497field_1009_hdistanceToTarget1The distance to the target
3498field_100_dzPosition1The Z position of the object.
3499field_1010_gdistanceToNext1The linear distance to the next point
3500field_1011_ftotalPathDistance1The distance along the path to this point
3501field_1012_eindex1The index of this point in its assigned path
3502field_1013_dhash1A hash of the coordinates used to identify this point
3503field_1014_czCoord1The z coordinate of this point
3504field_1015_byCoord1The y coordinate of this point
3505field_1016_axCoord1The x coordinate of this point
3506field_1017_byCoord1Y position this tick is occuring at
3507field_1018_axCoord1X position this tick is occuring at
3508field_1019_gtickEntryID1The id of the tick entry
3509field_101_cyPosition1The Y position of the object.
3510field_1020_fnextTickEntryID1The id number for the next tick entry
3511field_1021_escheduledTime1Time this tick is scheduled to occur at
3512field_1022_dblockID1blockID of the scheduled tick (ensures when the tick occurs its still for this block)
3513field_1023_czCoord1Z position this tick is occuring at
3514field_1024_bvalue1the value held by the hash at the specified key
3515field_1025_akey1the key as a long (for playerInstances it is the x in the most significant 32 bits and then y)
3516field_1026_dhash1
3517field_1027_cnextEntry1the next hashentry in the table
3518field_1028_bstepSoundVolume1
3519field_1029_astepSoundName1
3520field_102_byPosition1The Y position of the chunk.
3521field_1030_cstepSoundPitch1
3522field_1031_amc1A reference to the Minecraft object.
3523field_1032_amcServer1Reference to the MinecraftServer object.
3524field_1033_amcServer1Reference to the MinecraftServer object.
3525field_1034_tchunkDataSendCounter1Counter used to prevent us from sending too many chunk data packets one after another. The delay appears to be set to 50.
3526field_1035_ssendQueueByteLength1The length in bytes of the packets in both send queues (data and chunkData).
3527field_1036_rtimeSinceLastRead1Counter used to detect read timeouts after 1200 failed attempts to read a packet.
3528field_1037_qterminationReason1A String indicating why the network has shutdown.
3529field_1038_pisTerminating1Whether this network manager is currently terminating (and should ignore further errors).
3530field_1039_oreadThread1The thread used for reading.
3531field_103_axPosition1The X position of the chunk.
3532field_1040_nwriteThread1The thread used for writing.
3533field_1041_misServerTerminating1Whether this server is currently terminating. If this is a client, this is always false.
3534field_1042_lnetHandler1A reference to the NetHandler object.
3535field_1043_kchunkDataPackets1Linked list of packets with chunk data that are awaiting sending.
3536field_1044_jdataPackets1Linked list of packets awaiting sending.
3537field_1045_ireadPackets1Linked list of packets that have been read and are awaiting processing.
3538field_1046_hisRunning1Whether the network is currently operational.
3539field_1047_gsocketOutputStream1The output stream connected to the socket.
3540field_1048_fsocketInputStream1The input stream connected to the socket.
3541field_1049_enetworkSocket1The socket used by this network manager.
3542field_104_cmode1If mode is true (1) the client will initialise the chunk. If it is false (0) the client will unload the chunk.
3543field_1050_dsendQueueLock1The object used for synchronization on the send queue.
3544field_1051_cnumWriteThreads1The number of write threads spawned. Not really used on client side.
3545field_1052_bnumReadThreads1The number of read threads spawned. Not really used on client side.
3546field_1053_athreadSyncObject1Synchronization object used for read and write threads.
3547field_1054_byCoord1Y coordinate of Vec3D
3548field_1055_axCoord1X coordinate of Vec3D
3549field_1056_enextVector1Next empty index in the vectorList. We don't ever seem to remove vectors from the list, however.
3550field_1057_dvectorList1ArrayList of all created vectors
3551field_1058_czCoord1Z coordinate of Vec3D
3552field_1059_bcommandListener1The CommandListener object associated with this command.
3553field_1060_acommand1The command string.
3554field_1067_gnumBlocksToUpdate1the number of blocks that need to be updated next tick
3555field_1068_fblocksToUpdate1array of blocks to update this tick
3556field_1069_ecurrentChunk1the chunk the player currently resides in
3557field_1070_dchunkZ1the z coordinate of the chunk they are in
3558field_1071_cchunkX1the x coordinate of the chunk they are in
3559field_1072_bplayers1the list of all players in this instance (chunk)
3560field_1073_aplayerManager1
3561field_113_busername1The name of the user attempting to login.
3562field_116_aentityId1ID of the entity to be destroyed on the client.
3563field_117_bslot1Equipment slot: 0=held, 1-4=armor slot
3564field_118_aentityID1Entity ID of the object.
3565field_119_banimate1
3566field_12002_bexplosionY1
3567field_12003_aexplosionX1
3568field_12004_edestroyedBlockPositions1
3569field_12005_dexplosionSize1
3570field_12006_cexplosionZ1
3571field_12020_ufirstUpdateDone1
3572field_12024_hexplosionRNG1
3573field_12025_gdestroyedBlockPositions1
3574field_12026_fexplosionSize1
3575field_12027_eexploder1
3576field_12028_dexplosionZ1
3577field_12029_cexplosionY1
3578field_12030_bexplosionX1
3579field_12031_aisFlaming1whether or not the explosion sets fire to blocks around it
3580field_12032_fremoteSocketAddress1
3581field_120_aentityId1The entity ID, in this case it's the player ID.
3582field_121_icount1The number of items.
3583field_122_hitemID1
3584field_123_groll1The item roll.
3585field_124_fpitch1The item pitch.
3586field_125_erotation1The item rotation.
3587field_126_dzPosition1The item Z position.
3588field_127_cyPosition1The item Y position.
3589field_128_bxPosition1The item X position.
3590field_129_aentityId1Unique entity ID.
3591field_130_bxPosition1X position of the entity.
3592field_131_aentityId1ID of the entity.
3593field_132_fpitch1Pitch of the entity.
3594field_133_eyaw1Yaw of the entity.
3595field_134_dzPosition1Z position of the entity.
3596field_135_cyPosition1Y position of the entity.
3597field_136_bcollectorEntityId1The entity that picked up the one from the ground.
3598field_137_acollectedEntityId1The entity on the ground that was picked up.
3599field_138_byPosition1Y coordinate of spawn.
3600field_139_axPosition1X coordinate of spawn.
3601field_140_czPosition1Z coordinate of spawn.
3602field_141_ausername1The username of the player attempting to connect.
3603field_142_bname1The player's name.
3604field_143_aentityId1The entity ID, in this case it's the player ID.
3605field_144_hcurrentItem1The current item the player is holding.
3606field_145_gpitch1The player's pitch.
3607field_146_frotation1The player's rotation.
3608field_147_ezPosition1The player's Z position.
3609field_148_dyPosition1The player's Y position.
3610field_149_cxPosition1The player's X position.
3611field_15004_bwticksOfInvuln1how many ticks of invulnerability(spawn protection) this player has
3612field_15005_ablockIndex1
3613field_150_amessage1The message being sent.
3614field_151_bchunkZPosition1The Z position of this Chunk Coordinate Pair
3615field_152_achunkXPos1The X position of this Chunk Coordinate Pair
3616field_166_mingotIron1
3617field_167_ldiamond1
3618field_168_kcoal1
3619field_16_eplayerEntity1Reference to the EntityPlayerMP object.
3620field_171_happleRed1
3621field_176_citemsList1A 32000 elements Item array.
3622field_17_dmcServer1Reference to the MinecraftServer object.
3623field_185_Sbread1
3624field_186_Rwheat1
3625field_187_Qseeds1
3626field_18_cconnectionClosed1This is set to true whenever a player disconnects from the server
3627field_193_Kgunpowder1
3628field_194_Jfeather1
3629field_195_azdoorSteel1
3630field_196_Isilk1
3631field_197_aysaddle1
3632field_199_axminecartEmpty1
3633field_19_bnetManager1The underlying network manager for this server handler.
3634field_1_iserverId1The hex string that corresponds to the random number generated as a server ID. Used in online mode.
3635field_20009_jcreationTimeMillis1the system time in milliseconds when this packet was created.
3636field_20010_bitemStack1Stack of items
3637field_20011_awindowId1The id of window which items are being sent for. 0 for player inventory.
3638field_20012_binventoryType1
3639field_20013_awindowId1
3640field_20014_dslotsCount1
3641field_20015_cwindowTitle1
3642field_20016_bitemSlot1Slot that should be updated
3643field_20017_awindowId1The window which is being updated. 0 for player inventory
3644field_20018_cmyItemStack1Item stack
3645field_20019_byPosition1
3646field_20020_axPosition1
3647field_20021_dsignLines1
3648field_20022_czPosition1
3649field_20023_binventorySlot1The clicked slot (-999 is outside of inventory)
3650field_20024_awindow_Id1The id of the window which was clicked. 0 for player inventory.
3651field_20025_eitemStack1Item stack for inventory
3652field_20026_daction1A unique number for the action, used for transaction handling
3653field_20027_cmouseClick11 when right-clicking and otherwise 0
3654field_20028_citemID1Equipped item (-1 for empty slot).
3655field_20029_bprogressBar1Which of the progress bars that should be updated. (For furnaces, 0 = progress arrow, 1 = fire icon)
3656field_20030_awindowId1The id of the window that the progress bar is in.
3657field_20031_cprogressBarValue1The 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)
3658field_20032_awindowId1
3659field_20033_bshortWindowId1
3660field_20034_awindowId1The id of the window that the action occurred in.
3661field_20035_caccepted1
3662field_20041_badjacentTreeBlocks1
3663field_20052_apcraftingInventory1the crafting inventory you are currently using
3664field_20053_aoinventorySlots1the crafting inventory in you get when opening your inventory
3665field_20064_amisChangingQuantityOnly1set to true when player is moving quantity of items from one inventory to another(crafting) but item in either slot is not changed
3666field_20065_bHcurrentWindowId1the currently in use window id
3667field_20066_bGplayerInventory1The inventory of the player
3668field_20071_astackResult1A list of one item containing the result of the crafting formula
3669field_20074_fitemStack1
3670field_20076_astackList1List of the stacks in the crafting matrix.
3671field_20077_ceventHandler1Class containing the callbacks for the events on_GUIClosed and on_CraftMaxtrixChanged.
3672field_20096_binventory1The inventory we want to extract a slot from.
3673field_20097_aslotIndex1The index of the slot in the inventory.
3674field_20098_eyDisplayPosition1display position of the inventory slot on the screen y axis
3675field_20099_dxDisplayPosition1display position of the inventory slot on the screen x axis
3676field_20100_cslotNumber1the id of the slot(also the index in the inventory arraylist)
3677field_20101_bparent1The parent class of this clot, ContainerPlayer, SlotArmor is a Anon inner class.
3678field_20102_aarmorType1The armor type that can be placed on that slot, it uses the same values of armorType field on ItemArmor.
3679field_20103_acraftMatrix1The craft matrix inventory linked to this result slot.
3680field_20108_acraftingManager1
3681field_20113_brecipeItems1
3682field_20114_arecipePatterns1
3683field_20132_atransactionID1
3684field_20133_gcrafters1list of all people that need to be notified when this craftinventory changes
3685field_20134_fwindowId1
3686field_20135_einventorySlots1the list of all slots in the inventory
3687field_20136_dinventoryItemStacks1the list of all items(stacks) for the corresponding slot
3688field_20137_alowerChestInventory1
3689field_20138_blastCookTime1
3690field_20139_afurnace1
3691field_20140_hlastItemBurnTime1
3692field_20141_clastBurnTime1
3693field_20142_bcraftResult1
3694field_20143_acraftMatrix1The crafting matrix inventory.
3695field_20144_cisLocalWorld1Determines if inventory manipulation should be handled.
3696field_20145_bcraftResult1
3697field_20146_acraftMatrix1The crafting matrix inventory (3x3).
3698field_20147_jposZ1
3699field_20148_iposY1
3700field_20149_hposX1
3701field_20150_cworldObj1
3702field_20154_brecipes1A list of all the recipes added
3703field_20155_ainstance1The static instance of this class
3704field_20157_brecipeItems1
3705field_20158_arecipePatterns1
3706field_20160_arecipeItems1
3707field_20162_aallowedCharacters1This String have the characters allowed in any text drawing of minecraft.
3708field_20173_brecipeItems1
3709field_20174_arecipePatterns1
3710field_201_awbucketLava1
3711field_205_aubucketEmpty1
3712field_208_atdoorWood1
3713field_20900_acontainerItem1
3714field_20901_ahealAmount1The amount this food item heals the player.
3715field_20902_bwaypointX1
3716field_20903_acourseChangeCooldown1
3717field_20904_cwaypointY1
3718field_20905_eyTile1The tile this entity is on, Y position
3719field_20906_dxTile1The tile this entity is on, X position
3720field_20907_cbobber1the bobber that the fish hit
3721field_20908_aplayerNetServerHandler1The NetServerHandler for this particular player.
3722field_20909_bangler1
3723field_20910_ablockType1Boolean used to seperate different states of blocks
3724field_20911_ychunkProviderServer1
3725field_20913_atoolMaterial1The material this tool is made from.
3726field_209_Bstick1
3727field_20_alogger1The logging system.
3728field_21005_ireceivedMetadata1
3729field_21006_hmetaData1Indexed metadata for Mob, terminated by 0x7F
3730field_21007_byLocation1
3731field_21008_axLocation1
3732field_21009_epitch1The pitch of the note (between 0-24 inclusive where 0 is the lowest and 24 is the highest).
3733field_21010_dinstrumentType11=Double Bass, 2=Snare Drum, 3=Clicks / Sticks, 4=Bass Drum, 5=Harp
3734field_21011_czLocation1
3735field_21012_bxPosition1
3736field_21013_aentityId1
3737field_21014_ftitle1
3738field_21015_edirection1
3739field_21016_dzPosition1
3740field_21017_cyPosition1
3741field_21018_bmetadata1
3742field_21019_aentityId1
3743field_21020_bstate11=sneak, 2=normal
3744field_21021_aentityId1Player ID.
3745field_21022_ditemDamage1The health of the item.
3746field_21023_jitemDamage1The health of the item.
3747field_21026_bgcake1
3748field_21032_bblocksNeedingUpdate1
3749field_21045_afdataWatcher1
3750field_21050_atrandomMotionVecZ1
3751field_21051_asrandomMotionVecY1
3752field_21052_arrandomMotionVecX1
3753field_21055_aorandomMotionSpeed1
3754field_21056_anlastTentacleAngle1the last calculated angle of the tentacles in radians
3755field_21057_amtentacleAngle1angle of the tentacles in radians
3756field_21071_afleeceColorTable1Holds the RGB table of the sheep colors - in OpenGL glColor3f values - used to render the sheep colored fleece.
3757field_21076_fpreviousRedstoneState1stores the latest redstone state
3758field_21077_enote1Note to play
3759field_21080_fdispenserRandom1random number generator for instance. Used in random item stack selection.
3760field_21081_edispenserContents1
3761field_21085_binventoryWidth1the width of the crafting inventory
3762field_21094_bfhasSubtypes1Some items (like dyes) have multiple subtypes on same item, this is field define this behavior
3763field_21095_aWsugar1
3764field_21096_aVbone1
3765field_21097_aUdyePowder1
3766field_21098_aXcake1
3767field_21099_adyeColorNames1List of dye color names
3768field_21100_ycake1Cake's material, see BlockCake
3769field_21106_gisPeacefulCreature1A flag indicating whether this creature type is peaceful.
3770field_21107_fcreatureMaterial1
3771field_21108_emaxNumberOfCreature1
3772field_21109_dcreatureClass1The root class of creatures associated with this EnumCreatureType (IMobs for aggressive creatures, EntityAnimals for friendly ones)
3773field_21120_LspawnPeacefulMobs1A flag indicating whether we should spawn peaceful mobs.
3774field_21121_KspawnHostileMobs1indicates if enemies are spawned or not
3775field_21133_atileEntityDispenser1
3776field_21137_brecipeItems1Is a List of ItemStack that composes the recipe.
3777field_21138_arecipeOutput1Is the ItemStack that you get when craft the recipe.
3778field_21140_brecipeWidth1How many horizontal slots this recipe is wide.
3779field_21141_arecipeOutputItemID1Is the itemID of the output item that you get when craft the recipe.
3780field_21142_erecipeOutput1Is the ItemStack that you get when craft the recipe.
3781field_21143_drecipeItems1Is a array of ItemStack that composes the recipe.
3782field_21144_crecipeHeight1How many vertical slots this recipe uses.
3783field_21157_bwatchedObjects1
3784field_21158_adataTypes1
3785field_21159_cobjectChanged1true if one or more object was changed
3786field_21163_bsmeltingList1The list of smelting results.
3787field_21164_asmeltingBase1
3788field_21174_bdataValueId1id of max 31
3789field_21175_aobjectType1
3790field_21176_disWatching1
3791field_21177_cwatchedObject1
3792field_21183_idamageVsEntity1Damage versus entities.
3793field_21184_hefficiencyOnProperMaterial1The strength of this tool material against blocks which it is effective against.
3794field_21185_gmaxUses1The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
3795field_21186_fharvestLevel1The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
3796field_212_arappleGold1
3797field_213_aqpainting1
3798field_215_aoporkRaw1
3799field_216_anflint1
3800field_21900_asleeping1Boolean value indicating weather a player is sleeping or not
3801field_21901_bplayerLocation1the current location of the player
3802field_21902_csleepTimer1
3803field_21_bmcServer1Reference to the MinecraftServer object.
3804field_22005_ocommandHandler1
3805field_22007_aZredstoneRepeater1
3806field_22008_aYbed1
3807field_22010_biredstoneRepeaterActive1
3808field_22011_bhredstoneRepeaterIdle1
3809field_22013_brepeaterState1The states in which the redstone repeater blocks can be.
3810field_22014_arepeaterTorchOffset1The offsets for the two torches in redstone repeater blocks.
3811field_22015_cisRepeaterPowered1Tells whether the repeater is powered or not
3812field_22023_aheadBlockToFootBlockMap1Maps the head-of-bed block to the foot-of-bed block.
3813field_22040_bbedX1
3814field_22041_aentityID1
3815field_22043_dbedZ1
3816field_22044_cbedY1
3817field_22051_jcurblockDamage1
3818field_22052_icurBlockZ1
3819field_22053_hcurBlockY1
3820field_22054_gcurBlockX1
3821field_22055_dinitialDamage1
3822field_22071_blastTimeMillis1lastTimeMillis
3823field_22072_amcServer1Reference to the MinecraftServer object.
3824field_22087_AallPlayersSleeping1A flag indicating whether or not all players in the world are sleeping.
3825field_22089_exzDirectionsConst1x, z direction vectors: east, south, west, north
3826field_22099_bworldDirectory1The path to the current world directory
3827field_22100_dinitializationTime1The time in milliseconds when this field was initialized. Stored in the session lock file.
3828field_22106_asavesDirectory1Reference to the File object representing the directory for the world saves
3829field_22116_bminecraftServer1Stores a reference to the Server
3830field_22117_aminecraftLogger1
3831field_22125_aregionsByFilename1A map containing Files as keys and RegionFiles as values
3832field_22142_bfileName1
3833field_22143_aemptySector1
3834field_22144_hlastModified1
3835field_22145_gsizeDelta1McRegion sizeDelta
3836field_22146_fsectorFree1
3837field_22147_echunkTimestamps1
3838field_22148_doffsets1
3839field_22149_cdataFile1
3840field_22153_bfootInvisibleFaceRemap1
3841field_22155_cbedDirection1
3842field_22156_bchunkX1
3843field_22157_aregionFile1
3844field_22158_cchunkZ1
3845field_22172_owhiteListEnforced1Server setting to only allow OP's and whitelisted players to join the server
3846field_22173_mwhitelistPlayersFile1File containing list of whitelisted players
3847field_22174_iwhiteListedIPs1the set of all white listed IP addresses
3848field_22175_ballowedCharactersArray1
3849field_22192_ksaveVersion1Introduced in beta 1.3, is the save version for future control.
3850field_22193_jlevelName1The name of the save defined at world creation.
3851field_22194_idimension1
3852field_22195_hplayerTag1
3853field_22196_gsizeOnDisk1The size of entire save of current world on the disk, isn't exactly.
3854field_22197_flastTimePlayed1The last time the player was in this world.
3855field_22198_eworldTime1The current world time in ticks, ranging from 0 to 23999.
3856field_22199_dspawnZ1The spawn zone position Z coordinate.
3857field_22200_cspawnY1The spawn zone position Y coordinate.
3858field_22201_bspawnX1The spawn zone position X coordinate.
3859field_22202_arandomSeed1Holds the seed of the currently world.
3860field_22213_anightSpawnEntities1An array of entity classes that spawn at night.
3861field_22216_aposX1
3862field_22_alogger1Reference to the logger.
3863field_230_aWbFull3D1If true, render the object in full 3D, like weapons and tools.
3864field_232_aUmaxDamage1Maximum damage an item can handle.
3865field_233_aTmaxStackSize1Maximum size of the stack.
3866field_234_aSshiftedIndex1Item index + 256
3867field_236_aQrecord131
3868field_239_aNegg1
3869field_242_aKslimeBall1
3870field_246_aGclay1
3871field_24900_dspawnChunk1holds the spawn chunk of the player
3872field_249_aDleather1
3873field_25004_ethePlayer1The player that is using the GUI where this slot resides.
3874field_25008_bacookie1
3875field_25011_biisWolfsFavoriteMeat1Whether wolves like this food (true for raw and cooked porkchop).
3876field_25013_bjlockedChest1April fools secret locked chest, only spawns on new chunks on 1st April.
3877field_25015_bbedState1Either 1 or 2. 1 indicates to begin raining, 2 indicates to stop raining.
3878field_25016_abedChat1
3879field_25039_alooksWithInterest1This 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.
3880field_25040_iprevTimeWolfIsShaking1
3881field_25041_htimeWolfIsShaking1This time increases while wolf is shaking and emitting water particles.
3882field_25043_fisShaking1true is the wolf is wet else false
3883field_25053_cisEditable1
3884field_25056_tspawnableWaterCreatureList1Holds the classes of any aquatic creature that can be spawned in the water of the biome.
3885field_25057_sspawnableCreatureList1Holds the classes of any creature that can be spawned in the biome as friendly creature.
3886field_25058_rspawnableMonsterList1Holds the classes of IMobs (hostile mobs) that can be spawned in the biome.
3887field_25062_estatName1The Stat name
3888field_25063_dstatId1The Stat ID
3889field_25065_atype1
3890field_25066_bnumberFormat1
3891field_25067_adisplayColumn1Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
3892field_25068_cdecimalFormat1
3893field_25081_btranslateTable1Contains all key/value pairs to be translated - is loaded from '/lang/en_US.lang' when the StringTranslate is created.
3894field_25082_ainstance1Is the private singleton instance of StringTranslate.
3895field_25093_zobjectCraftStats1Tracks the number of items a given block or item has been crafted.
3896field_25094_ymineBlockStatArray1
3897field_25095_xfishCaughtStat1
3898field_25096_wplayerKillsStat1counts the number of times you've killed a player
3899field_25097_vmobKillsStat1the number of mobs you have killed
3900field_25098_udeathsStat1the number of times you have died
3901field_25099_EitemStatsInitialized1
3902field_25100_tdamageTakenStat1the amount of damage you have taken
3903field_25101_DblockStatsInitialized1
3904field_25102_sdamageDealtStat1the amount of damage you've dealt
3905field_25103_rdropStat1the distance you've dropped (or times you've fallen?)
3906field_25104_ConeShotStats1Tracks one-off stats.
3907field_25105_BobjectBreakStats1Tracks the number of times a given block or item has been broken.
3908field_25106_qjumpStat1the times you've jumped
3909field_25107_AobjectUseStats1Tracks the number of times a given block or item has been used.
3910field_25108_pdistanceDoveStat1the distance you've dived
3911field_25109_odistanceFlownStat1the distance you've flown
3912field_25110_ndistanceClimbedStat1the distance you've climbed
3913field_25111_mdistanceFallenStat1the distance you have fallen
3914field_25112_ldistanceSwumStat1distance you have swam
3915field_25113_kdistanceWalkedStat1distance you've walked
3916field_25114_jminutesPlayedStat1number of minutes you have played
3917field_25115_ileaveGameStat1number of times you've left a game
3918field_25116_hjoinMultiplayerStat1number of times you've joined a multiplayer world
3919field_25117_gloadWorldStat1the number of times you have loaded a world
3920field_25118_fcreateWorldStat1times a world has been created
3921field_25119_estartGameStat1times the game has been started
3922field_25120_dobjectMineStats1Tracks the number of times a given block or item has been mined.
3923field_25121_citemStats1
3924field_25122_bgeneralStats1
3925field_25123_aallStats1
3926field_25128_bopenInventory1Is the 'open inventory' achievement.
3927field_25129_aachievementList1The list holding all achievements
3928field_25130_dbuildWorkBench1Is the 'benchmarking' achievement.
3929field_25131_cmineWood1Is the 'getting wood' achievement.
3930field_25133_bguidMap1Maps a achievement id with it's unique GUID.
3931field_25134_ainstance1Holds the singleton instance of AchievementMap.
3932field_25137_alocalizedName1
3933field_25145_aentityClass1Holds the class of the entity to be spawned.
3934field_251_aBsnowball1
3935field_252_aAredstone1
3936field_253_aspawnID1The ID of the block the reed will spawn when used from inventory bar.
3937field_256_aYdamageReduceAmount1Holds the amount of damage that the armor reduces at full durability.
3938field_257_aXarmorType1Stores the armor type: 0 is helmet, 1 is plate, 2 is legs and 3 is boots
3939field_258_bbmaxDamageArray1Holds the 'base' maxDamage that each armorType have.
3940field_260_adoorMaterial1
3941field_261_arecordName1The name of the record.
3942field_263_aZdamageVsEntity1Damage versus entities.
3943field_264_aYefficiencyOnProperMaterial1
3944field_265_aXblocksEffectiveAgainst1Array of blocks the tool has extra effect against.
3945field_27004_hplayerInAirTime1holds the amount of tick the player is floating
3946field_27005_oallowFlight1Determines if flight is Allowed or not
3947field_27007_dthePlayer1The player that is using the GUI where this slot resides.
3948field_27012_bbisInWeb1
3949field_27018_blightningState1Declares which state the lightning bolt is in. Whether it's in the air, hit the ground, etc.
3950field_27019_aboltVertex1A random long that is used to change the vertex of the lightning rendered in RenderLightningBolt
3951field_27020_cboltLivingTime1Determines the time before the EntityLightningBolt is destroyed. It is a random integer decremented over time.
3952field_27023_bpenableStats1If this field is true, the block is counted for statistics (mined or placed)
3953field_27024_boblockConstructorCalled1set to true when Block's constructor is called through the chain of super()'s. Note: Never used
3954field_27034_aisPowered1Power related rails have this field at true.
3955field_27039_fholdingShift1
3956field_27040_bamount1
3957field_27041_astatisticId1
3958field_27042_bposX1
3959field_27043_aentityID1
3960field_27044_eisLightningBolt1
3961field_27045_dposZ1
3962field_27046_cposY1
3963field_27050_venableRain1Is true (default) if the biome support rain (desert and nether can't have rain)
3964field_27051_uenableSnow1Set to true if snow is enabled for this biome.
3965field_27054_kdistanceStatType1
3966field_27055_jtimeStatType1
3967field_27056_isimpleStatType1
3968field_27057_hstatGuid1Holds the GUID of the stat.
3969field_27058_gisIndependent1
3970field_27062_misSpecial1Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
3971field_27063_lachievementDescription1Holds the description of the achievement, ready to be formatted and/or displayed.
3972field_27064_dtheItemStack1Holds the ItemStack that will be used to draw the achievement into the GUI.
3973field_27075_FlastLightningBolt1Set to 2 whenever a lightning bolt is generated in SSP. Decrements if > 0 in updateWeather(). Value appears to be unused.
3974field_27076_EthunderingStrength1
3975field_27077_DprevThunderingStrength1
3976field_27078_CrainingStrength1
3977field_27079_BprevRainingStrength1
3978field_27080_ilightningFlash1If > 0, the sky and skylight colors are illuminated by a lightning flash
3979field_27081_eweatherEffects1a list of all the lightning entities
3980field_27084_fisPoweredRail1A boolean value that is true if the rail is powered, and false if its not.
3981field_27088_bnumRows1
3982field_27091_AgroundCover1Indicates if the material is a form of ground cover, e.g. Snow
3983field_27093_tdistanceByPigStat1the distance you've traveled by pig
3984field_27094_sdistanceByBoatStat1the distance you've traveled by boat
3985field_27095_rdistanceByMinecartStat1the distance you've traveled by minecart
3986field_27096_zmaxArtTitleLength1Holds the maximum length of paintings art title.
3987field_27098_uflyPig1Is the 'when pig fly' achievement.
3988field_27099_tkillCow1is the 'cow tipper' achievement.
3989field_270_aminecartType1
3990field_27100_skillEnemy1Is the 'monster hunter' achievement.
3991field_27101_rbuildSword1Is the 'time to strike' achievement.
3992field_27102_qonARail1Is the 'on a rail' achievement
3993field_27103_pcookFish1Is the 'delicious fish' achievement.
3994field_27104_obuildBetterPickaxe1Is the 'getting a upgrade' achievement.
3995field_27105_nbakeCake1Is the 'the lie' achievement.
3996field_27106_mmakeBread1Is the 'bake bread' achievement.
3997field_27107_lbuildHoe1Is the 'time to farm' achievement.
3998field_27108_kacquireIron1Is the 'acquire hardware' achievement.
3999field_27109_jbuildFurnace1Is the 'hot topic' achievement.
4000field_27110_ibuildPickaxe1Is the 'time to mine' achievement.
4001field_27111_dmaxDisplayRow1Is the biggest row used to display a achievement on the GUI.
4002field_27112_cmaxDisplayColumn1Is the biggest column used to display a achievement on the GUI.
4003field_27113_bminDisplayRow1Is the smallest row used to display a achievement on the GUI.
4004field_27114_aminDisplayColumn1Is the smallest column used to display a achievement on the GUI.
4005field_27123_othunderTime1Number of ticks untils next thunderbolt.
4006field_27124_nthundering1Is thunderbolts failing now?
4007field_27125_mrainTime1Number of ticks until next rain.
4008field_27126_lraining1True if it's raining, false otherwise.
4009field_271_ablockType1The type of block this seed turns into (wheat or pumpkin stems for instance)
4010field_272_ablockID1The block ID of the Block associated with this ItemBlock
4011field_274_aisFull1field for checking if the bucket has been filled.
4012field_275_aitemName1full name of item from language file
4013field_276_ZaddedToChunk1Has this entity been added to the chunk its within
4014field_27990_aitemID1
4015field_27991_bdisplayRow1Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
4016field_27992_cparentAchievement1Holds the parent achievement, that must be taken before this achievement is avaiable.
4017field_27993_dserverPacketIdList1List of the server's packet IDs.
4018field_27994_cclientPacketIdList1List of the client's packet IDs.
4019field_27995_dstartMinecartRidingCoordinate1Holds the coordinate of the player when enter a minecraft to ride.
4020field_28008_bIignoreFrustumCheck1Render entity even if it is outside the camera frustum. Only true in EntityFish for now. Used in RenderGlobal: render if ignoreFrustumCheck or in frustum.
4021field_28009_arecord1ID of record which is in Jukebox
4022field_28011_hinData1
4023field_28012_adoesArrowBelongToPlayer1
4024field_28014_EtimeInPortal1The amount of time an entity has been in a Portal
4025field_28015_DinPortal1Whether the entity is inside a Portal
4026field_28016_CtimeUntilPortal1
4027field_28021_bbmap1
4028field_28029_trequiresSelfNotify1
4029field_28030_bltrapdoor1
4030field_28032_arandom1
4031field_28033_afurnaceRand1Is the random generator used by furnace to drop the inventory contents in random directions.
4032field_28034_ckeepFurnaceInventory1This 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.
4033field_28041_ithrowerEntityId10 if not a fireball. Otherwise, this is the Entity ID of the thrower.
4034field_28042_gspeedZ1Not sent if the thrower entity ID is 0. The speed of this fireball along the Z axis.
4035field_28043_fspeedY1Not sent if the thrower entity ID is 0. The speed of this fireball along the Y axis.
4036field_28044_espeedX1Not sent if the thrower entity ID is 0. The speed of this fireball along the X axis.
4037field_28045_arespawnDimension1
4038field_28046_bauxData1
4039field_28047_asfxID1
4040field_28048_eposZ1
4041field_28049_dposY1
4042field_28050_cposX1
4043field_28051_buniqueID1Contains a unique ID for the item that this packet will be populating.
4044field_28052_aitemID1
4045field_28053_citemData1Contains a buffer of arbitrary data with which to populate an individual item in the world.
4046field_28054_msky1Is the biome used for sky world.
4047field_28055_adeadBushID1stores the ID for WorldGenDeadBush
4048field_28056_btallGrassMetadata1
4049field_28057_atallGrassID1Stores ID for WorldGenTallGrass
4050field_28061_bemptyChunk1Just an empty chunk to start fresh.
4051field_28062_adroppedChunksSet1A set of dropped chunks. Currently not used in single player.
4052field_28063_gworldObj1The World object which this ChunkProvider was constructed with
4053field_28064_fchunkList1A list of all the currently loaded chunks.
4054field_28065_echunkMap1A map of all the currently loaded chunks, uses the chunk id as the key.
4055field_28066_dchunkLoader1
4056field_28067_cchunkProvider1ChunkProvider object.
4057field_28068_achunkLoadOverride1if set, this flag forces a request to load a chunk to load the chunk rather than defaulting to the dummy if possible
4058field_28105_zmapStorage1
4059field_28109_fplayerViewRadius1Number of chunks the server sends to the client. Valid 3<=x<=15. In server.properties.
4060field_28110_eplayerDimension1Holds the player dimension object. 0 is the surface, -1 is the Nether.
4061field_28112_dmapDataDir1
4062field_28117_arandom1A private Random() function in Teleporter
4063field_28120_aentityplayerObj1Reference for EntityPlayer object in MapInfo
4064field_28124_dmapDataObj1reference in MapInfo to MapData object
4065field_28130_DisTranslucent1Indicates if the material is translucent
4066field_28131_AmaterialMapColor1The color index used to draw the blocks of this material on maps.
4067field_28132_bgrass1The material used by BlockGrass
4068field_28134_bworld1The world itself.
4069field_28151_bdirty1Whether this MapDataBase needs saving to disk.
4070field_28152_amapName1The name of the map data nbt
4071field_28156_jplayersHashMap1Holds a reference to the players who own a copy of the map and a reference to their MapInfo
4072field_28157_iplayersVisibleOnMap1
4073field_28158_hplayersArrayList1Holds a reference to the MapInfo of the players who own a copy of the map
4074field_28159_grandomEffect1Incremented each update of the map item, used for the patchy updating map effect and the spinning player icons while in the End and Nether.
4075field_28160_fcolors1colours
4076field_28161_escale1
4077field_28162_ddimension1
4078field_28163_czCenter1
4079field_28164_bxCenter1
4080field_28179_bloadedDataMap1Map of item data String id to loaded MapDataBases
4081field_28180_asaveHandler1
4082field_28181_didCounts1Map of MapDataBase id String prefixes ('map' etc) to max known unique Short id (the 0 part etc) for that prefix
4083field_28182_cloadedDataList1List of loaded MapDataBases.
4084field_28184_qcolorIndex1Holds the index of the color used on map.
4085field_28185_pcolorValue1Holds the color in RGB value that will be rendered on maps.
4086field_28186_owoodColor1The map color for Wood blocks
4087field_28187_nwaterColor1The map color for Water blocks
4088field_28188_mstoneColor1The map color for Stone blocks
4089field_28189_ldirtColor1The map color for Dirt blocks
4090field_28190_kclayColor1The map color for Clay blocks
4091field_28191_jsnowColor1The map color for Snow Cover and Snow blocks
4092field_28192_ifoliageColor1The map color for Leaf, Plant, Cactus, and Pumpkin blocks.
4093field_28193_hironColor1The map color for Iron blocks
4094field_28194_giceColor1The map color for Ice blocks
4095field_28195_ftntColor1The map color for TNT blocks
4096field_28196_eclothColor1The map color for Cloth and Sponge blocks
4097field_28197_dsandColor1This is the color of the sand
4098field_28198_cgrassColor1this is the grass color in html format
4099field_28199_bairColor1The map color for Air blocks
4100field_28200_amapColorArray1Holds all the 16 colors used on maps, very similar of a pallete system.
4101field_28201_bcenterX1
4102field_28203_edata1
4103field_28204_diconRotation1
4104field_28205_ccenterZ1
4105field_286_PentityCollisionReduction1Reduces the velocity applied by entity collisions by the specified percent.
4106field_298_Eheight1How high this entity is considered to be
4107field_300_Dwidth1How wide this entity is considered to be
4108field_303_acchunkCoordZ1
4109field_304_BisDead1gets set by setEntityDead, so this must be the flag whether an Entity is dead (inactive may be better term)
4110field_305_abchunkCoordY1
4111field_307_aachunkCoordX1
4112field_31006_htileEntityInvalid1
4113field_31013_mpushedObjects1
4114field_31014_bstoredMetadata1
4115field_31015_llastProgress1the progress in (de)extending
4116field_31016_astoredBlockID1
4117field_31017_kprogress1
4118field_31018_jshouldHeadBeRendered1
4119field_31019_iextending1if this piston is extending or not
4120field_31020_cstoredOrientation1the side the front of the piston is on
4121field_31022_bcshears1Item introduced on 1.7 version, is a shear to cut leaves (you can keep the block) or get wool from sheeps.
4122field_31023_bkdyeColors1
4123field_31043_bignoreUpdates1
4124field_31044_aisSticky1This pistons is the sticky one?
4125field_31046_aheadTexture1The texture for the 'head' of the piston. Sticky or normal.
4126field_31048_LscanningTileEntities1
4127field_31051_boffsetsXForSide1gives the offset required for this axis to get the block at that side.
4128field_31052_afaceToSide1Converts a face to a side.
4129field_31053_doffsetsZForSide1gives the offset required for this axis to get the block at that side.
4130field_31054_coffsetsYForSide1gives the offset required for this axis to get the block at that side.
4131field_31060_HmobilityFlag1Mobility 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.
4132field_31061_GcanHarvest1Determines if the materials is one that can be collected by the player.
4133field_31062_Bpiston1Pistons' material.
4134field_31063_Aweb1Web's material.
4135field_312_vboundingBox1Axis aligned bounding box.
4136field_315_srotationPitch1Entity rotation Pitch
4137field_316_rrotationYaw1Entity rotation Yaw
4138field_317_qmotionZ1Entity motion Z
4139field_318_pmotionY1Entity motion Y
4140field_319_omotionX1Entity motion X
4141field_320_nposZ1Entity position Z
4142field_321_mposY1Entity position Y
4143field_322_lposX1Entity position X
4144field_327_gridingEntity1The entity we are currently riding
4145field_328_friddenByEntity1The entity that is riding this entity
4146field_329_epreventEntitySpawning1Blocks entities from spawning when they do their AABB check to make sure the spot is clear of entities that can prevent spawning.
4147field_331_centityId1
4148field_34900_QentityRemoval1Entities marked for removal.
4149field_34901_PaddedTileEntityList1
4150field_34902_QentityInstanceIdMap1Maps ids to entity instances
4151field_34903_battackingPlayer1The most recent player that has attacked this entity
4152field_34904_crecentlyHit1Set 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.
4153field_34906_bbiomeIndexLayer1A GenLayer containing the indices into BiomeGenBase.biomeList[]
4154field_34907_agenBiomes1
4155field_34908_ditemInUse1This is the item that is in use when the player is holding down the useItemButton (e.g., bow, food, sword)
4156field_34909_eitemInUseCount1This field starts off equal to getMaxItemUseDuration and is decremented on each tick
4157field_35012_krndmObj1The Java Random object.
4158field_35014_pmotd1The server MOTD string.
4159field_35020_dbaseSeed1base seed to the LCG prng provided via the constructor
4160field_35021_bworldGenSeed1seed from World#getWorldSeed that is used in the LCG prng
4161field_35022_cchunkSeed1final part of the LCG prng that uses the chunk X, Z coords along with the other two seeds to generate pseudorandom numbers
4162field_35023_aparent1parent GenLayer that was provided via the constructor
4163field_35029_ballowedBiomes1this sets all the biomes that are allowed to appear in the overworld
4164field_35041_bgameType1The type of the map. 0 is survival, 1 is creative.
4165field_35042_cmapFeaturesEnabled1Switch for the map features. 'true' for enabled, 'false' for disabled.
4166field_35043_aseed1The seed for the map.
4167field_35044_bwfenceGate1
4168field_35045_bvvine1
4169field_35046_bystairsStoneBrickSmooth1
4170field_35047_bxstairsBrick1
4171field_35048_bsmelon1
4172field_35049_brthinGlass1
4173field_35050_bumelonStem1
4174field_35051_btpumpkinStem1
4175field_35052_bnstoneBrick1
4176field_35053_bomushroomCapBrown1
4177field_35054_bpmushroomCapRed1
4178field_35055_bqfenceIron1
4179field_35056_bmsilverfish1
4180field_35062_ablockStepTypes1The list of the types of step blocks.
4181field_35064_asideTextureIndex1Holds the texture index of the side of the pane (the thin lateral side)
4182field_35068_afruitType1Defines if it is a Melon or a Pumpkin that the stem is producing.
4183field_35069_amushroomType1The mushroom type. 0 for brown, 1 for red.
4184field_35085_fstarve1
4185field_35086_gcactus1
4186field_35087_dinWall1
4187field_35088_edrown1
4188field_35089_bonFire1
4189field_35090_clava1
4190field_35091_ainFire1
4191field_35092_nisUnblockable1This kind of damage can be blocked or not.
4192field_35093_oisDamageAllowedInCreativeMode1
4193field_35094_lmagic1
4194field_35095_mdamageType1
4195field_35096_jgeneric1
4196field_35097_kexplosion1
4197field_35098_hfall1
4198field_35099_ioutOfWorld1
4199field_35100_phungerDamage1
4200field_35101_ndamageSourceEntity1
4201field_35102_nindirectEntity1
4202field_35103_bfood1
4203field_35104_cfoodSaturation1Players logging on get a saturation of 5.0. Eating food increases the saturation as well as the food bar.
4204field_35108_aslot1
4205field_35109_bisConnected1Byte that tells whether the player is connected.
4206field_35110_cping1
4207field_35111_aplayerName1The player's name.
4208field_35112_cgameMode1Used only when reason = 3. 0 is survival, 1 is creative.
4209field_35113_dduration1
4210field_35114_beffectId1
4211field_35115_ceffectAmplifier1The effect's amplifier.
4212field_35116_aentityId1
4213field_35117_dworldHeight1Defaults to 128
4214field_35118_ecreativeMode10 for survival, 1 for creative
4215field_35119_cdifficulty1The difficulty setting. 0 through 3 for peaceful, easy, normal, hard. The client always sends 1.
4216field_35121_dposZ1
4217field_35122_expValue1The Orbs Experience points value.
4218field_35123_bposX1
4219field_35124_cposY1
4220field_35125_aentityId1Entity ID for the XP Orb
4221field_35126_arandomId1
4222field_35127_beffectId1The ID of the effect which is being removed from an entity.
4223field_35128_aentityId1The ID of the entity which an effect is being removed from.
4224field_35129_fdifficultySetting1The difficulty setting byte.
4225field_35130_gworldHeight1Defaults to 128
4226field_35131_dserverMode10 for survival, 1 for creative
4227field_35133_hmaxPlayers1The maximum players.
4228field_35134_bexperienceTotal1The total experience points.
4229field_35135_cexperienceLevel1The experience level.
4230field_35143_fbiomesToSpawnIn1A list of biomes that the player can spawn in.
4231field_35145_ebiomeCache1The biome list.
4232field_35151_caisAirBorne1
4233field_35154_fxpValue1This is how much XP this orb has.
4234field_35156_expOrbHealth1The health of this XP orb.
4235field_35157_bxpOrbAge1The age of the XP orb in ticks.
4236field_35159_axpColor1A constantly increasing value that RenderXPOrb uses to control the colour shifting (Green / yellow)
4237field_35160_darrowCritical1Is this arrow a critical hit? (Controls particles and damage)
4238field_35165_nblockMetadata1
4239field_35166_oblockType1the Block type that this TileEntity is contained within
4240field_35168_flidAngle1The current angle of the lid (between 0 and 1)
4241field_35169_gprevLidAngle1The angle of the lid last tick
4242field_35170_dadjacentChestXNeg1Contains the chest tile located adjacent to this one (if any)
4243field_35171_eadjacentChestZPosition1Contains the chest tile located adjacent to this one (if any)
4244field_35172_badjacentChestZNeg1Contains the chest tile located adjacent to this one (if any)
4245field_35173_cadjacentChestXPos1Contains the chest tile located adjacent to this one (if any)
4246field_35174_qticksSinceSync1Server sync counter (once per 20 ticks)
4247field_35175_aadjacentChestChecked1Determines if the check for adjacent chests has taken place.
4248field_35176_hnumUsingPlayers1The number of players currently using this chest
4249field_35189_aDarrowHitTempCounter1Set 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.
4250field_35190_aEarrowHitTimer1
4251field_35191_aFactivePotionsMap1
4252field_35192_axexperienceValue1The experience points the Entity gives.
4253field_35193_akjumpMovementFactor1A factor used to determine how far this entity will move each tick if it is jumping or falling.
4254field_35194_ajlandMovementFactor1A 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.
4255field_35210_Lexperience1The current amount of experience the player has within their Experience Bar.
4256field_35211_MexperienceLevel1The current experience level the player is on.
4257field_35212_NexperienceTotal1The total amount of experience the player has. This also includes the amount of experience within their Experience Bar.
4258field_35213_OspeedOnGround1
4259field_35214_Kcapabilities1The player's capabilities. (See class PlayerCapabilities)
4260field_35215_PspeedInAir1
4261field_35216_nflyToggleTimer1Used 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.
4262field_35217_mfoodStats1The food object of the player, the general hunger logic.
4263field_35218_wxpCooldown1Used by EntityPlayer to prevent too many xp orbs from getting absorbed at once.
4264field_35219_iping1
4265field_35220_celastExperience1Amount of experience the client was last set to
4266field_35223_ffleeingTick1Used to make a creature speed up and wander away when hit.
4267field_35233_gteleportDelay1Counter to delay the teleportation of an enderman towards the currently attacked target
4268field_35234_bcanCarryBlocks1
4269field_35235_aisAttacking1Is the enderman attacking another entity?
4270field_35237_aallySummonCooldown1A cooldown before this entity will search for another Silverfish to join them in battle.
4271field_35245_HlightUpdateBlockList1is 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
4272field_35258_Dchunk_X1The X-coordinate of the chunk currently being decorated
4273field_35259_Echunk_Z1The Z-coordinate of the chunk currently being decorated
4274field_35260_Fbiome1The biome generator object.
4275field_35261_AclayPerChunk1The number of clay patches to generate per chunk. Only generates when part of it is underwater.
4276field_35262_BcurrentWorld1The world the BiomeDecorator is currently decorating
4277field_35263_CrandomGenerator1The Biome Decorator's random number generator.
4278field_35264_fcoalGen1
4279field_35265_gironGen1
4280field_35266_ddirtGen1The dirt generator.
4281field_35267_egravelGen1
4282field_35268_bsandGen1The sand generator.
4283field_35269_cgravelAsSandGen1The gravel generator.
4284field_35270_aclayGen1The clay generator.
4285field_35271_nmushroomBrownGen1Field that holds mushroomBrown WorldGenFlowers
4286field_35272_omushroomRedGen1Field that holds mushroomRed WorldGenFlowers
4287field_35273_lplantYellowGen1Field that holds one of the plantYellow WorldGenFlowers
4288field_35274_mplantRedGen1Field that holds one of the plantRed WorldGenFlowers
4289field_35275_jdiamondGen1Field that holds diamond WorldGenMinable
4290field_35276_klapisGen1Field that holds Lapis WorldGenMinable
4291field_35277_hgoldGen1Field that holds gold WorldGenMinable
4292field_35278_iredstoneGen1Field that holds redstone WorldGenMinable
4293field_35279_wreedsPerChunk1The number of reeds to generate per chunk. Reeds won't generate if the randomly selected placement is unsuitable.
4294field_35280_vmushroomsPerChunk1The 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.
4295field_35281_udeadBushPerChunk1The number of dead bushes to generate per chunk. Used in deserts and swamps.
4296field_35282_tgrassPerChunk1The amount of tall grass to generate per chunk.
4297field_35283_sflowersPerChunk1The 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.
4298field_35284_rtreesPerChunk1The number of trees to attempt to generate per chunk. Up to 10 in forests, none in deserts.
4299field_35285_qcactusGen1Field that holds WorldGenCactus
4300field_35286_preedGen1Field that holds WorldGenReed
4301field_35287_zsandPerChunk21The 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.
4302field_35288_ysandPerChunk1The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater.
4303field_35289_xcactiPerChunk1The number of cactus plants to generate per chunk. Cacti only work on sand.
4304field_35290_bradius1The maximum radius used when generating a patch of blocks.
4305field_35291_asandID1Stores ID for WorldGenSand
4306field_35293_amushroomType1The mushroom type. 0 for brown, 1 for red.
4307field_35316_gboundingBox1
4308field_35317_hcoordBaseMode1switches the Coordinate System base off the Bounding Box
4309field_35318_icomponentType1The type ID of this component.
4310field_35326_bdoorType1
4311field_35331_adoorType1
4312field_35333_adoorType1
4313field_35336_cisLargeRoom1
4314field_35337_adoorType1
4315field_35339_bexpandsX1
4316field_35340_cexpandsZ1
4317field_35341_adoorType1
4318field_35345_adoorType1
4319field_35347_broomType1
4320field_35348_cchestLoot1
4321field_35349_adoorType1
4322field_35355_adoorType1
4323field_35356_achidStructures1
4324field_35358_dsectionCount1A count of the different sections of this mine. The space between ceiling supports.
4325field_35359_bhasSpiders1
4326field_35360_cspawnerPlaced1
4327field_35361_ahasRails1
4328field_35363_bisMultipleFloors1
4329field_35364_acorridorDirection1
4330field_35371_aaverageGroundLevel1
4331field_35373_aaverageGroundLevel1
4332field_35375_aaverageGroundLevel1
4333field_35377_aaverageGroundLevel1
4334field_35379_aaverageGroundLevel1
4335field_35381_aaverageGroundLevel1
4336field_35383_aaverageGroundLevel1
4337field_35384_baverageGroundLevel1
4338field_35388_dstructureVillageWeightedPieceList1Contains List of all spawnable Structure Piece Weights. If no more Pieces of a type can be spawned, they are removed from this list
4339field_35390_bterrainType1World terrain type, 0 for normal, 1 for flap map
4340field_35391_cstructVillagePieceWeight1
4341field_35392_aworldChunkMngr1
4342field_35394_bisTallHouse1
4343field_35395_ctablePosition1
4344field_35396_aaverageGroundLevel1
4345field_35398_aaverageGroundLevel1
4346field_35400_aaverageGroundLevel1
4347field_35402_bisRoofAccessible1
4348field_35403_aaverageGroundLevel1
4349field_35409_bjchickenCooked1
4350field_35410_bkrottenFlesh1
4351field_35411_blenderPearl1
4352field_35412_bfmelonSeeds1
4353field_35413_bgbeefRaw1
4354field_35414_bhbeefCooked1
4355field_35415_bichickenRaw1
4356field_35416_bdmelon1
4357field_35417_bepumpkinSeeds1
4358field_35420_ablockObj1
4359field_35421_ablockRef1
4360field_35425_bzpotionAmplifier1set by setPotionEffect
4361field_35426_bApotionEffectProbability1probably of the set potion effect occurring
4362field_35428_bwalwaysEdible1If this field is true, the food can be consumed even if the player don't need to eat.
4363field_35429_bypotionDuration1set by setPotionEffect
4364field_35430_bxpotionId1represents the potion effect that will occurr upon eating this food. Set by setPotionEffect
4365field_35431_busaturationModifier1
4366field_35436_alootArray1Contains stuff you might find in chests
4367field_35447_Hid1The Id of a Potion object.
4368field_35448_Iname1The name of the Potion.
4369field_35449_fdigSlowdown1
4370field_35450_gdamageBoost1
4371field_35451_dmoveSlowdown1
4372field_35452_edigSpeed1
4373field_35454_cmoveSpeed1
4374field_35455_apotionTypes1The array of potion types.
4375field_35456_nfireResistance1The fire resistance Potion object.
4376field_35457_owaterBreathing1The water breathing Potion object.
4377field_35458_lregeneration1The regeneration Potion object.
4378field_35459_mresistance1
4379field_35460_jjump1
4380field_35461_kconfusion1
4381field_35462_hheal1
4382field_35463_iharm1
4383field_35466_upoison1The poison Potion object.
4384field_35467_tweakness1The weakness Potion object.
4385field_35468_shunger1The hunger Potion object.
4386field_35469_rnightVision1The night vision Potion object.
4387field_35470_qblindness1The blindness Potion object.
4388field_35471_pinvisibility1The invisibility Potion object.
4389field_35483_ditemWeight1The Weight is how often the item is chosen(higher number is higher chance(lower is lower))
4390field_35484_bminGroupCount1
4391field_35485_cmaxGroupCount1
4392field_35486_emaxItemStack1This is how many items can be max in the itemstack
4393field_35487_bitemMetadata1The metadata to be used when creating the treasure item.
4394field_35488_cminItemStack1This is how many items can be in each stack at minimun
4395field_35489_aitemID1The ID for this treasure item
4396field_35490_vsnipeSkeleton1The achievement for killing a Skeleton from 50 meters aways.
4397field_35493_dvillagePiecesLimit1
4398field_35494_bvillagePieceWeight1
4399field_35495_cvillagePiecesSpawned1
4400field_35496_avillagePieceClass1The Class object for the represantation of this village piece.
4401field_35502_qmapFeaturesEnabled1Whether the map features (e.g. strongholds) generation is enabled or disabled.
4402field_35503_pgameType1Indicates the type of the game. 0 for survival, 1 for creative.
4403field_35515_AworldGenBigTree1The big tree generator.
4404field_35516_BworldGenForest1The forest generator.
4405field_35517_CworldGenSwamp1The swamp tree generator.
4406field_35518_eextremeHills1
4407field_35519_bocean1
4408field_35520_cplains1
4409field_35521_abiomeList1An array of all the biomes, indexed by biome id.
4410field_35522_iriver1
4411field_35523_ubiomeDecorator1The biome decorator.
4412field_35524_trainfall1The rainfall in this biome.
4413field_35525_stemperature1The temperature of this biome.
4414field_35526_rmaxHeight1The maximum height of this biome. Default 0.3.
4415field_35527_qminHeight1The minimum height of this biome. Default 0.1.
4416field_35528_zworldGenTrees1The tree generator.
4417field_35529_ybiomeID1The id number to this biome, and its index in the biomeList array.
4418field_35530_dworldObj1This world object.
4419field_35534_ecoordMap1
4420field_35535_franBiomeCheck1is spawned false and set true once the defined BiomeGenBases were compared with the present ones
4421field_35536_gstructureCoords1
4422field_35537_aallowedBiomeGenBases1
4423field_35538_avillageSpawnBiomes1A list of all the biomes villages can spawn in.
4424field_35546_bboundingBox1
4425field_35547_acomponents1List of all StructureComponents that are part of this structure
4426field_35548_chasMoreThanTwoComponents1well ... thats what it does
4427field_35551_dfreeLargeArrays1A list of pre-allocated int[cacheSize] arrays that are currently unused and can be returned by getIntCache()
4428field_35552_einUseLargeArrays1A 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.
4429field_35553_bfreeSmallArrays1A list of pre-allocated int[256] arrays that are currently unused and can be returned by getIntCache()
4430field_35554_cinUseSmallArrays1A 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.
4431field_35555_aintCacheSize1
4432field_35558_fmineshaftGenerator1Holds Mineshaft Generator
4433field_35559_dstrongholdGenerator1Holds Stronghold Generator
4434field_35560_evillageGenerator1Holds Village Generator
4435field_35562_vstoneNoise1
4436field_35563_tmapFeaturesEnabled1are map structures going to be generated (e.g. strongholds)
4437field_35564_xravineGenerator1Holds ravine generator
4438field_35568_bselectedBlockMetaData1
4439field_35569_aselectedBlockId1
4440field_35574_kvine1
4441field_35577_dinstancesLimit1How many Structure Pieces of this type may spawn in a structure
4442field_35578_bpieceWeight1This 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
4443field_35579_cinstancesSpawned1
4444field_35580_apieceClass1
4445field_35581_adoorEnum1
4446field_35591_dfoodTimer1The player's food timer value.
4447field_35592_eprevFoodLevel1
4448field_35593_bfoodSaturationLevel1The player's food saturation.
4449field_35594_cfoodExhaustionLevel1The player's food exhaustion.
4450field_35595_afoodLevel1The player's food level.
4451field_35607_fenderEyeMetaToDirection1
4452field_35609_dvineGrowth1
4453field_35610_boffsetZ1
4454field_35611_cheadInvisibleFace1
4455field_35612_aoffsetX1
4456field_35619_fkeySet1The set of all the keys stored in this MCHash object
4457field_35627_dstrongholdStones1
4458field_35628_bpieceWeightArray1
4459field_35629_cstructurePieceList1
4460field_35630_atotalWeight1
4461field_35636_dupdateSkylightColumns1Which columns need their skylightMaps updated.
4462field_35637_cprecipitationHeightMap1A map, similar to heightMap, that tracks how far down precipitation can fall.
4463field_35654_bduration1The duration of the potion effect
4464field_35655_camplifier1The amplifier of the potion effect
4465field_35656_apotionID1ID value of the potion this effect matches.
4466field_35657_disCreativeMode1Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
4467field_35658_bisFlying1Sets/indicates whether the player is flying.
4468field_35659_callowFlying1whether or not to allow the player to fly when they double jump.
4469field_35660_adisableDamage1Disables player damage.
4470field_35661_bdepthBits1Log base 2 of the chunk height (128); applied as a shift on Z coordinate
4471field_35662_cdepthBitsPlusFour1Log base 2 of the chunk height (128) * width (16); applied as a shift on X coordinate
4472field_35673_fmaxZ1The second z coordinate of a bounding box.
4473field_35674_dmaxX1The second x coordinate of a bounding box.
4474field_35675_emaxY1The second y coordinate of a bounding box.
4475field_35676_bminY1The first y coordinate of a bounding box.
4476field_35677_cminZ1The first z coordinate of a bounding box.
4477field_35678_aminX1The first x coordinate of a bounding box.
4478field_35684_dcache1The list of cached BiomeCacheBlocks
4479field_35685_blastCleanupTime1The last time this BiomeCache was cleaned, in milliseconds.
4480field_35686_ccacheMap1The map of keys to BiomeCacheBlocks. Keys are based on the chunk x, z coordinates as (x | z << 32).
4481field_35687_achunkManager1Reference to the WorldChunkManager
4482field_35699_cgameType1The game mode, 1 for creative, 0 for survival.
4483field_35701_flastAccessTime1The last time this BiomeCacheBlock was accessed, in milliseconds.
4484field_35702_gbiomeCache1The BiomeCache object that contains this BiomeCacheBlock
4485field_35703_dxPosition1The x coordinate of the BiomeCacheBlock.
4486field_35704_ezPosition1The z coordinate of the BiomeCacheBlock.
4487field_35705_brainfallValues1An array of chunk rainfall values saved by this cache.
4488field_35706_cbiomes1The array of biome types stored in this BiomeCacheBlock.
4489field_35707_atemperatureValues1An array of chunk temperatures saved by this cache.
4490field_384_anextEntityID1
4491field_387_ahhasAttacked1returns true if a creature has attacked recently only used for creepers and skeletons
4492field_388_apathToEntity1
4493field_389_agentityToAttack1The Entity this EntityCreature is set to attack.
4494field_38_bpacketClassToIdMap1Maps packet class to packet id
4495field_39000_ainLove1
4496field_39001_bbreeding1This is representation of a counter for reproduction progress. (Note that this is different from the inLove which represent being in Love-Mode)
4497field_39002_bpotionsNeedUpdate1Whether the DataWatcher needs to be updated with the active potions
4498field_39004_djumpTicks1Number of ticks since last jump
4499field_39005_avillagersSpawned1The number of villagers that have been spawned in this component.
4500field_39006_bRpotionEffect1The string representing this item's effect on a potion when used as an ingredient.
4501field_395_addestPos1
4502field_396_ajtimeUntilNextEgg1The time until the next egg is spawned.
4503field_39_apacketIdToClassMap1Maps packet id to packet class
4504field_3_gusername1The username for this login.
4505field_40004_bbuffer1RCon string buffer for log
4506field_40005_ainstance1Single instance of RConConsoleSource
4507field_40029_tserverPort1The server's port
4508field_40030_shostname1The server's hostname
4509field_40031_zrconMainThread1
4510field_40032_yrconQueryThread1
4511field_40038_bname1The name of the Dragon Part
4512field_40039_aentityDragonObj1The dragon entity this dragon part belongs to
4513field_40045_fzTile1
4514field_40046_ginTile1
4515field_40047_dxTile1
4516field_40048_eyTile1
4517field_40049_bthrowableShake1
4518field_40050_cthrower1The entity that threw this throwable item.
4519field_40051_ainGround1
4520field_40052_hticksInGround1
4521field_40053_iticksInAir1
4522field_40055_dpotionDamage1The damage value of the thrown potion that this EntityPotion represents.
4523field_40057_fshatterOrDrop1
4524field_40058_dtargetZ1'z' location the eye should float towards.
4525field_40059_edespawnTimer1
4526field_40060_btargetX1'x' location the eye should float towards.
4527field_40061_ctargetY1'y' location the eye should float towards.
4528field_40064_fbookSpread1The amount that the book is open.
4529field_40065_gbookSpreadPrev1The amount that the book was open last tick.
4530field_40068_bpageFlip1Value used for determining how the page flip should look.
4531field_40069_rrand1
4532field_40070_cpageFlipPrev1The last tick's pageFlip value.
4533field_40071_atickCount1Used by the render to make the book 'bounce'
4534field_40072_jbookRotation1
4535field_40073_hbookRotation21
4536field_40074_ibookRotationPrev1
4537field_40080_dingredientID1
4538field_40081_bbrewTime1
4539field_40082_cfilledSlots1an integer with each bit specifying whether that slot of the stand contains a potion
4540field_40083_abrewingItemStacks1The itemstacks currently placed in the slots of the brewing stand
4541field_40085_bslotsCount1
4542field_40086_cinventoryContents1
4543field_40087_ainventoryTitle1
4544field_40088_acontainer1The brewing stand this slot belongs to.
4545field_40105_apcarryoverDamage1in 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
4546field_40129_bheightOffsetUpdateTime1ticks until heightOffset is randomized
4547field_40130_aheightOffset1Random offset used in floating behaviour
4548field_40138_smaxHealth1The maximum health of the Entity.
4549field_40142_fdragonPartArray1An array containing all body parts of this dragon
4550field_40143_gdragonPartHead1The head bounding box of a dragon
4551field_40144_dringBuffer1Ring buffer array for the last 64 Y-positions and yaw rotations. Used to calculate offsets for the animations.
4552field_40145_eringBufferIndex1Index into the ring buffer. Incremented once per tick and restarts at 0 once it reaches the end of the buffer.
4553field_40146_btargetY1
4554field_40147_ctargetZ1
4555field_40148_atargetX1
4556field_40149_nprevAnimTime1Animation time at previous tick.
4557field_40150_oanimTime1Animation time, used to control the speed of the animation cycles (wings flapping, jaw opening, etc.)
4558field_40151_ldragonPartWing11
4559field_40152_mdragonPartWing21
4560field_40153_jdragonPartTail21
4561field_40154_kdragonPartTail31
4562field_40155_hdragonPartBody1The body bounding box of a dragon
4563field_40156_idragonPartTail11
4564field_40157_ttarget1
4565field_40158_rdeathTicks1
4566field_40159_qslowed1Activated if the dragon is flying though obsidian, white stone or bedrock. Slows movement and animation speed.
4567field_40160_pforceNewTarget1Force selecting a new flight target at next tick if set to true.
4568field_40164_bzmycelium1
4569field_40165_bAwaterlily1
4570field_40166_bLuseNeighborBrightness1Flag if block ID should use the brightest neighbor light value as its own
4571field_40167_bJendPortalFrame1
4572field_40168_bKwhiteStone1
4573field_40169_bDstairsNetherBrick1
4574field_40170_bEnetherStalk1
4575field_40171_bBnetherBrick1
4576field_40172_bCnetherFence1
4577field_40173_bHcauldron1
4578field_40174_bIendPortal1
4579field_40175_bFenchantmentTable1
4580field_40176_bGbrewingStand1
4581field_40178_bcanDropItself1If this field is true, the pane block drops itself when destroyed (like the iron fences), otherwise, it's just destroyed (like glass panes)
4582field_40180_arand1
4583field_40183_cgenNetherBridge1
4584field_40187_fnoiseData41
4585field_40188_gnoiseData51
4586field_40189_dnoiseData21
4587field_40190_enoiseData31
4588field_40191_bnoiseGen51
4589field_40192_cnoiseData11
4590field_40193_anoiseGen41
4591field_40194_ndensities1
4592field_40195_obiomesForGeneration1The biomes that are used to generate the chunk
4593field_40196_lnoiseGen31
4594field_40197_mendWorld1
4595field_40198_jnoiseGen11
4596field_40199_knoiseGen21
4597field_40201_iendRNG1
4598field_40206_aspawnList1
4599field_40207_areplaceID1The Block ID that the generator is allowed to replace while generating the terrain.
4600field_40226_bzspeckledMelon1
4601field_40227_bwbrewingStand1
4602field_40228_bvmagmaCream1
4603field_40229_byeyeOfEnder1
4604field_40230_bxcauldron1
4605field_40231_bsspiderEye1
4606field_40232_brglassBottle1
4607field_40233_bublazePowder1
4608field_40234_btfermentedSpiderEye1
4609field_40235_bnghastTear1
4610field_40236_bogoldNugget1
4611field_40237_bpnetherStalkSeeds1
4612field_40238_bqpotion1
4613field_40239_bmblazeRod1
4614field_40240_bJrecordWard1
4615field_40241_bKrecord111
4616field_40242_bDrecordChirp1
4617field_40243_bErecordFar1
4618field_40244_bCrecordBlocks1
4619field_40245_bHrecordStal1
4620field_40246_bIrecordStrad1
4621field_40247_bFrecordMall1
4622field_40248_bGrecordMellohi1
4623field_40249_bQtoolMaterial1
4624field_4024_aprotocolVersion1The protocol version in use. Current version is 2.
4625field_40251_bTmaterial1The EnumArmorMaterial used for this ItemArmor
4626field_40252_bRrenderIndex1Used 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.
4627field_40253_bQsoilBlockID1BlockID of the block the seeds can be planted on.
4628field_40257_aeffectCache1Contains a map from integers to the list of potion effects that potions with that damage value confer (to prevent recalculating it).
4629field_40258_fsaveDirectoryName1The directory name of the world
4630field_40263_bitemStack1
4631field_40264_benchantment1The position of the enchantment on the enchantment table window, starting with 0 as the topmost one.
4632field_40265_awindowId1
4633field_40266_aexperience1The current experience bar points.
4634field_40267_acontainer1The brewing stand this clot belongs to.
4635field_40268_acontainer1The brewing stand this slot belongs to.
4636field_40269_fplayer1The player that has this container open.
4637field_40270_acontainer1The brewing stand this slot belongs to.
4638field_40277_rprojectile1This kind of damage is based on a projectile or not.
4639field_40278_qfireDamage1This kind of damage is based on fire or not.
4640field_40280_dhardcoreEnabled1True if hardcore mode is enabled
4641field_402_aeslimeJumpDelay1ticks until this slime jumps again
4642field_40302_afillSeed1
4643field_40305_ahasSpawner1
4644field_40312_bdoorType1
4645field_40313_chasMadeChest1
4646field_40314_achestLoot1
4647field_40316_ahasSpawner1
4648field_40317_bportalRoom1
4649field_40318_JbigMushroomsPerChunk1Amount of big mushrooms per chunk
4650field_40319_KgenerateLakes1True if decorator should generate surface lava & water
4651field_40320_ubigMushroomGen1Field that holds big mushroom generator
4652field_40321_ywaterlilyPerChunk1Amount of waterlilys per chunk.
4653field_40322_xwaterlilyGen1The water lily generation!
4654field_40323_LspikeGen1
4655field_40332_bnameSeed1used as seed for EnchantmentNameParts (see GuiEnchantment)
4656field_40333_cenchantLevels13-member array storing the enchantment levels of each slot
4657field_40334_atableInventory1SlotEnchantmentTable object with ItemStack to be enchanted
4658field_40335_lrand1
4659field_40336_jposY1
4660field_40337_kposZ1
4661field_40338_hworldPointer1current world (for bookshelf counting)
4662field_40339_iposX1
4663field_40340_bbrewTime1
4664field_40341_atileBrewingStand1
4665field_40351_fblastProtection1Protection against explosions
4666field_40352_gprojectileProtection1Protection against projectile entities (e.g. arrows)
4667field_40353_dfireProtection1Protection against fire
4668field_40354_efeatherFalling1Less fall damage
4669field_40355_benchantmentsList1
4670field_40356_cprotection1Converts environmental damage to armour damage
4671field_40357_aweight1
4672field_40358_nfireAspect1Lights mobs on fire
4673field_40359_olooting1Mobs have a chance to drop more loot
4674field_40360_lbaneOfArthropods1Extra damage to spiders, cave spiders and silverfish
4675field_40361_mknockback1Knocks mob and players backwards upon hit
4676field_40362_jsharpness1Extra damage to mobs
4677field_40363_ksmite1Extra damage to zombies, zombie pigmen and skeletons
4678field_40364_hrespiration1Decreases the rate of air loss underwater; increases time between damage while suffocating
4679field_40365_iaquaAffinity1Increases underwater mining rate
4680field_40366_vname1Used in localisation and stats.
4681field_40367_utype1The EnumEnchantmentType given to this Enchantment.
4682field_40368_teffectId1
4683field_40369_sfortune1Can multiply the drop rate of items from blocks
4684field_40370_runbreaking1Sometimes, the tool's durability will not be spent when the tool is used
4685field_40371_qsilkTouch1Blocks mined will drop themselves, even if it should drop something else (e.g. stone will drop stone, not cobblestone)
4686field_40372_pefficiency1Faster resource gathering while in use
4687field_40373_wprotectionName1Holds the name to be translated of each protection type.
4688field_40374_adamageType1Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods
4689field_40375_zthresholdEnchantability1Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant.
4690field_40376_ylevelEnchantability1Holds how much each level increased the enchantability factor to be able to use this enchant.
4691field_40377_xbaseEnchantability1Holds the base factor of enchantability needed to be able to use the enchant.
4692field_40378_wprotectionName1Holds the name to be translated of each protection type.
4693field_40379_aprotectionType1Defines the type of protection of the enchantment, 0 = all, 1 = fire, 2 = fall (feather fall), 3 = explosion and 4 = projectile.
4694field_40380_zthresholdEnchantability1Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant.
4695field_40381_ylevelEnchantability1Holds how much each level increased the enchantability factor to be able to use this enchant.
4696field_40382_xbaseEnchantability1Holds the base factor of enchantability needed to be able to use the enchant.
4697field_40387_frequestIDstring1The request ID stored as a String
4698field_40388_drequestID1A client-provided request ID associated with this query
4699field_40389_echallengeValue1A unique string of bytes used to verify client auth
4700field_40390_btimestamp1The creation timestamp for this auth
4701field_40391_crandomChallenge1A random integer value to be used for client response authentication
4702field_40392_aqueryThread1The RConThreadQuery that this is probably an inner class of
4703field_40399_boutput1ByteArrayOutputStream wrapper
4704field_40400_abyteArrayOutput1Output stream
4705field_40414_fserverSocketList1A list of registered ServerSockets
4706field_40416_esocketList1A list of registered DatagramSockets
4707field_40417_bserver1Reference to the server object
4708field_40418_crconThread1Thread for this runnable class
4709field_40419_arunning1True i
4710field_40422_grconPort1Port RCon is running on
4711field_40423_lclientThreads1A map of client addresses to their running Threads
4712field_40424_jserverSocket1The RCon ServerSocke
4713field_40425_krconPassword1The RCon password
4714field_40426_hserverPort1Port the server is running on
4715field_40427_ihostname1Hostname RCon is running on
4716field_40437_glastAuthCheckTime1The time of the last client auth check
4717field_40438_nbuffer1A buffer for incoming DatagramPackets
4718field_40439_oincomingPacket1Storage for incoming DatagramPackets
4719field_40440_lworldName1The name of the currently lo
4720field_40441_mquerySocket1The remote socket querying the server
4721field_40442_jmaxPlayers1The maximum number of players allowed on the server
4722field_40443_kserverMotd1The current server message of the day
4723field_40444_hqueryPort1The RCon query port
4724field_40445_iserverPort1Port the server is running on
4725field_40446_vlastQueryResponseTime1The time of the last query response sent
4726field_40447_uoutput1The RConQuery output stream
4727field_40449_squeryClients1A map of pending client SocketAddresses to the RConThreadQueryAuth that has been sent to them
4728field_4044_bfportal1The purple teleport blocks inside the obsidian circle
4729field_40450_rserverHostname1The hostname of the running server
4730field_40451_qqueryHostname1The hostname of this query server
4731field_40457_gloggedIn1True if the client has succefssfully logged into the RCon, otherwise false
4732field_40458_jrconPassword1The RCon password
4733field_40459_hclientSocket1The client's Socket connection
4734field_40460_ibuffer1A buffer for incoming Socket data
4735field_40461_AwaterColorMultiplier1Color tint applied to water depending on biome
4736field_40462_nicePlains1
4737field_40463_oiceMountains1
4738field_40464_lfrozenOcean1
4739field_40465_mfrozenRiver1
4740field_40466_qmushroomIslandShore1
4741field_40467_pmushroomIsland1
4742field_40471_rhardcore1Hardcore mode flag
4743field_40472_Denchantments1Is the 'Enchanter' achievement
4744field_40473_Eoverkill1
4745field_40474_Fbookcase1Is the 'Librarian' achievement
4746field_40475_Apotion1Is the 'Local Brewery' achievement
4747field_40476_BtheEnd1Is the 'The End?' achievement
4748field_40477_CtheEnd21Is the 'The End.' achievement
4749field_40478_wdiamonds1Is the 'DIAMONDS!' achievement
4750field_40479_zblazeRod1Is the 'Into Fire' achievement
4751field_40480_yghast1Is the 'Return to Sender' achievement
4752field_40481_xportal1Is the 'We Need to Go Deeper' achievement
4753field_40483_bdamageSource1
4754field_40484_adamageModifier1Used to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors.
4755field_40485_bentityLiving1
4756field_40486_alivingModifier1Used to calculate the (magic) extra damage based on enchantments of current equipped player item.
4757field_40488_jenchantability1Defines the natural enchantability factor of the material.
4758field_4048_bdslowSand1
4759field_40493_benchantmentLevel1Enchantment level associated with this EnchantmentData
4760field_40494_aenchantmentobj1Enchantment object associated with this EnchantmentData
4761field_40498_fmaxDamageFactor1Holds 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)
4762field_40499_gdamageReductionAmountArray1Holds the damage reduction (each 1 points is half a shield on gui) of each piece of armor (helmet, plate, legs and boots)
4763field_404_afattackStrength1How much damage this mob's attacks deal
4764field_40505_henchantability1Return the enchantability factor of the material
4765field_4050_bcnetherrack1
4766field_40510_dsavedIOCounter1
4767field_40511_eisThreadWaiting1
4768field_40512_bthreadedIOQueue1
4769field_40513_cwriteQueuedCounter1
4770field_40514_athreadedIOInstance1Instance of ThreadedFileIOBase
4771field_40520_dprofilingSection1Current profiling section
4772field_40521_eprofilingMap1Profiling map
4773field_40522_bsectionList1List of parent sections
4774field_40523_ctimestampList1List of timestamps (System.nanoTime)
4775field_40524_aprofilingEnabled1Flag profiling enabled
4776field_4052_bbpumpkin1
4777field_40539_bsecondaryComponents1
4778field_40540_aprimaryComponents1
4779field_40542_dstrongComponentType1
4780field_40544_visGapLightingUpdated1
4781field_40556_fspeckledMelonEffect1
4782field_40557_gblazePowderEffect1
4783field_40558_dspiderEyeEffect1
4784field_40559_efermentedSpiderEyeEffect1
4785field_40560_bsugarEffect1
4786field_40561_cghastTearEffect1
4787field_40564_opotionPrefixes1An array of possible potion prefix names, as translation IDs.
4788field_40565_lpotionRequirements1
4789field_40567_jglowstoneEffect1
4790field_40568_kgunpowderEffect1
4791field_40569_hmagmaCreamEffect1
4792field_4056_Nglass1
4793field_40570_iredstoneEffect1
4794field_40587_ahexDigits1Translation array of decimal to hex digits
4795field_40598_Leffectiveness1
4796field_40599_Musable1
4797field_4059_IoreIron1
4798field_405_blastActiveTime1Time when this creeper was last in an active state (Messed up code here, probably causes creeper animation to go weird)
4799field_40600_NliquidColor1Is the color of the liquid for this potion.
4800field_40601_JstatusIconIndex1The index for the icon displayed when the potion effect is active.
4801field_40602_KisBadEffect1This field indicated if the effect is 'bad' - negative - for the entity.
4802field_4060_ayblockDiamond1
4803field_40611_dstackTagCompound1A NBTTagMap containing data about an ItemStack. Can only be used for non stackable items
4804field_40616_dlock1Used to make threads queue to add packets
4805field_40617_bpacketCountForID1A count of the total number of each packet sent grouped by IDs.
4806field_40618_csizeCountForID1A count of the total size of each packet sent grouped by IDs.
4807field_40619_aallowCounting1If false, countPacket does nothing
4808field_4061_HoreGold1
4809field_4062_Ggravel1
4810field_40645_benchantmentModifierDamage1Used to calculate the extra armor of enchantments on armors equipped on player.
4811field_40646_cenchantmentModifierLiving1Used to calculate the (magic) extra damage done by enchantments on current equipped item of player.
4812field_40647_aenchantmentRand1Is the random seed of enchantment effects.
4813field_4064_Abedrock1
4814field_4067_ajblockSteel1
4815field_4068_aiblockGold1
4816field_4069_ahmushroomRed1
4817field_406_atimeSinceIgnited1The amount of time since the creeper was close enough to the player to ignite
4818field_4070_agmushroomBrown1
4819field_4071_afplantRed1
4820field_4072_aeplantYellow1
4821field_4076_aVblockSnow1
4822field_4077_aUice1
4823field_4082_aJsignWall1
4824field_4084_aEsignPost1
4825field_4086_ablockType1Boolean used to seperate different states of blocks
4826field_4097_aitargetedEntity1
4827field_4098_bcurrentTarget1This entity's current target.
4828field_4099_alivingSoundTime1Number of ticks since this EntityLiving last produced its sound
4829field_409_aqusername1
4830field_40_jisChunkDataPacket1Only true for Packet51MapChunk, Packet52MultiBlockChange, Packet53BlockChange and Packet59ComplexEntity. Used to separate them into a different send queue.
4831field_41002_bKdragonEgg1
4832field_41003_abossDefeated1true if the enderdragon has been killed - allows end portal blocks to be created in the end
4833field_4100_fattackCounter1
4834field_4101_eprevAttackCounter1
4835field_41022_bhealth1
4836field_41023_ainnerRotation1Used to create the rotation animation when rendering the crystal.
4837field_4102_dwaypointZ1
4838field_41032_jgameOver1Set when a player beats the ender dragon, used to determine whether a Packet9Respawn is valid.
4839field_41039_thealingEnderCrystal1The current endercrystal that is healing this dragon
4840field_4103_ajaggroCooldown1Cooldown time between target loss and new target aquirement.
4841field_41041_bblockNames1
4842field_41042_zdragonEgg1
4843field_41044_adoBlockNotify1Sets 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.
4844field_4104_cnumTicksToChaseTarget1How long to keep a specific target entity
4845field_4105_brandomSoundDelay1A random delay until this PigZombie next makes a sound.
4846field_4106_aangerLevel1Above zero if this PigZombie is Angry.
4847field_4107_cdefaultHeldItem1The ItemStack that any PigZombie holds (a gold sword, in fact).
4848field_4108_adefaultHeldItem1The ItemStack that any Skeleton holds (a bow).
4849field_4110_asdimension1Which dimension the player is in (-1 = the Nether, 0 = normal world)
4850field_4124_amticksCatchable1the number of ticks remaining until this fish can no longer be caught
4851field_4125_alticksInAir1
4852field_4126_fzTile1The tile this entity is on, Z position
4853field_4128_eentityRiderYawDelta1
4854field_4129_ajinGround1
4855field_4130_dentityRiderPitchDelta1
4856field_4131_cfirstUpdate1
4857field_4132_aiinTile1
4858field_4134_ashake1
4859field_4135_zpickaxeDiamond1
4860field_4136_yshovelDiamond1
4861field_4137_xswordDiamond1
4862field_4138_waxeStone1
4863field_4139_vpickaxeStone1
4864field_4140_ushovelStone1
4865field_4141_tswordStone1
4866field_4142_saxeWood1
4867field_4143_rpickaxeWood1
4868field_4144_qshovelWood1
4869field_4145_pswordWood1
4870field_4146_oswordSteel1
4871field_4147_ningotGold1
4872field_4148_jarrow1
4873field_4149_ibow1
4874field_4150_gflintAndSteel1
4875field_4151_faxeSteel1
4876field_4152_epickaxeSteel1
4877field_4153_dshovelSteel1
4878field_4154_bitemRand1The RNG used by the Item subclasses.
4879field_4155_ZlegsChain1
4880field_4156_YplateChain1
4881field_4157_XhelmetChain1
4882field_4158_WbootsLeather1
4883field_4159_VlegsLeather1
4884field_4160_UplateLeather1
4885field_4161_ThelmetLeather1
4886field_4162_PhoeGold1
4887field_4163_OhoeDiamond1
4888field_4164_NhoeSteel1
4889field_4165_MhoeStone1
4890field_4166_LhoeWood1
4891field_4167_HaxeGold1
4892field_4168_GpickaxeGold1
4893field_4169_FshovelGold1
4894field_416_ajinventory1Inventory of the player
4895field_4170_avbucketWater1
4896field_4171_EswordGold1
4897field_4172_DbowlSoup1
4898field_4173_CbowlEmpty1
4899field_4174_assign1
4900field_4175_AaxeDiamond1
4901field_4176_apporkCooked1
4902field_4177_ambootsGold1
4903field_4178_allegsGold1
4904field_4179_akplateGold1
4905field_4180_ajhelmetGold1
4906field_4181_aibootsDiamond1
4907field_4182_ahlegsDiamond1
4908field_4183_agplateDiamond1
4909field_4184_afhelmetDiamond1
4910field_4185_aebootsSteel1
4911field_4186_adlegsSteel1
4912field_4187_acplateSteel1
4913field_4188_abhelmetSteel1
4914field_4189_aabootsChain1
4915field_4191_aVrecordCat1
4916field_4192_aTfishCooked1
4917field_4193_aSfishRaw1
4918field_4194_aRlightStoneDust1
4919field_4195_aQpocketSundial1
4920field_4196_aPfishingRod1
4921field_4197_aOcompass1
4922field_4198_aMminecartPowered1
4923field_4199_aLminecartCrate1
4924field_419_bmcServer1Reference to the MinecraftServer object.
4925field_41_areason1Displayed to the client when the connection terminates.
4926field_4200_aJbook1
4927field_4201_aIpaper1
4928field_4202_aHreed1
4929field_4203_aFbrick1
4930field_4204_aEbucketMilk1
4931field_4205_aCboat1
4932field_4206_bbblocksEffectiveAgainst1an array of the blocks this spade is effective against
4933field_4207_bbblocksEffectiveAgainst1an array of the blocks this axe is effective against
4934field_4209_bbblocksEffectiveAgainst1an array of the blocks this pickaxe is effective against
4935field_420_ahlisteningChunks1set of ChunkCoordIntPair, represents blocks that the player will receive block updates from
4936field_4210_aweaponDamage1
4937field_4211_ycanBurn1Bool defining if the block can burn or not.
4938field_4212_xportal1Material used for portals
4939field_4213_wpumpkin1pumpkin
4940field_4214_ucactus1
4941field_4215_qunused1
4942field_4216_oglass1
4943field_4217_kcloth1
4944field_4218_hleaves1
4945field_4223_vbiomesForGeneration1The biomes that are used to generate the chunk
4946field_4224_qnoiseArray1Holds the overall noise array used in chunk generation
4947field_4225_hnoise61A double array that holds terrain noise from noiseGen6
4948field_4226_gnoise51A double array that hold terrain noise from noiseGen5
4949field_4227_fnoise21A double array that hold terrain noise from noiseGen2
4950field_4228_enoise11A double array that hold terrain noise
4951field_4229_dnoise31A double array that hold terrain noise from noiseGen3
4952field_422_agloadedChunks1LinkedList that holds loaded chunks
4953field_4230_snetherCaveGenerator1
4954field_4231_rnetherrackExclusivityNoise1Holds the noise used to determine whether something other than netherrack can be generated at a location
4955field_4232_qgravelNoise1
4956field_4233_pslowsandNoise1Holds the noise used to determine whether slowsand can be generated at a location
4957field_4235_nworldObj1Is the world that the nether is getting generated.
4958field_4236_mnetherrackExculsivityNoiseGen1Determines whether something other than nettherack can be generated at a location
4959field_4237_lslowsandGravelNoiseGen1Determines whether slowsand or gravel can be generated at a location
4960field_4238_knetherNoiseGen31
4961field_4239_jnetherNoiseGen21
4962field_4240_inetherNoiseGen11A NoiseGeneratorOctaves used in generating nether terrain
4963field_4241_hhellRNG1
4964field_4242_gnoiseData51
4965field_4243_fnoiseData41
4966field_4244_enoiseData31
4967field_4245_dnoiseData21
4968field_4246_cnoiseData11
4969field_4247_bnetherNoiseGen71
4970field_4248_anetherNoiseGen61
4971field_4249_aliquidBlockId1The ID of the liquid block used in this liquid generator.
4972field_4250_ahellLavaID1Stores the ID for WorldGenHellLava
4973field_425_aditemInWorldManager1The ItemInWorldManager belonging to this player
4974field_4260_grainfall1The rainfall in the world
4975field_4261_fhellTemperature1
4976field_4262_ebiomeGenerator1The biome generator object.
4977field_4263_LambientTickCountdown1number of ticks until the next random ambients play
4978field_4264_KactiveChunkSet1populated by chunks that are within 9 chunks of any player
4979field_426_bfallTime1How long the block has been falling for.
4980field_4272_qworldProvider1
4981field_4277_jautosavePeriod1
4982field_4278_hDIST_HASH_MAGIC1magic number used to generate fast random numbers for 3d distribution within a chunk
4983field_4279_gupdateLCG1Contains the current Linear Congruential Generator seed for block updates. Used with an A value of 3 and a C value of 0x3c6ef35f, producing a highly planar series of values ill-suited for choosing random blocks in a 16x128x16 field.
4984field_427_ablockID1
4985field_4280_ascheduledUpdatesAreImmediate1boolean; if true updates scheduled by scheduleBlockUpdate happen immediately
4986field_4285_pfillerBlock1The block to fill spots in when not on the top
4987field_4286_otopBlock1The block expected to be on the top of this biome
4988field_4289_lhell1
4989field_4293_hdesert1
4990field_4294_gtaiga1
4991field_4297_dforest1
4992field_4299_bswampland1
4993field_429_aitem1The item stack of this EntityItem.
4994field_4301_bworldChunkMgr1World chunk manager being used to generate chunks
4995field_4302_aworldObj1world object being used
4996field_4305_dlightBrightnessTable1Light to brightness conversion table
4997field_4306_chasNoSky1A boolean that tells if a world does not have a sky. Used in calculating weather and skylight
4998field_430_aghealth1The health of this EntityItem. (For example, damage for tools)
4999field_4310_aworldObj1
5000field_4311_aeligibleChunksForSpawning1The 17x17 area around the player where mobs can spawn
5001field_433_addelayBeforeCanPickup1
5002field_437_ajticksInAir1
5003field_438_aiticksInGround1
5004field_439_ahshootingEntity1The owner of this arrow.
5005field_44003_blength1Length of the data to be read
5006field_44004_cdata1Any data
5007field_44005_achannel1Name of the 'channel' used to send data
5008field_44007_bsheepTimer1Used to control movement as well as wool regrowth. Set to 40 on handleHealthUpdate and counts down with each tick.
5009field_44008_bBmonsterPlacer1
5010field_44012_dcurrentLanguage1
5011field_44013_clanguageList1
5012field_44015_aentityEggs1This is a HashMap of the Creative Entity Eggs/Spawners.
5013field_446_afuse1How long the fuse is
5014field_448_adirection1the direction the painting faces
5015field_452_adtickCounter11
5016field_46001_dterrainType1
5017field_46002_fterrainType1
5018field_46005_chasMadeChest1
5019field_46006_achestLoot1
5020field_46010_nknockbackStrength1The amount of knockback an arrow applies when it hits a mob.
5021field_46011_mdamage1
5022field_46024_aIentityLivingToAttack1is only being set, has no uses as of MC 1.1
5023field_46025_aMtasks1
5024field_46026_YprevRotationYawHead1Entity head rotation yaw at previous tick
5025field_46027_XrotationYawHead1Entity head rotation yaw
5026field_46028_fjumpHelper1Entity jumping helper
5027field_46030_dlookHelper1
5028field_46031_emoveHelper1
5029field_46036_dspeed1
5030field_46037_bworldObj1
5031field_46038_ccurrentPath1The PathEntity being followed.
5032field_46039_atheEntity1
5033field_46043_dvillageGen1
5034field_46044_brandom1
5035field_46045_cuseStructures1
5036field_46046_aworldObj1
5037field_46047_fterrainType1World terrain type, 0 for normal, 1 for flat map
5038field_46052_cworldType1
5039field_46054_winfinity1Infinity enchantment for bows. The bow will not consume arrows anymore, but will still required at least one arrow on inventory use the bow.
5040field_46055_vflame1Flame enchantment for bows. Arrows fired by the bow will be on fire. Any target hit will also set on fire.
5041field_46056_upunch1Knockback enchantments for bows, the arrows will knockback the target when hit.
5042field_46057_tpower1Power enchantment for bows, add's extra damage to arrows.
5043field_46062_fposY1
5044field_46063_gposZ1
5045field_46065_eposX1
5046field_46068_aentity1
5047field_46070_bterrainType1
5048field_46075_dposZ1
5049field_46076_espeed1The speed at which the entity should move
5050field_46077_bposX1
5051field_46078_cposY1
5052field_46079_aentity1The EntityLiving that is being moved
5053field_46080_vextremeHillsEdge1Extreme Hills Edge biome.
5054field_46081_utaigaHills1Taiga Hills biome.
5055field_46082_tforestHills1Forest Hills biome.
5056field_46083_sdesertHills1Desert Hills biome.
5057field_46084_rbeach1Beach biome.
5058field_46093_amutexBits1A bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other.
5059field_46095_dattackTick1An amount of decrementing ticks that allows the entity to attack once the tick reaches 0.
5060field_46098_centityTarget1
5061field_46099_aworldObj1
5062field_46101_dzPosition1
5063field_46102_bxPosition1
5064field_46103_cyPosition1
5065field_46104_aentity1
5066field_46105_atheEntity1
5067field_46111_didleTime1A decrementing tick that stops the entity from being idle once it reaches 0.
5068field_46112_blookX1X offset to look at
5069field_46113_clookZ1Z offset to look at
5070field_46114_aidleEntity1The entity that is looking idle.
5071field_46117_bisJumping1
5072field_46118_aentity1
5073field_46120_bterrainType1
5074field_46121_eisUnicode1
5075field_46125_bprimaryColor1Base color of the egg
5076field_46126_csecondaryColor1Color of the egg spots
5077field_46127_aspawnedID1The entityID of the spawned mob
5078field_46129_eterrainType1
5079field_46130_bpriority1Priority of the EntityAIBase
5080field_46131_ctasks1The EntityAITasks object of which this is an entry.
5081field_46132_aaction1The EntityAIBase object.
5082field_46137_bexecutingTasks1Tasks currently being executed
5083field_46138_atasksToDo1
5084field_470_aicargoItems1Array of item stacks stored in minecart (for storage minecarts).
5085field_476_aeminecartType1The type of minecart, 2 for powered, 1 for storage.
5086field_478_bxCoord1The x coordinate of the tile entity.
5087field_479_aworldObj1The reference to the world.
5088field_47_bzPosition1Chunk Z position.
5089field_48081_tbuildLimit1Maximum build height
5090field_48096_AvillageCollectionObj1
5091field_48097_OvillageSiegeObj1
5092field_480_fclassToNameMap1A HashMap storing the classes and mapping to the string names (reverse of nameToClassMap).
5093field_48103_fincludeInitialize1Whether to initialize the Chunk before applying the effect of the Packet51MapChunk.
5094field_48104_gtempLength1The length of the compressed chunk data byte array.
5095field_48105_dyChMax1The y-position of the highest chunk Section in the transmitted chunk, in chunk coordinates.
5096field_48106_echunkData1The transmitted chunk data, decompressed.
5097field_48107_bzCh1The z-position of the transmitted chunk, in chunk coordinates.
5098field_48108_cyChMin1The y-position of the lowest chunk Section in the transmitted chunk, in chunk coordinates.
5099field_48109_axCh1The x-position of the transmitted chunk, in chunk coordinates.
5100field_48111_itemp1A temporary storage for the compressed chunk data byte array.
5101field_48113_hheadYaw1The yaw of the entity's head.
5102field_48114_bheadRotationYaw1
5103field_48115_aentityId1
5104field_48116_fcustomParam21Custom parameter 2 passed to the tile entity on update.
5105field_48117_gcustomParam31Custom parameter 3 passed to the tile entity on update.
5106field_48118_dactionType1The type of update to perform on the tile entity.
5107field_48119_ecustomParam11Custom parameter 1 passed to the tile entity on update.
5108field_48120_byPosition1The Y position of the tile entity to update.
5109field_48121_czPosition1The Z position of the tile entity to update.
5110field_48122_axPosition1The X position of the tile entity to update.
5111field_48128_bUisBlockContainer1true if the Block contains a Tile Entity
5112field_48129_bTneedsRandomTick1Flags whether or not this block is of a type that needs random ticking. Ref-counted by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake.
5113field_48130_bLredstoneLampIdle1
5114field_48131_bMredstoneLampActive1
5115field_48137_apowered1Whether this lamp block is the powered version.
5116field_48139_bparentAnimal1
5117field_48141_achildAnimal1The child that is following its parent.
5118field_48147_atheWolf1
5119field_48148_dmovePosZ1
5120field_48150_bmovePosX1
5121field_48151_cmovePosY1
5122field_48152_atheEntity1
5123field_48156_battacker1
5124field_48157_hclassTarget1
5125field_48159_bfrontDoor1
5126field_48160_aentityObj1
5127field_48161_bleapTarget1The entity that the leaper is leaping towards.
5128field_48162_cleapMotionY1The entity's motionY after leaping.
5129field_48163_aleaper1The entity that is leaping.
5130field_48165_btargetVillager1
5131field_48167_avillagerObj1
5132field_48169_btheEntity1
5133field_48171_atheWorld1
5134field_48172_dinsidePosZ1
5135field_48173_bdoorInfo1
5136field_48174_cinsidePosX1
5137field_48175_aentityObj1
5138field_48178_grangedAttackID1The ID of this ranged attack AI. This chooses which entity is to be used as a ranged attack.
5139field_48179_drangedAttackTime1A decrementing tick that spawns a ranged attack once this value reaches 0. It is then set back to the maxRangedAttackTime.
5140field_48181_bentityHost1The entity the AI instance has been applied to
5141field_48182_cattackTarget1
5142field_48183_aworldObj1
5143field_48184_hmaxRangedAttackTime1The maximum time the AI has to wait before peforming another ranged attack.
5144field_48188_dentityPosZ1
5145field_48189_etargetDoor1
5146field_48190_bentityPosX1
5147field_48191_centityPosY1
5148field_48192_atheEntity1
5149field_48199_dtheAnimal1
5150field_481_enameToClassMap1A HashMap storing string names of classes mapping to the actual java.lang.Class type.
5151field_48200_etargetMate1
5152field_48201_bspawnBabyDelay1Delay preventing a baby from spawning immediately when two mate-able animals find each other.
5153field_48202_cmoveSpeed1The speed the creature moves at during mating behavior.
5154field_48203_atheWorld1
5155field_48206_bspeed1
5156field_48209_espeed1
5157field_48211_bisSitting1If the EntityTameable is sitting.
5158field_48212_atheEntity1
5159field_48214_btheGolem1
5160field_48216_atheVillager1
5161field_48219_dmovePosY1
5162field_48220_emovePosZ1
5163field_48221_btargetEntity1
5164field_48222_cmovePosX1
5165field_48223_atheEntity1
5166field_48224_btheVillager1
5167field_48226_atheGolem1
5168field_48228_btheEntity1
5169field_48229_ctheWorld1
5170field_48230_aeatGrassTick1A decrementing tick used for the sheep's head offset and animation.
5171field_48232_gentityPathNavigate1The PathNavigate of our entity
5172field_48237_atheEntity1The entity we are attached to
5173field_48238_htargetEntityClass1The class of the entity we should avoid
5174field_48239_atheEntity1
5175field_48242_bclosestEntity1The closest entity which is being watched by this one.
5176field_48243_bcreeperAttackTarget1The creeper's attack target. This is used for the changing of the creeper's state.
5177field_48244_aswellingCreeper1The creeper that is swelling.
5178field_48246_gpetPathfinder1
5179field_48247_dthePet1
5180field_48248_etheOwner1
5181field_48249_bmaxDist1
5182field_48250_cminDist1
5183field_48251_atheWorld1
5184field_48255_ftheWorld1
5185field_48256_dshelterZ1
5186field_48258_bshelterX1
5187field_48259_cshelterY1
5188field_48260_atheCreature1
5189field_48268_atemptedEntity1The entity using this AI that is tempted by the player.
5190field_48269_lscaredByPlayerMovement1Whether the entity using this AI will be scared by the tempter's sudden movement.
5191field_48272_kbreedingFood1This field saves the ID of the items that can be used to breed entities with this behaviour.
5192field_48273_htemptingPlayer1The player that is tempting the entity that is using this AI.
5193field_48274_idelayTemptCounter1A counter that is decremented each time the shouldExecute method is called. The shouldExecute method will always return false if delayTemptCounter is greater than 0.
5194field_48278_fdoorList1
5195field_48279_ddoorInfo1
5196field_48283_atheEntity1
5197field_48288_dtargetDistance1
5198field_48291_ctaskOwner1The entity that this task belongs to
5199field_48295_ftargetChance1
5200field_48297_btargetClass1
5201field_48298_atargetEntity1
5202field_482_dzCoord1The z coordinate of the tile entity.
5203field_48301_bvillageAgressorTarget1The aggressor of the iron golem's village which is now the golem's attack target.
5204field_48302_airongolem1
5205field_48308_dworldObj1
5206field_48309_ematingTimeout1
5207field_48310_bvillagerObj1
5208field_48311_cmate1
5209field_48312_avillageObj1
5210field_48337_aMtargetTasks1
5211field_48338_dlastAttackingEntity1
5212field_48339_crevengeTimer1
5213field_48340_nAIMoveSpeed1
5214field_48341_ohomePosition1
5215field_48342_lattackTarget1The active target the Task system uses for tracking
5216field_48343_msenses1
5217field_48344_jbodyHelper1
5218field_48345_knavigator1
5219field_48346_pmaximumHomeDistance1If -1 there is no maximum distance
5220field_48358_gisPlayingFlag1
5221field_48359_brandomTickDivider1
5222field_48360_cisMatingFlag1
5223field_48361_avillageObj1
5224field_48365_caiEatGrass1The eat grass AI task for this mob.
5225field_48374_aaiSit1
5226field_48377_baiTempt1The tempt AI task for this mob, used to prevent taming while it is fleeing.
5227field_48387_avillageObj1
5228field_48388_bDfireballCharge1Fire Charge. When used in a dispenser it fires a fireball similiar to a Ghast's.
5229field_48389_bCexpBottle1Bottle o' Enchanting. Drops between 1 and 3 experience orbs when thrown.
5230field_48399_dmetaLeaves1The metadata value of the leaves to use in tree generation.
5231field_483_cyCoord1The y coordinate of the tile entity.
5232field_48400_bgrowVines1Indicator that the tree generator needs to grown vines on the trees.
5233field_48401_cmetaWood1The metadata value of the wood to use in tree generation.
5234field_48402_aminTreeHeight1The minimum height of a generated tree.
5235field_48404_bwoodMetadata1Sets the metadata for the wood blocks used
5236field_48405_cleavesMetadata1Sets the metadata for the leaves used in huge trees
5237field_48406_abaseHeight1The base height of the tree
5238field_48410_fisMovementBlockAllowed1should the PathFinder disregard BlockMovement type materials in its path
5239field_48411_gisPathingInWater1
5240field_48412_eisWoddenDoorAllowed1should the PathFinder go through wodden door blocks
5241field_48413_hcanEntityDrown1tells the FathFinder to not stop pathing underwater
5242field_48430_bcurrentPathIndex1PathEntity Array Index the Entity is currently targeting
5243field_48443_wjungle1Jungle biome identifier
5244field_48444_xjungleHills1
5245field_48454_fgeneratorVersion1The int version of the ChunkProvider that generated this world.
5246field_48455_gcanBeCreated1Whether this world type can be generated. Normally true; set to false for out-of-date generator versions.
5247field_48456_dDEFAULT_1_11Default (1.1) world type.
5248field_48457_bDEFAULT1Default world type.
5249field_48458_cFLAT1Flat world type.
5250field_48459_aworldTypes1List of world types.
5251field_48466_dchunkSaveLocation1Save directory for chunks using the Anvil format
5252field_48471_btheEntity1
5253field_48472_aparent1
5254field_48476_rredstoneLight1
5255field_48487_flastActivityTimestamp1
5256field_48488_gisDetachedFromVillageFlag1
5257field_48489_dinsideDirectionX1
5258field_48490_einsideDirectionZ1
5259field_48491_bposY1
5260field_48492_cposZ1
5261field_48493_aposX1
5262field_48494_hdoorOpeningRestrictionCounter1
5263field_484_flineBeingEdited1The index of the line currently being edited. Only used on client side, but defined on both. Note this is only really used when the > < are going to be visible.
5264field_48536_flastAddDoorTimestamp1
5265field_48537_gtickCounter1
5266field_48538_dcenter1This is the actual village center.
5267field_48539_evillageRadius1
5268field_48540_bvillageDoorInfoList1list of VillageDoorInfo objects
5269field_48541_ccenterHelper1This is the sum of all door coordinates and used to calculate the actual village center by dividing by the number of doors.
5270field_48542_aworldObj1
5271field_48543_jnumIronGolems1
5272field_48544_hnumVillagers1
5273field_48545_ivillageAgressors1
5274field_48548_bcanSeeCachePositive1
5275field_48549_ccanSeeCacheNegative1
5276field_48550_aentityObj1
5277field_48562_fheightMap1
5278field_48563_jentityLists1Array of Lists containing the entities in this Chunk. Each List represents a 16 block subchunk.
5279field_48564_squeuedLightChecks1Contains the current round-robin relight check index, and is implied as the relight check location as well.
5280field_48565_qblockBiomeArray1Contains a 16x16 mapping on the X/Z plane of the biome ID to which each colum belongs.
5281field_48566_pstorageArrays1Used to store block IDs, block MSBs, Sky-light maps, Block-light maps, and metadata. Each entry corresponds to a logical segment of 16x16x16 blocks, stacked vertically.
5282field_48568_fdata1
5283field_48569_gblocks1
5284field_48570_dblockLight1
5285field_48571_eskyLight1
5286field_48572_bterrainPopulated1
5287field_48573_cheightmap1
5288field_48574_alastUpdated1
5289field_48575_lz1
5290field_48576_jtileTicks1
5291field_48577_kx1
5292field_48578_hentities1
5293field_48579_itileEntities1
5294field_48583_fstringToIDMapping1Maps entity names to their numeric identifiers
5295field_485_esignText1An array of four strings storing the lines of text on the sign.
5296field_48609_fblockMetadataArray1Stores the metadata associated with blocks in this ExtendedBlockStorage.
5297field_48610_gblocklightArray1The NibbleArray containing a block of Block-light data.
5298field_48611_dblockLSBArray1Contains the least significant 8 bits of each block ID belonging to this block storage's parent Chunk.
5299field_48612_eblockMSBArray1Contains the most significant 4 bits of each block ID belonging to this block storage's parent Chunk.
5300field_48613_bblockRefCount1A total count of the number of non-air blocks in this block storage's Chunk.
5301field_48614_ctickRefCount1Contains the number of blocks in this block storage's parent chunk that require random ticking. Used to cull the Chunk from random tick updates for performance reasons.
5302field_48615_ayBase1Contains the bottom-most Y block represented by this ExtendedBlockStorage. Typically a multiple of 16.
5303field_48616_hskylightArray1The NibbleArray containing a block of Sky-light data.
5304field_48619_bdepthBits1
5305field_48620_cdepthBitsPlusFour1
5306field_48621_adata1
5307field_48625_bagressionTime1
5308field_48626_cvillageObj1
5309field_48627_aagressor1
5310field_48640_dvillageList1
5311field_48641_etickCounter1
5312field_48642_bvillagerPositionsList1This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either.
5313field_48643_cnewDoors1
5314field_48644_aworldObj1
5315field_48645_aparent1
5316field_48670_fnoSunPathfind1
5317field_48671_gtotalTicks1Time, in number of ticks, following the current path
5318field_48672_epathSearchRange1The number of blocks (extra) +/- in each axis that get pulled out as cache for the pathfinder's search space
5319field_48673_lavoidsWater1If water blocks are avoided (at least by the pathfinder)
5320field_48674_mcanSwim1If the entity can swim. Swimming AI enables this and the pathfinder will also cause the entity to swim straight upwards when underwater
5321field_48675_jcanPassOpenWoodenDoors1Specifically, if a wooden door block is even considered to be passable by the pathfinder
5322field_48676_kcanPassClosedWoodenDoors1If door blocks are considered passable even when closed
5323field_48677_hticksAtLastPos1The time when the last position check was done (to detect successful movement)
5324field_48678_ilastPosCheck1Coordinates of the entity's position last time a check was done (part of monitoring getting 'stuck')
5325field_486_hfurnaceCookTime1The number of ticks that the current item has been cooking for
5326field_487_gcurrentItemBurnTime1The number of ticks that a fresh copy of the currently-burning item would keep the furnace burning for
5327field_488_ffurnaceBurnTime1The number of ticks that the furnace will keep burning
5328field_489_efurnaceItemStacks1The ItemStacks that hold the items currently being used in the furnace
5329field_48_axPosition1Chunk X position.
5330field_490_hyaw21
5331field_491_gyaw1
5332field_492_fmobID1The string ID of the mobs being spawned from this spawner. Defaults to pig, apparently.
5333field_493_edelay1The stored delay before a new spawn.
5334field_494_echestContents1
5335field_495_barmorInventory1An array of 4 item stacks containing the currently worn armor pieces.
5336field_496_amainInventory1An array of 36 item stacks indicating the main player inventory (including the visible bar).
5337field_497_fplayer1The player whose inventory this is.
5338field_498_einventoryChanged1Set true whenever the inventory changes. Nothing sets it false so you will have to write your own code to check it and reset the value.
5339field_499_dcurrentItem1The index of the currently held item (0-8).
5340field_49_fsize1The size of the arrays.
5341field_50004_disCreativeMode1Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
5342field_50005_bisFlying1Indicates whether the player is flying or not.
5343field_50006_callowFlying1Whether or not to allow the player to fly when they double jump.
5344field_50007_adisableDamage1Disables player damage.
5345field_501_bupperChest1Inventory object corresponding to double chest upper part
5346field_502_aname1Name of the chest.
5347field_503_clowerChest1Inventory object corresponding to double chest lower part
5348field_505_vclay1
5349field_507_tcraftedSnow1The material for crafted snow.
5350field_508_ssnow1
5351field_509_rice1
5352field_50_emetadataArray1The metadata for each block changed.
5353field_511_ptnt1
5354field_513_ncircuits1
5355field_514_msand1
5356field_515_lfire1
5357field_517_jsponge1
5358field_518_iplants1
5359field_52004_bmaxChatLength1Maximum number of characters allowed in chat string in each packet.
5360field_52017_asnooper1The PlayerUsageSnooper object.
5361field_520_glava1
5362field_521_fwater1
5363field_522_eiron1
5364field_523_drock1
5365field_524_cwood1
5366field_525_bground1
5367field_526_aair1
5368field_527_astatsComponent1
5369field_528_bposZ1the z coordinate
5370field_529_aposY1the y coordinate
5371field_531_yplanks1
5372field_532_xcobblestone1
5373field_533_wdirt1
5374field_534_vgrass1
5375field_535_ustone1
5376field_536_tlightValue1Amount of light emitted
5377field_537_scanBlockGrass1Array of booleans that tells if a block can grass
5378field_538_rlightOpacity1How much light is subtracted for going through this block
5379field_53_byPosition1Block Y position.
5380field_540_popaqueCubeLookup1An array of 256 booleans corresponding to the result of the isOpaqueCube() method for each block ID
5381field_542_nblocksList1List of ly/ff (BlockType) containing the already registered blocks.
5382field_54_axPosition1Block X position.
5383field_551_esoundPowderFootstep1
5384field_552_boslipperiness1Determines how much velocity is maintained while moving on top of this block
5385field_553_bnblockMaterial1Block material definition.
5386field_554_bmblockParticleGravity1
5387field_555_blstepSound1Sound of stepping on the block
5388field_557_bkmaxZ1maximum Z for the block bounds (local coordinates)
5389field_559_bjmaxY1maximum Y for the block bounds (local coordinates)
5390field_55_estatus1Status of the digging (started, ongoing, broken).
5391field_561_bimaxX1maximum X for the block bounds (local coordinates)
5392field_563_bhminZ1minimum Z for the block bounds (local coordinates)
5393field_565_bgminY1minimum Y for the block bounds (local coordinates)
5394field_567_bfminX1minimum X for the block bounds (local coordinates)
5395field_569_beblockResistance1Indicates the blocks resistance to explosions.
5396field_56_dface1Punched face of the block.
5397field_571_bdblockHardness1Indicates how many hits it takes to break a block.
5398field_573_bcblockID1ID of the block.
5399field_575_bbblockIndexInTexture1The 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).
5400field_57_czPosition1Block Z position.
5401field_581_Lleaves1
5402field_582_Kwood1
5403field_583_JoreCoal1
5404field_588_axoreDiamond1
5405field_58_btype1The type of mob.
5406field_590_Fsand1
5407field_591_awredstoneWire1
5408field_592_ElavaStill1Stationary lava source block
5409field_593_avchest1
5410field_594_DlavaMoving1
5411field_596_CwaterStill1
5412field_597_atmobSpawner1
5413field_598_BwaterMoving1
5414field_599_asfire1
5415field_59_aentityId1The entity ID.
5416field_5_emcServer1Reference to the MinecraftServer object.
5417field_6023_pcommands1A list containing all the commands entered.
5418field_6025_nserverRunning1Indicates whether the server is running or not. Set to false to initiate a shutdown.
5419field_6026_mspawnPeacefulMobs1True if server has animals turned on
5420field_6027_lonlineMode1True if the server is in online mode.
5421field_6028_kentityTracker1
5422field_602_aqobsidian1
5423field_6032_gserverStopped1Indicates to other classes that the server is safely stopped.
5424field_6033_fconfigManager1the server config manager for this server
5425field_6034_eworldMngr1The server world manager.
5426field_6035_dpropertyManagerObj1Reference to the PropertyManager object.
5427field_6036_cnetworkServer1listening server socket and client accept thread
5428field_6038_alogger1The logging system.
5429field_6039_bmotionX1
5430field_603_apcobblestoneMossy1
5431field_6040_aentityId1
5432field_6041_dmotionZ1
5433field_6042_cmotionY1
5434field_6043_bvehicleEntityId1
5435field_6044_aentityId1
5436field_6047_ysapling1
5437field_604_aobookShelf1
5438field_605_antnt1
5439field_6065_bdglowStone1
5440field_607_alstairSingle1
5441field_6084_alocalFlag1
5442field_6088_agraphicsLevel1Used to determine how to display leaves based on the graphics level. May also be used in rendering for transparency, not sure.
5443field_608_akstairDouble1
5444field_60_gpitch1The pitch of the entity.
5445field_6124_atfishEntity1An instance of a fishing rod's hook. If this isn't null, the icon image of the fishing rod is slightly different
5446field_6144_asfishPitch1
5447field_6145_arfishYaw1
5448field_6146_aqfishZ1
5449field_6147_apfishY1
5450field_6148_aofishX1
5451field_6149_anfishPosRotationIncrements1
5452field_6150_akticksInGround1
5453field_6151_bnextStepDistance1The distance that has to be exceeded in order to triger a new step sound and an onEntityWalking event on a block
5454field_6153_aZiconIndex1Icon index in the icons table.
5455field_6159_EcloudColour1
5456field_6160_DmcServer1
5457field_6162_ncolor1
5458field_6163_mbiomeName1
5459field_6164_hcolorsSunriseSunset1Array for sunrise/sunset colors (RGBA)
5460field_6165_gworldType10 for normal world -1 for hell
5461field_6166_disHellWorld1States whether the Hell world provider is used(true) or if the normal world provider is used(false)
5462field_616_accloth1
5463field_619_aZjukebox1
5464field_61_fyaw1The yaw of the entity.
5465field_620_aYreed1
5466field_621_aXblockClay1
5467field_622_aWcactus1
5468field_625_aTsnow1
5469field_627_aRtorchRedstoneActive1
5470field_628_aQtorchRedstoneIdle1
5471field_629_aPoreRedstoneGlowing1
5472field_62_ezPosition1The Z position of the entity.
5473field_630_aOoreRedstone1
5474field_632_aMdoorSteel1
5475field_637_aHrail1
5476field_638_aGladder1
5477field_639_aFdoorWood1
5478field_63_dyPosition1The Y position of the entity.
5479field_641_aDstoneOvenActive1
5480field_642_aCstoneOvenIdle1
5481field_643_aBtilledField1
5482field_644_aAcrops1
5483field_645_babilityToCatchFire1This is an array indexed by block ID the larger the number in the array the more likely a block type will catch fires
5484field_646_achanceToEncourageFire1The chance this block will encourage nearby blocks to catch on fire
5485field_648_btorchUpdates1An array of when redstone torches became active. Used for redstone torches to burn out.
5486field_649_atorchActive1Whether the redstone torch is currently active or not.
5487field_64_cxPosition1The X position of the entity.
5488field_650_afallInstantly1Do blocks fall instantly to where they stop or do they fall over time
5489field_651_amodelBlock1The block that is used as model for the stair.
5490field_652_awiresProvidePower1When false, power transmission methods do not look at other redstone wires. Used internally during updateCurrentStrength.
5491field_653_bisFreestanding1Whether this is a freestanding sign or a wall-mounted sign
5492field_654_asignEntityClass1
5493field_655_aisActive1True if this is an active furnace, false if idle
5494field_656_arandom1
5495field_658_bisOptimalFlowDirection1Indicates whether the flow direction is optimal. Each array index corresponds to one of the four cardinal directions.
5496field_659_anumAdjacentSources1Number of horizontally adjacent liquid source blocks. Diagonal doesn't count. Only source blocks of the same liquid as the block using the field are counted.
5497field_65_irotating1Boolean set to true if the player is rotating.
5498field_660_cflowCost1The estimated cost to flow in a given direction from the current point. Each array index corresponds to one of the four cardinal directions.
5499field_663_cbaseIndexInPNG1The base index in terrain.png corresponding to the fancy version of the leaf texture. This is stored so we can switch the displayed version between fancy and fast graphics (fast is this index + 1).
5500field_664_atriggerMobType1The mob type that can trigger this pressure plate.
5501field_665_aglowing1
5502field_666_ablockName1
5503field_66_hmoving1Boolean set to true if the player is moving.
5504field_674_bthisWorld1The world object that this object is connected to.
5505field_675_athisPlayer1The player that this object references.
5506field_676_slastSaveTime1The time according to World.worldTime when this chunk was last saved
5507field_677_rhasEntities1Whether this Chunk has any Entities and thus requires saving on every tick
5508field_67_gonGround1True if the client is on the ground.
5509field_680_oisModified1Set to true if the chunk has been modified and needs to be updated internally.
5510field_681_nisTerrainPopulated1Boolean value indicating if the terrain is populated.
5511field_683_lchunkTileEntityMap1A Map of ChunkPositions to TileEntities in this chunk
5512field_684_kzPosition1The z coordinate of the chunk.
5513field_685_jxPosition1The x coordinate of the chunk.
5514field_68_fpitch1The player's pitch rotation.
5515field_691_dworldObj1Reference to the World object.
5516field_692_cisChunkLoaded1Whether or not this Chunk is currently loaded into the World
5517field_694_aisLit1Determines if the chunk is lit or not at a light value greater than 0.
5518field_695_ucaveGenerator1
5519field_69_eyaw1The player's yaw rotation.
5520field_6_drand1The Random object used to generate serverId hex strings.
5521field_700_pworldObj1Reference to the World object.
5522field_702_nnoiseGen41A NoiseGeneratorOctaves used in generating terrain
5523field_703_mnoiseGen31A NoiseGeneratorOctaves used in generating terrain
5524field_704_lnoiseGen21A NoiseGeneratorOctaves used in generating terrain
5525field_705_knoiseGen11A NoiseGeneratorOctaves used in generating terrain
5526field_706_jrand1RNG.
5527field_70_dstance1The player's stance. (boundingBox.minY)
5528field_713_cmobSpawnerNoise1
5529field_714_bnoiseGen61A NoiseGeneratorOctaves used in generating terrain
5530field_715_anoiseGen51A NoiseGeneratorOctaves used in generating terrain
5531field_71_czPosition1The player's Z position.
5532field_724_bdummyChunk1a dummy chunk, returned in place of an actual chunk.
5533field_725_adroppedChunksSet1
5534field_726_gworld1
5535field_728_eid2ChunkMap1map of chunk Id's to Chunk instances
5536field_729_dchunkLoader1
5537field_72_byPosition1The player's Y position.
5538field_730_cserverChunkGenerator1chunk generator object. Calls to load nonexistent chunks are forwarded to this object.
5539field_731_aname1The UTF string key used to lookup values.
5540field_732_adata1The string value for the tag (cannot be empty).
5541field_733_abyteArray1The byte array stored in the tag.
5542field_734_adata1The short value for the tag.
5543field_735_adata1The double value for the tag.
5544field_736_btagType1The type byte for the tags in the list - they must all be of the same type.
5545field_737_atagList1The array list containing the tags encapsulated in this list.
5546field_738_atagMap1The key-value pairs for the tag. Each key is a UTF string, each value is a tag.
5547field_739_adata1The float value for the tag.
5548field_73_axPosition1The player's X position.
5549field_740_adata1The long value for the tag.
5550field_741_adata1The byte value for the tag.
5551field_742_adata1The integer value for the tag.
5552field_743_bcount1The number of points in this path
5553field_744_apathPoints1Contains the points in this path
5554field_746_oleafNodes1Contains a list of a points at which to generate groups of leaves.
5555field_747_nleafDistanceLimit1Sets the distance limit for how far away the generator will populate leaves from the base leaf node.
5556field_748_mheightLimitLimit1Sets the limit of the random value used to initialize the height limit.
5557field_749_ltrunkSize1Currently always 1, can be set to 2 in the class constructor to generate a double-sized tree trunk for big trees.
5558field_74_bid1The block/item id to be equipped.
5559field_750_kleafDensity1
5560field_751_jscaleWidth1
5561field_752_ibranchSlope1
5562field_753_hbranchDensity1
5563field_754_gheightAttenuation1
5564field_755_fheight1
5565field_756_eheightLimit1
5566field_757_dbasePos1
5567field_758_cworldObj1Reference to the World object.
5568field_759_brand1random seed for GenBigTree
5569field_760_aotherCoordPairs1Contains three sets of two values that provide complimentary indices for a given 'major' index - 1 and 2 for 0, 0 and 2 for 1, and 0 and 1 for 2.
5570field_761_bnumberOfBlocks1The number of blocks to generate.
5571field_762_aminableBlockId1The block ID of the ore to be placed using this generator.
5572field_763_bnumberOfBlocks1The number of blocks to generate.
5573field_764_aclayBlockId1The block ID for clay.
5574field_765_aplantBlockId1The ID of the plant block used in this plant generator.
5575field_766_bupdateCounter1Counts the number of updates. Used as the index into the memoryUse array to display the latest value.
5576field_767_amemoryUse1An array containing the columns that make up the memory use graph.
5577field_768_cdisplayStrings1An array containing the strings displayed in this stats component.
5578field_76_atime1The world time in minutes.
5579field_774_by1
5580field_775_ax1
5581field_776_dupdateTime1
5582field_777_cz1
5583field_778_LentitiesWithinAABBExcludingEntity1entities within AxisAlignedBB excluding one, set and returned in getEntitiesWithinAABBExcludingEntity(Entity var1, AxisAlignedBB var2)
5584field_77_byPosition1
5585field_783_GchunkProvider1Handles chunk operations and caching
5586field_784_FlockTimestamp1Contains a timestamp from when the World object was created. Is used in the session.lock file
5587field_788_BscheduledTickSet1Set of scheduled ticks (used for checking if a tick already exists)
5588field_789_AscheduledTickTreeSet1TreeSet of scheduled ticks which is used as a priority queue for the ticks
5589field_78_axPosition1
5590field_790_zunloadedEntityList1
5591field_792_xisRemote1This is set to true when you are a client connected to a multiplayer world, false otherwise.
5592field_797_sworldInfo1holds information about a world (size on disk, time, spawn point, seed, ...)
5593field_798_rworldAccesses1
5594field_79_eitemStack1
5595field_7_cfinishedProcessing1Returns if the login handler is finished and can be removed. It is set to true on either error or successful login.
5596field_803_mrand1RNG for World.
5597field_804_ldifficultySetting1Whether monsters are enabled or not. (1 = on, 0 = off)
5598field_805_kplayerEntities1Array list of players in the world.
5599field_808_heditingBlocks1true while the server is editing blocks
5600field_80_ddirection1The offset to use for block/item placement.
5601field_811_eskylightSubtracted1How much light is subtracted from full daylight
5602field_814_bloadedTileEntityList1A list of all TileEntities in all currently-loaded chunks
5603field_815_aloadedEntityList1A list of all Entities in all currently-loaded chunks
5604field_816_AlevelSaving1Whether or not level saving is enabled
5605field_819_zdisableSpawnProtection1Set to true when an op is building or this dimension != 0
5606field_81_czPosition1
5607field_822_bchunkZ1
5608field_823_achunkX1
5609field_824_dworldObj1Reference to the World object.
5610field_825_cchunkArray1
5611field_826_anetManager1Reference to the NetworkManager object.
5612field_827_anetManager1Reference to the NetworkManager object.
5613field_828_anetManager1This was actually an inner class of NetworkManager, so this field is the reference to 'this' NetworkManager.
5614field_829_anetManager1Reference to the NetworkManager object.
5615field_82_bxPosition1The X axis relative movement.
5616field_832_dmcServer1Reference to the MinecraftServer object.
5617field_833_cplayerInstancesToUpdate1the playerInstances(chunks) that need to be updated
5618field_834_bcount1The number of items stored in this map
5619field_835_aslots1An array of HashEntries representing the heads of hash slot lists
5620field_836_eversionStamp1A serial stamp used to mark changes
5621field_837_dgrowFactor1The scale factor used to determine when to grow the table
5622field_838_cthreshold1The grow threshold
5623field_839_adateFormat1The date format to use in the console log.
5624field_83_aentityId1The ID of this entity.
5625field_840_bvalueEntry1The object stored in this entry
5626field_841_ahashEntry1The hash code of this entry
5627field_842_dslotHash1The id of the hash slot computed from the hash
5628field_843_cnextEntry1The next entry in this slot
5629field_844_adata1Byte array of data stored in this holder. Possibly a light map or some chunk data. Data is accessed in 4-bit pieces.
5630field_845_by1The y coordinate of this ChunkPosition
5631field_846_ax1The x coordinate of this ChunkPosition
5632field_847_cz1The z coordinate of this ChunkPosition
5633field_848_bclassToStringMapping1Provides a mapping between a string and an entity classes
5634field_849_astringToClassMapping1Provides a mapping between entity classes and a string
5635field_84_grotating1Boolean set to true if the entity is rotating.
5636field_850_dclassToIDMapping1provides a mapping between an Entity Class and an entity ID
5637field_851_cIDtoClassMapping1provides a mapping between an entityID and an Entity Class
5638field_852_banimationsToGo1Number of animation frames to go when receiving an item (by walking into it, for example).
5639field_853_astackSize1Size of the stack.
5640field_854_ditemDamage1Damage dealt to the item or number of use. Raise when using items.
5641field_855_citemID1ID of the item.
5642field_856_zsizeX1
5643field_857_ytitle1Painting Title.
5644field_85_fpitch1The Y axis rotation.
5645field_865_CoffsetY1
5646field_867_BoffsetX1
5647field_869_AsizeY1
5648field_86_eyaw1The X axis rotation.
5649field_87_dzPosition1The Z axis relative movement.
5650field_886_aSIN_TABLE1A table of sin values computed from 0 (inclusive) to 2*pi (exclusive), with steps of 2*PI / 65536.
5651field_887_bworldObj1Reference to the World object.
5652field_888_arail1
5653field_889_gconnectedTracks1
5654field_88_cyPosition1The Y axis relative movement.
5655field_891_etrackZ1
5656field_892_dtrackY1
5657field_893_ctrackX1
5658field_894_aoutputHandler1Reference to the GuiLogOutputHandler.
5659field_899_ktrackedPlayers1
5660field_89_byPosition1Block Y position.
5661field_8_bnetManager1The underlying network manager for this login handler.
5662field_9004_hpacket1login1holds the login packet of the current getting handled login packet
5663field_9005_floginTimer1While waiting to login, if this field ++'s to 600 it will kick you.
5664field_9006_jhasMoved1is true when the player has moved since his last movement packet
5665field_9007_ilastPosZ1last known z position for this connection
5666field_9008_hlastPosY1last known y position for this connection
5667field_9009_glastPosX1last known x position for this connection
5668field_900_jplayerEntitiesUpdated1
5669field_9010_pplayersOnline1List of names of players who are online.
5670field_9011_npvpOn1Indicates whether PvP is active on the server or not.
5671field_9012_jpercentDone1the percentage of the current task finished so far
5672field_9013_icurrentTask1the task the server is currently working on(and will output on ouputPercentRemaining)
5673field_9014_hdeathTime1
5674field_9015_bentityStatus12 for hurt, 3 for dead
5675field_9016_aentityId1
5676field_9017_ahealthMP1Variable used for incoming health packets
5677field_9018_btargetEntity1The entity the player is interacting with
5678field_9019_aplayerEntityId1The entity of the player (ignored by the server)
5679field_9020_cisLeftClick1Seems to be true when the player is pointing at an entity and left-clicking and false when right-clicking.
5680field_9021_lsoundSandFootstep1
5681field_9022_ksoundClothFootstep1
5682field_9023_jsoundGlassFootstep1
5683field_9024_isoundMetalFootstep1
5684field_9025_hsoundStoneFootstep1
5685field_9026_gsoundGrassFootstep1
5686field_9027_fsoundGravelFootstep1
5687field_9028_esoundWoodFootstep1
5688field_9029_ZpistonBase1
5689field_9030_YdeadBush1
5690field_9031_XtallGrass1
5691field_9032_Wweb1
5692field_9033_VpistonStickyBase1
5693field_9034_UrailDetector1
5694field_9035_bfpumpkinLantern1
5695field_9036_TrailPowered1
5696field_9037_Sbed1
5697field_9038_Rmusic1
5698field_9039_QsandStone1
5699field_9040_Pdispenser1
5700field_9041_OblockLapis1
5701field_9042_NoreLapis1
5702field_9043_Lsponge1
5703field_9044_ayworkbench1
5704field_9045_atstairCompactPlanks1
5705field_9046_aqtorchWood1
5706field_9047_albrick1
5707field_9048_acpistonMoving1
5708field_9049_aapistonExtension1
5709field_9050_aZfence1
5710field_9051_aRbutton1
5711field_9052_aMpressurePlatePlanks1
5712field_9053_aKpressurePlateStone1
5713field_9054_aJlever1
5714field_9055_aHstairCompactCobblestone1
5715field_9061_Zfire1
5716field_9062_YfireResistance1The amount of ticks you have to stand inside of fire before be set on fire
5717field_9063_XticksExisted1How many ticks has this entity had ran since being alive
5718field_9064_Wrand1
5719field_9066_TnoClip1Whether this entity won't clip with collision or not (make note it won't disable gravity)
5720field_9067_SstepHeight1How high this entity can step up when running into a block to try to get over it (currently make note the entity will always step up this amount and not just the amount needed)
5721field_9068_RySize1
5722field_9069_QlastTickPosZ1The entity's Z coordinate at the previous tick, used to calculate position during rendering routines
5723field_9070_PlastTickPosY1The entity's Y coordinate at the previous tick, used to calculate position during rendering routines
5724field_9071_OlastTickPosX1The entity's X coordinate at the previous tick, used to calculate position during rendering routines
5725field_9072_NfallDistance1
5726field_9074_LdistanceWalkedModified1The distance walked multiplied by 0.6
5727field_9075_KprevDistanceWalkedModified1The previous ticks distance walked multiplied by 0.6
5728field_9076_HyOffset1
5729field_9078_EvelocityChanged1
5730field_9079_aeisImmuneToFire1
5731field_9080_DisCollided1True if after a move this entity has collided with something either vertically or horizontally
5732field_9082_CisCollidedVertically1True if after a move this entity has collided with something on Y-axis
5733field_9083_acheartsLife1
5734field_9084_BisCollidedHorizontally1True if after a move this entity has collided with something on X- or Z-axis
5735field_9085_abinWater1Whether this entity is currently inside of water (if it handles water movement that is)
5736field_9086_AonGround1
5737field_9088_yprevRotationPitch1
5738field_9089_xprevRotationYaw1
5739field_9090_oprevPosZ1
5740field_9091_nprevPosY1
5741field_9092_mprevPosX1
5742field_9093_lworldObj1Reference to the World object.
5743field_9094_hrenderDistanceWeight1
5744field_9095_azrenderYawOffset1
5745field_9099_avheartsHalvesLife1
5746field_909_atrackedEntity1The entity that this EntityTrackerEntry tracks.
5747field_90_axPosition1Block X position.
5748field_9100_aZdead1This gets set on entity death, but never used. Looks like a duplicate of isDead
5749field_9101_aYcameraPitch1
5750field_9102_aXprevCameraPitch1
5751field_9103_aWattackTime1
5752field_9104_aVdeathTime1The amount of time remaining this entity should act 'dead', i.e. have a corpse in the world.
5753field_9105_aUattackedAtYaw1The yaw at which this entity was last attacked from.
5754field_9106_aTmaxHurtTime1What the hurt time was max set to last.
5755field_9107_aShurtTime1The amount of time remaining this entity should act 'hurt'. (Visual appearance of red tint)
5756field_9108_aRprevHealth1
5757field_9109_aQhealth1
5758field_910_btrackedEntityHashTable1Used for identity lookup of tracked entities.
5759field_9110_aPswingProgress1
5760field_9111_aOprevSwingProgress1
5761field_9114_aLscoreValue1The score value of the Mob, the amount of points the mob is worth.
5762field_9116_aJentityType1a string holding the type of entity it is currently only implemented in entityPlayer(as 'humanoid')
5763field_9119_aGtexture1the path for the texture of this entityLiving
5764field_911_atrackedEntitySet1List of tracked entities, used for iteration operations on tracked entities.
5765field_9125_aAprevRenderYawOffset1
5766field_9126_btmoveSpeed1
5767field_9127_bsdefaultPitch1
5768field_9128_brisJumping1used to check whether entity is jumping.
5769field_9129_bqrandomYawVelocity1
5770field_912_dmaxTrackingDistanceThreshold1
5771field_9130_bpmoveForward1
5772field_9131_bomoveStrafing1
5773field_9132_bnentityAge1The age of this EntityLiving (used to determine when it dies)
5774field_9133_bmnaturalArmorRating1intrinsic armor level for entity
5775field_9135_bknewRotationPitch1The new yaw rotation to be applied to the entity.
5776field_9136_bjnewRotationYaw1The new yaw rotation to be applied to the entity.
5777field_9137_binewPosZ1The new Z position to be applied to the entity.
5778field_9138_bhnewPosY1The new Y position to be applied to the entity.
5779field_9139_bgnewPosX1The new X position to be applied to the entity.
5780field_913_cmcServer1Reference to the MinecraftServer object.
5781field_9140_bfnewPosRotationIncrements1The number of updates over which the new position and rotation are to be applied to the entity.
5782field_9147_arswingProgressInt1
5783field_9148_aqisSwinging1Whether the player is swinging the current item in their hand.
5784field_9149_apcameraYaw1
5785field_914_lplayerNBTManagerObj1Reference to the PlayerNBTManager object.
5786field_9150_aoprevCameraYaw1
5787field_9151_anscore1
5788field_9154_emanagedPosZ1player Z position as seen by PlayerManager
5789field_9155_dmanagedPosX1player X position as seen by PlayerManager
5790field_9156_bulastHealth1amount of health the client was last set to
5791field_9158_asminecartPitch1
5792field_9159_arminecartYaw1
5793field_9160_aqminecartZ1
5794field_9161_apminecartY1
5795field_9162_aominecartX1
5796field_9163_anturnProgress1appears to be the progress of the turn
5797field_9164_fpushX1
5798field_9165_efuel1
5799field_9166_ajpushZ1
5800field_9169_bage1The age of this EntityItem (used to animate it up and down as well as expire it)
5801field_9171_alboatPitch1
5802field_9172_fboatY1
5803field_9173_akboatYaw1
5804field_9174_eboatX1
5805field_9175_ajboatZ1
5806field_9176_dboatPosRotationIncrements1
5807field_9179_finTile1
5808field_917_ibannedPlayersFile1The file that contains the banned players.
5809field_9180_ezTile1
5810field_9181_ajinGround1
5811field_9182_dyTile1
5812field_9183_cxTile1
5813field_9184_aarrowShake1Seems to be some sort of timer for animating an arrow.
5814field_9185_bart1
5815field_9186_fzPosition1
5816field_9187_eyPosition1
5817field_9188_dxPosition1
5818field_9189_aoticksInAir1
5819field_918_hops1A set containing the OPs.
5820field_9190_anticksAlive1
5821field_9191_amshootingEntity1
5822field_9192_alinGround1
5823field_9193_fyTile1
5824field_9194_akinTile1
5825field_9195_exTile1
5826field_9196_daccelerationZ1
5827field_9197_ajzTile1
5828field_9198_caccelerationY1
5829field_9199_baccelerationX1
5830field_919_gbannedIPs1A set containing the banned IPs.
5831field_91_emetadata1Metadata of the block.
5832field_9207_IcollidingBoundingBoxes1
5833field_9209_xfindingSpawnPoint1if set, this flag forces a request to load a chunk to load the chunk rather than defaulting to the world's chunkprovider's dummy if possible
5834field_9211_ssaveHandler1
5835field_9212_pisNewWorld1Used to differentiate between a newly generated world and an already existing world.
5836field_9215_bplayerInstances1the hash of all playerInstances created
5837field_9216_aplayers1players in the current instance
5838field_9220_ushouldSendMotionUpdates1
5839field_9221_tupdateCounter1
5840field_9222_slastTrackedEntityPosZ1
5841field_9223_rlastTrackedEntityPosY1
5842field_9224_qlastTrackedEntityPosX1
5843field_9226_mlastTrackedEntityMotionZ1
5844field_9227_llastTrackedEntityMotionY1
5845field_9228_klastTrackedEntityMotionX1
5846field_9229_jencodedRotationPitch1The encoded entity pitch rotation.
5847field_922_dplayerManagerObj1Reference to the PlayerManager object.
5848field_9230_iencodedRotationYaw1The encoded entity yaw rotation.
5849field_9231_hencodedPosZ1The encoded entity Z position.
5850field_9232_gencodedPosY1The encoded entity Y position.
5851field_9233_fencodedPosX1The encoded entity X position.
5852field_9235_dtrackingDistanceThreshold1
5853field_923_cmcServer1Reference to the MinecraftServer object.
5854field_924_bplayerEntities1A list of player entities that exist on this server.
5855field_9250_kopFile1the file which contains the list of ops
5856field_9251_jipBanFile1the file which contains the list of banned IPs
5857field_9252_fbannedPlayers1the set of all banned players names
5858field_9253_emaxPlayers1the maximum amount of players that can be connected
5859field_925_alogger1Reference to the logger.
5860field_926_bblockX1x coordinate of the block ray traced against
5861field_927_atypeOfHit1What type of ray trace hit was this? 0 = block, 1 = entity
5862field_928_gentityHit1The hit entity
5863field_929_fhitVec1The vector position of the hit
5864field_92_dtype1The new block type for the block.
5865field_930_esideHit1Which 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.
5866field_931_dblockZ1z coordinate of the block ray traced against
5867field_932_cblockY1y coordinate of the block ray traced against
5868field_933_alogger1Reference to the logger.
5869field_934_byCoord1
5870field_935_axCoord1
5871field_936_dpermutations1
5872field_937_czCoord1
5873field_938_boctaves1
5874field_939_ageneratorCollection1Collection of noise generation functions. Output is combined to produce different octaves of noise.
5875field_93_czPosition1Block Z position.
5876field_940_bpath1The path being generated
5877field_941_aworldMap1Used to find obstacles
5878field_942_dpathOptions1Selection of path points to add to the path
5879field_943_cpointMap1The points in the path
5880field_946_brand1The RNG used by the MapGen classes.
5881field_947_arange1The number of Chunks to gen-check in any given direction.
5882field_948_bnumHashElements1the number of elements in the hash array
5883field_949_ahashArray1the array of all elements in the hash
5884field_950_emodCount1count of times elements have been added/removed
5885field_951_dpercentUseable1percent of the hasharray that can be used without hash colliding probably
5886field_952_ccapacity1the maximum amount of elements in the hash (probably 3/4 the size due to meh hashing function)
5887field_953_amcServer1Reference to the MinecraftServer object.
5888field_954_bupdateCounter1Counts the number of updates.
5889field_955_amcServer1Reference to the MinecraftServer object.
5890field_963_bminY1
5891field_964_aminX1
5892field_965_hnumBoundingBoxesInUse1Tracks how many bounding boxes are being used
5893field_966_gboundingBoxes1List of bounding boxes (not all necessarily being actively used)
5894field_967_fmaxZ1
5895field_968_emaxY1
5896field_969_dmaxX1
5897field_970_cminZ1
5898field_971_bloginHandler1The login handler that spawned this thread.
5899field_972_aloginPacket1The login packet to be verified.
5900field_973_bisListening1Whether the network listener object is listening.
5901field_974_alogger1Reference to the logger.
5902field_975_hplayerList1list of all currently connected players
5903field_976_gpendingConnections1list of all people currently trying to connect to the server
5904field_978_enetworkAcceptThread1
5905field_979_dserverSocket1
5906field_97_bxPosition1The X position of the object.
5907field_980_cmcServer1Reference to the MinecraftServer object.
5908field_984_cdefaultLightValue1
5909field_985_bnetWorkListener1The network listener object.
5910field_986_amcServer1Reference to the MinecraftServer object.
5911field_987_amcServerGui1Reference to the ServerGui object.
5912field_98_aentityId1Entity ID of the object.
5913field_992_bmcServerGui1Reference to the ServerGui object.
5914field_993_atextField1Text field.
5915field_994_bserverProperties1The server properties object.
5916field_995_alogger1Reference to the logger.
5917field_996_cserverPropertiesFile1The server properties file.
5918field_997_amcServer1Reference to the MinecraftServer object.
5919field_99_etype1The type of object.
5920field_9_alogger1The Minecraft logger.