1 | searge | name | side | desc |
---|
2 | field_70009_b | buffer | 1 | RCon string buffer for log. |
3 | field_70010_a | instance | 1 | Single instance of RConConsoleSource |
4 | field_70116_cv | serverPosZ | 0 | |
5 | field_70117_cu | serverPosY | 0 | |
6 | field_70118_ct | serverPosX | 0 | |
7 | field_70121_D | boundingBox | 2 | Axis aligned bounding box. |
8 | field_70122_E | onGround | 2 | |
9 | field_70123_F | isCollidedHorizontally | 2 | True if after a move this entity has collided with something on X- or Z-axis |
10 | field_70124_G | isCollidedVertically | 2 | True if after a move this entity has collided with something on Y-axis |
11 | field_70125_A | rotationPitch | 2 | Entity rotation Pitch |
12 | field_70126_B | prevRotationYaw | 2 | |
13 | field_70127_C | prevRotationPitch | 2 | |
14 | field_70128_L | isDead | 2 | Gets set by setDead, so this must be the flag whether an Entity is dead (inactive may be better term) |
15 | field_70129_M | yOffset | 2 | |
16 | field_70130_N | width | 2 | How wide this entity is considered to be |
17 | field_70131_O | height | 2 | How high this entity is considered to be |
18 | field_70132_H | isCollided | 2 | True if after a move this entity has collided with something either vertically or horizontally |
19 | field_70133_I | velocityChanged | 2 | |
20 | field_70134_J | isInWeb | 2 | |
21 | field_70136_U | lastTickPosZ | 2 | The entity's Z coordinate at the previous tick, used to calculate position during rendering routines |
22 | field_70137_T | lastTickPosY | 2 | The entity's Y coordinate at the previous tick, used to calculate position during rendering routines |
23 | field_70138_W | stepHeight | 2 | How 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) |
24 | field_70139_V | ySize | 2 | |
25 | field_70140_Q | distanceWalkedModified | 2 | The distance walked multiplied by 0.6 |
26 | field_70141_P | prevDistanceWalkedModified | 2 | The previous ticks distance walked multiplied by 0.6 |
27 | field_70142_S | lastTickPosX | 2 | The entity's X coordinate at the previous tick, used to calculate position during rendering routines |
28 | field_70143_R | fallDistance | 2 | |
29 | field_70144_Y | entityCollisionReduction | 2 | Reduces the velocity applied by entity collisions by the specified percent. |
30 | field_70145_X | noClip | 2 | Whether this entity won't clip with collision or not (make note it won't disable gravity) |
31 | field_70146_Z | rand | 2 | |
32 | field_70147_f | entityRiderYawDelta | 2 | |
33 | field_70148_d | firstUpdate | 2 | |
34 | field_70149_e | entityRiderPitchDelta | 2 | |
35 | field_70150_b | nextStepDistance | 2 | The distance that has to be exceeded in order to triger a new step sound and an onEntityWalking event on a block |
36 | field_70151_c | fire | 2 | |
37 | field_70152_a | nextEntityID | 2 | |
38 | field_70153_n | riddenByEntity | 2 | The entity that is riding this entity |
39 | field_70154_o | ridingEntity | 2 | The entity we are currently riding |
40 | field_70155_l | renderDistanceWeight | 2 | |
41 | field_70156_m | preventEntitySpawning | 2 | Blocks entities from spawning when they do their AABB check to make sure the spot is clear of entities that can prevent spawning. |
42 | field_70158_ak | ignoreFrustumCheck | 2 | Render entity even if it is outside the camera frustum. Only true in EntityFish for now. Used in RenderGlobal: render if ignoreFrustumCheck or in frustum. |
43 | field_70159_w | motionX | 2 | Entity motion X |
44 | field_70160_al | isAirBorne | 2 | |
45 | field_70161_v | posZ | 2 | Entity position Z |
46 | field_70162_ai | chunkCoordY | 2 | |
47 | field_70163_u | posY | 2 | Entity position Y |
48 | field_70164_aj | chunkCoordZ | 2 | |
49 | field_70165_t | posX | 2 | Entity position X |
50 | field_70166_s | prevPosZ | 2 | |
51 | field_70167_r | prevPosY | 2 | |
52 | field_70168_am | myEntitySize | 2 | |
53 | field_70169_q | prevPosX | 2 | |
54 | field_70170_p | worldObj | 2 | Reference to the World object. |
55 | field_70171_ac | inWater | 2 | Whether this entity is currently inside of water (if it handles water movement that is) |
56 | field_70172_ad | hurtResistantTime | 2 | Remaining time an entity will be "immune" to further damage after being hurt. |
57 | field_70173_aa | ticksExisted | 2 | How many ticks has this entity had ran since being alive |
58 | field_70174_ab | fireResistance | 2 | The amount of ticks you have to stand inside of fire before be set on fire |
59 | field_70175_ag | addedToChunk | 2 | Has this entity been added to the chunk its within |
60 | field_70176_ah | chunkCoordX | 2 | |
61 | field_70177_z | rotationYaw | 2 | Entity rotation Yaw |
62 | field_70178_ae | isImmuneToFire | 2 | |
63 | field_70179_y | motionZ | 2 | Entity motion Z |
64 | field_70180_af | dataWatcher | 2 | |
65 | field_70181_x | motionY | 2 | Entity motion Y |
66 | field_70191_b | throwableShake | 2 | |
67 | field_70192_c | thrower | 2 | The entity that threw this throwable item. |
68 | field_70193_a | inGround | 2 | |
69 | field_70194_h | ticksInGround | 2 | |
70 | field_70195_i | ticksInAir | 2 | |
71 | field_70197_d | potionDamage | 2 | The damage value of the thrown potion that this EntityPotion represents. |
72 | field_70221_f | shatterOrDrop | 2 | |
73 | field_70222_d | targetZ | 2 | 'z' location the eye should float towards. |
74 | field_70223_e | despawnTimer | 2 | |
75 | field_70224_b | targetX | 2 | 'x' location the eye should float towards. |
76 | field_70225_c | targetY | 2 | 'y' location the eye should float towards. |
77 | field_70230_d | accelerationZ | 2 | |
78 | field_70232_b | accelerationX | 2 | |
79 | field_70233_c | accelerationY | 2 | |
80 | field_70234_an | ticksInAir | 2 | |
81 | field_70235_a | shootingEntity | 2 | |
82 | field_70236_j | ticksAlive | 2 | |
83 | field_70238_i | inGround | 2 | |
84 | field_70249_b | arrowShake | 2 | Seems to be some sort of timer for animating an arrow. |
85 | field_70250_c | shootingEntity | 2 | The owner of this arrow. |
86 | field_70251_a | canBePickedUp | 2 | 1 if the player can pick up the arrow |
87 | field_70252_j | ticksInGround | 2 | |
88 | field_70253_h | inData | 2 | |
89 | field_70254_i | inGround | 2 | |
90 | field_70255_ao | damage | 2 | |
91 | field_70256_ap | knockbackStrength | 2 | The amount of knockback an arrow applies when it hits a mob. |
92 | field_70257_an | ticksInAir | 2 | |
93 | field_70259_a | entityDragonObj | 2 | The dragon entity this dragon part belongs to |
94 | field_70260_b | health | 2 | |
95 | field_70261_a | innerRotation | 2 | Used to create the rotation animation when rendering the crystal. |
96 | field_70262_b | lightningState | 2 | Declares which state the lightning bolt is in. Whether it's in the air, hit the ground, etc. |
97 | field_70263_c | boltLivingTime | 2 | Determines the time before the EntityLightningBolt is destroyed. It is a random integer decremented over time. |
98 | field_70264_a | boltVertex | 2 | A random long that is used to change the vertex of the lightning rendered in RenderLightningBolt |
99 | field_70272_f | boatZ | 2 | |
100 | field_70273_g | boatYaw | 2 | |
101 | field_70274_d | boatX | 2 | |
102 | field_70275_e | boatY | 2 | |
103 | field_70276_b | speedMultiplier | 2 | |
104 | field_70277_c | boatPosRotationIncrements | 2 | |
105 | field_70278_an | velocityZ | 0 | |
106 | field_70279_a | isBoatEmpty | 2 | true if no player in boat |
107 | field_70280_j | velocityY | 0 | |
108 | field_70281_h | boatPitch | 2 | |
109 | field_70282_i | velocityX | 0 | |
110 | field_70290_d | hoverStart | 2 | The EntityItem's random initial float height. |
111 | field_70291_e | health | 2 | The health of this EntityItem. (For example, damage for tools) |
112 | field_70292_b | age | 2 | The age of this EntityItem (used to animate it up and down as well as expire it) |
113 | field_70456_f | currentItemStack | 0 | The current ItemStack. |
114 | field_70457_g | itemStack | 2 | |
115 | field_70458_d | player | 2 | The player whose inventory this is. |
116 | field_70459_e | inventoryChanged | 2 | Set 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. |
117 | field_70460_b | armorInventory | 2 | An array of 4 item stacks containing the currently worn armor pieces. |
118 | field_70461_c | currentItem | 2 | The index of the currently held item (0-8). |
119 | field_70462_a | mainInventory | 2 | An array of 36 item stacks indicating the main player inventory (including the visible bar). |
120 | field_70464_b | inventoryWidth | 2 | the width of the crafting inventory |
121 | field_70465_c | eventHandler | 2 | Class containing the callbacks for the events on_GUIClosed and on_CraftMaxtrixChanged. |
122 | field_70466_a | stackList | 2 | List of the stacks in the crafting matrix. |
123 | field_70467_a | stackResult | 2 | A list of one item containing the result of the crafting formula |
124 | field_70472_d | currentRecipe | 2 | |
125 | field_70473_e | currentRecipeIndex | 2 | |
126 | field_70474_b | theInventory | 2 | |
127 | field_70475_c | thePlayer | 2 | |
128 | field_70476_a | theMerchant | 2 | |
129 | field_70477_b | upperChest | 2 | Inventory object corresponding to double chest upper part |
130 | field_70478_c | lowerChest | 2 | Inventory object corresponding to double chest lower part |
131 | field_70479_a | name | 2 | Name of the chest. |
132 | field_70481_b | slotsCount | 2 | |
133 | field_70482_c | inventoryContents | 2 | |
134 | field_70483_a | inventoryTitle | 2 | |
135 | field_70484_a | container | 2 | The brewing stand this slot belongs to. |
136 | field_70488_a | associatedChest | 2 | |
137 | field_70499_f | isInReverse | 2 | |
138 | field_70500_g | matrix | 2 | Minecart rotational logic matrix |
139 | field_70506_as | velocityZ | 0 | |
140 | field_70507_ar | velocityY | 0 | |
141 | field_70508_aq | velocityX | 0 | |
142 | field_70509_j | minecartY | 2 | |
143 | field_70510_h | turnProgress | 2 | appears to be the progress of the turn |
144 | field_70511_i | minecartX | 2 | |
145 | field_70512_ao | minecartYaw | 2 | |
146 | field_70513_ap | minecartPitch | 2 | |
147 | field_70514_an | minecartZ | 2 | |
148 | field_70516_a | fuse | 2 | How long the fuse is |
149 | field_70520_f | tickCounter1 | 2 | |
150 | field_70522_e | art | 2 | |
151 | field_70529_d | xpOrbHealth | 2 | The health of this XP orb. |
152 | field_70530_e | xpValue | 2 | This is how much XP this orb has. |
153 | field_70531_b | xpOrbAge | 2 | The age of the XP orb in ticks. |
154 | field_70533_a | xpColor | 2 | A constantly increasing value that RenderXPOrb uses to control the colour shifting (Green / yellow) |
155 | field_70544_f | particleScale | 0 | |
156 | field_70545_g | particleGravity | 0 | |
157 | field_70546_d | particleAge | 0 | |
158 | field_70547_e | particleMaxAge | 0 | |
159 | field_70548_b | particleTextureJitterX | 0 | |
160 | field_70549_c | particleTextureJitterY | 0 | |
161 | field_70550_a | particleIcon | 0 | The icon field from which the given particle pulls its texture. |
162 | field_70551_j | particleBlue | 0 | The blue amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0. |
163 | field_70552_h | particleRed | 0 | The red amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0. |
164 | field_70553_i | particleGreen | 0 | The green amount of color. Used as a percentage, 1.0 = 255 and 0.0 = 0. |
165 | field_70554_ao | interpPosY | 0 | |
166 | field_70555_ap | interpPosZ | 0 | |
167 | field_70556_an | interpPosX | 0 | |
168 | field_70557_a | theEntity | 0 | Entity that had been hit and done the Critical hit on. |
169 | field_70558_as | particleName | 0 | |
170 | field_70559_ar | maximumLife | 0 | |
171 | field_70560_aq | currentLife | 0 | |
172 | field_70561_a | initialParticleScale | 0 | |
173 | field_70562_a | flameScale | 0 | the scale of the flame FX |
174 | field_70563_a | materialType | 0 | the material type for dropped items/blocks |
175 | field_70564_aq | bobTimer | 0 | The height of the current bob |
176 | field_70570_a | reddustParticleScale | 0 | |
177 | field_70571_a | portalParticleScale | 0 | |
178 | field_70572_as | portalPosZ | 0 | |
179 | field_70573_ar | portalPosY | 0 | |
180 | field_70574_aq | portalPosX | 0 | |
181 | field_70575_a | particleScaleOverTime | 0 | |
182 | field_70576_a | footstepAge | 0 | |
183 | field_70577_ar | currentFootSteps | 0 | |
184 | field_70578_aq | footstepMaxAge | 0 | |
185 | field_70579_a | timeSinceStart | 0 | |
186 | field_70580_aq | maximumTime | 0 | the maximum time for the explosion |
187 | field_70583_ar | theRenderEngine | 0 | The Rendering Engine. |
188 | field_70585_a | noteParticleScale | 0 | |
189 | field_70586_a | lavaParticleScale | 0 | |
190 | field_70587_a | smokeParticleScale | 0 | |
191 | field_70588_a | snowDigParticleScale | 0 | |
192 | field_70590_a | baseSpellTextureIndex | 0 | Base spell texture index |
193 | field_70591_a | entityToPickUp | 0 | |
194 | field_70592_at | yOffs | 0 | renamed from yOffset to fix shadowing Entity.yOffset |
195 | field_70593_as | maxAge | 0 | |
196 | field_70594_ar | age | 0 | |
197 | field_70595_aq | entityPickingUp | 0 | |
198 | field_70696_bz | attackTarget | 2 | The active target the Task system uses for tracking |
199 | field_70698_bv | defaultPitch | 2 | |
200 | field_70699_by | navigator | 2 | |
201 | field_70700_bx | numTicksToChaseTarget | 2 | How long to keep a specific target entity |
202 | field_70701_bs | moveForward | 2 | |
203 | field_70702_br | moveStrafing | 2 | |
204 | field_70703_bu | isJumping | 2 | used to check whether entity is jumping. |
205 | field_70704_bt | randomYawVelocity | 2 | |
206 | field_70705_bn | newRotationPitch | 2 | The new yaw rotation to be applied to the entity. |
207 | field_70708_bq | entityAge | 2 | The age of this EntityLiving (used to determine when it dies) |
208 | field_70709_bj | newPosX | 2 | The new X position to be applied to the entity. |
209 | field_70710_bk | newPosY | 2 | The new Y position to be applied to the entity. |
210 | field_70712_bm | newRotationYaw | 2 | The new yaw rotation to be applied to the entity. |
211 | field_70713_bf | activePotionsMap | 2 | |
212 | field_70714_bg | tasks | 2 | |
213 | field_70715_bh | targetTasks | 2 | |
214 | field_70716_bi | newPosRotationIncrements | 2 | The number of updates over which the new position and rotation are to be applied to the entity. |
215 | field_70717_bb | attackingPlayer | 2 | The most recent player that has attacked this entity |
216 | field_70718_bc | recentlyHit | 2 | Set to 60 when hit by the player or the player's wolf, then decrements. Used to determine whether the entity should drop items on death. |
217 | field_70720_be | arrowHitTimer | 2 | |
218 | field_70721_aZ | limbSwingAmount | 2 | |
219 | field_70722_aY | prevLimbSwingAmount | 2 | |
220 | field_70723_bA | senses | 2 | |
221 | field_70724_aR | attackTime | 2 | |
222 | field_70725_aQ | deathTime | 2 | The amount of time remaining this entity should act 'dead', i.e. have a corpse in the world. |
223 | field_70726_aT | cameraPitch | 2 | |
224 | field_70727_aS | prevCameraPitch | 2 | |
225 | field_70728_aV | experienceValue | 2 | The experience points the Entity gives. |
226 | field_70729_aU | dead | 2 | This gets set on entity death, but never used. Looks like a duplicate of isDead |
227 | field_70732_aI | prevSwingProgress | 2 | |
228 | field_70733_aJ | swingProgress | 2 | |
229 | field_70735_aL | prevHealth | 2 | |
230 | field_70737_aN | hurtTime | 2 | The amount of time remaining this entity should act 'hurt'. (Visual appearance of red tint) |
231 | field_70738_aO | maxHurtTime | 2 | What the hurt time was max set to last. |
232 | field_70739_aP | attackedAtYaw | 2 | The yaw at which this entity was last attacked from. |
233 | field_70744_aE | scoreValue | 2 | The score value of the Mob, the amount of points the mob is worth. |
234 | field_70746_aG | landMovementFactor | 2 | A factor used to determine how far this entity will move each tick if it is walking on land. Adjusted by speed, and slipperiness of the current block. |
235 | field_70747_aH | jumpMovementFactor | 2 | A factor used to determine how far this entity will move each tick if it is jumping or falling. |
236 | field_70749_g | lookHelper | 2 | |
237 | field_70752_e | potionsNeedUpdate | 2 | Whether the DataWatcher needs to be updated with the active potions |
238 | field_70754_ba | limbSwing | 2 | Only relevant when limbYaw is not 0(the entity is moving). Influences where in its swing legs and arms currently are. |
239 | field_70755_b | entityLivingToAttack | 2 | is only being set, has no uses as of MC 1.1 |
240 | field_70756_c | revengeTimer | 2 | |
241 | field_70757_a | livingSoundTime | 2 | Number of ticks since this EntityLiving last produced its sound |
242 | field_70758_at | prevRotationYawHead | 2 | Entity head rotation yaw at previous tick |
243 | field_70759_as | rotationYawHead | 2 | Entity head rotation yaw |
244 | field_70760_ar | prevRenderYawOffset | 2 | |
245 | field_70761_aq | renderYawOffset | 2 | |
246 | field_70762_j | bodyHelper | 2 | |
247 | field_70765_h | moveHelper | 2 | |
248 | field_70767_i | jumpHelper | 2 | Entity jumping helper |
249 | field_70771_an | maxHurtResistantTime | 2 | |
250 | field_70772_bD | maximumHomeDistance | 2 | If -1 there is no maximum distance |
251 | field_70773_bE | jumpTicks | 2 | Number of ticks since last jump |
252 | field_70775_bC | homePosition | 2 | |
253 | field_70776_bF | currentTarget | 2 | This entity's current target. |
254 | field_70786_d | pathToEntity | 2 | |
255 | field_70787_b | hasAttacked | 2 | returns true if a creature has attacked recently only used for creepers and skeletons |
256 | field_70788_c | fleeingTick | 2 | Used to make a creature speed up and wander away when hit. |
257 | field_70789_a | entityToAttack | 2 | The Entity this EntityCreature is set to attack. |
258 | field_70791_f | attackCounter | 2 | |
259 | field_70792_g | targetedEntity | 2 | |
260 | field_70793_d | waypointZ | 2 | |
261 | field_70794_e | prevAttackCounter | 2 | |
262 | field_70795_b | waypointX | 2 | |
263 | field_70796_c | waypointY | 2 | |
264 | field_70797_a | courseChangeCooldown | 2 | |
265 | field_70798_h | aggroCooldown | 2 | Cooldown time between target loss and new target aquirement. |
266 | field_70810_d | slimeJumpDelay | 2 | ticks until this slime jumps again |
267 | field_70811_b | squishFactor | 2 | |
268 | field_70812_c | prevSquishFactor | 2 | |
269 | field_70813_a | squishAmount | 2 | |
270 | field_70826_g | stareTimer | 2 | A player must stare at an enderman for 5 ticks before it becomes aggressive. This field counts those ticks. |
271 | field_70827_d | carriableBlocks | 2 | |
272 | field_70828_e | teleportDelay | 2 | Counter to delay the teleportation of an enderman towards the currently attacked target |
273 | field_70833_d | timeSinceIgnited | 2 | The amount of time since the creeper was close enough to the player to ignite |
274 | field_70834_e | lastActiveTime | 2 | Time when this creeper was last in an active state (Messed up code here, probably causes creeper animation to go weird) |
275 | field_70837_d | angerLevel | 2 | Above zero if this PigZombie is Angry. |
276 | field_70838_e | randomSoundDelay | 2 | A random delay until this PigZombie next makes a sound. |
277 | field_70843_d | allySummonCooldown | 2 | A cooldown before this entity will search for another Silverfish to join them in battle. |
278 | field_70847_d | heightOffset | 2 | Random offset used in floating behaviour |
279 | field_70848_e | heightOffsetUpdateTime | 2 | ticks until heightOffset is randomized |
280 | field_70855_f | attackTimer | 2 | |
281 | field_70856_g | holdRoseTick | 2 | |
282 | field_70857_d | villageObj | 2 | |
283 | field_70858_e | homeCheckTimer | 2 | deincrements, and a distance-to-home check is done at 0 |
284 | field_70859_f | squidYaw | 2 | |
285 | field_70860_g | prevSquidYaw | 2 | |
286 | field_70861_d | squidPitch | 2 | |
287 | field_70862_e | prevSquidPitch | 2 | |
288 | field_70863_bz | randomMotionSpeed | 2 | |
289 | field_70864_bA | rotationVelocity | 2 | change in squidRotation in radians. |
290 | field_70865_by | lastTentacleAngle | 2 | the last calculated angle of the tentacles in radians |
291 | field_70866_j | tentacleAngle | 2 | angle of the tentacles in radians |
292 | field_70867_h | squidRotation | 2 | appears to be rotation in radians; we already have pitch & yaw, so this completes the triumvirate. |
293 | field_70868_i | prevSquidRotation | 2 | previous squidRotation in radians |
294 | field_70869_bD | randomMotionVecY | 2 | |
295 | field_70870_bE | randomMotionVecZ | 2 | |
296 | field_70872_bC | randomMotionVecX | 2 | |
297 | field_70881_d | inLove | 2 | |
298 | field_70882_e | breeding | 2 | This is representation of a counter for reproduction progress. (Note that this is different from the inLove which represent being in Love-Mode) |
299 | field_70883_f | destPos | 2 | |
300 | field_70887_j | timeUntilNextEgg | 2 | The time until the next egg is spawned. |
301 | field_70898_d | fleeceColorTable | 2 | Holds the RGB table of the sheep colors - in OpenGL glColor3f values - used to render the sheep colored fleece. |
302 | field_70899_e | sheepTimer | 2 | Used to control movement as well as wool regrowth. Set to 40 on handleHealthUpdate and counts down with each tick. |
303 | field_70911_d | aiSit | 2 | |
304 | field_70914_e | aiTempt | 2 | The tempt AI task for this mob, used to prevent taming while it is fleeing. |
305 | field_70925_g | isShaking | 2 | true is the wolf is wet else false |
306 | field_70927_j | prevTimeWolfIsShaking | 2 | |
307 | field_70929_i | timeWolfIsShaking | 2 | This time increases while wolf is shaking and emitting water particles. |
308 | field_70935_b | customer | 0 | This merchant's current player customer. |
309 | field_70936_c | recipeList | 0 | The MerchantRecipeList instance. |
310 | field_70937_a | theMerchantInventory | 0 | Instance of Merchants Inventory. |
311 | field_70952_f | isMating | 2 | |
312 | field_70953_g | isPlaying | 2 | |
313 | field_70954_d | villageObj | 2 | |
314 | field_70955_e | randomTickDivider | 2 | |
315 | field_70956_bz | wealth | 2 | |
316 | field_70958_bB | villagersSellingList | 2 | Selling list of Villagers items. |
317 | field_70959_by | needsInitilization | 2 | addDefaultEquipmentAndRecipies is called if this is true |
318 | field_70960_bC | blacksmithSellingList | 2 | Selling list of Blacksmith items. |
319 | field_70961_j | timeUntilReset | 2 | |
320 | field_70962_h | buyingPlayer | 2 | This villager's current customer. |
321 | field_70963_i | buyingList | 2 | Initialises the MerchantRecipeList.java |
322 | field_70976_f | ringBufferIndex | 2 | Index into the ring buffer. Incremented once per tick and restarts at 0 once it reaches the end of the buffer. |
323 | field_70977_g | dragonPartArray | 2 | An array containing all body parts of this dragon |
324 | field_70978_d | targetZ | 2 | |
325 | field_70979_e | ringBuffer | 2 | Ring buffer array for the last 64 Y-positions and yaw rotations. Used to calculate offsets for the animations. |
326 | field_70980_b | targetX | 2 | |
327 | field_70981_c | targetY | 2 | |
328 | field_70982_bz | dragonPartTail3 | 2 | |
329 | field_70983_bA | dragonPartWing1 | 2 | |
330 | field_70984_by | dragonPartTail2 | 2 | |
331 | field_70985_j | dragonPartTail1 | 2 | |
332 | field_70986_h | dragonPartHead | 2 | The head bounding box of a dragon |
333 | field_70987_i | dragonPartBody | 2 | The body bounding box of a dragon |
334 | field_70988_bD | animTime | 2 | Animation time, used to control the speed of the animation cycles (wings flapping, jaw opening, etc.) |
335 | field_70989_bE | forceNewTarget | 2 | Force selecting a new flight target at next tick if set to true. |
336 | field_70990_bB | dragonPartWing2 | 2 | |
337 | field_70991_bC | prevAnimTime | 2 | Animation time at previous tick. |
338 | field_70992_bH | healingEnderCrystal | 2 | The current endercrystal that is healing this dragon |
339 | field_70993_bI | target | 2 | |
340 | field_70994_bF | slowed | 2 | Activated if the dragon is flying though obsidian, white stone or bedrock. Slows movement and animation speed. |
341 | field_70995_bG | deathTicks | 2 | |
342 | field_71067_cb | experienceTotal | 2 | The total amount of experience the player has. This also includes the amount of experience within their Experience Bar. |
343 | field_71068_ca | experienceLevel | 2 | The current experience level the player is on. |
344 | field_71069_bz | inventoryContainer | 2 | The Container for the player's inventory (which opens when they press E) |
345 | field_71070_bA | openContainer | 2 | The Container the player has open. |
346 | field_71071_by | inventory | 2 | Inventory of the player |
347 | field_71072_f | itemInUseCount | 2 | This field starts off equal to getMaxItemUseDuration and is decremented on each tick |
348 | field_71073_d | startMinecartRidingCoordinate | 2 | Holds the coordinate of the player when enter a minecraft to ride. |
349 | field_71074_e | itemInUse | 2 | This is the item that is in use when the player is holding down the useItemButton (e.g., bow, food, sword) |
350 | field_71075_bZ | capabilities | 2 | The player's capabilities. (See class PlayerCapabilities) |
351 | field_71076_b | sleepTimer | 2 | |
352 | field_71077_c | spawnChunk | 2 | holds the spawn chunk of the player |
353 | field_71078_a | theInventoryEnderChest | 2 | |
354 | field_71080_cy | prevTimeInPortal | 0 | The amount of time an entity has been in a Portal the previous tick |
355 | field_71081_bT | playerLocation | 2 | the current location of the player |
356 | field_71083_bS | sleeping | 2 | Boolean value indicating weather a player is sleeping or not |
357 | field_71086_bY | timeInPortal | 0 | The amount of time an entity has been in a Portal |
358 | field_71087_bX | inPortal | 2 | Whether the entity is inside a Portal |
359 | field_71088_bW | timeUntilPortal | 2 | |
360 | field_71090_bL | xpCooldown | 2 | Used by EntityPlayer to prevent too many xp orbs from getting absorbed at once. |
361 | field_71093_bK | dimension | 2 | Which dimension the player is in (-1 = the Nether, 0 = normal world) |
362 | field_71100_bB | foodStats | 2 | The food object of the player, the general hunger logic. |
363 | field_71101_bC | flyToggleTimer | 2 | Used to tell if the player pressed jump twice. If this is at 0 and it's pressed (And they are allowed to fly, as defined in the player's movementInput) it sets this to 7. If it's pressed and it's greater than 0 enable fly. |
364 | field_71102_ce | speedInAir | 2 | |
365 | field_71104_cf | fishEntity | 2 | An instance of a fishing rod's hook. If this isn't null, the icon image of the fishing rod is slightly different |
366 | field_71106_cc | experience | 2 | The current amount of experience the player has within their Experience Bar. |
367 | field_71107_bF | prevCameraYaw | 2 | |
368 | field_71108_cd | speedOnGround | 2 | |
369 | field_71109_bG | cameraYaw | 2 | |
370 | field_71129_f | loadedChunks | 2 | LinkedList that holds the loaded chunks. |
371 | field_71130_g | destroyedItemsNetCache | 2 | entities added to this list will be packet29'd to the player |
372 | field_71131_d | managedPosX | 2 | player X position as seen by PlayerManager |
373 | field_71132_e | managedPosZ | 2 | player Z position as seen by PlayerManager |
374 | field_71133_b | mcServer | 2 | Reference to the MinecraftServer object. |
375 | field_71134_c | theItemInWorldManager | 2 | The ItemInWorldManager belonging to this player |
376 | field_71135_a | playerNetServerHandler | 2 | The NetServerHandler assigned to this player by the ServerConfigurationManager. |
377 | field_71136_j | playerConqueredTheEnd | 2 | Set when a player beats the ender dragon, used to respawn the player at the spawn point while retaining inventory and XP |
378 | field_71137_h | isChangingQuantityOnly | 2 | set to true when player is moving quantity of items from one inventory to another(crafting) but item in either slot is not changed |
379 | field_71138_i | ping | 2 | |
380 | field_71139_cq | currentWindowId | 2 | The currently in use window ID. Incremented every time a window is opened. |
381 | field_71140_co | chatColours | 2 | |
382 | field_71142_cm | renderDistance | 2 | must be between 3>x>15 (strictly between) |
383 | field_71143_cn | chatVisibility | 2 | |
384 | field_71144_ck | lastExperience | 2 | Amount of experience the client was last set to |
385 | field_71146_ci | lastFoodLevel | 2 | set to foodStats.GetFoodLevel |
386 | field_71147_cj | wasHungry | 2 | set to foodStats.getSaturationLevel() == 0.0F each tick |
387 | field_71148_cg | translator | 2 | |
388 | field_71149_ch | lastHealth | 2 | amount of health the client was last set to |
389 | field_71154_f | renderArmYaw | 0 | |
390 | field_71155_g | renderArmPitch | 0 | |
391 | field_71156_d | sprintToggleTimer | 0 | Used to tell if the player pressed forward twice. If this is at 0 and it's pressed (And they are allowed to sprint, aka enough food on the ground etc) it sets this to 7. If it's pressed and it's greater than 0 enable sprinting. |
392 | field_71157_e | sprintingTicksLeft | 0 | Ticks left before sprinting is disabled. |
393 | field_71158_b | movementInput | 0 | |
394 | field_71159_c | mc | 0 | |
395 | field_71163_h | prevRenderArmYaw | 0 | |
396 | field_71164_i | prevRenderArmPitch | 0 | |
397 | field_71168_co | ticksSinceMovePacket | 0 | Counter used to ensure that the server sends a move packet (Packet11, 12 or 13) to the client at least once a second. |
398 | field_71169_cp | hasSetHealth | 0 | has the client player's health been set? |
399 | field_71170_cm | wasSneaking | 0 | Used to check if the player has started or stopped sneaking and needs to tell the server. |
400 | field_71171_cn | wasSprinting | 0 | Used to check if the player has started or stopped sprinting and needs to tell the server. |
401 | field_71172_ck | oldRotationPitch | 0 | |
402 | field_71173_cl | wasOnGround | 0 | Check if was on ground last update |
403 | field_71174_a | sendQueue | 0 | |
404 | field_71175_ci | oldPosZ | 0 | |
405 | field_71176_cj | oldRotationYaw | 0 | |
406 | field_71177_cg | oldMinY | 0 | Old Minimum Y of the bounding box |
407 | field_71178_ch | oldPosY | 0 | |
408 | field_71179_j | oldPosX | 0 | |
409 | field_71180_f | otherPlayerMPYaw | 0 | |
410 | field_71181_g | otherPlayerMPPitch | 0 | |
411 | field_71182_d | otherPlayerMPY | 0 | |
412 | field_71183_e | otherPlayerMPZ | 0 | |
413 | field_71184_b | otherPlayerMPPosRotationIncrements | 0 | |
414 | field_71185_c | otherPlayerMPX | 0 | |
415 | field_71186_a | isItemInUse | 0 | |
416 | field_71280_D | buildLimit | 2 | Maximum build height. |
417 | field_71284_A | pvpEnabled | 2 | Indicates whether PvP is active on the server or not. |
418 | field_71285_B | allowFlight | 2 | Determines if flight is allowed or not. |
419 | field_71286_C | motd | 2 | The server MOTD string. |
420 | field_71287_L | worldName | 0 | |
421 | field_71288_M | isDemo | 2 | |
422 | field_71289_N | enableBonusChest | 2 | |
423 | field_71290_O | worldIsBeingDeleted | 2 | If true, there is no need to save chunks or stop the server, because that is already being done. |
424 | field_71292_I | serverKeyPair | 2 | |
425 | field_71293_J | serverOwner | 2 | Username of the server owner (for integrated servers) |
426 | field_71294_K | folderName | 2 | |
427 | field_71295_T | startProfiling | 2 | |
428 | field_71296_Q | serverIsRunning | 2 | |
429 | field_71298_S | userMessage | 2 | |
430 | field_71299_R | timeOfLastWarning | 2 | Set when warned for "Can't keep up", which triggers again after 15 seconds. |
431 | field_71302_d | currentTask | 2 | The task the server is currently working on(and will output on outputPercentRemaining). |
432 | field_71303_e | percentDone | 2 | The percentage of the current task finished so far. |
433 | field_71304_b | theProfiler | 2 | |
434 | field_71305_c | worldServers | 2 | The server world instances. |
435 | field_71307_n | usageSnooper | 2 | The PlayerUsageSnooper instance. |
436 | field_71308_o | anvilFile | 2 | |
437 | field_71309_l | mcServer | 2 | Instance of Minecraft Server. |
438 | field_71310_m | anvilConverterForAnvilFile | 2 | |
439 | field_71311_j | tickTimeArray | 2 | |
440 | field_71312_k | timeOfLastDimensionTick | 2 | Stats are [dimension][tick%100] system.nanoTime is stored. |
441 | field_71315_w | tickCounter | 2 | Incremented every tick. |
442 | field_71316_v | serverStopped | 2 | Indicates to other classes that the server is safely stopped. |
443 | field_71317_u | serverRunning | 2 | Indicates whether the server is running or not. Set to false to initiate a shutdown. |
444 | field_71318_t | serverConfigManager | 2 | The ServerConfigurationManager instance. |
445 | field_71319_s | serverPort | 2 | The server's port. |
446 | field_71320_r | hostname | 1 | The server's hostname. |
447 | field_71321_q | commandManager | 2 | |
448 | field_71322_p | tickables | 2 | Collection of objects to update every tick. Type: List<IUpdatePlayerListBox> |
449 | field_71323_z | canSpawnNPCs | 2 | |
450 | field_71324_y | canSpawnAnimals | 2 | True if the server has animals turned on. |
451 | field_71325_x | onlineMode | 2 | True if the server is in online mode. |
452 | field_71335_s | guiIsEnabled | 1 | |
453 | field_71337_q | gameType | 1 | |
454 | field_71338_p | canSpawnStructures | 1 | |
455 | field_71339_n | theRConThreadMain | 1 | |
456 | field_71340_o | settings | 1 | |
457 | field_71341_l | pendingCommandList | 1 | |
458 | field_71342_m | theRConThreadQuery | 1 | |
459 | field_71345_q | lanServerPing | 0 | |
460 | field_71346_p | isPublic | 0 | |
461 | field_71348_o | isGamePaused | 0 | |
462 | field_71349_l | mc | 0 | The Minecraft instance. |
463 | field_71350_m | theWorldSettings | 0 | |
464 | field_71412_D | mcDataDir | 0 | |
465 | field_71414_F | isTakingScreenshot | 0 | Makes sure it doesn't keep taking screenshots when both buttons are down. |
466 | field_71415_G | inGameHasFocus | 0 | Does the actual gameplay have focus. If so then mouse and keys will effect the player instead of menus. |
467 | field_71417_B | mouseHelper | 0 | Mouse helper instance. |
468 | field_71419_L | debugUpdateTime | 0 | Approximate time (in ms) of last update to debug string |
469 | field_71420_M | fpsCounter | 0 | holds the current fps |
470 | field_71421_N | prevFrameTime | 0 | |
471 | field_71422_O | currentServerData | 0 | |
472 | field_71423_H | systemTime | 0 | |
473 | field_71424_I | mcProfiler | 0 | The profiler instance |
474 | field_71425_J | running | 0 | Set to true to keep the game loop running. Set to false by shutdown() to allow the game loop to exit cleanly. |
475 | field_71426_K | debug | 0 | String that shows the debug information |
476 | field_71427_U | usageSnooper | 0 | Instance of PlayerUsageSnooper. |
477 | field_71428_T | timer | 0 | |
478 | field_71429_W | leftClickCounter | 0 | Mouse left click counter |
479 | field_71431_Q | fullscreen | 0 | |
480 | field_71432_P | theMinecraft | 0 | Set to 'this' in Minecraft constructor; used by some settings get methods |
481 | field_71433_S | crashReporter | 0 | Instance of CrashReport. |
482 | field_71434_R | hasCrashed | 0 | |
483 | field_71435_Y | tempDisplayHeight | 0 | Display height |
484 | field_71436_X | tempDisplayWidth | 0 | Display width |
485 | field_71437_Z | theIntegratedServer | 0 | Instance of IntegratedServer. |
486 | field_71438_f | renderGlobal | 0 | |
487 | field_71439_g | thePlayer | 0 | |
488 | field_71440_d | displayHeight | 0 | |
489 | field_71441_e | theWorld | 0 | |
490 | field_71442_b | playerController | 0 | |
491 | field_71443_c | displayWidth | 0 | |
492 | field_71444_a | memoryReserve | 0 | A 10MiB preallocation to ensure the heap is reasonably sized. |
493 | field_71445_n | isGamePaused | 0 | |
494 | field_71446_o | renderEngine | 0 | The RenderEngine instance used by Minecraft |
495 | field_71449_j | session | 0 | |
496 | field_71451_h | renderViewEntity | 0 | The Entity from which the renderer determines the render viewpoint. Currently is always the parent Minecraft class's 'thePlayer' instance. Modification of its location, rotation, or other settings at render time will modify the camera likewise, with the caveat of triggering chunk rebuilds as it moves, making it unsuitable for changing the viewpoint mid-render. |
497 | field_71452_i | effectRenderer | 0 | |
498 | field_71453_ak | myNetworkManager | 0 | |
499 | field_71454_w | skipRenderWorld | 0 | Skip render world |
500 | field_71455_al | integratedServerIsRunning | 0 | |
501 | field_71456_v | ingameGUI | 0 | |
502 | field_71457_ai | joinPlayerCounter | 0 | Join player counter |
503 | field_71458_u | guiAchievement | 0 | Gui achievement |
504 | field_71459_aj | isDemo | 0 | |
505 | field_71460_t | entityRenderer | 0 | |
506 | field_71461_s | loadingScreen | 0 | |
507 | field_71462_r | currentScreen | 0 | The GuiScreen that's being displayed at the moment. |
508 | field_71464_q | standardGalacticFontRenderer | 0 | |
509 | field_71465_an | debugProfilerName | 0 | Profiler currently displayed in the debug screen pie chart |
510 | field_71466_p | fontRenderer | 0 | The font renderer used for displaying and measuring text. |
511 | field_71467_ac | rightClickDelayTimer | 0 | When you place a block, it's set to 6, decremented once per tick, when it's 0, you can place another block. |
512 | field_71468_ad | refreshTexturePacksScheduled | 0 | Checked in Minecraft's while(running) loop, if true it's set to false and the textures refreshed. |
513 | field_71469_aa | saveLoader | 0 | |
514 | field_71470_ab | debugFPS | 0 | This is set to fpsCounter every debug screen update, and is shown on the debug screen. It's also sent as part of the usage snooping. |
515 | field_71474_y | gameSettings | 0 | The game settings that currently hold effect. |
516 | field_71475_ae | serverName | 0 | |
517 | field_71476_x | objectMouseOver | 0 | The ray trace hit that the mouse is over. |
518 | field_71477_af | serverPort | 0 | |
519 | field_71486_a | theCrashReport | 2 | Reference to the CrashReport object. |
520 | field_71488_a | theCrashReport | 2 | Reference to the CrashReport object. |
521 | field_71490_a | theCrashReport | 2 | Reference to the CrashReport object. |
522 | field_71492_a | theCrashReport | 2 | Reference to the CrashReport object. |
523 | field_71494_a | theCrashReport | 2 | Reference to the CrashReport object. |
524 | field_71496_a | theCrashReport | 2 | Reference to the CrashReport object. |
525 | field_71510_d | crashReportFile | 2 | File of crash report. |
526 | field_71511_b | cause | 2 | The Throwable that is the "cause" for this crash and Crash Report. |
527 | field_71512_c | crashReportSections | 2 | Holds the keys and values of all crash report sections. |
528 | field_71513_a | description | 2 | Description of the crash report. |
529 | field_71533_a | theAdmin | 2 | |
530 | field_71561_b | commandSet | 2 | The set of ICommand objects currently loaded. |
531 | field_71562_a | commandMap | 2 | Map of Strings to the ICommand objects they represent |
532 | field_71567_b | allowedCharacters | 2 | Array of the special characters that are allowed in any text drawing of Minecraft. |
533 | field_71572_b | posY | 2 | the y coordinate |
534 | field_71573_c | posZ | 2 | the z coordinate |
535 | field_71574_a | posX | 2 | |
536 | field_71576_a | theReportedExceptionCrashReport | 2 | Instance of CrashReport. |
537 | field_71577_f | rotateRight | 2 | Maps a direction to that to the right of it. |
538 | field_71578_g | rotateLeft | 2 | Maps a direction to that to the left of it. |
539 | field_71579_d | facingToDirection | 2 | Maps a Facing value (3D) to a Direction value (2D). |
540 | field_71580_e | rotateOpposite | 2 | Maps a direction to that opposite of it. |
541 | field_71581_b | offsetZ | 2 | |
542 | field_71582_c | directionToFacing | 2 | Maps a Direction value (2D) to a Facing value (3D). |
543 | field_71583_a | offsetX | 2 | |
544 | field_71584_h | bedDirection | 2 | |
545 | field_71585_d | offsetsZForSide | 2 | gives the offset required for this axis to get the block at that side. |
546 | field_71586_b | offsetsXForSide | 2 | gives the offset required for this axis to get the block at that side. |
547 | field_71587_c | offsetsYForSide | 2 | gives the offset required for this axis to get the block at that side. |
548 | field_71588_a | oppositeSide | 2 | Converts a side to the opposite side. This is the same as XOR'ing it with 1. |
549 | field_71743_a | theDecitatedServer | 1 | Reference to the DecitatedServer object. |
550 | field_72301_f | numCleans | 2 | Number of times this Pool has been cleaned |
551 | field_72302_d | nextPoolIndex | 2 | Next index to use when adding a Pool Entry. |
552 | field_72303_e | maxPoolIndex | 2 | Largest index reached by this Pool (can be reset to 0 upon calling cleanPool) |
553 | field_72304_b | numEntriesToRemove | 2 | Number of Pool entries to remove when cleanPool is called maxNumCleans times. |
554 | field_72305_c | listAABB | 2 | List of AABB stored in this Pool |
555 | field_72306_a | maxNumCleans | 2 | Maximum number of times the pool can be "cleaned" before the list is shrunk |
556 | field_72307_f | hitVec | 2 | The vector position of the hit |
557 | field_72308_g | entityHit | 2 | The hit entity |
558 | field_72309_d | blockZ | 2 | z coordinate of the block ray traced against |
559 | field_72310_e | sideHit | 2 | Which side was hit. If its -1 then it went the full length of the ray trace. Bottom = 0, Top = 1, East = 2, West = 3, North = 4, South = 5. |
560 | field_72311_b | blockX | 2 | x coordinate of the block ray traced against |
561 | field_72312_c | blockY | 2 | y coordinate of the block ray traced against |
562 | field_72313_a | typeOfHit | 2 | What type of ray trace hit was this? 0 = block, 1 = entity |
563 | field_72334_f | maxZ | 2 | |
564 | field_72335_g | theAABBLocalPool | 2 | ThreadLocal AABBPool |
565 | field_72336_d | maxX | 2 | |
566 | field_72337_e | maxY | 2 | |
567 | field_72338_b | minY | 2 | |
568 | field_72339_c | minZ | 2 | |
569 | field_72340_a | minX | 2 | |
570 | field_72346_f | resetCount | 2 | |
571 | field_72347_d | nextFreeSpace | 2 | The number of elements we consider "in the pool". Elements already in the backing store whose indices are at or above this value may have their components reset at any time. TODO: this variable should really be named "poolSize", but I'm not renaming it right now in case any mods are actually (inappropriately) using it instead of using the accessor method.. |
572 | field_72348_e | maximumSizeSinceLastTruncation | 2 | |
573 | field_72349_b | minimumSize | 2 | |
574 | field_72350_c | vec3Cache | 2 | items at and above nextFreeSpace are assumed to be available |
575 | field_72351_a | truncateArrayResetThreshold | 2 | |
576 | field_72400_f | mcServer | 2 | Reference to the MinecraftServer object. |
577 | field_72401_g | bannedPlayers | 2 | |
578 | field_72402_d | viewDistance | 2 | |
579 | field_72403_e | dateFormat | 2 | |
580 | field_72404_b | playerEntityList | 2 | A list of player entities that exist on this server. |
581 | field_72405_c | maxPlayers | 2 | The maximum number of players that can be connected at a time. |
582 | field_72407_n | commandsAllowedForAll | 2 | True if all players are allowed to use commands (cheats). |
583 | field_72408_o | playerPingIndex | 2 | index into playerEntities of player to ping, updated every tick; currently hardcoded to max at 200 players |
584 | field_72409_l | whiteListEnforced | 2 | Server setting to only allow OPs and whitelisted players to join the server. |
585 | field_72410_m | gameType | 2 | |
586 | field_72411_j | whiteListedPlayers | 2 | The Set of all whitelisted players. |
587 | field_72412_k | playerNBTManagerObj | 2 | Reference to the PlayerNBTManager object. |
588 | field_72413_h | bannedIPs | 2 | |
589 | field_72414_i | ops | 2 | A set containing the OPs. |
590 | field_72416_e | hostPlayerData | 0 | Holds the NBT data for the host player's save file, so this can be written to level.dat. |
591 | field_72422_f | whiteList | 1 | |
592 | field_72423_e | opsList | 1 | |
593 | field_72428_a | server | 1 | |
594 | field_72447_d | myVec3LocalPool | 2 | |
595 | field_72448_b | yCoord | 2 | Y coordinate of Vec3D |
596 | field_72449_c | zCoord | 2 | Z coordinate of Vec3D |
597 | field_72450_a | xCoord | 2 | X coordinate of Vec3D |
598 | field_72451_a | theDecitatedServer | 1 | Instance of the DecitatedServer. |
599 | field_72595_f | requestIdAsString | 1 | The request ID stored as a String |
600 | field_72596_d | requestId | 1 | A client-provided request ID associated with this query. |
601 | field_72597_e | challengeValue | 1 | A unique string of bytes used to verify client auth |
602 | field_72598_b | timestamp | 1 | The creation timestamp for this auth |
603 | field_72599_c | randomChallenge | 1 | A random integer value to be used for client response authentication |
604 | field_72600_a | queryThread | 1 | The RConThreadQuery that this is probably an inner class of |
605 | field_72614_f | serverSocketList | 1 | A list of registered ServerSockets |
606 | field_72616_e | socketList | 1 | A list of registered DatagramSockets |
607 | field_72617_b | server | 1 | Reference to the IServer object. |
608 | field_72618_c | rconThread | 1 | Thread for this runnable class |
609 | field_72619_a | running | 1 | True if the Thread is running, false otherwise |
610 | field_72629_g | lastAuthCheckTime | 1 | The time of the last client auth check |
611 | field_72630_n | buffer | 1 | A buffer for incoming DatagramPackets |
612 | field_72631_o | incomingPacket | 1 | Storage for incoming DatagramPackets |
613 | field_72632_l | worldName | 1 | The name of the currently loaded world |
614 | field_72633_m | querySocket | 1 | The remote socket querying the server |
615 | field_72634_j | maxPlayers | 1 | The maximum number of players allowed on the server |
616 | field_72635_k | serverMotd | 1 | The current server message of the day |
617 | field_72636_h | queryPort | 1 | The RCon query port |
618 | field_72637_i | serverPort | 1 | Port the server is running on |
619 | field_72638_v | lastQueryResponseTime | 1 | The time of the last query response sent |
620 | field_72639_u | output | 1 | The RConQuery output stream |
621 | field_72640_t | time | 1 | The time that this RConThreadQuery was constructed, from (new Date()).getTime() |
622 | field_72641_s | queryClients | 1 | A map of SocketAddress objects to RConThreadQueryAuth objects |
623 | field_72642_r | serverHostname | 1 | The hostname of the running server |
624 | field_72643_q | queryHostname | 1 | The hostname of this query server |
625 | field_72647_g | rconPort | 1 | Port RCon is running on |
626 | field_72648_l | clientThreads | 1 | A map of client addresses to their running Threads |
627 | field_72649_j | serverSocket | 1 | The RCon ServerSocket. |
628 | field_72650_k | rconPassword | 1 | The RCon password |
629 | field_72651_h | serverPort | 1 | Port the server is running on |
630 | field_72652_i | hostname | 1 | Hostname RCon is running on |
631 | field_72657_g | loggedIn | 1 | True if the client has succefssfully logged into the RCon, otherwise false |
632 | field_72658_j | rconPassword | 1 | The RCon password |
633 | field_72659_h | clientSocket | 1 | The client's Socket connection |
634 | field_72660_i | buffer | 1 | A buffer for incoming Socket data |
635 | field_72666_a | hexDigits | 1 | Translation array of decimal to hex digits |
636 | field_72673_b | output | 1 | ByteArrayOutputStream wrapper |
637 | field_72674_a | byteArrayOutput | 1 | Output stream |
638 | field_72696_f | xzDirectionsConst | 2 | x, z direction vectors: east, south, west, north |
639 | field_72697_d | chunkWatcherWithPlayers | 2 | contains a PlayerInstance for every chunk they can see. the "player instance" cotains a list of all players who can also that chunk |
640 | field_72698_e | playerViewRadius | 2 | Number of chunks the server sends to the client. Valid 3<=x<=15. In server.properties. |
641 | field_72699_b | players | 2 | players in the current instance |
642 | field_72700_c | playerInstances | 2 | A map of chunk position (two ints concatenated into a long) to PlayerInstance |
643 | field_72701_a | theWorldServer | 2 | |
644 | field_72737_D | maxBlockZ | 0 | Maximum block Z |
645 | field_72738_E | damagedBlocks | 0 | Stores blocks currently being broken. Key is entity ID of the thing doing the breaking. Value is a DestroyBlockProgress |
646 | field_72739_F | renderDistanceChunks | 0 | |
647 | field_72740_G | renderEntitiesStartupCounter | 0 | Render entities startup counter (init value=2) |
648 | field_72741_A | minBlockZ | 0 | Minimum block Z |
649 | field_72742_B | maxBlockX | 0 | Maximum block X |
650 | field_72743_C | maxBlockY | 0 | Maximum block Y |
651 | field_72744_L | renderersBeingClipped | 0 | How many renderers are being clipped by the frustrum this frame |
652 | field_72745_M | renderersBeingOccluded | 0 | How many renderers are being occluded this frame |
653 | field_72746_N | renderersBeingRendered | 0 | How many renderers are actually being rendered this frame |
654 | field_72747_O | renderersSkippingRenderPass | 0 | How many renderers are skipping rendering due to not having a render pass this frame |
655 | field_72748_H | countEntitiesTotal | 0 | Count entities total |
656 | field_72749_I | countEntitiesRendered | 0 | Count entities rendered |
657 | field_72750_J | countEntitiesHidden | 0 | Count entities hidden |
658 | field_72751_K | renderersLoaded | 0 | How many renderers are loaded this frame that try to be rendered |
659 | field_72752_Q | worldRenderersCheckIndex | 0 | World renderers check index |
660 | field_72753_P | dummyRenderInt | 0 | Dummy render int |
661 | field_72754_S | allRenderLists | 0 | All render lists (fixed length 4) |
662 | field_72755_R | glRenderLists | 0 | List of OpenGL lists for the current render pass |
663 | field_72756_f | prevSortZ | 0 | Previous Z position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
664 | field_72757_g | frustumCheckOffset | 0 | The offset used to determine if a renderer is one of the sixteenth that are being updated this frame |
665 | field_72758_d | prevSortX | 0 | Previous x position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
666 | field_72759_e | prevSortY | 0 | Previous y position when the renderers were sorted. (Once the distance moves more than 4 units they will be resorted) |
667 | field_72761_c | occlusionResult | 0 | Occlusion query result |
668 | field_72763_n | renderChunksTall | 0 | |
669 | field_72764_o | renderChunksDeep | 0 | |
670 | field_72765_l | worldRenderers | 0 | |
671 | field_72766_m | renderChunksWide | 0 | |
672 | field_72767_j | worldRenderersToUpdate | 0 | |
673 | field_72768_k | sortedWorldRenderers | 0 | |
674 | field_72769_h | theWorld | 0 | |
675 | field_72770_i | renderEngine | 0 | The RenderEngine instance used by RenderGlobal |
676 | field_72771_w | glSkyList | 0 | OpenGL sky list |
677 | field_72772_v | starGLCallList | 0 | The star GL Call list |
678 | field_72773_u | cloudTickCounter | 0 | counts the cloud render updates. Used with mod to stagger some updates |
679 | field_72774_t | occlusionEnabled | 0 | Is occlusion testing enabled |
680 | field_72775_s | glOcclusionQueryBase | 0 | OpenGL occlusion query base |
681 | field_72777_q | mc | 0 | A reference to the Minecraft object. |
682 | field_72778_p | glRenderListBase | 0 | OpenGL render lists base |
683 | field_72779_z | minBlockY | 0 | Minimum block Y |
684 | field_72780_y | minBlockX | 0 | Minimum block X |
685 | field_72781_x | glSkyList2 | 0 | OpenGL sky list 2 |
686 | field_72782_b | theWorldServer | 2 | The WorldServer object. |
687 | field_72783_a | mcServer | 2 | Reference to the MinecraftServer object. |
688 | field_72792_d | entityViewDistance | 2 | |
689 | field_72793_b | trackedEntities | 2 | List of tracked entities, used for iteration operations on tracked entities. |
690 | field_72794_c | trackedEntityIDs | 2 | |
691 | field_72795_a | theWorld | 2 | |
692 | field_72814_d | isEmpty | 2 | True if the chunk cache is empty. |
693 | field_72815_e | worldObj | 2 | Reference to the World object. |
694 | field_72816_b | chunkZ | 2 | |
695 | field_72817_c | chunkArray | 2 | |
696 | field_72818_a | chunkX | 2 | |
697 | field_72982_D | villageCollectionObj | 2 | |
698 | field_72983_E | villageSiegeObj | 2 | |
699 | field_72984_F | theProfiler | 2 | |
700 | field_72985_G | spawnHostileMobs | 2 | indicates if enemies are spawned or not |
701 | field_72986_A | worldInfo | 2 | holds information about a world (size on disk, time, spawn point, seed, ...) |
702 | field_72987_B | findingSpawnPoint | 2 | Boolean that is set to true when trying to find a spawn point |
703 | field_72988_C | mapStorage | 2 | |
704 | field_72990_M | ambientTickCountdown | 2 | number of ticks until the next random ambients play |
705 | field_72992_H | spawnPeacefulMobs | 2 | A flag indicating whether we should spawn peaceful mobs. |
706 | field_72993_I | activeChunkSet | 2 | Positions to update |
707 | field_72994_J | lightUpdateBlockList | 2 | is a temporary list of blocks and light values used when updating light levels. Holds up to 32x32x32 blocks (the maximum influence of a light source.) Every element is a packed bit value: 0000000000LLLLzzzzzzyyyyyyxxxxxx. The 4-bit L is a light level used when darkening blocks. 6-bit numbers x, y and z represent the block's offset from the original block, plus 32 (i.e. value of 31 would mean a -1 offset |
708 | field_72995_K | isRemote | 2 | This is set to true for client worlds, and false for server worlds. |
709 | field_72996_f | loadedEntityList | 2 | A list of all Entities in all currently-loaded chunks |
710 | field_72997_g | unloadedEntityList | 2 | |
711 | field_72998_d | collidingBoundingBoxes | 2 | |
712 | field_72999_e | scheduledUpdatesAreImmediate | 2 | boolean; if true updates scheduled by scheduleBlockUpdate happen immediately |
713 | field_73001_c | cloudColour | 2 | |
714 | field_73003_n | prevRainingStrength | 2 | |
715 | field_73004_o | rainingStrength | 2 | |
716 | field_73005_l | updateLCG | 2 | Contains 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. |
717 | field_73006_m | DIST_HASH_MAGIC | 2 | magic number used to generate fast random numbers for 3d distribution within a chunk |
718 | field_73007_j | weatherEffects | 2 | a list of all the lightning entities |
719 | field_73008_k | skylightSubtracted | 2 | How much light is subtracted from full daylight |
720 | field_73010_i | playerEntities | 2 | Array list of players in the world. |
721 | field_73011_w | provider | 2 | The WorldProvider instance that World uses. |
722 | field_73012_v | rand | 2 | RNG for World. |
723 | field_73013_u | difficultySetting | 2 | Option > Difficulty setting (0 - 3) |
724 | field_73016_r | lastLightningBolt | 2 | Set to 2 whenever a lightning bolt is generated in SSP. Decrements if > 0 in updateWeather(). Value appears to be unused. |
725 | field_73017_q | thunderingStrength | 2 | |
726 | field_73018_p | prevThunderingStrength | 2 | |
727 | field_73019_z | saveHandler | 2 | |
728 | field_73020_y | chunkProvider | 2 | Handles chunk operations and caching |
729 | field_73021_x | worldAccesses | 2 | |
730 | field_73032_d | entityList | 0 | Contains all entities for this client, both spawned and non-spawned. |
731 | field_73033_b | clientChunkProvider | 0 | The ChunkProviderClient instance |
732 | field_73034_c | entityHashSet | 0 | The hash set of entities handled by this client. Uses the entity's ID as the hash set's key. |
733 | field_73035_a | sendQueue | 0 | The packets that need to be sent to the server. |
734 | field_73036_L | entitySpawnQueue | 0 | Contains all entities for this client that were not spawned due to a non-present chunk. The game will attempt to spawn up to 10 pending entities with each subsequent tick until the spawn queue is empty. |
735 | field_73037_M | mc | 0 | |
736 | field_73038_N | previousActiveChunkSet | 0 | |
737 | field_73058_d | levelSaving | 2 | Whether or not level saving is enabled |
738 | field_73059_b | theChunkProviderServer | 2 | |
739 | field_73061_a | mcServer | 2 | |
740 | field_73062_L | theEntityTracker | 2 | |
741 | field_73063_M | thePlayerManager | 2 | |
742 | field_73064_N | pendingTickListEntriesHashSet | 2 | |
743 | field_73065_O | pendingTickListEntriesTreeSet | 2 | All work to do in future ticks. |
744 | field_73066_T | entityIdMap | 2 | An IntHashMap of entity IDs (integers) to their Entity objects. |
745 | field_73068_P | allPlayersSleeping | 2 | is false if there are no players |
746 | field_73069_S | bonusChestContent | 2 | |
747 | field_73071_a | demoWorldSettings | 2 | |
748 | field_73072_L | demoWorldSeed | 2 | |
749 | field_73086_f | partiallyDestroyedBlockX | 2 | |
750 | field_73087_g | partiallyDestroyedBlockY | 2 | |
751 | field_73088_d | isDestroyingBlock | 2 | True if the player is destroying a block |
752 | field_73089_e | initialDamage | 2 | |
753 | field_73090_b | thisPlayerMP | 2 | The EntityPlayerMP object that this object is connected to. |
754 | field_73091_c | gameType | 2 | |
755 | field_73092_a | theWorld | 2 | The world object that this object is connected to. |
756 | field_73093_n | initialBlockDamage | 2 | |
757 | field_73094_o | durabilityRemainingOnBlock | 2 | |
758 | field_73095_l | posY | 2 | |
759 | field_73096_m | posZ | 2 | |
760 | field_73097_j | receivedFinishDiggingPacket | 2 | Set to true when the "finished destroying block" packet is received but the block wasn't fully damaged yet. The block will not be destroyed while this is false. |
761 | field_73098_k | posX | 2 | |
762 | field_73099_h | partiallyDestroyedBlockZ | 2 | |
763 | field_73100_i | curblockDamage | 2 | |
764 | field_73103_d | demoTimeExpired | 2 | |
765 | field_73111_d | partialBlockZ | 0 | |
766 | field_73112_e | partialBlockProgress | 0 | damage ranges from 1 to 10. -1 causes the client to delete the partial block renderer. |
767 | field_73113_b | partialBlockX | 0 | |
768 | field_73114_c | partialBlockY | 0 | |
769 | field_73115_a | miningPlayerEntId | 0 | entity ID of the player associated with this partially destroyed Block. Used to identify the Blocks in the client Renderer, max 1 per player on a server |
770 | field_73126_f | lastScaledZPosition | 2 | |
771 | field_73127_g | lastYaw | 2 | |
772 | field_73128_d | lastScaledXPosition | 2 | |
773 | field_73129_e | lastScaledYPosition | 2 | |
774 | field_73130_b | blocksDistanceThreshold | 2 | |
775 | field_73131_c | updateFrequency | 2 | check for sync when ticks % updateFrequency==0 |
776 | field_73132_a | myEntity | 2 | |
777 | field_73133_n | playerEntitiesUpdated | 2 | |
778 | field_73134_o | trackingPlayers | 2 | Holds references to all the players that are currently receiving position updates for this entity. |
779 | field_73135_l | motionZ | 2 | |
780 | field_73136_m | ticks | 2 | |
781 | field_73137_j | motionX | 2 | |
782 | field_73138_k | motionY | 2 | |
783 | field_73139_h | lastPitch | 2 | |
784 | field_73140_i | lastHeadMotion | 2 | |
785 | field_73141_v | ridingEntity | 2 | |
786 | field_73142_u | ticksSinceLastForcedTeleport | 2 | every 400 ticks a full teleport packet is sent, rather than just a "move me +x" command, so that position remains fully synced. |
787 | field_73143_t | sendVelocityUpdates | 2 | |
788 | field_73144_s | isDataInitialized | 2 | set to true on first sendLocationToClients |
789 | field_73145_r | posZ | 2 | |
790 | field_73146_q | posY | 2 | |
791 | field_73147_p | posX | 2 | |
792 | field_73161_b | random | 2 | |
793 | field_73163_a | worldObj | 2 | |
794 | field_73167_f | noiseData3 | 2 | |
795 | field_73168_g | noiseData4 | 2 | |
796 | field_73169_d | noiseData1 | 2 | |
797 | field_73170_e | noiseData2 | 2 | |
798 | field_73171_b | netherNoiseGen7 | 2 | |
799 | field_73172_c | genNetherBridge | 2 | |
800 | field_73173_a | netherNoiseGen6 | 2 | |
801 | field_73174_n | netherrackExculsivityNoiseGen | 2 | Determines whether something other than nettherack can be generated at a location |
802 | field_73175_o | worldObj | 2 | Is the world that the nether is getting generated. |
803 | field_73176_l | netherNoiseGen3 | 2 | |
804 | field_73177_m | slowsandGravelNoiseGen | 2 | Determines whether slowsand or gravel can be generated at a location |
805 | field_73178_j | netherNoiseGen1 | 2 | A NoiseGeneratorOctaves used in generating nether terrain |
806 | field_73179_k | netherNoiseGen2 | 2 | |
807 | field_73180_h | noiseData5 | 2 | |
808 | field_73181_i | hellRNG | 2 | |
809 | field_73182_t | netherCaveGenerator | 2 | |
810 | field_73183_s | netherrackExclusivityNoise | 2 | Holds the noise used to determine whether something other than netherrack can be generated at a location |
811 | field_73184_r | gravelNoise | 2 | |
812 | field_73185_q | slowsandNoise | 2 | Holds the noise used to determine whether slowsand can be generated at a location |
813 | field_73186_p | noiseField | 2 | |
814 | field_73190_f | noiseData4 | 2 | |
815 | field_73191_g | noiseData5 | 2 | |
816 | field_73192_d | noiseData2 | 2 | |
817 | field_73193_e | noiseData3 | 2 | |
818 | field_73194_b | noiseGen5 | 2 | |
819 | field_73195_c | noiseData1 | 2 | |
820 | field_73196_a | noiseGen4 | 2 | |
821 | field_73197_n | densities | 2 | |
822 | field_73198_o | biomesForGeneration | 2 | The biomes that are used to generate the chunk |
823 | field_73199_l | noiseGen3 | 2 | |
824 | field_73200_m | endWorld | 2 | |
825 | field_73201_j | noiseGen1 | 2 | |
826 | field_73202_k | noiseGen2 | 2 | |
827 | field_73204_i | endRNG | 2 | |
828 | field_73212_b | noiseGen6 | 2 | A NoiseGeneratorOctaves used in generating terrain |
829 | field_73213_c | mobSpawnerNoise | 2 | |
830 | field_73214_a | noiseGen5 | 2 | A NoiseGeneratorOctaves used in generating terrain |
831 | field_73220_k | rand | 2 | RNG. |
832 | field_73223_w | mineshaftGenerator | 2 | Holds Mineshaft Generator |
833 | field_73224_v | villageGenerator | 2 | Holds Village Generator |
834 | field_73225_u | strongholdGenerator | 2 | Holds Stronghold Generator |
835 | field_73226_t | caveGenerator | 2 | |
836 | field_73227_s | stoneNoise | 2 | |
837 | field_73229_q | mapFeaturesEnabled | 2 | are map structures going to be generated (e.g. strongholds) |
838 | field_73230_p | worldObj | 2 | Reference to the World object. |
839 | field_73231_z | biomesForGeneration | 2 | The biomes that are used to generate the chunk |
840 | field_73232_y | ravineGenerator | 2 | Holds ravine generator |
841 | field_73233_x | scatteredFeatureGenerator | 2 | |
842 | field_73235_d | worldObj | 0 | Reference to the World object. |
843 | field_73236_b | chunkMapping | 0 | The mapping between ChunkCoordinates and Chunks that ChunkProviderClient maintains. |
844 | field_73237_c | chunkListing | 0 | This 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. |
845 | field_73238_a | blankChunk | 0 | The completely empty chunk used by ChunkProviderClient when field_73236_b doesn't contain the requested coordinates. |
846 | field_73244_f | loadedChunkHashMap | 2 | |
847 | field_73245_g | loadedChunks | 2 | |
848 | field_73246_d | currentChunkProvider | 2 | |
849 | field_73247_e | currentChunkLoader | 2 | |
850 | field_73248_b | chunksToUnload | 2 | used by unload100OldestChunks to iterate the loadedChunkHashMap for unload (underlying assumption, first in, first out) |
851 | field_73249_c | defaultEmptyChunk | 2 | |
852 | field_73250_a | loadChunkOnProvideRequest | 2 | if this is false, the defaultEmptyChunk will be returned by the provider |
853 | field_73251_h | worldObj | 2 | |
854 | field_73260_f | flagsYAreasToUpdate | 2 | Integer field where each bit means to make update 16x16x16 division of chunk (from bottom). |
855 | field_73262_e | numberOfTilesToUpdate | 2 | |
856 | field_73263_b | playersWatchingChunk | 2 | |
857 | field_73264_c | chunkLocation | 2 | note: this is final |
858 | field_73265_a | thePlayerManager | 2 | |
859 | field_73672_b | serverProperties | 1 | The server properties object. |
860 | field_73673_c | serverPropertiesFile | 1 | The server properties file. |
861 | field_73692_f | banEndDate | 2 | |
862 | field_73693_g | reason | 2 | |
863 | field_73694_d | banStartDate | 2 | |
864 | field_73695_e | bannedBy | 2 | |
865 | field_73697_c | username | 2 | |
866 | field_73698_a | dateFormat | 2 | |
867 | field_73701_b | sender | 1 | |
868 | field_73702_a | command | 1 | The command string. |
869 | field_73713_b | fileName | 2 | |
870 | field_73714_c | listActive | 2 | set to true if not singlePlayer |
871 | field_73715_a | theBanList | 2 | |
872 | field_73716_a | theServer | 2 | Instance of MinecraftServer. |
873 | field_73725_b | mc | 0 | A reference to the Minecraft object. |
874 | field_73726_c | currentlyDisplayedText | 0 | The text currently displayed (i.e. the argument to the last call to printText or func_73722_d) |
875 | field_73735_i | zLevel | 0 | |
876 | field_73837_f | updateCounter | 0 | |
877 | field_73838_g | recordPlaying | 0 | The string specifying which record music is playing |
878 | field_73839_d | mc | 0 | |
879 | field_73840_e | persistantChatGUI | 0 | ChatGUI instance that retains all previous chat data |
880 | field_73841_b | itemRenderer | 0 | |
881 | field_73842_c | rand | 0 | |
882 | field_73843_a | prevVignetteBrightness | 0 | Previous frame vignette brightness (slowly changes by 1% each frame) |
883 | field_73844_j | recordIsPlaying | 0 | |
884 | field_73845_h | recordPlayingUpFor | 0 | How many ticks the record playing message will be displayed |
885 | field_73973_d | buttonResetDemo | 0 | |
886 | field_73974_b | updateCounter | 0 | Counts the number of screen updates. |
887 | field_73975_c | splashText | 0 | The splash message. |
888 | field_73976_a | rand | 0 | The RNG used by the Main Menu Screen. |
889 | field_73977_n | viewportTexture | 0 | Texture allocated for the current viewport of the main menu's panorama background. |
890 | field_73978_o | titlePanoramaPaths | 0 | An array of all the paths to the panorama pictures. |
891 | field_73979_m | panoramaTimer | 0 | Timer used to rotate the panorama, increases every tick. |
892 | field_74267_a | mcServer | 2 | Reference to the MinecraftServer object. |
893 | field_74270_a | mcServer | 2 | Reference to the MinecraftServer object. |
894 | field_74272_a | mcServer | 2 | Reference to the MinecraftServer object. |
895 | field_74274_a | mcServer | 2 | Reference to the MinecraftServer object. |
896 | field_74276_f | lastHRTime | 0 | The time reported by the high-resolution clock at the last call of updateTimer(), in seconds |
897 | field_74277_g | lastSyncSysClock | 0 | The time reported by the system clock at the last sync, in milliseconds |
898 | field_74278_d | timerSpeed | 0 | A multiplier to make the timer (and therefore the game) go faster or slower. 0.5 makes the game run at half-speed. |
899 | field_74279_e | elapsedPartialTicks | 0 | How much time has elapsed since the last tick, in ticks (range: 0.0 - 1.0). |
900 | field_74280_b | elapsedTicks | 0 | How many full ticks have turned over since the last call to updateTimer(), capped at 10. |
901 | field_74281_c | renderPartialTicks | 0 | How much time has elapsed since the last tick, in ticks, for use by display rendering routines (range: 0.0 - 1.0). This field is frozen if the display is paused to eliminate jitter. |
902 | field_74282_a | ticksPerSecond | 0 | The number of timer ticks per second of real time |
903 | field_74283_j | timeSyncAdjustment | 0 | A ratio used to sync the high-resolution clock to the system clock, updated once per second |
904 | field_74284_h | lastSyncHRClock | 0 | The time reported by the high-resolution clock at the last sync, in milliseconds |
905 | field_74286_b | username | 0 | |
906 | field_74293_b | pixelBuffer | 0 | A buffer to hold pixel values returned by OpenGL. |
907 | field_74294_c | pixelValues | 0 | The built-up array that contains all the pixel values returned by OpenGL. |
908 | field_74295_a | dateFormat | 0 | |
909 | field_74310_D | keyBindChat | 0 | |
910 | field_74311_E | keyBindSneak | 0 | |
911 | field_74312_F | keyBindAttack | 0 | |
912 | field_74313_G | keyBindUseItem | 0 | |
913 | field_74314_A | keyBindJump | 0 | |
914 | field_74316_C | keyBindDrop | 0 | |
915 | field_74317_L | mc | 0 | |
916 | field_74318_M | difficulty | 0 | |
917 | field_74319_N | hideGUI | 0 | |
918 | field_74320_O | thirdPersonView | 0 | |
919 | field_74321_H | keyBindPlayerList | 0 | |
920 | field_74322_I | keyBindPickBlock | 0 | |
921 | field_74323_J | keyBindCommand | 0 | |
922 | field_74324_K | keyBindings | 0 | |
923 | field_74325_U | debugCamEnable | 0 | |
924 | field_74326_T | smoothCamera | 0 | Smooth Camera Toggle |
925 | field_74327_W | debugCamRate | 0 | Change rate for debug camera |
926 | field_74328_V | noclipRate | 0 | No clipping movement rate |
927 | field_74329_Q | showDebugProfilerChart | 0 | |
928 | field_74330_P | showDebugInfo | 0 | true if debug info should be displayed instead of version |
929 | field_74331_S | noclip | 0 | No clipping for singleplayer |
930 | field_74332_R | lastServer | 0 | The lastServer string. |
931 | field_74333_Y | gammaSetting | 0 | |
932 | field_74334_X | fovSetting | 0 | |
933 | field_74335_Z | guiScale | 0 | GUI scale |
934 | field_74336_f | viewBobbing | 0 | |
935 | field_74337_g | anaglyph | 0 | |
936 | field_74338_d | invertMouse | 0 | |
937 | field_74341_c | mouseSensitivity | 0 | |
938 | field_74343_n | chatVisibility | 0 | |
939 | field_74344_o | chatColours | 0 | |
940 | field_74345_l | clouds | 0 | Clouds flag |
941 | field_74347_j | fancyGraphics | 0 | |
942 | field_74348_k | ambientOcclusion | 0 | Smooth Lighting |
943 | field_74349_h | advancedOpengl | 0 | Advanced OpenGL |
944 | field_74350_i | limitFramerate | 0 | |
945 | field_74351_w | keyBindForward | 0 | |
946 | field_74352_v | enableVsync | 0 | |
947 | field_74353_u | fullScreen | 0 | |
948 | field_74354_ai | optionsFile | 0 | |
949 | field_74355_t | snooperEnabled | 0 | |
950 | field_74356_s | serverTextures | 0 | |
951 | field_74357_r | chatOpacity | 0 | |
952 | field_74358_q | chatLinksPrompt | 0 | |
953 | field_74359_p | chatLinks | 0 | |
954 | field_74362_aa | particleSetting | 0 | Determines amount of particles. 0 = All, 1 = Decreased, 2 = Minimal |
955 | field_74363_ab | language | 0 | Game settings language |
956 | field_74364_ag | PARTICLES | 0 | |
957 | field_74366_z | keyBindRight | 0 | |
958 | field_74367_ae | GUISCALES | 0 | GUI scale values |
959 | field_74368_y | keyBindBack | 0 | |
960 | field_74370_x | keyBindLeft | 0 | |
961 | field_74375_b | deltaY | 0 | Mouse delta Y this frame |
962 | field_74377_a | deltaX | 0 | Mouse delta X this frame |
963 | field_74385_A | enumFloat | 0 | |
964 | field_74386_B | enumBoolean | 0 | |
965 | field_74387_C | enumString | 0 | |
966 | field_74421_a | mc | 0 | Reference to the Minecraft object. |
967 | field_74500_a | mc | 0 | Reference to the Minecraft object. |
968 | field_74503_a | mc | 0 | Reference to the Minecraft object. |
969 | field_74512_d | keyCode | 0 | |
970 | field_74513_e | pressed | 0 | because _303 wanted me to call it that(Caironater) |
971 | field_74514_b | hash | 0 | |
972 | field_74515_c | keyDescription | 0 | |
973 | field_74516_a | keybindArray | 0 | |
974 | field_74522_a | colorBuffer | 0 | Float buffer used to set OpenGL material colors |
975 | field_74530_b | listDummy | 0 | |
976 | field_74531_a | mapDisplayLists | 0 | |
977 | field_74532_a | mc | 0 | A reference to the Minecraft object. |
978 | field_74536_a | mc | 0 | Minecraft instance |
979 | field_74541_b | lineString | 0 | |
980 | field_74542_c | chatLineID | 0 | int value to refer to existing Chat Lines, can be 0 which means unreferrable |
981 | field_74543_a | updateCounterCreated | 0 | GUI Update Counter value this Line was created at |
982 | field_74586_f | rotationZ | 0 | The Z component of the entity's yaw rotation |
983 | field_74587_g | rotationYZ | 0 | The Y component (scaled along the Z axis) of the entity's pitch rotation |
984 | field_74588_d | rotationX | 0 | The X component of the entity's yaw rotation |
985 | field_74589_e | rotationXZ | 0 | The combined X and Z components of the entity's pitch rotation |
986 | field_74590_b | objectY | 0 | The calculated view object Y coordinate |
987 | field_74591_c | objectZ | 0 | The calculated view object Z coordinate |
988 | field_74592_a | objectX | 0 | The calculated view object X coordinate |
989 | field_74593_l | objectCoords | 0 | The computed view object coordinates |
990 | field_74594_j | modelview | 0 | The current GL modelview matrix |
991 | field_74595_k | projection | 0 | The current GL projection matrix |
992 | field_74596_h | rotationXY | 0 | The Y component (scaled along the X axis) of the entity's pitch rotation |
993 | field_74597_i | viewport | 0 | The current GL viewport |
994 | field_74746_b | tagType | 2 | The type byte for the tags in the list - they must all be of the same type. |
995 | field_74747_a | tagList | 2 | The array list containing the tags encapsulated in this list. |
996 | field_74748_a | data | 2 | The integer value for the tag. |
997 | field_74749_a | intArray | 2 | The array of saved integers |
998 | field_74750_a | data | 2 | The float value for the tag. |
999 | field_74751_a | data | 2 | The string value for the tag (cannot be empty). |
1000 | field_74752_a | data | 2 | The short value for the tag. |
1001 | field_74753_a | data | 2 | The long value for the tag. |
1002 | field_74754_a | byteArray | 2 | The byte array stored in the tag. |
1003 | field_74755_a | data | 2 | The double value for the tag. |
1004 | field_74756_a | data | 2 | The byte value for the tag. |
1005 | field_74784_a | tagMap | 2 | The key-value pairs for the tag. Each key is a UTF string, each value is a tag. |
1006 | field_74816_c | languageList | 2 | |
1007 | field_74817_a | instance | 2 | Is the private singleton instance of StringTranslate. |
1008 | field_74839_a | localizedName | 2 | |
1009 | field_74845_a | errorObjects | 2 | |
1010 | field_74885_f | coordBaseMode | 2 | switches the Coordinate System base off the Bounding Box |
1011 | field_74886_g | componentType | 2 | The type ID of this component. |
1012 | field_74887_e | boundingBox | 2 | |
1013 | field_74896_a | villagersSpawned | 2 | The number of villagers that have been spawned in this component. |
1014 | field_74909_b | isTallHouse | 2 | |
1015 | field_74910_c | tablePosition | 2 | |
1016 | field_74913_b | isRoofAccessible | 2 | |
1017 | field_74917_c | hasMadeChest | 2 | |
1018 | field_74918_a | villageBlacksmithChestContents | 2 | List of items that Village's Blacksmith chest can contain. |
1019 | field_74926_d | structVillagePieceWeight | 2 | |
1020 | field_74927_b | inDesert | 2 | Boolean that determines if the village is in a desert or not. |
1021 | field_74928_c | terrainType | 2 | World terrain type, 0 for normal, 1 for flap map |
1022 | field_74929_a | worldChunkMngr | 2 | |
1023 | field_74931_h | structureVillageWeightedPieceList | 2 | Contains List of all spawnable Structure Piece Weights. If no more Pieces of a type can be spawned, they are removed from this list |
1024 | field_74934_a | averageGroundLevel | 2 | |
1025 | field_74937_b | scatteredFeatureSizeY | 2 | The size of the bounding box for this feature in the Y axis |
1026 | field_74938_c | scatteredFeatureSizeZ | 2 | The size of the bounding box for this feature in the Z axis |
1027 | field_74939_a | scatteredFeatureSizeX | 2 | The size of the bounding box for this feature in the X axis |
1028 | field_74941_i | itemsToGenerateInTemple | 2 | List of items to generate in chests of Temples. |
1029 | field_74942_n | junglePyramidsRandomScatteredStones | 2 | List of random stones to be generated in the Jungle Pyramid. |
1030 | field_74943_l | junglePyramidsChestContents | 2 | List of Chest contents to be generated in the Jungle Pyramid chests. |
1031 | field_74944_m | junglePyramidsDispenserContents | 2 | List of Dispenser contents to be generated in the Jungle Pyramid dispensers. |
1032 | field_74949_a | roomsLinkedToTheRoom | 2 | List of other Mineshaft components linked to this room. |
1033 | field_74952_b | isMultipleFloors | 2 | |
1034 | field_74953_a | corridorDirection | 2 | |
1035 | field_74955_d | sectionCount | 2 | A count of the different sections of this mine. The space between ceiling supports. |
1036 | field_74956_b | hasSpiders | 2 | |
1037 | field_74957_c | spawnerPlaced | 2 | |
1038 | field_74958_a | hasRails | 2 | |
1039 | field_74968_b | primaryWeights | 2 | Contains the list of valid piece weights for the set of nether bridge structure pieces. |
1040 | field_74969_c | secondaryWeights | 2 | Contains the list of valid piece weights for the secondary set of nether bridge structure pieces. |
1041 | field_74970_a | theNetherBridgePieceWeight | 2 | Instance of StructureNetherBridgePieceWeight. |
1042 | field_74972_a | fillSeed | 2 | |
1043 | field_74976_a | hasSpawner | 2 | |
1044 | field_75002_c | hasMadeChest | 2 | |
1045 | field_75003_a | strongholdChestContents | 2 | List of items that Stronghold chests can contain. |
1046 | field_75005_a | hasSpawner | 2 | |
1047 | field_75007_b | strongholdLibraryChestContents | 2 | List of items that Stronghold Library chests can contain. |
1048 | field_75008_c | isLargeRoom | 2 | |
1049 | field_75013_b | roomType | 2 | |
1050 | field_75014_c | strongholdRoomCrossingChestContents | 2 | Items that could generate in the chest that is located in Stronghold Room Crossing. |
1051 | field_75019_b | expandsX | 2 | |
1052 | field_75020_c | expandsZ | 2 | |
1053 | field_75025_b | strongholdPortalRoom | 2 | |
1054 | field_75027_a | strongholdPieceWeight | 2 | |
1055 | field_75038_b | rand | 2 | The RNG used by the MapGen classes. |
1056 | field_75039_c | worldObj | 2 | This world object. |
1057 | field_75040_a | range | 2 | The number of Chunks to gen-check in any given direction. |
1058 | field_75053_d | structureMap | 2 | Used to store a list of all structures that have been recursively generated. Used so that during recursive generation, the structure generator can avoid generating structures that intersect ones that have already been placed. |
1059 | field_75054_f | terrainType | 2 | World terrain type, 0 for normal, 1 for flat map |
1060 | field_75055_e | villageSpawnBiomes | 2 | A list of all the biomes villages can spawn in. |
1061 | field_75056_f | ranBiomeCheck | 2 | is spawned false and set true once the defined BiomeGenBases were compared with the present ones |
1062 | field_75057_g | structureCoords | 2 | |
1063 | field_75060_e | spawnList | 2 | |
1064 | field_75061_e | biomelist | 2 | |
1065 | field_75065_b | selectedBlockMetaData | 2 | |
1066 | field_75074_b | boundingBox | 2 | |
1067 | field_75075_a | components | 2 | List of all StructureComponents that are part of this structure |
1068 | field_75076_c | hasMoreThanTwoComponents | 2 | well ... thats what it does |
1069 | field_75087_d | villagePiecesLimit | 2 | |
1070 | field_75088_b | villagePieceWeight | 2 | |
1071 | field_75089_c | villagePiecesSpawned | 2 | |
1072 | field_75090_a | villagePieceClass | 2 | The Class object for the represantation of this village piece. |
1073 | field_75096_f | flySpeed | 2 | |
1074 | field_75097_g | walkSpeed | 2 | |
1075 | field_75098_d | isCreativeMode | 2 | Used to determine if creative mode is enabled, and therefore if items should be depleted on usage |
1076 | field_75099_e | allowEdit | 2 | Indicates whether the player is allowed to modify the surroundings |
1077 | field_75100_b | isFlying | 2 | Sets/indicates whether the player is flying. |
1078 | field_75101_c | allowFlying | 2 | whether or not to allow the player to fly when they double jump. |
1079 | field_75102_a | disableDamage | 2 | Disables player damage. |
1080 | field_75123_d | foodTimer | 2 | The player's food timer value. |
1081 | field_75124_e | prevFoodLevel | 2 | |
1082 | field_75125_b | foodSaturationLevel | 2 | The player's food saturation. |
1083 | field_75126_c | foodExhaustionLevel | 2 | The player's food exhaustion. |
1084 | field_75127_a | foodLevel | 2 | The player's food level. |
1085 | field_75148_f | playerList | 2 | |
1086 | field_75149_d | crafters | 2 | list of all people that need to be notified when this craftinventory changes |
1087 | field_75150_e | transactionID | 0 | |
1088 | field_75151_b | inventorySlots | 2 | the list of all slots in the inventory |
1089 | field_75152_c | windowId | 2 | |
1090 | field_75153_a | inventoryItemStacks | 2 | the list of all items(stacks) for the corresponding slot |
1091 | field_75154_f | numRows | 2 | |
1092 | field_75155_e | lowerChestInventory | 2 | |
1093 | field_75156_f | lastCookTime | 2 | |
1094 | field_75157_g | lastBurnTime | 2 | |
1095 | field_75158_e | tileFurnace | 2 | |
1096 | field_75159_h | lastItemBurnTime | 2 | |
1097 | field_75160_f | craftResult | 2 | |
1098 | field_75161_g | worldObj | 2 | |
1099 | field_75162_e | craftMatrix | 2 | The crafting matrix inventory (3x3). |
1100 | field_75163_j | posZ | 2 | |
1101 | field_75164_h | posX | 2 | |
1102 | field_75165_i | posY | 2 | |
1103 | field_75166_f | nameSeed | 2 | used as seed for EnchantmentNameParts (see GuiEnchantment) |
1104 | field_75167_g | enchantLevels | 2 | 3-member array storing the enchantment levels of each slot |
1105 | field_75168_e | tableInventory | 2 | SlotEnchantmentTable object with ItemStack to be enchanted |
1106 | field_75169_l | rand | 2 | |
1107 | field_75170_j | posY | 2 | |
1108 | field_75171_k | posZ | 2 | |
1109 | field_75172_h | worldPointer | 2 | current world (for bookshelf counting) |
1110 | field_75173_i | posX | 2 | |
1111 | field_75176_f | merchantInventory | 2 | |
1112 | field_75177_g | theWorld | 2 | Instance of World. |
1113 | field_75178_e | theMerchant | 2 | Instance of Merchant. |
1114 | field_75179_f | craftResult | 2 | |
1115 | field_75180_g | isLocalWorld | 2 | Determines if inventory manipulation should be handled. |
1116 | field_75181_e | craftMatrix | 2 | The crafting matrix inventory. |
1117 | field_75182_e | tileDispenser | 2 | |
1118 | field_75186_f | theSlot | 2 | Instance of Slot. |
1119 | field_75187_g | brewTime | 2 | |
1120 | field_75188_e | tileBrewingStand | 2 | |
1121 | field_75191_d | instancesLimit | 2 | How many Structure Pieces of this type may spawn in a structure |
1122 | field_75192_b | pieceWeight | 2 | This basically keeps track of the 'epicness' of a structure. Epic structure components have a higher 'weight', and Structures may only grow up to a certain 'weight' before generation is stopped |
1123 | field_75193_c | instancesSpawned | 2 | |
1124 | field_75194_a | pieceClass | 2 | |
1125 | field_75203_d | strongComponentType | 2 | |
1126 | field_75204_e | strongholdStones | 2 | |
1127 | field_75205_b | pieceWeightArray | 2 | |
1128 | field_75206_c | structurePieceList | 2 | |
1129 | field_75207_a | totalWeight | 2 | |
1130 | field_75221_f | yDisplayPosition | 2 | display position of the inventory slot on the screen y axis |
1131 | field_75222_d | slotNumber | 2 | the id of the slot(also the index in the inventory arraylist) |
1132 | field_75223_e | xDisplayPosition | 2 | display position of the inventory slot on the screen x axis |
1133 | field_75224_c | inventory | 2 | The inventory we want to extract a slot from. |
1134 | field_75225_a | slotIndex | 2 | The index of the slot in the inventory. |
1135 | field_75226_a | brewingStand | 2 | The brewing stand this slot belongs to. |
1136 | field_75227_a | container | 2 | The brewing stand this slot belongs to. |
1137 | field_75229_a | thePlayer | 2 | The player that is using the GUI where this slot resides. |
1138 | field_75232_b | thePlayer | 2 | The Player whos trying to buy/sell stuff. |
1139 | field_75233_a | theMerchantInventory | 2 | Merchant's inventory. |
1140 | field_75234_h | theMerchant | 2 | "Instance" of the Merchant. |
1141 | field_75235_b | parent | 2 | The parent class of this clot, ContainerPlayer, SlotArmor is a Anon inner class. |
1142 | field_75236_a | armorType | 2 | The armor type that can be placed on that slot, it uses the same values of armorType field on ItemArmor. |
1143 | field_75237_g | amountCrafted | 2 | The number of items that have been crafted so far. Gets passed to ItemStack.onCrafting before being reset. |
1144 | field_75238_b | thePlayer | 2 | The player that is using the GUI where this slot resides. |
1145 | field_75239_a | craftMatrix | 2 | The craft matrix inventory linked to this result slot. |
1146 | field_75244_a | player | 2 | The player that has this container open. |
1147 | field_75245_a | doorEnum | 2 | |
1148 | field_75254_a | mutexBits | 2 | A bitmask telling which other tasks may not run concurrently. The test is a simple bitwise AND - if it yields zero, the two tasks may run concurrently, if not - they must run exclusively from each other. |
1149 | field_75255_d | idleTime | 2 | A decrementing tick that stops the entity from being idle once it reaches 0. |
1150 | field_75256_b | lookX | 2 | X offset to look at |
1151 | field_75257_c | lookZ | 2 | Z offset to look at |
1152 | field_75258_a | idleEntity | 2 | The entity that is looking idle. |
1153 | field_75259_d | playTime | 2 | |
1154 | field_75260_b | targetVillager | 2 | |
1155 | field_75262_a | villagerObj | 2 | |
1156 | field_75263_d | randPosY | 2 | |
1157 | field_75264_e | randPosZ | 2 | |
1158 | field_75265_b | speed | 2 | |
1159 | field_75266_c | randPosX | 2 | |
1160 | field_75267_a | theEntityCreature | 2 | |
1161 | field_75268_b | creeperAttackTarget | 2 | The creeper's attack target. This is used for the changing of the creeper's state. |
1162 | field_75269_a | swellingCreeper | 2 | The creeper that is swelling. |
1163 | field_75271_b | isSitting | 2 | If the EntityTameable is sitting. |
1164 | field_75272_a | theEntity | 2 | |
1165 | field_75273_a | theEntity | 2 | |
1166 | field_75274_b | frontDoor | 2 | |
1167 | field_75275_a | entityObj | 2 | |
1168 | field_75276_a | villager | 2 | |
1169 | field_75280_d | targetY | 2 | Y position of player tempting this mob |
1170 | field_75281_e | targetZ | 2 | Z position of player tempting this mob |
1171 | field_75283_c | targetX | 2 | X position of player tempting this mob |
1172 | field_75284_a | temptedEntity | 2 | The entity using this AI that is tempted by the player. |
1173 | field_75285_l | scaredByPlayerMovement | 2 | Whether the entity using this AI will be scared by the tempter's sudden movement. |
1174 | field_75287_j | isRunning | 2 | True if this EntityAITempt task is running |
1175 | field_75289_h | temptingPlayer | 2 | The player that is tempting the entity that is using this AI. |
1176 | field_75290_i | delayTemptCounter | 2 | A counter that is decremented each time the shouldExecute method is called. The shouldExecute method will always return false if delayTemptCounter is greater than 0. |
1177 | field_75291_d | tookGolemRose | 2 | |
1178 | field_75292_b | theGolem | 2 | |
1179 | field_75293_c | takeGolemRoseTick | 2 | |
1180 | field_75294_a | theVillager | 2 | |
1181 | field_75297_f | shouldCheckSight | 2 | If true, EntityAI targets must be able to be seen (cannot be blocked by walls) to be suitable targets. |
1182 | field_75299_d | taskOwner | 2 | The entity that this task belongs to |
1183 | field_75301_b | targetSearchStatus | 2 | When nearbyOnly is true: 0 -> No target, but OK to search; 1 -> Nearby target found; 2 -> Target too far. |
1184 | field_75302_c | targetSearchDelay | 2 | When nearbyOnly is true, this throttles target searching to avoid excessive pathfinding. |
1185 | field_75303_a | nearbyOnly | 2 | When true, only entities that can be reached with minimal effort will be targetted. |
1186 | field_75304_b | villageAgressorTarget | 2 | The aggressor of the iron golem's village which is now the golem's attack target. |
1187 | field_75305_a | irongolem | 2 | |
1188 | field_75306_g | theNearestAttackableTargetSorter | 2 | Instance of EntityAINearestAttackableTargetSorter. |
1189 | field_75307_b | targetClass | 2 | |
1190 | field_75308_c | targetChance | 2 | |
1191 | field_75309_a | targetEntity | 2 | |
1192 | field_75310_g | theTameable | 2 | |
1193 | field_75312_a | entityCallsForHelp | 2 | |
1194 | field_75313_b | theTarget | 2 | |
1195 | field_75314_a | theEntityTameable | 2 | |
1196 | field_75315_b | theOwnerAttacker | 2 | |
1197 | field_75316_a | theDefendingTameable | 2 | |
1198 | field_75320_d | rangedAttackTime | 2 | A decrementing tick that spawns a ranged attack once this value reaches 0. It is then set back to the maxRangedAttackTime. |
1199 | field_75321_e | entityMoveSpeed | 2 | |
1200 | field_75322_b | entityHost | 2 | The entity the AI instance has been applied to |
1201 | field_75323_c | attackTarget | 2 | |
1202 | field_75325_h | maxRangedAttackTime | 2 | The maximum time the AI has to wait before peforming another ranged attack. |
1203 | field_75326_b | leapTarget | 2 | The entity that the leaper is leaping towards. |
1204 | field_75327_c | leapMotionY | 2 | The entity's motionY after leaping. |
1205 | field_75328_a | leaper | 2 | The entity that is leaping. |
1206 | field_75329_f | watchedClass | 2 | |
1207 | field_75330_d | lookTime | 2 | |
1208 | field_75332_b | theWatcher | 2 | |
1209 | field_75333_c | maxDistanceForPlayer | 2 | This is the Maximum distance that the AI will look for the Entity |
1210 | field_75334_a | closestEntity | 2 | The closest entity which is being watched by this one. |
1211 | field_75335_b | theMerchant | 2 | |
1212 | field_75337_g | petPathfinder | 2 | |
1213 | field_75338_d | thePet | 2 | |
1214 | field_75339_e | theOwner | 2 | |
1215 | field_75340_b | maxDist | 2 | |
1216 | field_75341_c | minDist | 2 | |
1217 | field_75342_a | theWorld | 2 | |
1218 | field_75346_b | parentAnimal | 2 | |
1219 | field_75348_a | childAnimal | 2 | The child that is following its parent. |
1220 | field_75350_f | hasStoppedDoorInteraction | 2 | If is true then the Entity has stopped Door Interaction and compoleted the task. |
1221 | field_75351_g | entityPositionX | 2 | |
1222 | field_75352_d | entityPosZ | 2 | |
1223 | field_75354_b | entityPosX | 2 | |
1224 | field_75355_c | entityPosY | 2 | |
1225 | field_75356_a | theEntity | 2 | |
1226 | field_75357_h | entityPositionZ | 2 | |
1227 | field_75359_i | breakingTime | 2 | |
1228 | field_75367_f | theWorld | 2 | |
1229 | field_75368_d | shelterZ | 2 | |
1230 | field_75369_e | movementSpeed | 2 | |
1231 | field_75370_b | shelterX | 2 | |
1232 | field_75371_c | shelterY | 2 | |
1233 | field_75372_a | theCreature | 2 | |
1234 | field_75373_a | theEntity | 2 | |
1235 | field_75374_f | entityPathEntity | 2 | The PathEntity of our entity |
1236 | field_75375_g | entityPathNavigate | 2 | The PathNavigate of our entity |
1237 | field_75376_d | closestLivingEntity | 2 | |
1238 | field_75377_e | distanceFromEntity | 2 | |
1239 | field_75378_b | farSpeed | 2 | |
1240 | field_75379_c | nearSpeed | 2 | |
1241 | field_75380_a | theEntity | 2 | The entity we are attached to |
1242 | field_75381_h | targetEntityClass | 2 | The class of the entity we should avoid |
1243 | field_75383_d | minPlayerDistance | 2 | |
1244 | field_75385_b | thePlayer | 2 | |
1245 | field_75386_c | worldObject | 2 | |
1246 | field_75387_a | theWolf | 2 | |
1247 | field_75390_d | theAnimal | 2 | |
1248 | field_75391_e | targetMate | 2 | |
1249 | field_75392_b | spawnBabyDelay | 2 | Delay preventing a baby from spawning immediately when two mate-able animals find each other. |
1250 | field_75393_c | moveSpeed | 2 | The speed the creature moves at during mating behavior. |
1251 | field_75394_a | theWorld | 2 | |
1252 | field_75395_b | theVillager | 2 | |
1253 | field_75396_c | lookTime | 2 | |
1254 | field_75397_a | theGolem | 2 | |
1255 | field_75408_d | attackCountdown | 2 | |
1256 | field_75409_b | theEntity | 2 | |
1257 | field_75410_c | theVictim | 2 | |
1258 | field_75411_a | theWorld | 2 | |
1259 | field_75415_f | doorList | 2 | |
1260 | field_75416_d | doorInfo | 2 | |
1261 | field_75417_e | isNocturnal | 2 | |
1262 | field_75418_b | movementSpeed | 2 | |
1263 | field_75419_c | entityPathNavigate | 2 | The PathNavigate of our entity. |
1264 | field_75420_a | theEntity | 2 | |
1265 | field_75421_d | insidePosZ | 2 | |
1266 | field_75422_b | doorInfo | 2 | |
1267 | field_75423_c | insidePosX | 2 | |
1268 | field_75424_a | entityObj | 2 | |
1269 | field_75425_f | speed | 2 | |
1270 | field_75426_g | maxTargetDistance | 2 | If the distance to the target entity is further than this, this AI task will not run. |
1271 | field_75427_d | movePosY | 2 | |
1272 | field_75428_e | movePosZ | 2 | |
1273 | field_75429_b | targetEntity | 2 | |
1274 | field_75430_c | movePosX | 2 | |
1275 | field_75431_a | theEntity | 2 | |
1276 | field_75432_d | movePosZ | 2 | |
1277 | field_75433_e | movementSpeed | 2 | |
1278 | field_75434_b | movePosX | 2 | |
1279 | field_75435_c | movePosY | 2 | |
1280 | field_75436_a | theEntity | 2 | |
1281 | field_75437_f | longMemory | 2 | When true, the mob will continue chasing its target, even if it can't find a path to them right now. |
1282 | field_75438_g | entityPathEntity | 2 | The PathEntity of our entity. |
1283 | field_75439_d | attackTick | 2 | An amount of decrementing ticks that allows the entity to attack once the tick reaches 0. |
1284 | field_75440_e | speedTowardsTarget | 2 | The speed with which the mob will approach the target |
1285 | field_75441_b | attacker | 2 | |
1286 | field_75443_a | worldObj | 2 | |
1287 | field_75444_h | classTarget | 2 | |
1288 | field_75448_d | worldObj | 2 | |
1289 | field_75449_e | matingTimeout | 2 | |
1290 | field_75450_b | villagerObj | 2 | |
1291 | field_75451_c | mate | 2 | |
1292 | field_75452_a | villageObj | 2 | |
1293 | field_75453_d | zPosition | 2 | |
1294 | field_75454_e | speed | 2 | |
1295 | field_75455_b | xPosition | 2 | |
1296 | field_75456_c | yPosition | 2 | |
1297 | field_75457_a | entity | 2 | |
1298 | field_75459_b | theEntity | 2 | |
1299 | field_75465_a | staticVector | 2 | used to store a driection when the user passes a point to move towards or away from. WARNING: NEVER THREAD SAFE. MULTIPLE findTowards and findAway calls, will share this var |
1300 | field_75475_f | lastActivityTimestamp | 2 | |
1301 | field_75476_g | isDetachedFromVillageFlag | 2 | |
1302 | field_75477_d | insideDirectionX | 2 | |
1303 | field_75478_e | insideDirectionZ | 2 | |
1304 | field_75479_b | posY | 2 | |
1305 | field_75480_c | posZ | 2 | |
1306 | field_75481_a | posX | 2 | |
1307 | field_75482_h | doorOpeningRestrictionCounter | 2 | |
1308 | field_75509_f | noSunPathfind | 2 | |
1309 | field_75510_g | totalTicks | 2 | Time, in number of ticks, following the current path |
1310 | field_75511_d | speed | 2 | |
1311 | field_75512_e | pathSearchRange | 2 | The number of blocks (extra) +/- in each axis that get pulled out as cache for the pathfinder's search space |
1312 | field_75513_b | worldObj | 2 | |
1313 | field_75514_c | currentPath | 2 | The PathEntity being followed. |
1314 | field_75515_a | theEntity | 2 | |
1315 | field_75516_l | avoidsWater | 2 | If water blocks are avoided (at least by the pathfinder) |
1316 | field_75517_m | canSwim | 2 | If the entity can swim. Swimming AI enables this and the pathfinder will also cause the entity to swim straight upwards when underwater |
1317 | field_75518_j | canPassOpenWoodenDoors | 2 | Specifically, if a wooden door block is even considered to be passable by the pathfinder |
1318 | field_75519_k | canPassClosedWoodenDoors | 2 | If door blocks are considered passable even when closed |
1319 | field_75520_h | ticksAtLastPos | 2 | The time when the last position check was done (to detect successful movement) |
1320 | field_75521_i | lastPosCheck | 2 | Coordinates of the entity's position last time a check was done (part of monitoring getting 'stuck') |
1321 | field_75524_b | seenEntities | 2 | Cache of entities which we can see |
1322 | field_75525_c | unseenEntities | 2 | Cache of entities which we cannot see |
1323 | field_75526_a | entityObj | 2 | |
1324 | field_75531_f | theVillage | 2 | Instance of Village. |
1325 | field_75537_a | worldObj | 2 | |
1326 | field_75552_d | villageList | 2 | |
1327 | field_75553_e | tickCounter | 2 | |
1328 | field_75554_b | villagerPositionsList | 2 | This is a black hole. You can add data to this list through a public interface, but you can't query that information in any way and it's not used internally either. |
1329 | field_75555_c | newDoors | 2 | |
1330 | field_75556_a | worldObj | 2 | |
1331 | field_75580_f | lastAddDoorTimestamp | 2 | |
1332 | field_75581_g | tickCounter | 2 | |
1333 | field_75582_d | center | 2 | This is the actual village center. |
1334 | field_75583_e | villageRadius | 2 | |
1335 | field_75584_b | villageDoorInfoList | 2 | list of VillageDoorInfo objects |
1336 | field_75585_c | centerHelper | 2 | This is the sum of all door coordinates and used to calculate the actual village center by dividing by the number of doors. |
1337 | field_75586_a | worldObj | 2 | |
1338 | field_75587_j | numIronGolems | 2 | |
1339 | field_75588_h | numVillagers | 2 | |
1340 | field_75589_i | villageAgressors | 2 | |
1341 | field_75590_b | agressionTime | 2 | |
1342 | field_75591_c | villageObj | 2 | |
1343 | field_75592_a | agressor | 2 | |
1344 | field_75603_f | creatureMaterial | 2 | |
1345 | field_75604_g | isPeacefulCreature | 2 | A flag indicating whether this creature type is peaceful. |
1346 | field_75605_d | creatureClass | 2 | The root class of creatures associated with this EnumCreatureType (IMobs for aggressive creatures, EntityAnimals for friendly ones) |
1347 | field_75606_e | maxNumberOfCreature | 2 | |
1348 | field_75611_b | primaryColor | 2 | Base color of the egg |
1349 | field_75612_c | secondaryColor | 2 | Color of the egg spots |
1350 | field_75613_a | spawnedID | 2 | The entityID of the spawned mob |
1351 | field_75622_f | stringToIDMapping | 2 | Maps entity names to their numeric identifiers |
1352 | field_75623_d | IDtoClassMapping | 2 | provides a mapping between an entityID and an Entity Class |
1353 | field_75624_e | classToIDMapping | 2 | provides a mapping between an Entity Class and an entity ID |
1354 | field_75625_b | stringToClassMapping | 2 | Provides a mapping between entity classes and a string |
1355 | field_75626_c | classToStringMapping | 2 | Provides a mapping between a string and an entity classes |
1356 | field_75627_a | entityEggs | 2 | This is a HashMap of the Creative Entity Eggs/Spawners. |
1357 | field_75643_f | update | 2 | |
1358 | field_75644_d | posZ | 2 | |
1359 | field_75645_e | speed | 2 | The speed at which the entity should move |
1360 | field_75646_b | posX | 2 | |
1361 | field_75647_c | posY | 2 | |
1362 | field_75648_a | entity | 2 | The EntityLiving that is being moved |
1363 | field_75653_f | posY | 2 | |
1364 | field_75654_g | posZ | 2 | |
1365 | field_75655_d | isLooking | 2 | Whether or not the entity is trying to look at something. |
1366 | field_75656_e | posX | 2 | |
1367 | field_75657_b | deltaLookYaw | 2 | The amount of change that is made each update for an entity facing a direction. |
1368 | field_75658_c | deltaLookPitch | 2 | The amount of change that is made each update for an entity facing a direction. |
1369 | field_75659_a | entity | 2 | |
1370 | field_75662_b | isJumping | 2 | |
1371 | field_75663_a | entity | 2 | |
1372 | field_75668_a | theLiving | 2 | Instance of EntityLiving. |
1373 | field_75675_d | watched | 2 | |
1374 | field_75676_b | dataValueId | 2 | id of max 31 |
1375 | field_75677_c | watchedObject | 2 | |
1376 | field_75678_a | objectType | 2 | |
1377 | field_75694_d | lock | 2 | |
1378 | field_75695_b | watchedObjects | 2 | |
1379 | field_75696_c | objectChanged | 2 | true if one or more object was changed |
1380 | field_75697_a | dataTypes | 2 | |
1381 | field_75699_D | offsetX | 2 | |
1382 | field_75700_E | offsetY | 2 | |
1383 | field_75702_A | title | 2 | Painting Title. |
1384 | field_75703_B | sizeX | 2 | |
1385 | field_75704_C | sizeY | 2 | |
1386 | field_75728_z | maxArtTitleLength | 2 | Holds the maximum length of paintings art title. |
1387 | field_75731_b | priority | 2 | Priority of the EntityAIBase |
1388 | field_75732_c | tasks | 2 | The EntityAITasks object of which this is an entry. |
1389 | field_75733_a | action | 2 | The EntityAIBase object. |
1390 | field_75737_d | savedIOCounter | 2 | |
1391 | field_75738_e | isThreadWaiting | 2 | |
1392 | field_75739_b | threadedIOQueue | 2 | |
1393 | field_75740_c | writeQueuedCounter | 2 | |
1394 | field_75741_a | threadedIOInstance | 2 | Instance of ThreadedFileIOBase |
1395 | field_75748_d | idCounts | 2 | Map of MapDataBase id String prefixes ('map' etc) to max known unique Short id (the 0 part etc) for that prefix |
1396 | field_75749_b | loadedDataMap | 2 | Map of item data String id to loaded MapDataBases |
1397 | field_75750_c | loadedDataList | 2 | List of loaded MapDataBases. |
1398 | field_75751_a | saveHandler | 2 | |
1399 | field_75767_f | saveDirectoryName | 2 | The directory name of the world |
1400 | field_75768_d | mapDataDir | 2 | |
1401 | field_75769_e | initializationTime | 2 | The time in milliseconds when this field was initialized. Stored in the session lock file. |
1402 | field_75770_b | worldDirectory | 2 | The directory in which to save world data. |
1403 | field_75771_c | playersDirectory | 2 | The directory in which to save player data. |
1404 | field_75778_d | tickCount | 2 | |
1405 | field_75779_e | tickRate | 2 | |
1406 | field_75780_b | executingTaskEntries | 2 | A list of EntityAITaskEntrys that are currently being executed. |
1407 | field_75781_c | theProfiler | 2 | Instance of Profiler. |
1408 | field_75782_a | taskEntries | 2 | A list of EntityAITaskEntrys in EntityAITasks. |
1409 | field_75791_f | theEnumGameType | 0 | Instance of EnumGameType. |
1410 | field_75792_g | hardcore | 0 | |
1411 | field_75793_d | sizeOnDisk | 0 | |
1412 | field_75794_e | requiresConversion | 0 | |
1413 | field_75795_b | displayName | 0 | the displayed name of this save file |
1414 | field_75796_c | lastTimePlayed | 0 | |
1415 | field_75797_a | fileName | 0 | the file name of this save |
1416 | field_75798_h | cheatsEnabled | 0 | |
1417 | field_75808_a | savesDirectory | 2 | Reference to the File object representing the directory for the world saves |
1418 | field_75825_d | chunkSaveLocation | 2 | Save directory for chunks using the Anvil format |
1419 | field_75826_b | pendingAnvilChunksCoordinates | 2 | |
1420 | field_75827_c | syncLockObject | 2 | |
1421 | field_75828_a | chunksToRemove | 2 | |
1422 | field_75833_f | distanceToNext | 2 | The linear distance to the next point |
1423 | field_75834_g | distanceToTarget | 2 | The distance to the target |
1424 | field_75835_d | index | 2 | The index of this point in its assigned path |
1425 | field_75836_e | totalPathDistance | 2 | The distance along the path to this point |
1426 | field_75837_b | yCoord | 2 | The y coordinate of this point |
1427 | field_75838_c | zCoord | 2 | The z coordinate of this point |
1428 | field_75839_a | xCoord | 2 | The x coordinate of this point |
1429 | field_75840_j | hash | 2 | A hash of the coordinates used to identify this point |
1430 | field_75841_h | previous | 2 | The point preceding this in its assigned path |
1431 | field_75842_i | isFirst | 2 | Indicates this is the origin |
1432 | field_75851_b | count | 2 | The number of points in this path |
1433 | field_75852_a | pathPoints | 2 | Contains the points in this path |
1434 | field_75862_f | isMovementBlockAllowed | 2 | should the PathFinder disregard BlockMovement type materials in its path |
1435 | field_75863_g | isPathingInWater | 2 | |
1436 | field_75864_d | pathOptions | 2 | Selection of path points to add to the path |
1437 | field_75865_e | isWoddenDoorAllowed | 2 | should the PathFinder go through wodden door blocks |
1438 | field_75866_b | path | 2 | The path being generated |
1439 | field_75867_c | pointMap | 2 | The points in the path |
1440 | field_75868_a | worldMap | 2 | Used to find obstacles |
1441 | field_75869_h | canEntityDrown | 2 | tells the FathFinder to not stop pathing underwater |
1442 | field_75882_b | currentPathIndex | 2 | PathEntity Array Index the Entity is currently targeting |
1443 | field_75883_c | pathLength | 2 | The total length of the path |
1444 | field_75884_a | points | 2 | The actual points in the path |
1445 | field_75906_d | baseSeed | 2 | base seed to the LCG prng provided via the constructor |
1446 | field_75907_b | worldGenSeed | 2 | seed from World#getWorldSeed that is used in the LCG prng |
1447 | field_75908_c | chunkSeed | 2 | final part of the LCG prng that uses the chunk X, Z coords along with the other two seeds to generate pseudorandom numbers |
1448 | field_75909_a | parent | 2 | parent GenLayer that was provided via the constructor |
1449 | field_75910_b | biomePatternGeneratorChain | 2 | |
1450 | field_75911_c | riverPatternGeneratorChain | 2 | |
1451 | field_75928_D | objectCraftStats | 2 | Tracks the number of items a given block or item has been crafted. |
1452 | field_75929_E | objectUseStats | 2 | Tracks the number of times a given block or item has been used. |
1453 | field_75930_F | objectBreakStats | 2 | Tracks the number of times a given block or item has been broken. |
1454 | field_75932_A | playerKillsStat | 2 | counts the number of times you've killed a player |
1455 | field_75933_B | fishCaughtStat | 2 | |
1456 | field_75934_C | mineBlockStatArray | 2 | |
1457 | field_75938_d | itemStats | 2 | |
1458 | field_75939_e | objectMineStats | 2 | Tracks the number of times a given block or item has been mined. |
1459 | field_75940_b | allStats | 2 | |
1460 | field_75941_c | generalStats | 2 | |
1461 | field_75942_a | oneShotStats | 2 | Tracks one-off stats. |
1462 | field_75943_n | distanceFallenStat | 2 | the distance you have fallen |
1463 | field_75944_o | distanceClimbedStat | 2 | the distance you've climbed |
1464 | field_75945_l | distanceWalkedStat | 2 | distance you've walked |
1465 | field_75946_m | distanceSwumStat | 2 | distance you have swam |
1466 | field_75947_j | leaveGameStat | 2 | number of times you've left a game |
1467 | field_75948_k | minutesPlayedStat | 2 | number of minutes you have played |
1468 | field_75951_w | damageDealtStat | 2 | the amount of damage you've dealt |
1469 | field_75952_v | dropStat | 2 | the distance you've dropped (or times you've fallen?) |
1470 | field_75953_u | jumpStat | 2 | the times you've jumped |
1471 | field_75954_t | distanceByPigStat | 2 | the distance you've traveled by pig |
1472 | field_75955_s | distanceByBoatStat | 2 | the distance you've traveled by boat |
1473 | field_75956_r | distanceByMinecartStat | 2 | the distance you've traveled by minecart |
1474 | field_75957_q | distanceDoveStat | 2 | the distance you've dived |
1475 | field_75958_p | distanceFlownStat | 2 | the distance you've flown |
1476 | field_75959_z | mobKillsStat | 2 | the number of mobs you have killed |
1477 | field_75960_y | deathsStat | 2 | the number of times you have died |
1478 | field_75961_x | damageTakenStat | 2 | the amount of damage you have taken |
1479 | field_75972_f | isIndependent | 2 | |
1480 | field_75974_d | decimalFormat | 2 | |
1481 | field_75975_e | statId | 2 | The Stat ID |
1482 | field_75976_b | type | 2 | |
1483 | field_75977_c | numberFormat | 2 | |
1484 | field_75978_a | statName | 2 | The Stat name |
1485 | field_75979_j | distanceStatType | 2 | |
1486 | field_75980_h | simpleStatType | 2 | |
1487 | field_75981_i | timeStatType | 2 | |
1488 | field_75990_d | theItemStack | 2 | Holds the ItemStack that will be used to draw the achievement into the GUI. |
1489 | field_75991_b | displayRow | 2 | Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed. |
1490 | field_75992_c | parentAchievement | 2 | Holds the parent achievement, that must be taken before this achievement is avaiable. |
1491 | field_75993_a | displayColumn | 2 | Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed. |
1492 | field_75994_l | statStringFormatter | 0 | Holds a string formatter for the achievement, some of then needs extra dynamic info - like the key used to open the inventory. |
1493 | field_75995_m | isSpecial | 2 | Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve. |
1494 | field_75996_k | achievementDescription | 2 | Holds the description of the achievement, ready to be formatted and/or displayed. |
1495 | field_75998_D | enchantments | 2 | Is the 'Enchanter' achievement |
1496 | field_75999_E | overkill | 2 | |
1497 | field_76000_F | bookcase | 2 | Is the 'Librarian' achievement |
1498 | field_76001_A | potion | 2 | Is the 'Local Brewery' achievement |
1499 | field_76002_B | theEnd | 2 | Is the 'The End?' achievement |
1500 | field_76003_C | theEnd2 | 2 | Is the 'The End.' achievement |
1501 | field_76004_f | openInventory | 2 | Is the 'open inventory' achievement. |
1502 | field_76005_g | mineWood | 2 | Is the 'getting wood' achievement. |
1503 | field_76006_d | maxDisplayRow | 2 | Is the biggest row used to display a achievement on the GUI. |
1504 | field_76007_e | achievementList | 2 | Holds a list of all registered achievements. |
1505 | field_76008_b | minDisplayRow | 2 | Is the smallest row used to display a achievement on the GUI. |
1506 | field_76009_c | maxDisplayColumn | 2 | Is the biggest column used to display a achievement on the GUI. |
1507 | field_76010_a | minDisplayColumn | 2 | Is the smallest column used to display a achievement on the GUI. |
1508 | field_76011_n | bakeCake | 2 | Is the 'the lie' achievement. |
1509 | field_76012_o | buildBetterPickaxe | 2 | Is the 'getting a upgrade' achievement. |
1510 | field_76013_l | buildHoe | 2 | Is the 'time to farm' achievement. |
1511 | field_76014_m | makeBread | 2 | Is the 'bake bread' achievement. |
1512 | field_76015_j | buildFurnace | 2 | Is the 'hot topic' achievement. |
1513 | field_76016_k | acquireIron | 2 | Is the 'acquire hardware' achievement. |
1514 | field_76017_h | buildWorkBench | 2 | Is the 'benchmarking' achievement. |
1515 | field_76018_i | buildPickaxe | 2 | Is the 'time to mine' achievement. |
1516 | field_76019_w | diamonds | 2 | Is the 'DIAMONDS!' achievement |
1517 | field_76020_v | snipeSkeleton | 2 | The achievement for killing a Skeleton from 50 meters aways. |
1518 | field_76021_u | flyPig | 2 | Is the 'when pig fly' achievement. |
1519 | field_76022_t | killCow | 2 | is the 'cow tipper' achievement. |
1520 | field_76023_s | killEnemy | 2 | Is the 'monster hunter' achievement. |
1521 | field_76024_r | buildSword | 2 | Is the 'time to strike' achievement. |
1522 | field_76025_q | onARail | 2 | Is the 'on a rail' achievement |
1523 | field_76026_p | cookFish | 2 | Is the 'delicious fish' achievement. |
1524 | field_76027_z | blazeRod | 2 | Is the 'Into Fire' achievement |
1525 | field_76028_y | ghast | 2 | Is the 'Return to Sender' achievement |
1526 | field_76029_x | portal | 2 | Is the 'We Need to Go Deeper' achievement |
1527 | field_76032_d | slotHash | 2 | The id of the hash slot computed from the hash |
1528 | field_76033_b | valueEntry | 2 | The object stored in this entry |
1529 | field_76034_c | nextEntry | 2 | The next entry in this slot |
1530 | field_76035_a | hashEntry | 2 | The hash code of this entry |
1531 | field_76050_f | keySet | 2 | The set of all the keys stored in this MCHash object |
1532 | field_76051_d | growFactor | 2 | The scale factor used to determine when to grow the table |
1533 | field_76052_e | versionStamp | 2 | A serial stamp used to mark changes |
1534 | field_76053_b | count | 2 | The number of items stored in this map |
1535 | field_76054_c | threshold | 2 | The grow threshold |
1536 | field_76055_a | slots | 2 | An array of HashEntries representing the heads of hash slot lists |
1537 | field_76094_f | worldTime | 2 | The current world time in ticks, ranging from 0 to 23999. |
1538 | field_76095_g | lastTimePlayed | 2 | The last time the player was in this world. |
1539 | field_76096_d | spawnY | 2 | The spawn zone position Y coordinate. |
1540 | field_76097_e | spawnZ | 2 | The spawn zone position Z coordinate. |
1541 | field_76098_b | terrainType | 2 | |
1542 | field_76099_c | spawnX | 2 | The spawn zone position X coordinate. |
1543 | field_76100_a | randomSeed | 2 | Holds the seed of the currently world. |
1544 | field_76101_n | rainTime | 2 | Number of ticks until next rain. |
1545 | field_76102_o | thundering | 2 | Is thunderbolts failing now? |
1546 | field_76103_l | saveVersion | 2 | Introduced in beta 1.3, is the save version for future control. |
1547 | field_76104_m | raining | 2 | True if it's raining, false otherwise. |
1548 | field_76105_j | dimension | 2 | |
1549 | field_76106_k | levelName | 2 | The name of the save defined at world creation. |
1550 | field_76107_h | sizeOnDisk | 2 | The size of entire save of current world on the disk, isn't exactly. |
1551 | field_76108_i | playerTag | 2 | |
1552 | field_76109_u | initialized | 2 | |
1553 | field_76110_t | allowCommands | 2 | |
1554 | field_76111_s | hardcore | 2 | Hardcore mode flag |
1555 | field_76112_r | mapFeaturesEnabled | 2 | Whether the map features (e.g. strongholds) generation is enabled or disabled. |
1556 | field_76113_q | theGameType | 2 | The Game Type. |
1557 | field_76114_p | thunderTime | 2 | Number of ticks untils next thunderbolt. |
1558 | field_76115_a | theWorldInfo | 2 | Instance of WorldInfo. |
1559 | field_76117_a | internalMap | 2 | |
1560 | field_76144_a | SIN_TABLE | 2 | A table of sin values computed from 0 (inclusive) to 2*pi (exclusive), with steps of 2*PI / 65536. |
1561 | field_76147_d | hash | 2 | |
1562 | field_76148_b | value | 2 | the value held by the hash at the specified key |
1563 | field_76149_c | nextEntry | 2 | the next hashentry in the table |
1564 | field_76150_a | key | 2 | the key as a long (for playerInstances it is the x in the most significant 32 bits and then y) |
1565 | field_76165_d | percentUseable | 2 | percent of the hasharray that can be used without hash colliding probably |
1566 | field_76166_e | modCount | 2 | count of times elements have been added/removed |
1567 | field_76167_b | numHashElements | 2 | the number of elements in the hash array |
1568 | field_76168_c | capacity | 2 | the maximum amount of elements in the hash (probably 3/4 the size due to meh hashing function) |
1569 | field_76169_a | hashArray | 2 | the array of all elements in the hash |
1570 | field_76172_a | parent | 2 | |
1571 | field_76189_a | dirty | 2 | Whether this MapDataBase needs saving to disk. |
1572 | field_76190_i | mapName | 2 | The name of the map data nbt |
1573 | field_76196_g | playersArrayList | 2 | Holds a reference to the MapInfo of the players who own a copy of the map |
1574 | field_76197_d | scale | 2 | |
1575 | field_76198_e | colors | 2 | colours |
1576 | field_76199_b | zCenter | 2 | |
1577 | field_76200_c | dimension | 2 | |
1578 | field_76201_a | xCenter | 2 | |
1579 | field_76202_j | playersHashMap | 2 | Holds a reference to the players who own a copy of the map and a reference to their MapInfo |
1580 | field_76203_h | playersVisibleOnMap | 2 | |
1581 | field_76205_f | ticksUntilPlayerLocationMapUpdate | 2 | |
1582 | field_76206_g | lastPlayerLocationOnMap | 2 | a cache of the result from getPlayersOnMap so that it is not resent when nothing changes |
1583 | field_76207_d | mapDataObj | 2 | reference in MapInfo to MapData object |
1584 | field_76208_e | currentRandomNumber | 2 | updated by x = mod(x*11,128) +1 x-1 is used to index field_76209_b and field_76210_c |
1585 | field_76211_a | entityplayerObj | 2 | Reference for EntityPlayer object in MapInfo |
1586 | field_76212_d | iconRotation | 2 | |
1587 | field_76213_e | data | 2 | |
1588 | field_76214_b | centerX | 2 | |
1589 | field_76215_c | centerZ | 2 | |
1590 | field_76216_a | iconSize | 2 | |
1591 | field_76233_E | piston | 2 | Pistons' material. |
1592 | field_76234_F | materialMapColor | 2 | The color index used to draw the blocks of this material on maps. |
1593 | field_76235_G | canBurn | 2 | Bool defining if the block can burn or not. |
1594 | field_76239_H | replaceable | 2 | Determines whether blocks with this material can be "overwritten" by other blocks when placed - eg snow, vines and tall grass. |
1595 | field_76240_I | isTranslucent | 2 | Indicates if the material is translucent |
1596 | field_76241_J | requiresNoTool | 2 | Determines if the material can be harvested without a tool (or with the wrong tool) |
1597 | field_76242_K | mobilityFlag | 2 | Mobility information flag. 0 indicates that this block is normal, 1 indicates that it can't push other blocks, 2 indicates that it can't be pushed. |
1598 | field_76281_a | mapColorArray | 2 | Holds all the 16 colors used on maps, very similar of a pallete system. |
1599 | field_76290_q | colorIndex | 2 | Holds the index of the color used on map. |
1600 | field_76291_p | colorValue | 2 | Holds the color in RGB value that will be rendered on maps. |
1601 | field_76292_a | itemWeight | 2 | The Weight is how often the item is chosen(higher number is higher chance(lower is lower)) |
1602 | field_76295_d | theMinimumChanceToGenerateItem | 2 | The minimum chance of item generating. |
1603 | field_76296_e | theMaximumChanceToGenerateItem | 2 | The maximum chance of item generating. |
1604 | field_76297_b | theItemId | 2 | The Item/Block ID to generate in the Chest. |
1605 | field_76299_d | maxGroupCount | 2 | |
1606 | field_76300_b | entityClass | 2 | Holds the class of the entity to be spawned. |
1607 | field_76301_c | minGroupCount | 2 | |
1608 | field_76302_b | enchantmentobj | 2 | Enchantment object associated with this EnchantmentData |
1609 | field_76303_c | enchantmentLevel | 2 | Enchantment level associated with this EnchantmentData |
1610 | field_76306_b | octaves | 2 | |
1611 | field_76307_a | generatorCollection | 2 | Collection of noise generation functions. Output is combined to produce different octaves of noise. |
1612 | field_76312_d | permutations | 2 | |
1613 | field_76313_b | yCoord | 2 | |
1614 | field_76314_c | zCoord | 2 | |
1615 | field_76315_a | xCoord | 2 | |
1616 | field_76323_d | profilingSection | 2 | Current profiling section |
1617 | field_76324_e | profilingMap | 2 | Profiling map |
1618 | field_76325_b | sectionList | 2 | List of parent sections |
1619 | field_76326_c | timestampList | 2 | List of timestamps (System.nanoTime) |
1620 | field_76327_a | profilingEnabled | 2 | Flag profiling enabled |
1621 | field_76339_a | patternControlCode | 2 | |
1622 | field_76342_b | second | 2 | Second Object in the Tuple |
1623 | field_76343_a | first | 2 | First Object in the Tuple |
1624 | field_76344_a | snooper | 2 | The PlayerUsageSnooper object. |
1625 | field_76366_f | starve | 2 | |
1626 | field_76367_g | cactus | 2 | |
1627 | field_76368_d | inWall | 2 | |
1628 | field_76369_e | drown | 2 | |
1629 | field_76370_b | onFire | 2 | |
1630 | field_76371_c | lava | 2 | |
1631 | field_76372_a | inFire | 2 | |
1632 | field_76373_n | damageType | 2 | |
1633 | field_76374_o | isUnblockable | 2 | This kind of damage can be blocked or not. |
1634 | field_76376_m | magic | 2 | |
1635 | field_76377_j | generic | 2 | |
1636 | field_76378_k | explosion | 2 | |
1637 | field_76379_h | fall | 2 | |
1638 | field_76380_i | outOfWorld | 2 | |
1639 | field_76381_t | difficultyScaled | 2 | Whether this damage source will have its damage amount scaled based on the current difficulty. |
1640 | field_76382_s | projectile | 2 | This kind of damage is based on a projectile or not. |
1641 | field_76383_r | fireDamage | 2 | This kind of damage is based on fire or not. |
1642 | field_76384_q | hungerDamage | 2 | |
1643 | field_76385_p | isDamageAllowedInCreativeMode | 2 | |
1644 | field_76386_o | damageSourceEntity | 2 | |
1645 | field_76387_p | indirectEntity | 2 | |
1646 | field_76412_L | effectiveness | 2 | |
1647 | field_76413_M | usable | 2 | |
1648 | field_76414_N | liquidColor | 2 | Is the color of the liquid for this potion. |
1649 | field_76415_H | id | 2 | The Id of a Potion object. |
1650 | field_76416_I | name | 2 | The name of the Potion. |
1651 | field_76417_J | statusIconIndex | 2 | The index for the icon displayed when the potion effect is active. |
1652 | field_76418_K | isBadEffect | 2 | This field indicated if the effect is 'bad' - negative - for the entity. |
1653 | field_76419_f | digSlowdown | 2 | |
1654 | field_76420_g | damageBoost | 2 | |
1655 | field_76421_d | moveSlowdown | 2 | |
1656 | field_76422_e | digSpeed | 2 | |
1657 | field_76424_c | moveSpeed | 2 | |
1658 | field_76425_a | potionTypes | 2 | The array of potion types. |
1659 | field_76426_n | fireResistance | 2 | The fire resistance Potion object. |
1660 | field_76427_o | waterBreathing | 2 | The water breathing Potion object. |
1661 | field_76428_l | regeneration | 2 | The regeneration Potion object. |
1662 | field_76429_m | resistance | 2 | |
1663 | field_76430_j | jump | 2 | |
1664 | field_76431_k | confusion | 2 | |
1665 | field_76432_h | heal | 2 | |
1666 | field_76433_i | harm | 2 | |
1667 | field_76436_u | poison | 2 | The poison Potion object. |
1668 | field_76437_t | weakness | 2 | The weakness Potion object. |
1669 | field_76438_s | hunger | 2 | The hunger Potion object. |
1670 | field_76439_r | nightVision | 2 | The night vision Potion object. |
1671 | field_76440_q | blindness | 2 | The blindness Potion object. |
1672 | field_76441_p | invisibility | 2 | The invisibility Potion object. |
1673 | field_76447_d | freeLargeArrays | 2 | A list of pre-allocated int[cacheSize] arrays that are currently unused and can be returned by getIntCache() |
1674 | field_76448_e | inUseLargeArrays | 2 | A list of pre-allocated int[cacheSize] arrays that were previously returned by getIntCache() and which will not be re-used again until resetIntCache() is called. |
1675 | field_76449_b | freeSmallArrays | 2 | A list of pre-allocated int[256] arrays that are currently unused and can be returned by getIntCache() |
1676 | field_76450_c | inUseSmallArrays | 2 | A list of pre-allocated int[256] arrays that were previously returned by getIntCache() and which will not be re-used again until resetIntCache() is called. |
1677 | field_76451_a | intCacheSize | 2 | |
1678 | field_76460_b | duration | 2 | The duration of the potion effect |
1679 | field_76461_c | amplifier | 2 | The amplifier of the potion effect |
1680 | field_76462_a | potionID | 2 | ID value of the potion this effect matches. |
1681 | field_76476_f | syncLock | 2 | |
1682 | field_76477_g | isRunning | 2 | |
1683 | field_76478_d | playerStatsCollector | 2 | |
1684 | field_76479_e | threadTrigger | 2 | set to fire the snooperThread every 15 mins |
1685 | field_76480_b | uniqueID | 2 | |
1686 | field_76481_c | serverUrl | 2 | URL of the server to send the report to |
1687 | field_76482_a | dataMap | 2 | String map for report data |
1688 | field_76483_h | selfCounter | 2 | incremented on every getSelfCounterFor |
1689 | field_76488_a | doBlockNotify | 2 | Sets wither or not the generator should notify blocks of blocks it changes. When the world is first generated, this is false, when saplings grow, this is true. |
1690 | field_76501_f | height | 2 | |
1691 | field_76502_g | heightAttenuation | 2 | |
1692 | field_76503_d | basePos | 2 | |
1693 | field_76504_e | heightLimit | 2 | |
1694 | field_76505_b | rand | 2 | random seed for GenBigTree |
1695 | field_76506_c | worldObj | 2 | Reference to the World object. |
1696 | field_76507_a | otherCoordPairs | 2 | Contains 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. |
1697 | field_76508_n | leafDistanceLimit | 2 | Sets the distance limit for how far away the generator will populate leaves from the base leaf node. |
1698 | field_76509_o | leafNodes | 2 | Contains a list of a points at which to generate groups of leaves. |
1699 | field_76510_l | trunkSize | 2 | Currently always 1, can be set to 2 in the class constructor to generate a double-sized tree trunk for big trees. |
1700 | field_76511_m | heightLimitLimit | 2 | Sets the limit of the random value used to initialize the height limit. |
1701 | field_76512_j | scaleWidth | 2 | |
1702 | field_76513_k | leafDensity | 2 | |
1703 | field_76514_h | branchDensity | 2 | |
1704 | field_76515_i | branchSlope | 2 | |
1705 | field_76517_b | numberOfBlocks | 2 | The number of blocks to generate. |
1706 | field_76520_b | woodMetadata | 2 | Sets the metadata for the wood blocks used |
1707 | field_76521_c | leavesMetadata | 2 | Sets the metadata for the leaves used in huge trees |
1708 | field_76522_a | baseHeight | 2 | The base height of the tree |
1709 | field_76523_a | mushroomType | 2 | The mushroom type. 0 for brown, 1 for red. |
1710 | field_76530_d | metaLeaves | 2 | The metadata value of the leaves to use in tree generation. |
1711 | field_76531_b | vinesGrow | 2 | True if this tree should grow Vines. |
1712 | field_76532_c | metaWood | 2 | The metadata value of the wood to use in tree generation. |
1713 | field_76533_a | minTreeHeight | 2 | The minimum height of a generated tree. |
1714 | field_76534_b | tallGrassMetadata | 2 | |
1715 | field_76539_b | radius | 2 | The maximum radius used when generating a patch of blocks. |
1716 | field_76541_b | numberOfBlocks | 2 | The number of blocks to generate. |
1717 | field_76545_b | itemsToGenerateInBonusChest | 2 | Value of this int will determine how much items gonna generate in Bonus Chest. |
1718 | field_76546_a | theBonusChestGenerator | 2 | Instance of WeightedRandomChestContent what will randomly generate items into the Bonus Chest. |
1719 | field_76547_b | nbtTags | 2 | |
1720 | field_76548_a | chunkCoordinate | 2 | |
1721 | field_76553_a | regionsByFilename | 2 | A map containing Files as keys and RegionFiles as values |
1722 | field_76573_f | lightBrightnessTable | 2 | Light to brightness conversion table |
1723 | field_76574_g | dimensionId | 2 | The id for the dimension (ex. -1: Nether, 0: Overworld, 1: The End) |
1724 | field_76575_d | isHellWorld | 2 | States whether the Hell world provider is used(true) or if the normal world provider is used(false) |
1725 | field_76576_e | hasNoSky | 2 | A boolean that tells if a world does not have a sky. Used in calculating weather and skylight |
1726 | field_76577_b | terrainType | 2 | |
1727 | field_76578_c | worldChunkMgr | 2 | World chunk manager being used to generate chunks |
1728 | field_76579_a | worldObj | 2 | world object being used |
1729 | field_76580_h | colorsSunriseSunset | 2 | Array for sunrise/sunset colors (RGBA) |
1730 | field_76583_b | depthBits | 2 | Log base 2 of the chunk height (128); applied as a shift on Z coordinate |
1731 | field_76584_c | depthBitsPlusFour | 2 | Log base 2 of the chunk height (128) * width (16); applied as a shift on X coordinate |
1732 | field_76585_a | data | 2 | Byte array of data stored in this holder. Possibly a light map or some chunk data. Data is accessed in 4-bit pieces. |
1733 | field_76634_f | heightMap | 2 | |
1734 | field_76635_g | xPosition | 2 | The x coordinate of the chunk. |
1735 | field_76636_d | isChunkLoaded | 2 | Whether or not this Chunk is currently loaded into the World |
1736 | field_76637_e | worldObj | 2 | Reference to the World object. |
1737 | field_76638_b | precipitationHeightMap | 2 | A map, similar to heightMap, that tracks how far down precipitation can fall. |
1738 | field_76639_c | updateSkylightColumns | 2 | Which columns need their skylightMaps updated. |
1739 | field_76640_a | isLit | 2 | Determines if the chunk is lit or not at a light value greater than 0. |
1740 | field_76641_n | lastSaveTime | 2 | The time according to World.worldTime when this chunk was last saved |
1741 | field_76642_o | sendUpdates | 2 | Updates to this chunk will not be sent to clients if this is false. This field is set to true the first time the chunk is sent to a client, and never set to false. |
1742 | field_76643_l | isModified | 2 | Set to true if the chunk has been modified and needs to be updated internally. |
1743 | field_76644_m | hasEntities | 2 | Whether this Chunk has any Entities and thus requires saving on every tick |
1744 | field_76645_j | entityLists | 2 | Array of Lists containing the entities in this Chunk. Each List represents a 16 block subchunk. |
1745 | field_76646_k | isTerrainPopulated | 2 | Boolean value indicating if the terrain is populated. |
1746 | field_76647_h | zPosition | 2 | The z coordinate of the chunk. |
1747 | field_76649_t | queuedLightChecks | 2 | Contains the current round-robin relight check index, and is implied as the relight check location as well. |
1748 | field_76650_s | isGapLightingUpdated | 2 | |
1749 | field_76651_r | blockBiomeArray | 2 | Contains a 16x16 mapping on the X/Z plane of the biome ID to which each colum belongs. |
1750 | field_76652_q | storageArrays | 2 | Used 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. |
1751 | field_76678_f | blockMetadataArray | 2 | Stores the metadata associated with blocks in this ExtendedBlockStorage. |
1752 | field_76679_g | blocklightArray | 2 | The NibbleArray containing a block of Block-light data. |
1753 | field_76680_d | blockLSBArray | 2 | Contains the least significant 8 bits of each block ID belonging to this block storage's parent Chunk. |
1754 | field_76681_e | blockMSBArray | 2 | Contains the most significant 4 bits of each block ID belonging to this block storage's parent Chunk. |
1755 | field_76682_b | blockRefCount | 2 | A total count of the number of non-air blocks in this block storage's Chunk. |
1756 | field_76683_c | tickRefCount | 2 | Contains 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. |
1757 | field_76684_a | yBase | 2 | Contains the bottom-most Y block represented by this ExtendedBlockStorage. Typically a multiple of 16. |
1758 | field_76685_h | skylightArray | 2 | The NibbleArray containing a block of Sky-light data. |
1759 | field_76687_b | depthBits | 2 | |
1760 | field_76688_c | depthBitsPlusFour | 2 | |
1761 | field_76689_a | data | 2 | |
1762 | field_76692_f | data | 2 | |
1763 | field_76693_g | blocks | 2 | |
1764 | field_76694_d | blockLight | 2 | |
1765 | field_76695_e | skyLight | 2 | |
1766 | field_76696_b | terrainPopulated | 2 | |
1767 | field_76697_c | heightmap | 2 | |
1768 | field_76698_a | lastUpdated | 2 | |
1769 | field_76699_l | z | 2 | |
1770 | field_76701_k | x | 2 | |
1771 | field_76702_h | entities | 2 | |
1772 | field_76714_f | sectorFree | 2 | |
1773 | field_76715_g | sizeDelta | 2 | McRegion sizeDelta |
1774 | field_76716_d | offsets | 2 | |
1775 | field_76717_e | chunkTimestamps | 2 | |
1776 | field_76718_b | fileName | 2 | |
1777 | field_76719_c | dataFile | 2 | |
1778 | field_76720_a | emptySector | 2 | |
1779 | field_76721_h | lastModified | 2 | |
1780 | field_76722_b | chunkX | 2 | |
1781 | field_76723_c | chunkZ | 2 | |
1782 | field_76724_a | regionFile | 2 | |
1783 | field_76748_D | rootHeight | 2 | The median height from which this biome will be generated. Values between -2 and 2 loosely represent y=0 and y=128 respectively. |
1784 | field_76749_E | heightVariation | 2 | Determines the maximum degree of departure from the rootHeight of the biome, positive or negative. Low values result in flatter terrain, where high values create steep peaks and trenches. |
1785 | field_76750_F | temperature | 2 | The temperature of this biome. |
1786 | field_76751_G | rainfall | 2 | The rainfall in this biome. |
1787 | field_76752_A | topBlock | 2 | The block expected to be on the top of this biome |
1788 | field_76753_B | fillerBlock | 2 | The block to fill spots in when not on the top |
1789 | field_76755_L | spawnableWaterCreatureList | 2 | Holds the classes of any aquatic creature that can be spawned in the water of the biome. |
1790 | field_76756_M | biomeID | 2 | The id number to this biome, and its index in the biomeList array. |
1791 | field_76757_N | worldGeneratorTrees | 2 | The tree generator. |
1792 | field_76758_O | worldGeneratorBigTree | 2 | The big tree generator. |
1793 | field_76759_H | waterColorMultiplier | 2 | Color tint applied to water depending on biome |
1794 | field_76760_I | theBiomeDecorator | 2 | The biome decorator. |
1795 | field_76761_J | spawnableMonsterList | 2 | Holds the classes of IMobs (hostile mobs) that can be spawned in the biome. |
1796 | field_76762_K | spawnableCreatureList | 2 | Holds the classes of any creature that can be spawned in the biome as friendly creature. |
1797 | field_76763_Q | worldGeneratorSwamp | 2 | The swamp tree generator. |
1798 | field_76765_S | enableRain | 2 | Is true (default) if the biome support rain (desert and nether can't have rain) |
1799 | field_76766_R | enableSnow | 2 | Set to true if snow is enabled for this biome. |
1800 | field_76767_f | forest | 2 | |
1801 | field_76768_g | taiga | 2 | |
1802 | field_76769_d | desert | 2 | |
1803 | field_76770_e | extremeHills | 2 | |
1804 | field_76771_b | ocean | 2 | |
1805 | field_76772_c | plains | 2 | |
1806 | field_76773_a | biomeList | 2 | An array of all the biomes, indexed by biome id. |
1807 | field_76774_n | icePlains | 2 | |
1808 | field_76775_o | iceMountains | 2 | |
1809 | field_76776_l | frozenOcean | 2 | |
1810 | field_76777_m | frozenRiver | 2 | |
1811 | field_76778_j | hell | 2 | |
1812 | field_76779_k | sky | 2 | Is the biome used for sky world. |
1813 | field_76780_h | swampland | 2 | |
1814 | field_76781_i | river | 2 | |
1815 | field_76782_w | jungle | 2 | Jungle biome identifier |
1816 | field_76783_v | extremeHillsEdge | 2 | Extreme Hills Edge biome. |
1817 | field_76784_u | taigaHills | 2 | Taiga Hills biome. |
1818 | field_76785_t | forestHills | 2 | Forest Hills biome. |
1819 | field_76786_s | desertHills | 2 | Desert Hills biome. |
1820 | field_76787_r | beach | 2 | Beach biome. |
1821 | field_76788_q | mushroomIslandShore | 2 | |
1822 | field_76789_p | mushroomIsland | 2 | |
1823 | field_76790_z | color | 2 | |
1824 | field_76791_y | biomeName | 2 | |
1825 | field_76792_x | jungleHills | 2 | |
1826 | field_76798_D | mushroomsPerChunk | 2 | The number of extra mushroom patches per chunk. It generates 1/4 this number in brown mushroom patches, and 1/8 this number in red mushroom patches. These mushrooms go beyond the default base number of mushrooms. |
1827 | field_76799_E | reedsPerChunk | 2 | The number of reeds to generate per chunk. Reeds won't generate if the randomly selected placement is unsuitable. |
1828 | field_76800_F | cactiPerChunk | 2 | The number of cactus plants to generate per chunk. Cacti only work on sand. |
1829 | field_76801_G | sandPerChunk | 2 | The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater. |
1830 | field_76802_A | flowersPerChunk | 2 | The number of yellow flower patches to generate per chunk. The game generates much less than this number, since it attempts to generate them at a random altitude. |
1831 | field_76803_B | grassPerChunk | 2 | The amount of tall grass to generate per chunk. |
1832 | field_76804_C | deadBushPerChunk | 2 | The number of dead bushes to generate per chunk. Used in deserts and swamps. |
1833 | field_76805_H | sandPerChunk2 | 2 | The number of sand patches to generate per chunk. Sand patches only generate when part of it is underwater. There appear to be two separate fields for this. |
1834 | field_76806_I | clayPerChunk | 2 | The number of clay patches to generate per chunk. Only generates when part of it is underwater. |
1835 | field_76807_J | bigMushroomsPerChunk | 2 | Amount of big mushrooms per chunk |
1836 | field_76808_K | generateLakes | 2 | True if decorator should generate surface lava & water |
1837 | field_76809_f | clayGen | 2 | The clay generator. |
1838 | field_76810_g | sandGen | 2 | The sand generator. |
1839 | field_76811_d | chunk_Z | 2 | The Z-coordinate of the chunk currently being decorated |
1840 | field_76813_b | randomGenerator | 2 | The Biome Decorator's random number generator. |
1841 | field_76814_c | chunk_X | 2 | The X-coordinate of the chunk currently being decorated |
1842 | field_76815_a | currentWorld | 2 | The world the BiomeDecorator is currently decorating |
1843 | field_76816_n | redstoneGen | 2 | Field that holds redstone WorldGenMinable |
1844 | field_76817_o | diamondGen | 2 | Field that holds diamond WorldGenMinable |
1845 | field_76818_l | ironGen | 2 | |
1846 | field_76819_m | goldGen | 2 | Field that holds gold WorldGenMinable |
1847 | field_76820_j | gravelGen | 2 | |
1848 | field_76821_k | coalGen | 2 | |
1849 | field_76822_h | gravelAsSandGen | 2 | The gravel generator. |
1850 | field_76823_i | dirtGen | 2 | The dirt generator. |
1851 | field_76824_w | cactusGen | 2 | Field that holds WorldGenCactus |
1852 | field_76825_v | reedGen | 2 | Field that holds WorldGenReed |
1853 | field_76826_u | bigMushroomGen | 2 | Field that holds big mushroom generator |
1854 | field_76827_t | mushroomRedGen | 2 | Field that holds mushroomRed WorldGenFlowers |
1855 | field_76828_s | mushroomBrownGen | 2 | Field that holds mushroomBrown WorldGenFlowers |
1856 | field_76831_p | lapisGen | 2 | Field that holds Lapis WorldGenMinable |
1857 | field_76832_z | treesPerChunk | 2 | The number of trees to attempt to generate per chunk. Up to 10 in forests, none in deserts. |
1858 | field_76833_y | waterlilyPerChunk | 2 | Amount of waterlilys per chunk. |
1859 | field_76834_x | waterlilyGen | 2 | The water lily generation! |
1860 | field_76835_L | spikeGen | 2 | |
1861 | field_76841_d | cache | 2 | The list of cached BiomeCacheBlocks |
1862 | field_76842_b | lastCleanupTime | 2 | The last time this BiomeCache was cleaned, in milliseconds. |
1863 | field_76843_c | cacheMap | 2 | The map of keys to BiomeCacheBlocks. Keys are based on the chunk x, z coordinates as (x | z << 32). |
1864 | field_76844_a | chunkManager | 2 | Reference to the WorldChunkManager |
1865 | field_76886_f | lastAccessTime | 2 | The last time this BiomeCacheBlock was accessed, in milliseconds. |
1866 | field_76887_g | theBiomeCache | 2 | The BiomeCache object that contains this BiomeCacheBlock |
1867 | field_76888_d | xPosition | 2 | The x coordinate of the BiomeCacheBlock. |
1868 | field_76889_e | zPosition | 2 | The z coordinate of the BiomeCacheBlock. |
1869 | field_76890_b | rainfallValues | 2 | An array of chunk rainfall values saved by this cache. |
1870 | field_76891_c | biomes | 2 | The array of biome types stored in this BiomeCacheBlock. |
1871 | field_76942_f | biomeCache | 2 | The BiomeCache object for this world. |
1872 | field_76943_g | biomesToSpawnIn | 2 | A list of biomes that the player can spawn in. |
1873 | field_76944_d | genBiomes | 2 | |
1874 | field_76945_e | biomeIndexLayer | 2 | A GenLayer containing the indices into BiomeGenBase.biomeList[] |
1875 | field_76946_f | rainfall | 2 | The rainfall in the world |
1876 | field_76947_d | biomeGenerator | 2 | The biome generator object. |
1877 | field_76972_a | theIntegratedServer | 0 | Reference to the IntegratedServer object. |
1878 | field_76974_a | theIntegratedServer | 0 | Reference to the IntegratedServer object. |
1879 | field_76987_f | shadowOpaque | 0 | Determines the darkness of the object's shadow. Higher value makes a darker shadow. |
1880 | field_76989_e | shadowSize | 0 | |
1881 | field_76990_c | renderManager | 0 | |
1882 | field_76993_a | blockRenderer | 0 | |
1883 | field_76998_a | modelBoat | 0 | instance of ModelBoat for rendering |
1884 | field_77013_a | modelMinecart | 0 | instance of ModelMinecart for rendering |
1885 | field_77023_b | zLevel | 0 | Defines the zLevel of rendering of item on GUI. |
1886 | field_77024_a | renderWithColor | 0 | |
1887 | field_77025_h | random | 0 | The RNG used in RenderItem (for bobbing itemstacks on the ground) |
1888 | field_77045_g | mainModel | 0 | |
1889 | field_77046_h | renderPassModel | 0 | The model to be used during the render passes. |
1890 | field_77050_a | ironGolemModel | 0 | Iron Golem's Model. |
1891 | field_77056_a | villagerModel | 0 | Model of the villager. |
1892 | field_77064_a | creeperModel | 0 | The creeper model. |
1893 | field_77071_a | modelBipedMain | 0 | |
1894 | field_77073_a | scale | 0 | Scale of the model to use |
1895 | field_77077_b | rnd | 0 | |
1896 | field_77078_a | endermanModel | 0 | The model of the enderman |
1897 | field_77084_b | modelDragon | 0 | An instance of the dragon model in RenderDragon |
1898 | field_77092_a | scaleAmount | 0 | |
1899 | field_77094_a | snowmanModel | 0 | A reference to the Snowman model in RenderSnowMan. |
1900 | field_77108_b | modelArmorChestplate | 0 | |
1901 | field_77109_a | modelBipedMain | 0 | |
1902 | field_77111_i | modelArmor | 0 | |
1903 | field_77133_f | worldType | 2 | 'default' or 'flat' |
1904 | field_77134_g | generatorVersion | 2 | The int version of the ChunkProvider that generated this world. |
1905 | field_77135_d | LARGE_BIOMES | 2 | Large Biome world Type. |
1906 | field_77136_e | DEFAULT_1_1 | 2 | Default (1.1) world type. |
1907 | field_77137_b | DEFAULT | 2 | Default world type. |
1908 | field_77138_c | FLAT | 2 | Flat world type. |
1909 | field_77139_a | worldTypes | 2 | List of world types. |
1910 | field_77140_h | canBeCreated | 2 | Whether this world type can be generated. Normally true; set to false for out-of-date generator versions. |
1911 | field_77141_i | isWorldTypeVersioned | 2 | Whether this WorldType has a version or not. |
1912 | field_77151_f | name | 2 | |
1913 | field_77154_e | id | 2 | |
1914 | field_77168_f | commandsAllowed | 2 | True if Commands (cheats) are allowed. |
1915 | field_77169_g | bonusChestEnabled | 2 | True if the Bonus Chest is enabled. |
1916 | field_77170_d | hardcoreEnabled | 2 | True if hardcore mode is enabled |
1917 | field_77171_e | terrainType | 2 | |
1918 | field_77172_b | theGameType | 2 | The EnumGameType. |
1919 | field_77173_c | mapFeaturesEnabled | 2 | Switch for the map features. 'true' for enabled, 'false' for disabled. |
1920 | field_77174_a | seed | 2 | The seed for the map. |
1921 | field_77177_f | nextTickEntryID | 2 | The id number for the next tick entry |
1922 | field_77178_g | tickEntryID | 2 | The id of the tick entry |
1923 | field_77180_e | scheduledTime | 2 | Time this tick is scheduled to occur at |
1924 | field_77181_b | yCoord | 2 | Y position this tick is occuring at |
1925 | field_77182_c | zCoord | 2 | Z position this tick is occuring at |
1926 | field_77183_a | xCoord | 2 | X position this tick is occuring at |
1927 | field_77187_a | random | 2 | A private Random() function in Teleporter |
1928 | field_77193_b | eligibleChunksForSpawning | 2 | The 17x17 area around the player where mobs can spawn |
1929 | field_77198_c | defaultLightValue | 2 | |
1930 | field_77275_b | chunkZPos | 2 | The Z position of this Chunk Coordinate Pair |
1931 | field_77276_a | chunkXPos | 2 | The X position of this Chunk Coordinate Pair |
1932 | field_77280_f | explosionSize | 2 | |
1933 | field_77281_g | affectedBlockPositions | 2 | A list of ChunkPositions of blocks affected by this explosion |
1934 | field_77282_d | explosionZ | 2 | |
1935 | field_77283_e | exploder | 2 | |
1936 | field_77284_b | explosionX | 2 | |
1937 | field_77285_c | explosionY | 2 | |
1938 | field_77286_a | isFlaming | 2 | whether or not the explosion sets fire to blocks around it |
1939 | field_77287_j | worldObj | 2 | |
1940 | field_77290_i | explosionRNG | 2 | |
1941 | field_77327_f | blastProtection | 2 | Protection against explosions |
1942 | field_77328_g | projectileProtection | 2 | Protection against projectile entities (e.g. arrows) |
1943 | field_77329_d | fireProtection | 2 | Protection against fire |
1944 | field_77330_e | featherFalling | 2 | Less fall damage |
1945 | field_77331_b | enchantmentsList | 2 | |
1946 | field_77332_c | protection | 2 | Converts environmental damage to armour damage |
1947 | field_77333_a | weight | 2 | |
1948 | field_77334_n | fireAspect | 2 | Lights mobs on fire |
1949 | field_77335_o | looting | 2 | Mobs have a chance to drop more loot |
1950 | field_77336_l | baneOfArthropods | 2 | Extra damage to spiders, cave spiders and silverfish |
1951 | field_77337_m | knockback | 2 | Knocks mob and players backwards upon hit |
1952 | field_77338_j | sharpness | 2 | Extra damage to mobs |
1953 | field_77339_k | smite | 2 | Extra damage to zombies, zombie pigmen and skeletons |
1954 | field_77340_h | respiration | 2 | Decreases the rate of air loss underwater; increases time between damage while suffocating |
1955 | field_77341_i | aquaAffinity | 2 | Increases underwater mining rate |
1956 | field_77342_w | infinity | 2 | Infinity enchantment for bows. The bow will not consume arrows anymore, but will still required at least one arrow on inventory use the bow. |
1957 | field_77343_v | flame | 2 | Flame enchantment for bows. Arrows fired by the bow will be on fire. Any target hit will also set on fire. |
1958 | field_77344_u | punch | 2 | Knockback enchantments for bows, the arrows will knockback the target when hit. |
1959 | field_77345_t | power | 2 | Power enchantment for bows, add's extra damage to arrows. |
1960 | field_77346_s | fortune | 2 | Can multiply the drop rate of items from blocks |
1961 | field_77347_r | unbreaking | 2 | Sometimes, the tool's durability will not be spent when the tool is used |
1962 | field_77348_q | silkTouch | 2 | Blocks mined will drop themselves, even if it should drop something else (e.g. stone will drop stone, not cobblestone) |
1963 | field_77349_p | efficiency | 2 | Faster resource gathering while in use |
1964 | field_77350_z | name | 2 | Used in localisation and stats. |
1965 | field_77351_y | type | 2 | The EnumEnchantmentType given to this Enchantment. |
1966 | field_77352_x | effectId | 2 | |
1967 | field_77353_D | thresholdEnchantability | 2 | Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant. |
1968 | field_77354_A | protectionName | 2 | Holds the name to be translated of each protection type. |
1969 | field_77355_B | baseEnchantability | 2 | Holds the base factor of enchantability needed to be able to use the enchant. |
1970 | field_77356_a | protectionType | 2 | Defines the type of protection of the enchantment, 0 = all, 1 = fire, 2 = fall (feather fall), 3 = explosion and 4 = projectile. |
1971 | field_77357_C | levelEnchantability | 2 | Holds how much each level increased the enchantability factor to be able to use this enchant. |
1972 | field_77358_D | thresholdEnchantability | 2 | Used on the formula of base enchantability, this is the 'window' factor of values to be able to use thing enchant. |
1973 | field_77359_A | protectionName | 2 | Holds the name to be translated of each protection type. |
1974 | field_77360_B | baseEnchantability | 2 | Holds the base factor of enchantability needed to be able to use the enchant. |
1975 | field_77361_a | damageType | 2 | Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods |
1976 | field_77362_C | levelEnchantability | 2 | Holds how much each level increased the enchantability factor to be able to use this enchant. |
1977 | field_77400_d | toolUses | 2 | Saves how much has been tool used when put into to slot to be enchanted. |
1978 | field_77401_b | secondItemToBuy | 2 | Second Item the Villager buys. |
1979 | field_77402_c | itemToSell | 2 | Item the Villager sells. |
1980 | field_77403_a | itemToBuy | 2 | Item the Villager buys. |
1981 | field_77405_a | theWorld | 2 | Reference to the World object. |
1982 | field_77440_a | theWorld | 2 | Reference to the World object. |
1983 | field_77471_a | foliageBuffer | 0 | Color buffer for foliage |
1984 | field_77476_b | lightmapTexUnit | 0 | An OpenGL constant corresponding to GL_TEXTURE1, used when setting data pertaining to auxiliary OpenGL texture units. |
1985 | field_77477_c | useMultitextureARB | 0 | True if the renderer supports multitextures and the OpenGL version != 1.3 |
1986 | field_77478_a | defaultTexUnit | 0 | An OpenGL constant corresponding to GL_TEXTURE0, used when setting data pertaining to auxiliary OpenGL texture units. |
1987 | field_77481_a | grassBuffer | 0 | Color buffer for grass |
1988 | field_77485_a | theWorld | 2 | Reference to the World object. |
1989 | field_77490_b | lanServerIpPort | 0 | |
1990 | field_77491_c | timeLastSeen | 0 | Last time this LanServer was seen. |
1991 | field_77492_a | lanServerMotd | 0 | |
1992 | field_77494_b | entityLiving | 2 | Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item. |
1993 | field_77495_a | livingModifier | 2 | Used to calculate the (magic) extra damage based on enchantments of current equipped player item. |
1994 | field_77496_b | source | 2 | Used as parameter to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors. |
1995 | field_77497_a | damageModifier | 2 | Used to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors. |
1996 | field_77498_b | broadcastAddress | 0 | InetAddress for 224.0.2.60 |
1997 | field_77499_c | socket | 0 | The socket we're using to receive packets on. |
1998 | field_77500_a | localServerList | 0 | The LanServerList |
1999 | field_77520_b | enchantmentModifierDamage | 2 | Used to calculate the extra armor of enchantments on armors equipped on player. |
2000 | field_77521_c | enchantmentModifierLiving | 2 | Used to calculate the (magic) extra damage done by enchantments on current equipped item of player. |
2001 | field_77522_a | enchantmentRand | 2 | Is the random seed of enchantment effects. |
2002 | field_77526_d | isStopping | 0 | |
2003 | field_77527_e | address | 0 | |
2004 | field_77528_b | motd | 0 | |
2005 | field_77529_c | socket | 0 | The socket we're using to send packets on. |
2006 | field_77555_b | listOfLanServers | 0 | |
2007 | field_77556_a | wasUpdated | 0 | |
2008 | field_77574_d | recipeItems | 2 | Is a array of ItemStack that composes the recipe. |
2009 | field_77575_e | recipeOutput | 2 | Is the ItemStack that you get when craft the recipe. |
2010 | field_77576_b | recipeWidth | 2 | How many horizontal slots this recipe is wide. |
2011 | field_77577_c | recipeHeight | 2 | How many vertical slots this recipe uses. |
2012 | field_77579_b | recipeItems | 2 | Is a List of ItemStack that composes the recipe. |
2013 | field_77580_a | recipeOutput | 2 | Is the ItemStack that you get when craft the recipe. |
2014 | field_77582_a | craftingManager | 2 | |
2015 | field_77584_b | recipeItems | 2 | |
2016 | field_77585_a | recipePatterns | 2 | |
2017 | field_77587_b | recipeItems | 2 | |
2018 | field_77588_a | recipePatterns | 2 | |
2019 | field_77591_a | recipeItems | 2 | |
2020 | field_77597_b | recipes | 2 | A list of all the recipes added |
2021 | field_77598_a | instance | 2 | The static instance of this class |
2022 | field_77604_b | smeltingList | 2 | The list of smelting results. |
2023 | field_77605_c | experienceList | 2 | |
2024 | field_77606_a | smeltingBase | 2 | |
2025 | field_77610_b | recipeItems | 2 | |
2026 | field_77611_a | recipePatterns | 2 | |
2027 | field_77697_d | itemRand | 2 | The RNG used by the Item subclasses. |
2028 | field_77699_b | maxDamage | 2 | Maximum damage an item can handle. |
2029 | field_77700_c | containerItem | 2 | |
2030 | field_77701_a | tabToDisplayOn | 2 | |
2031 | field_77774_bZ | unlocalizedName | 2 | The unlocalized name of this item. |
2032 | field_77777_bU | maxStackSize | 2 | Maximum size of the stack. |
2033 | field_77785_bY | potionEffect | 2 | |
2034 | field_77787_bX | hasSubtypes | 2 | Some items (like dyes) have multiple subtypes on same item, this is field define this behavior |
2035 | field_77789_bW | bFull3D | 2 | If true, render the object in full 3D, like weapons and tools. |
2036 | field_77791_bV | itemIcon | 0 | Icon index in the icons table. |
2037 | field_77836_a | effectCache | 2 | Contains a map from integers to the list of potion effects that potions with that damage value confer (to prevent recalculating it). |
2038 | field_77838_b | soilBlockID | 2 | BlockID of the block the seeds can be planted on. |
2039 | field_77841_a | minecartType | 2 | |
2040 | field_77843_a | theToolMaterial | 2 | |
2041 | field_77850_cb | potionDuration | 2 | set by setPotionEffect |
2042 | field_77851_ca | potionId | 2 | represents the potion effect that will occurr upon eating this food. Set by setPotionEffect |
2043 | field_77852_bZ | alwaysEdible | 2 | If this field is true, the food can be consumed even if the player don't need to eat. |
2044 | field_77853_b | healAmount | 2 | The amount this food item heals the player. |
2045 | field_77854_c | saturationModifier | 2 | |
2046 | field_77855_a | itemUseDuration | 2 | Number of ticks to run while 'EnumAction'ing until result. |
2047 | field_77856_bY | isWolfsFavoriteMeat | 2 | Whether wolves like this food (true for raw and cooked porkchop). |
2048 | field_77857_cc | potionAmplifier | 2 | set by setPotionEffect |
2049 | field_77858_cd | potionEffectProbability | 2 | probably of the set potion effect occurring |
2050 | field_77862_b | toolMaterial | 2 | The material this tool is made from. |
2051 | field_77864_a | efficiencyOnProperMaterial | 2 | |
2052 | field_77865_bY | damageVsEntity | 2 | Damage versus entities. |
2053 | field_77870_a | doorMaterial | 2 | |
2054 | field_77876_a | isFull | 2 | field for checking if the bucket has been filled. |
2055 | field_77878_bZ | material | 2 | The EnumArmorMaterial used for this ItemArmor |
2056 | field_77879_b | damageReduceAmount | 2 | Holds the amount of damage that the armor reduces at full durability. |
2057 | field_77880_c | renderIndex | 2 | Used on RenderPlayer to select the correspondent armor to be rendered on the player: 0 is cloth, 1 is chain, 2 is iron, 3 is diamond and 4 is gold. |
2058 | field_77881_a | armorType | 2 | Stores the armor type: 0 is helmet, 1 is plate, 2 is legs and 3 is boots |
2059 | field_77882_bY | maxDamageArray | 2 | Holds the 'base' maxDamage that each armorType have. |
2060 | field_77918_f | speckledMelonEffect | 2 | |
2061 | field_77919_g | blazePowderEffect | 2 | |
2062 | field_77920_d | spiderEyeEffect | 2 | |
2063 | field_77921_e | fermentedSpiderEyeEffect | 2 | |
2064 | field_77922_b | sugarEffect | 2 | |
2065 | field_77923_c | ghastTearEffect | 2 | |
2066 | field_77926_o | potionPrefixes | 2 | An array of possible potion prefix names, as translation IDs. |
2067 | field_77927_l | potionRequirements | 2 | |
2068 | field_77928_m | potionAmplifiers | 2 | Potion effect amplifier map |
2069 | field_77929_j | glowstoneEffect | 2 | |
2070 | field_77930_k | gunpowderEffect | 2 | |
2071 | field_77931_h | magmaCreamEffect | 2 | |
2072 | field_77932_i | redstoneEffect | 2 | |
2073 | field_77934_f | rarityName | 2 | Rarity name. |
2074 | field_77937_e | rarityColor | 2 | A 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) |
2075 | field_77990_d | stackTagCompound | 2 | A NBTTagMap containing data about an ItemStack. Can only be used for non stackable items |
2076 | field_77991_e | itemDamage | 2 | Damage dealt to the item or number of use. Raise when using items. |
2077 | field_77992_b | animationsToGo | 2 | Number of animation frames to go when receiving an item (by walking into it, for example). |
2078 | field_77994_a | stackSize | 2 | Size of the stack. |
2079 | field_78001_f | harvestLevel | 2 | The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = WOOD/GOLD) |
2080 | field_78002_g | maxUses | 2 | The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32) |
2081 | field_78008_j | enchantability | 2 | Defines the natural enchantability factor of the material. |
2082 | field_78010_h | efficiencyOnProperMaterial | 2 | The strength of this tool material against blocks which it is effective against. |
2083 | field_78011_i | damageVsEntity | 2 | Damage versus entities. |
2084 | field_78026_f | tabMisc | 2 | |
2085 | field_78027_g | tabAllSearch | 2 | |
2086 | field_78028_d | tabRedstone | 2 | |
2087 | field_78029_e | tabTransport | 2 | |
2088 | field_78030_b | tabBlock | 2 | |
2089 | field_78031_c | tabDecorations | 2 | |
2090 | field_78032_a | creativeTabArray | 2 | |
2091 | field_78033_n | tabIndex | 2 | |
2092 | field_78034_o | tabLabel | 2 | |
2093 | field_78035_l | tabMaterials | 2 | |
2094 | field_78036_m | tabInventory | 2 | |
2095 | field_78037_j | tabCombat | 2 | |
2096 | field_78038_k | tabBrewing | 2 | |
2097 | field_78039_h | tabFood | 2 | |
2098 | field_78040_i | tabTools | 2 | |
2099 | field_78041_r | drawTitle | 2 | Whether to draw the title in the foreground of the creative GUI |
2100 | field_78042_q | hasScrollbar | 2 | |
2101 | field_78043_p | backgroundImageName | 2 | Texture to use. |
2102 | field_78048_f | maxDamageFactor | 2 | Holds the maximum damage factor (each piece multiply this by it's own value) of the material, this is the item damage (how much can absorb before breaks) |
2103 | field_78049_g | damageReductionAmountArray | 2 | Holds the damage reduction (each 1 points is half a shield on gui) of each piece of armor (helmet, plate, legs and boots) |
2104 | field_78055_h | enchantability | 2 | Return the enchantability factor of the material |
2105 | field_78089_u | textureHeight | 0 | |
2106 | field_78090_t | textureWidth | 0 | |
2107 | field_78091_s | isChild | 0 | |
2108 | field_78092_r | boxList | 0 | This is a list of all the boxes (ModelRenderer.class) in the current model. |
2109 | field_78093_q | isRiding | 0 | |
2110 | field_78094_a | modelTextureMap | 0 | A mapping for all texture offsets |
2111 | field_78095_p | onGround | 0 | |
2112 | field_78096_f | flippingPageLeft | 0 | Right cover renderer (when facing the book) |
2113 | field_78097_g | bookSpine | 0 | The renderer of spine of the book |
2114 | field_78098_d | pagesLeft | 0 | The left pages renderer (when facing the book) |
2115 | field_78099_e | flippingPageRight | 0 | Right cover renderer (when facing the book) |
2116 | field_78100_b | coverLeft | 0 | Left cover renderer (when facing the book) |
2117 | field_78101_c | pagesRight | 0 | The right pages renderer (when facing the book) |
2118 | field_78102_a | coverRight | 0 | Right cover renderer (when facing the book) |
2119 | field_78103_a | boatSides | 0 | |
2120 | field_78105_b | blazeHead | 0 | |
2121 | field_78106_a | blazeSticks | 0 | The sticks that fly around the Blaze. |
2122 | field_78112_f | bipedRightArm | 0 | |
2123 | field_78113_g | bipedLeftArm | 0 | |
2124 | field_78114_d | bipedHeadwear | 0 | |
2125 | field_78115_e | bipedBody | 0 | |
2126 | field_78116_c | bipedHead | 0 | |
2127 | field_78117_n | isSneak | 0 | |
2128 | field_78118_o | aimedBow | 0 | Records whether the model should be rendered aiming a bow. |
2129 | field_78119_l | heldItemLeft | 0 | Records whether the model should be rendered holding an item in the left hand, and if that item is a block. |
2130 | field_78120_m | heldItemRight | 0 | Records whether the model should be rendered holding an item in the right hand, and if that item is a block. |
2131 | field_78121_j | bipedEars | 0 | |
2132 | field_78122_k | bipedCloak | 0 | |
2133 | field_78123_h | bipedRightLeg | 0 | |
2134 | field_78124_i | bipedLeftLeg | 0 | |
2135 | field_78125_b | isAttacking | 0 | Is the enderman attacking an entity? |
2136 | field_78126_a | isCarrying | 0 | Is the enderman carrying a block? |
2137 | field_78127_b | tentacles | 0 | |
2138 | field_78128_a | body | 0 | |
2139 | field_78129_f | leg3 | 0 | |
2140 | field_78130_g | leg4 | 0 | |
2141 | field_78131_d | leg1 | 0 | |
2142 | field_78132_e | leg2 | 0 | |
2143 | field_78134_c | body | 0 | |
2144 | field_78135_a | head | 0 | |
2145 | field_78136_f | leftWing | 0 | |
2146 | field_78137_g | bill | 0 | |
2147 | field_78138_d | leftLeg | 0 | |
2148 | field_78139_e | rightWing | 0 | |
2149 | field_78140_b | body | 0 | |
2150 | field_78141_c | rightLeg | 0 | |
2151 | field_78142_a | head | 0 | |
2152 | field_78143_h | chin | 0 | |
2153 | field_78144_f | leg4 | 0 | |
2154 | field_78146_d | leg2 | 0 | |
2155 | field_78147_e | leg3 | 0 | |
2156 | field_78148_b | body | 0 | |
2157 | field_78149_c | leg1 | 0 | |
2158 | field_78150_a | head | 0 | |
2159 | field_78154_a | sideModels | 0 | |
2160 | field_78155_f | ocelotTail2 | 0 | The second part of tail model for the Ocelot. |
2161 | field_78156_g | ocelotHead | 0 | The head model for the Ocelot. |
2162 | field_78157_d | ocelotFrontRightLeg | 0 | The front right leg model for the Ocelot. |
2163 | field_78158_e | ocelotTail | 0 | The tail model for the Ocelot. |
2164 | field_78159_b | ocelotBackRightLeg | 0 | The back right leg model for the Ocelot. |
2165 | field_78160_c | ocelotFrontLeftLeg | 0 | The front left leg model for the Ocelot. |
2166 | field_78161_a | ocelotBackLeftLeg | 0 | The back left leg model for the Ocelot. |
2167 | field_78162_h | ocelotBody | 0 | The body model for the Ocelot. |
2168 | field_78165_b | signStick | 0 | The stick a sign stands on. |
2169 | field_78166_a | signBoard | 0 | The board on a sign that has the writing on it. |
2170 | field_78167_d | silverfishBoxLength | 0 | The widths, heights, and lengths for the silverfish model boxes. |
2171 | field_78168_e | silverfishTexturePositions | 0 | The texture positions for the silverfish's model's boxes. |
2172 | field_78169_b | silverfishWings | 0 | The wings (dust-looking sprites) on the silverfish's model. |
2173 | field_78171_a | silverfishBodyParts | 0 | The body parts of the silverfish's model. |
2174 | field_78173_f | ironGolemRightLeg | 0 | The right leg model for the Iron Golem. |
2175 | field_78174_d | ironGolemLeftArm | 0 | The left arm model for the iron golem. |
2176 | field_78175_e | ironGolemLeftLeg | 0 | The left leg model for the Iron Golem. |
2177 | field_78176_b | ironGolemBody | 0 | The body model for the iron golem. |
2178 | field_78177_c | ironGolemRightArm | 0 | The right arm model for the iron golem. |
2179 | field_78178_a | ironGolemHead | 0 | The head model for the iron golem. |
2180 | field_78179_f | wolfLeg4 | 0 | Wolf's fourth leg |
2181 | field_78180_g | wolfTail | 0 | The wolf's tail |
2182 | field_78181_d | wolfLeg2 | 0 | Wolf's second leg |
2183 | field_78182_e | wolfLeg3 | 0 | Wolf's third leg |
2184 | field_78183_b | wolfBody | 0 | The wolf's body |
2185 | field_78184_c | wolfLeg1 | 0 | Wolf'se first leg |
2186 | field_78185_a | wolfHeadMain | 0 | main box for the wolf head |
2187 | field_78186_h | wolfMane | 0 | The wolf's mane |
2188 | field_78187_d | rightVillagerLeg | 0 | The right leg of the VillagerModel |
2189 | field_78188_e | leftVillagerLeg | 0 | The left leg of the VillagerModel |
2190 | field_78189_b | villagerBody | 0 | The body of the VillagerModel |
2191 | field_78190_c | villagerArms | 0 | The arms of the VillagerModel |
2192 | field_78191_a | villagerHead | 0 | The head box of the VillagerModel |
2193 | field_78192_d | rightHand | 0 | |
2194 | field_78193_e | leftHand | 0 | |
2195 | field_78194_b | bottomBody | 0 | |
2196 | field_78195_c | head | 0 | |
2197 | field_78196_a | body | 0 | |
2198 | field_78197_d | slimeMouth | 0 | The slime's mouth |
2199 | field_78198_b | slimeRightEye | 0 | The slime's right eye |
2200 | field_78199_c | slimeLeftEye | 0 | The slime's left eye |
2201 | field_78200_a | slimeBodies | 0 | The slime's bodies, both the inside box and the outside box |
2202 | field_78201_b | squidTentacles | 0 | The squid's tentacles |
2203 | field_78202_a | squidBody | 0 | The squid's body |
2204 | field_78203_f | spiderLeg3 | 0 | Spider's third leg |
2205 | field_78204_g | spiderLeg4 | 0 | Spider's fourth leg |
2206 | field_78205_d | spiderLeg1 | 0 | Spider's first leg |
2207 | field_78206_e | spiderLeg2 | 0 | Spider's second leg |
2208 | field_78207_b | spiderNeck | 0 | The spider's neck box |
2209 | field_78208_c | spiderBody | 0 | The spider's body box |
2210 | field_78209_a | spiderHead | 0 | The spider's head box |
2211 | field_78210_j | spiderLeg7 | 0 | Spider's seventh leg |
2212 | field_78211_k | spiderLeg8 | 0 | Spider's eight leg |
2213 | field_78212_h | spiderLeg5 | 0 | Spider's fifth leg |
2214 | field_78213_i | spiderLeg6 | 0 | Spider's sixth leg |
2215 | field_78215_f | frontLeg | 0 | The front leg Model renderer of the dragon |
2216 | field_78216_g | rearLegTip | 0 | The rear leg tip Model renderer of the dragon |
2217 | field_78217_d | body | 0 | The body Model renderer of the dragon |
2218 | field_78218_e | rearLeg | 0 | The rear leg Model renderer of the dragon |
2219 | field_78219_b | spine | 0 | The spine Model renderer of the dragon |
2220 | field_78220_c | jaw | 0 | The jaw Model renderer of the dragon |
2221 | field_78221_a | head | 0 | The head Model renderer of the dragon |
2222 | field_78222_l | wingTip | 0 | The wing tip Model renderer of the dragon |
2223 | field_78223_m | partialTicks | 0 | |
2224 | field_78224_j | frontFoot | 0 | The front foot Model renderer of the dragon |
2225 | field_78225_k | wing | 0 | The wing Model renderer of the dragon |
2226 | field_78226_h | frontLegTip | 0 | The front leg tip Model renderer of the dragon |
2227 | field_78227_i | rearFoot | 0 | The rear foot Model renderer of the dragon |
2228 | field_78228_b | glass | 0 | The glass model for the Ender Crystal. |
2229 | field_78229_c | base | 0 | The base model for the Ender Crystal. |
2230 | field_78230_a | cube | 0 | The cube model for the Ender Crystal. |
2231 | field_78232_b | chestBelow | 0 | The model of the bottom of the chest. |
2232 | field_78233_c | chestKnob | 0 | The chest's knob in the chest model. |
2233 | field_78234_a | chestLid | 0 | The chest lid in the chest's model. |
2234 | field_78237_b | nVertices | 0 | |
2235 | field_78238_c | invertNormal | 0 | |
2236 | field_78239_a | vertexPositions | 0 | |
2237 | field_78241_b | texturePositionX | 0 | |
2238 | field_78242_c | texturePositionY | 0 | |
2239 | field_78243_a | vector3D | 0 | |
2240 | field_78246_f | posZ2 | 0 | Z vertex coordinate of upper box corner |
2241 | field_78248_d | posX2 | 0 | X vertex coordinate of upper box corner |
2242 | field_78249_e | posY2 | 0 | Y vertex coordinate of upper box corner |
2243 | field_78250_b | posY1 | 0 | Y vertex coordinate of lower box corner |
2244 | field_78251_c | posZ1 | 0 | Z vertex coordinate of lower box corner |
2245 | field_78252_a | posX1 | 0 | X vertex coordinate of lower box corner |
2246 | field_78253_h | vertexPositions | 0 | The (x,y,z) vertex positions and (u,v) texture coordinates for each of the 8 points on a cube |
2247 | field_78254_i | quadList | 0 | An array of 6 TexturedQuads, one for each face of a cube |
2248 | field_78285_g | colorCode | 0 | Array of RGB triplets defining the 16 standard chat colors followed by 16 darker version of the same colors for drop shadows. |
2249 | field_78286_d | charWidth | 0 | Array of width of all the characters in default.png |
2250 | field_78287_e | glyphWidth | 0 | Array of the start/end column (in upper/lower nibble) for every glyph in the /font directory. |
2251 | field_78288_b | FONT_HEIGHT | 0 | the height in pixels of default text |
2252 | field_78289_c | fontRandom | 0 | |
2253 | field_78291_n | red | 0 | Used to specify new red value for the current color. |
2254 | field_78292_o | blue | 0 | Used to specify new blue value for the current color. |
2255 | field_78293_l | unicodeFlag | 0 | If true, strings should be rendered with Unicode fonts instead of the default.png font |
2256 | field_78294_m | bidiFlag | 0 | If true, the Unicode Bidirectional Algorithm should be run before rendering any string. |
2257 | field_78295_j | posX | 0 | Current X coordinate at which to draw the next character. |
2258 | field_78296_k | posY | 0 | Current Y coordinate at which to draw the next character. |
2259 | field_78298_i | renderEngine | 0 | The RenderEngine used to load and setup glyph textures. |
2260 | field_78299_w | strikethroughStyle | 0 | Set if the "m" style (strikethrough) is active in currently rendering string |
2261 | field_78300_v | underlineStyle | 0 | Set if the "n" style (underlined) is active in currently rendering string |
2262 | field_78301_u | italicStyle | 0 | Set if the "o" style (italic) is active in currently rendering string |
2263 | field_78302_t | boldStyle | 0 | Set if the "l" style (bold) is active in currently rendering string |
2264 | field_78303_s | randomStyle | 0 | Set if the "k" style (random) is active in currently rendering string |
2265 | field_78304_r | textColor | 0 | Text color of the currently rendering string. |
2266 | field_78305_q | alpha | 0 | Used to speify new alpha value for the current color. |
2267 | field_78306_p | green | 0 | Used to specify new green value for the current color. |
2268 | field_78329_d | scaledHeightD | 0 | |
2269 | field_78330_e | scaleFactor | 0 | |
2270 | field_78331_b | scaledHeight | 0 | |
2271 | field_78332_c | scaledWidthD | 0 | |
2272 | field_78333_a | scaledWidth | 0 | |
2273 | field_78388_E | bufferSize | 0 | The size of the buffers used (in integers). |
2274 | field_78394_d | byteBuffer | 0 | The byte buffer used for GL allocation. |
2275 | field_78398_a | instance | 0 | The static instance of the Tessellator. |
2276 | field_78399_n | hasColor | 0 | Whether the current draw object for this tessellator has color values. |
2277 | field_78400_o | hasTexture | 0 | Whether the current draw object for this tessellator has texture coordinates. |
2278 | field_78401_l | brightness | 0 | |
2279 | field_78402_m | color | 0 | The color (RGBA) value to be used for the following draw call. |
2280 | field_78403_j | textureU | 0 | The first coordinate to be used for the texture. |
2281 | field_78404_k | textureV | 0 | The second coordinate to be used for the texture. |
2282 | field_78405_h | rawBuffer | 0 | Raw integer array. |
2283 | field_78406_i | vertexCount | 0 | The number of vertices to be drawn in the next draw call. Reset to 0 between draw calls. |
2284 | field_78407_w | yOffset | 0 | An offset to be applied along the y-axis for all vertices in this draw call. |
2285 | field_78408_v | xOffset | 0 | An offset to be applied along the x-axis for all vertices in this draw call. |
2286 | field_78409_u | drawMode | 0 | The draw mode currently being used by the tessellator. |
2287 | field_78410_t | isColorDisabled | 0 | Disables all color information for the following draw call. |
2288 | field_78411_s | addedVertices | 0 | The number of vertices manually added to the given draw call. This differs from vertexCount because it adds extra vertices when converting quads to triangles. |
2289 | field_78413_q | hasNormals | 0 | Whether the current draw object for this tessellator has normal values. |
2290 | field_78414_p | hasBrightness | 0 | |
2291 | field_78415_z | isDrawing | 0 | Whether this tessellator is currently in draw mode. |
2292 | field_78416_y | normal | 0 | The normal to be applied to the face being drawn. |
2293 | field_78417_x | zOffset | 0 | An offset to be applied along the z-axis for all vertices in this draw call. |
2294 | field_78423_f | cameraZ | 0 | |
2295 | field_78424_g | glLists | 0 | A list of OpenGL render list IDs rendered by this RenderList. |
2296 | field_78425_d | cameraX | 0 | The in-world location of the camera, used to translate the world into the proper position for rendering. |
2297 | field_78426_e | cameraY | 0 | |
2298 | field_78427_b | renderChunkY | 0 | |
2299 | field_78428_c | renderChunkZ | 0 | |
2300 | field_78429_a | renderChunkX | 0 | The location of the 16x16x16 render chunk rendered by this RenderList. |
2301 | field_78430_h | valid | 0 | Does this RenderList contain properly-initialized and current data for rendering? |
2302 | field_78431_i | bufferFlipped | 0 | Has glLists been flipped to make it ready for reading yet? |
2303 | field_78436_b | imageWidth | 0 | |
2304 | field_78437_c | imageHeight | 0 | |
2305 | field_78438_a | imageData | 0 | |
2306 | field_78450_g | equippedItemSlot | 0 | The index of the currently held item (0-8, or -1 if not yet updated) |
2307 | field_78451_d | prevEquippedProgress | 0 | |
2308 | field_78453_b | itemToRender | 0 | |
2309 | field_78454_c | equippedProgress | 0 | How far the current item has been equipped (0 disequipped and 1 fully up) |
2310 | field_78455_a | mc | 0 | A reference to the Minecraft object. |
2311 | field_78485_D | debugCamYaw | 0 | |
2312 | field_78486_E | prevDebugCamYaw | 0 | |
2313 | field_78487_F | debugCamPitch | 0 | |
2314 | field_78488_G | prevDebugCamPitch | 0 | |
2315 | field_78489_A | mouseFilterDummy4 | 0 | Mouse filter dummy 4 |
2316 | field_78490_B | thirdPersonDistance | 0 | |
2317 | field_78491_C | thirdPersonDistanceTemp | 0 | Third person distance temp |
2318 | field_78492_L | smoothCamPartialTicks | 0 | Smooth cam partial ticks |
2319 | field_78493_M | debugCamFOV | 0 | |
2320 | field_78494_N | prevDebugCamFOV | 0 | |
2321 | field_78495_O | camRoll | 0 | |
2322 | field_78496_H | smoothCamYaw | 0 | Smooth cam yaw |
2323 | field_78497_I | smoothCamPitch | 0 | Smooth cam pitch |
2324 | field_78498_J | smoothCamFilterX | 0 | Smooth cam filter X |
2325 | field_78499_K | smoothCamFilterY | 0 | Smooth cam filter Y |
2326 | field_78500_U | cloudFog | 0 | Cloud fog mode |
2327 | field_78501_T | fovMultiplierTemp | 0 | FOV multiplier temp |
2328 | field_78502_W | cameraYaw | 0 | |
2329 | field_78503_V | cameraZoom | 0 | |
2330 | field_78504_Q | lightmapColors | 0 | Colors computed in updateLightmap() and loaded into the lightmap emptyTexture |
2331 | field_78505_P | prevCamRoll | 0 | |
2332 | field_78506_S | fovModifierHandPrev | 0 | FOV modifier hand prev |
2333 | field_78507_R | fovModifierHand | 0 | FOV modifier hand |
2334 | field_78508_Y | prevFrameTime | 0 | Previous frame time in milliseconds |
2335 | field_78509_X | cameraPitch | 0 | |
2336 | field_78510_Z | renderEndNanoTime | 0 | End time of last render (ns) |
2337 | field_78511_f | torchFlickerDX | 0 | Torch flicker DX |
2338 | field_78512_g | torchFlickerY | 0 | Torch flicker Y |
2339 | field_78513_d | lightmapTexture | 0 | The texture id of the blocklight/skylight texture used for lighting effects |
2340 | field_78514_e | torchFlickerX | 0 | Torch flicker X |
2341 | field_78515_b | anaglyphField | 0 | Anaglyph field (0=R, 1=GB) |
2342 | field_78516_c | itemRenderer | 0 | |
2343 | field_78517_a | anaglyphEnable | 0 | |
2344 | field_78518_n | fogColorRed | 0 | red component of the fog color |
2345 | field_78519_o | fogColorGreen | 0 | green component of the fog color |
2346 | field_78521_m | fogColorBuffer | 0 | Fog color buffer |
2347 | field_78522_j | rainYCoords | 0 | Rain Y coords |
2348 | field_78524_h | torchFlickerDY | 0 | Torch flicker DY |
2349 | field_78525_i | rainXCoords | 0 | Rain X coords |
2350 | field_78526_w | mouseFilterYAxis | 0 | |
2351 | field_78527_v | mouseFilterXAxis | 0 | |
2352 | field_78528_u | pointedEntity | 0 | Pointed entity |
2353 | field_78529_t | rendererUpdateCount | 0 | Entity renderer update count |
2354 | field_78530_s | farPlaneDistance | 0 | |
2355 | field_78531_r | mc | 0 | A reference to the Minecraft object. |
2356 | field_78532_q | debugViewDirection | 0 | Debug view direction (0=OFF, 1=Front, 2=Right, 3=Back, 4=Left, 5=TiltLeft, 6=TiltRight) |
2357 | field_78533_p | fogColorBlue | 0 | blue component of the fog color |
2358 | field_78534_ac | rainSoundCounter | 0 | Rain sound counter |
2359 | field_78535_ad | fogColor2 | 0 | Fog color 2 |
2360 | field_78536_aa | lightmapUpdateNeeded | 0 | Is set, updateCameraAndRender() calls updateLightmap(); set by updateTorchFlicker() |
2361 | field_78537_ab | random | 0 | |
2362 | field_78538_z | mouseFilterDummy3 | 0 | Mouse filter dummy 3 |
2363 | field_78539_ae | fogColor1 | 0 | Fog color 1 |
2364 | field_78540_y | mouseFilterDummy2 | 0 | Mouse filter dummy 2 |
2365 | field_78541_x | mouseFilterDummy1 | 0 | Mouse filter dummy 1 |
2366 | field_78549_d | zPosition | 0 | |
2367 | field_78550_b | xPosition | 0 | |
2368 | field_78551_c | yPosition | 0 | |
2369 | field_78552_a | clippingHelper | 0 | |
2370 | field_78554_d | clippingMatrix | 0 | |
2371 | field_78555_b | projectionMatrix | 0 | |
2372 | field_78556_c | modelviewMatrix | 0 | |
2373 | field_78557_a | frustum | 0 | |
2374 | field_78561_f | projectionMatrixBuffer | 0 | |
2375 | field_78562_g | modelviewMatrixBuffer | 0 | |
2376 | field_78563_e | instance | 0 | |
2377 | field_78721_f | itemRenderer | 0 | |
2378 | field_78722_g | worldObj | 0 | Reference to the World object. |
2379 | field_78723_d | renderPosZ | 0 | |
2380 | field_78724_e | renderEngine | 0 | |
2381 | field_78725_b | renderPosX | 0 | |
2382 | field_78726_c | renderPosY | 0 | |
2383 | field_78727_a | instance | 0 | The static instance of RenderManager. |
2384 | field_78728_n | viewerPosZ | 0 | |
2385 | field_78729_o | entityRenderMap | 0 | A map of entity classes and the associated renderer. |
2386 | field_78730_l | viewerPosX | 0 | |
2387 | field_78731_m | viewerPosY | 0 | |
2388 | field_78732_j | playerViewX | 0 | |
2389 | field_78733_k | options | 0 | Reference to the GameSettings object. |
2390 | field_78734_h | livingPlayer | 0 | Rendermanager's variable for the player |
2391 | field_78735_i | playerViewY | 0 | |
2392 | field_78736_p | fontRenderer | 0 | Renders fonts |
2393 | field_78741_b | secondaryComponents | 2 | |
2394 | field_78742_a | primaryComponents | 2 | |
2395 | field_78770_f | curBlockDamageMP | 0 | Current block damage (MP) |
2396 | field_78772_d | currentBlockY | 0 | PosY of the current block being destroyed |
2397 | field_78773_e | currentblockZ | 0 | PosZ of the current block being destroyed |
2398 | field_78774_b | netClientHandler | 0 | |
2399 | field_78775_c | currentBlockX | 0 | PosX of the current block being destroyed |
2400 | field_78776_a | mc | 0 | The Minecraft instance. |
2401 | field_78777_l | currentPlayerItem | 0 | Index of the current item held by the player in the inventory hotbar |
2402 | field_78778_j | isHittingBlock | 0 | Tells if the player is hitting a block |
2403 | field_78779_k | currentGameType | 0 | Current game type for the player |
2404 | field_78780_h | stepSoundTickCounter | 0 | Tick counter, when it hits 4 it resets back to 0 and plays the step sound |
2405 | field_78781_i | blockHitDelay | 0 | Delays the first damage on the block after the first click on the block |
2406 | field_78782_b | textureOffsetY | 0 | The y coordinate offset of the texture |
2407 | field_78783_a | textureOffsetX | 0 | The x coordinate offset of the texture |
2408 | field_78795_f | rotateAngleX | 0 | |
2409 | field_78796_g | rotateAngleY | 0 | |
2410 | field_78797_d | rotationPointY | 0 | |
2411 | field_78798_e | rotationPointZ | 0 | |
2412 | field_78799_b | textureHeight | 0 | The size of the texture file's height in pixels. |
2413 | field_78800_c | rotationPointX | 0 | |
2414 | field_78801_a | textureWidth | 0 | The size of the texture file's width in pixels. |
2415 | field_78802_n | boxName | 0 | |
2416 | field_78803_o | textureOffsetX | 0 | The X offset into the texture used for displaying this model |
2417 | field_78804_l | cubeList | 0 | |
2418 | field_78805_m | childModels | 0 | |
2419 | field_78806_j | showModel | 0 | |
2420 | field_78807_k | isHidden | 0 | Hides the model. |
2421 | field_78808_h | rotateAngleZ | 0 | |
2422 | field_78809_i | mirror | 0 | |
2423 | field_78810_s | baseModel | 0 | |
2424 | field_78811_r | displayList | 0 | The GL display list rendered by the Tessellator for this model |
2425 | field_78812_q | compiled | 0 | |
2426 | field_78813_p | textureOffsetY | 0 | The Y offset into the texture used for displaying this model |
2427 | field_78818_a | mineshaftChestContents | 2 | List of contents that can generate in Mineshafts. |
2428 | field_78828_a | weightClass | 2 | The class of the StructureComponent to which this weight corresponds. |
2429 | field_78829_b | responseTime | 0 | Player response time to server in milliseconds |
2430 | field_78830_c | nameinLowerCase | 0 | Player name in lowercase. |
2431 | field_78831_a | name | 0 | The string value of the object |
2432 | field_78833_a | theWorldClient | 0 | Reference to the WorldClient object. |
2433 | field_78835_a | theWorldClient | 0 | Reference to the WorldClient object. |
2434 | field_78843_d | serverMOTD | 0 | (better variable name would be 'hostname') server name as displayed in the server browser's second line (grey text) |
2435 | field_78844_e | pingToServer | 0 | last server ping that showed up in the server browser |
2436 | field_78845_b | serverIP | 0 | |
2437 | field_78846_c | populationInfo | 0 | the string indicating number of players on and capacity of the server that is shown on the server browser (i.e. "5/20" meaning 5 slots used out of 20 slots total) |
2438 | field_78847_a | serverName | 0 | |
2439 | field_78848_h | acceptsTextures | 0 | |
2440 | field_78858_b | servers | 0 | List of ServerData instances. |
2441 | field_78859_a | mc | 0 | The Minecraft instance. |
2442 | field_78865_b | serverPort | 0 | |
2443 | field_78866_a | ipAddress | 0 | |
2444 | field_78875_d | rand | 0 | RNG. |
2445 | field_78876_b | fxLayers | 0 | |
2446 | field_78877_c | renderer | 0 | |
2447 | field_78878_a | worldObj | 0 | Reference to the World object. |
2448 | field_78892_f | maxZ | 2 | The second z coordinate of a bounding box. |
2449 | field_78893_d | maxX | 2 | The second x coordinate of a bounding box. |
2450 | field_78894_e | maxY | 2 | The second y coordinate of a bounding box. |
2451 | field_78895_b | minY | 2 | The first y coordinate of a bounding box. |
2452 | field_78896_c | minZ | 2 | The first z coordinate of a bounding box. |
2453 | field_78897_a | minX | 2 | The first x coordinate of a bounding box. |
2454 | field_78899_d | sneak | 0 | |
2455 | field_78900_b | moveForward | 0 | The speed at which the player is moving forward. Negative numbers will move backwards. |
2456 | field_78901_c | jump | 0 | |
2457 | field_78902_a | moveStrafe | 0 | The speed at which the player is strafing. Postive numbers to the left and negative to the right. |
2458 | field_78903_e | gameSettings | 0 | |
2459 | field_78915_A | isInitialized | 0 | |
2460 | field_78917_C | bytesDrawn | 0 | Bytes sent to the GPU |
2461 | field_78918_f | posXMinus | 0 | Pos X minus |
2462 | field_78919_g | posYMinus | 0 | Pos Y minus |
2463 | field_78920_d | posY | 0 | |
2464 | field_78921_e | posZ | 0 | |
2465 | field_78922_b | chunksUpdated | 0 | |
2466 | field_78923_c | posX | 0 | |
2467 | field_78924_a | worldObj | 0 | Reference to the World object. |
2468 | field_78925_n | posXPlus | 0 | Pos X plus |
2469 | field_78926_o | posYPlus | 0 | Pos Y plus |
2470 | field_78927_l | isInFrustum | 0 | |
2471 | field_78928_m | skipRenderPass | 0 | Should this renderer skip this render pass |
2472 | field_78929_j | posYClip | 0 | Pos Y clipped |
2473 | field_78930_k | posZClip | 0 | Pos Z clipped |
2474 | field_78931_h | posZMinus | 0 | Pos Z minus |
2475 | field_78932_i | posXClip | 0 | Pos X clipped |
2476 | field_78933_w | isChunkLit | 0 | Is the chunk lit |
2477 | field_78934_v | glOcclusionQuery | 0 | OpenGL occlusion query |
2478 | field_78935_u | isWaitingOnOcclusionQuery | 0 | Is this renderer waiting on the result of the occlusion query |
2479 | field_78936_t | isVisible | 0 | Is this renderer visible according to the occlusion query |
2480 | field_78937_s | chunkIndex | 0 | Chunk index |
2481 | field_78938_r | rendererBoundingBox | 0 | Axis aligned bounding box |
2482 | field_78939_q | needsUpdate | 0 | Boolean for whether this renderer needs to be updated or not |
2483 | field_78940_p | posZPlus | 0 | Pos Z plus |
2484 | field_78941_z | tessellator | 0 | |
2485 | field_78942_y | glRenderList | 0 | |
2486 | field_78945_a | baseEntity | 0 | The entity (usually the player) that the camera is inside. |
2487 | field_78947_b | entityPosY | 0 | Entity position Y |
2488 | field_78948_c | entityPosZ | 0 | Entity position Z |
2489 | field_78949_a | entityPosX | 0 | Entity position X |
2490 | field_79002_a | mc | 0 | The Minecraft instance. |
2491 | field_80001_f | closestPlayer | 2 | The closest EntityPlayer to this orb. |
2492 | field_80002_g | xpTargetColor | 2 | Threshold color for tracking players |
2493 | field_80004_Q | updateEntityTick | 2 | |
2494 | field_80005_w | hideServerAddress | 0 | |
2495 | field_82151_R | distanceWalkedOnStepModified | 2 | |
2496 | field_82152_aq | teleportDirection | 2 | |
2497 | field_82153_h | portalCounter | 2 | |
2498 | field_82172_bs | canPickUpLoot | 2 | Whether this entity can pick up items from the ground. |
2499 | field_82174_bp | equipmentDropChances | 2 | Chances for each equipment piece from dropping when this entity dies. |
2500 | field_82175_bq | isSwingInProgress | 2 | Whether an arm swing is currently in progress. |