portingtools/mappings/methods.csv

352 KiB

1func_100008_disDurationMax2Returns true if duration is at maximum, false otherwise.
2func_100009_j_getFacing2
3func_100011_ggetIsPotionDurationMax2
4func_100012_bsetPotionDurationMax2Toggle the isPotionDurationMax field.
5func_100015_aisKeyDown2Returns whether the specified key binding is currently being pressed.
6func_102007_acanInsertItem2Returns true if automation can insert the given item in the given slot from the given side. Args: Slot, item, side
7func_102008_bcanExtractItem2Returns true if automation can extract the given item in the given slot from the given side. Args: Slot, item, side
8func_102013_bcanExtractItemFromInventory2
9func_102026_aisBlockTopFacingSurfaceSolid2Performs check to see if the block is a normal, solid block, or if the metadata of the block indicates that its facing puts its solid side upwards. (inverted stairs, for example)
10func_102028_disSplashPotionEffect2
11func_70000_aaddServerStatsToSnooper2
12func_70001_baddServerTypeToSnooper2
13func_70002_QisSnooperEnabled2Returns whether snooping is enabled or not.
14func_70003_bcanCommandSenderUseCommand2Returns true if the command sender is allowed to use the given command.
15func_70004_atranslateString2Translates and formats the given string key with the given arguments.
16func_70005_c_getCommandSenderName2Gets the name of this command sender (usually username, but possibly "Rcon")
17func_70006_asendChatToPlayer2
18func_70007_bresetLog2Clears the RCon log
19func_70008_cgetChatBuffer2
20func_70011_fgetDistance2Gets the distance to the position. Args: x, y, z
21func_70012_bsetLocationAndAngles2Sets the location and Yaw/Pitch of an entity in the world
22func_70013_cgetBrightness2Gets how bright this entity is.
23func_70014_bwriteEntityToNBT2(abstract) Protected helper method to write subclass entity data to NBT.
24func_70015_dsetFire2Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
25func_70016_hsetVelocity2Sets the velocity to the args. Args: x, y, z
26func_70017_DdoBlockCollisions2Checks for block collisions, and calls the associated onBlockCollided method for the collided block.
27func_70018_KsetBeenAttacked2Sets that this entity has been attacked.
28func_70019_csetEating2
29func_70020_ereadFromNBT2Reads the entity from NBT (calls an abstract helper method to read specialized data)
30func_70021_algetParts2Return the Entity parts making up this Entity (currently only for dragons)
31func_70022_QgetEntityString2Returns the string that identifies this Entity's class
32func_70023_akgetEntityName2Gets the username of the entity.
33func_70024_gaddVelocity2Adds to the current velocity of the entity. Args: x, y, z
34func_70025_bdropItem2Drops an item stack at the entity's position. Args: itemID, count
35func_70026_GisWet2Checks if this entity is either in water or on an open air block in rain (used in wolves).
36func_70027_adisBurning2Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
37func_70028_iisEntityEqual2Returns true if Entity argument is equal to this Entity
38func_70029_asetWorld2Sets the reference to the World object.
39func_70030_zonEntityUpdate2Gets called every tick from main Entity class
40func_70031_bsetSprinting2Set sprinting switch for Entity.
41func_70032_dgetDistanceToEntity2Returns the distance to the entity. Args: entity
42func_70033_WgetYOffset2Returns the Y Offset of this entity.
43func_70034_dsetRotationYawHead2Sets the head's yaw rotation of the entity.
44func_70035_cgetLastActiveItems2
45func_70036_aplayStepSound2Plays step sound at given x, y, z for the entity
46func_70037_areadEntityFromNBT2(abstract) Protected helper method to read subclass entity data from NBT.
47func_70038_cisOffsetPositionInLiquid2Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
48func_70039_caddEntityID2adds the ID of this entity to the NBT given
49func_70040_ZgetLookVec2returns a (normalized) vector of where this entity is looking
50func_70041_e_canTriggerWalking2returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
51func_70042_XgetMountedYOffset2Returns the Y offset from the entity's position for any entity riding this one.
52func_70043_VupdateRiderPosition2
53func_70044_AsetOnFireFromLava2Called whenever the entity is walking inside of lava.
54func_70045_FisImmuneToFire2
55func_70046_EgetBoundingBox2returns the bounding box for this entity
56func_70047_egetEyeHeight2
57func_70048_ipushOutOfBlocks2Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z
58func_70049_anewFloatNBTList2Returns a new NBTTagList filled with the specified floats
59func_70050_gsetAir2
60func_70051_agisSprinting2Get if the Entity is sprinting.
61func_70052_asetFlag2Enable or disable a entity flag, see getEntityFlag to read the know flags.
62func_70053_RgetShadowSize2
63func_70054_adropItemWithOffset2Drops an item stack with a specified y offset. Args: itemID, count, yOffset
64func_70055_aisInsideOfMaterial2Checks if the current block the entity is within of the specified material type
65func_70056_asetPositionAndRotation22Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX, posY, posZ, yaw, pitch
66func_70057_abperformHurtAnimation2Setups the entity to do the hurt animation. Only used by packets in multiplayer.
67func_70058_JhandleLavaMovement2Whether or not the current entity is in lava
68func_70059_acupdateCloak2
69func_70060_amoveFlying2Used in both water and by flying objects
70func_70061_hunmountEntity2Called when a player unounts an entity.
71func_70062_bsetCurrentItemOrArmor2Sets the held item, or an armor slot. Slot 0 is held item. Slot 1-4 is armor. Params: Item, slot
72func_70063_aasetInPortal2Called by portal blocks when an entity is within it.
73func_70064_aupdateFallState2Takes in the distance the entity has fallen this tick and whether its on the ground to update the fall distance and deal fall damage if landing on the ground. Args: distanceFallenThisTick, onGround
74func_70065_xpreparePlayerToSpawn2Keeps moving the entity up so it isn't colliding with blocks and other requirements for this entity to be spawned (only actually used on players though its also on Entity)
75func_70066_Bextinguish2Removes fire from entity.
76func_70067_LcanBeCollidedWith2Returns true if other Entities should be prevented from moving through this Entity.
77func_70068_egetDistanceSqToEntity2Returns the squared distance to the entity. Args: entity
78func_70069_afall2Called when the mob is falling. Calculates and applies fall damage.
79func_70070_bgetBrightnessForRender2
80func_70071_h_onUpdate2Called to update the entity's position/logic.
81func_70072_IhandleWaterMovement2Returns if this entity is in water and will end up adding the waters velocity to the entity
82func_70073_OgetTexture2Returns the texture's file path as a String.
83func_70074_aonKillEntity2This method gets called when the entity kills another one.
84func_70075_ancanAttackWithItem2If returns false, the item will not inflict any damage against entities.
85func_70076_Ckill2sets the dead flag. Used when you fall off the bottom of the world.
86func_70077_aonStruckByLightning2Called when a lightning bolt hits the entity.
87func_70078_amountEntity2Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
88func_70079_amgetRotationYawHead2
89func_70080_asetPositionAndRotation2Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
90func_70081_edealFireDamage2Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
91func_70082_csetAngles2Adds par1*0.15 to the entity's yaw, and *subtracts* par2*0.15 from the pitch. Clamps pitch from -90 to 90. Both arguments in degrees.
92func_70083_fgetFlag2Returns true if the flag is active for the entity. Known flags: 0) is burning; 1) is sneaking; 2) is riding something; 3) is sprinting; 4) is eating
93func_70084_caddToPlayerScore2Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd
94func_70085_cinteract2Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig.
95func_70086_aigetAir2
96func_70087_anewDoubleNBTList2creates a NBT list from the array of doubles passed to this function
97func_70088_aentityInit2
98func_70089_SisEntityAlive2Checks whether target entity is alive.
99func_70090_HisInWater2Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
100func_70091_dmoveEntity2Tries to moves the entity by the passed in displacement. Args: x, y, z
101func_70092_egetDistanceSq2Gets the squared distance to the position. Args: x, y, z
102func_70093_afisSneaking2Returns if this entity is sneaking.
103func_70094_TisEntityInsideOpaqueBlock2Checks if this entity is inside of an opaque block
104func_70095_asetSneaking2Sets the sneaking flag.
105func_70096_wgetDataWatcher2
106func_70097_aattackEntityFrom2Called when the entity is attacked.
107func_70098_UupdateRidden2Handles updating while being ridden by an entity
108func_70099_aentityDropItem2Drops an item at the position of the entity.
109func_70100_b_onCollideWithPlayer2Called by a player entity when they collide with an entity
110func_70101_bsetRotation2Sets the rotation of the entity
111func_70102_aisInRangeToRenderVec3D2Checks using a Vec3d to determine if this entity is within range of that vector to be rendered. Args: vec3D
112func_70103_ahandleHealthUpdate2
113func_70104_McanBePushed2Returns true if this entity should push and be pushed by other entities when colliding.
114func_70105_asetSize2Sets the width and height of the entity. Args: width, height
115func_70106_ysetDead2Will get destroyed next tick.
116func_70107_bsetPosition2Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
117func_70108_fapplyEntityCollision2Applies a velocity to each of the entities pushing them away from each other. Args: entity
118func_70109_dwriteToNBT2Save the entity to NBT (calls an abstract helper method to write extra data)
119func_70110_ajsetInWeb2Sets the Entity inside a web block.
120func_70111_YgetCollisionBorderSize2
121func_70112_aisInRangeToRenderDist2Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
122func_70113_ahisEating2
123func_70114_ggetCollisionBox2Returns a boundingBox used to collide the entity with other entities and blocks. This enables the entity to be pushable on contact, like boats or minecarts.
124func_70115_aeisRiding2Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players.
125func_70184_aonImpact2Called when this EntityThrowable hits a block or entity.
126func_70185_hgetGravityVelocity2Gets the amount of gravity to apply to the thrown entity with each tick.
127func_70186_csetThrowableHeading2Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
128func_70196_igetPotionDamage2Returns the damage value of the thrown potion that this EntityPotion represents.
129func_70198_dcatchFish2
130func_70199_ccalculateVelocity2
131func_70220_amoveTowards2The location the eye should float/move towards. Currently used for moving towards the nearest stronghold. Args: strongholdX, strongholdY, strongholdZ
132func_70227_aonImpact2Called when this EntityFireball hits a block or entity.
133func_70239_bsetDamage2
134func_70240_asetKnockbackStrength2Sets the amount of knockback the arrow applies when it hits a mob.
135func_70241_ggetIsCritical2Whether the arrow has a stream of critical hit particles flying behind it.
136func_70242_dgetDamage2
137func_70243_dsetIsCritical2Whether the arrow has a stream of critical hit particles flying behind it.
138func_70265_bsetTimeSinceHit2Sets the time to count down from since the last time entity was hit.
139func_70266_asetDamageTaken2Sets the damage taken from the last hit.
140func_70267_igetForwardDirection2Gets the forward direction of the entity.
141func_70268_hgetTimeSinceHit2Gets the time since the last hit.
142func_70269_csetForwardDirection2Sets the forward direction of the entity.
143func_70271_ggetDamageTaken2Gets the damage taken from the last hit.
144func_70283_dgetWorld2
145func_70288_dsetAgeToCreativeDespawnTime2sets the age of the item so that it'll despawn one minute after it has been dropped (instead of five). Used when items are dropped from players in creative mode
146func_70289_acombineItems2Tries to merge this item with the item passed as the parameter. Returns true if successful. Either this item or the other item will be removed from the world.
147func_70295_k_openChest2
148func_70296_donInventoryChanged2Called when an the contents of an Inventory change, usually
149func_70297_j_getInventoryStackLimit2Returns the maximum stack size for a inventory slot. Seems to always be 64, possibly will be extended. *Isn't this more of a set than a get?*
150func_70298_adecrStackSize2Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
151func_70299_asetInventorySlotContents2Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
152func_70300_aisUseableByPlayer2Do not make give this method the name canInteractWith because it clashes with Container
153func_70301_agetStackInSlot2Returns the stack in slot i
154func_70302_i_getSizeInventory2Returns the number of slots in the inventory.
155func_70303_bgetInvName2Returns the name of the inventory.
156func_70304_bgetStackInSlotOnClosing2When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI.
157func_70305_fcloseChest2
158func_70306_aaddMapping2Adds a new two-way mapping between the class and its string name in both hashmaps.
159func_70307_areadFromNBT2Reads a tile entity from NBT.
160func_70308_asetWorldObj2Sets the worldObj for this tileEntity.
161func_70310_bwriteToNBT2Writes a tile entity to NBT.
162func_70311_ogetBlockType2Gets the block type at the location of this entity (client-only).
163func_70312_qvalidate2validates a tile entity
164func_70313_jinvalidate2invalidates a tile entity
165func_70314_lgetWorldObj2Returns the worldObj for this tileEntity.
166func_70315_breceiveClientEvent2Called when a client event is received with the event number and argument, see World.sendClientEvent
167func_70316_gupdateEntity2Allows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation.
168func_70317_ccreateAndLoadEntity2Creates a new entity and loads its data from the specified NBT.
169func_70318_agetDistanceFrom2Returns the square of the distance between this entity and the passed in coordinates.
170func_70319_egetDescriptionPacket2Overriden in a sign to provide the text.
171func_70320_pisInvalid2returns true if tile entity is invalid, false otherwise
172func_70321_hupdateContainingBlockInfo2Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check
173func_70322_ngetBlockMetadata2Returns block data at the location of this entity (client-only).
174func_70332_dgetOffsetZ2
175func_70333_agetProgress2Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
176func_70334_cgetOffsetY2
177func_70335_aupdatePushedObjects2
178func_70336_cgetPistonOrientation2Returns the orientation of the piston as an int
179func_70337_bgetOffsetX2
180func_70338_fshouldRenderHead2
181func_70339_iclearPistonTileEntity2removes a pistons tile entity (and if the piston is moving, stops it)
182func_70340_agetStoredBlockID2
183func_70341_bisExtending2Returns true if a piston is extending
184func_70350_kcanBrew2
185func_70351_igetFilledSlots2returns an integer with each bit specifying wether that slot of the stand contains a potion
186func_70352_bgetPotionResult2The result of brewing a potion of the specified damage value with an ingredient itemstack.
187func_70353_rbrewPotions2
188func_70354_csetBrewTime2
189func_70355_t_getBrewTime2
190func_70360_aaddItem2Add item stack in first available inventory slot
191func_70361_igetRandomStackFromInventory2
192func_70364_aopenChest2
193func_70365_aisUseableByPlayer2
194func_70366_bcloseChest2
195func_70397_cgetCookProgressScaled2Returns an integer between 0 and the passed value representing how close the current item is to being completely cooked
196func_70398_agetItemBurnTime2Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
197func_70399_ksmeltItem2Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
198func_70400_iisBurning2Returns true if the furnace is currently burning
199func_70401_bisItemFuel2Return true if item is a fuel source (getItemBurnTime() > 0).
200func_70402_rcanSmelt2Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc.
201func_70403_dgetBurnTimeRemainingScaled2Returns an integer between 0 and the passed value representing how much burn time is left on the current fuel item, where 0 means that the item is exhausted and the passed value means that the item is fresh
202func_70408_asetEditable2Sets the sign's isEditable flag to the specified parameter.
203func_70409_aisEditable2
204func_70413_achangePitch2change pitch by -> (currentPitch + 1) % 25
205func_70414_atriggerNote2plays the stored note
206func_70418_icheckForAdjacentChests2Performs the check for adjacent chests to determine if this chest is double or not.
207func_70429_kdecrementAnimations2Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
208func_70430_lgetTotalArmorValue2Based on the damage values and maximum damage values of each armor item, returns the current armor value.
209func_70431_chasItemStack2Returns true if the specified ItemStack exists in the inventory.
210func_70432_dstoreItemStack2stores an itemstack in the users inventory
211func_70433_asetCurrentItem2Sets a specific itemID as the current item being held (only if it exists on the hotbar)
212func_70434_cgetInventorySlotContainItemAndDamage2
213func_70435_dconsumeInventoryItem2removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)
214func_70436_mdropAllItems2Drop all armor and main inventory items.
215func_70437_bsetItemStack2
216func_70438_agetStrVsBlock2Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything.
217func_70440_farmorItemInSlot2returns a player armor item (as itemstack) contained in specified armor slot.
218func_70441_aaddItemStackToInventory2Adds the item stack to the inventory, returns false if it is impossible.
219func_70442_awriteToNBT2Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
220func_70443_breadFromNBT2Reads from the given tag list and fills the slots in the inventory with the correct items.
221func_70444_agetDamageVsEntity2Return damage vs an entity done by the current held weapon, or 1 if nothing is held
222func_70445_ogetItemStack2
223func_70446_hgetInventorySlotContainItem2Returns a slot index in main inventory containing a specific itemID
224func_70447_igetFirstEmptyStack2Returns the first item stack that is empty.
225func_70448_ggetCurrentItem2Returns the item stack currently held by the player.
226func_70449_gdamageArmor2Damages armor in each slot by the specified amount.
227func_70450_ehasItem2Get if a specifiied item id is inside the inventory.
228func_70451_hgetHotbarSize2Get the size of the player hotbar inventory
229func_70452_estorePartialItemStack2This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
230func_70453_cchangeCurrentItem2Switch the current item to the next one or the previous one
231func_70454_bcanHarvestBlock2Returns whether the current item (tool) can harvest from the specified block (actually get a result).
232func_70455_bcopyInventory2Copy the ItemStack contents from another InventoryPlayer instance
233func_70463_bgetStackInRowAndColumn2Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column
234func_70468_hgetCurrentRecipe2
235func_70469_dinventoryResetNeededOnSlotChange2if par1 slot has changed, does resetRecipeAndSlots need to be called?
236func_70470_gresetRecipeAndSlots2
237func_70471_csetCurrentRecipeIndex2
238func_70485_asetAssociatedChest2
239func_70486_aloadInventoryFromNBT2
240func_70487_gsaveInventoryToNBT2
241func_70491_igetDamage2Gets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
242func_70492_csetDamage2Sets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
243func_70493_kgetRollingDirection2Gets the rolling direction the cart rolls while being attacked. Can be 1 or -1.
244func_70494_isetRollingDirection2Sets the rolling direction the cart rolls while being attacked. Can be 1 or -1.
245func_70496_jgetRollingAmplitude2Gets the rolling amplitude the cart rolls while being attacked.
246func_70497_hsetRollingAmplitude2Sets the rolling amplitude the cart rolls while being attacked.
247func_70515_dexplode2
248func_70518_donValidSurface2checks to make sure painting can be placed there
249func_70526_dgetXpValue2Returns the XP value of this XP orb.
250func_70527_agetXPSplit2Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
251func_70528_ggetTextureByXP2Returns a number from 1 to 10 based on how much XP this orb is worth. This is used by RenderXPOrb to determine what texture to use.
252func_70534_dgetRedColorF2
253func_70535_ggetBlueColorF2
254func_70536_asetParticleTextureIndex2Public method to set private field particleTextureIndex.
255func_70537_bgetFXLayer2
256func_70538_bsetRBGColorF2
257func_70539_arenderParticle2
258func_70541_fmultipleParticleScaleBy2
259func_70542_fgetGreenColorF2
260func_70543_emultiplyVelocity2
261func_70589_bsetBaseSpellTextureIndex2Sets the base spell texture index
262func_70598_bsetHomeArea2
263func_70599_aPgetSoundVolume2Returns the volume for the sounds this mob makes.
264func_70600_ldropRareDrop2
265func_70601_bigetCanSpawnHere2Checks if the entity's current position is a valid location to spawn this entity.
266func_70602_aCgetHomePosition2
267func_70603_bjgetRenderSizeModifier2Returns render size modifier
268func_70604_csetRevengeTarget2
269func_70605_aqgetMoveHelper2
270func_70606_jsetEntityHealth2
271func_70607_jsetLastAttackingEntity2
272func_70608_bnisPlayerSleeping2Returns whether player is sleeping or not
273func_70609_aIonDeathUpdate2handles entity death timer, experience orb and particle creation
274func_70610_aXisMovementBlocked2Dead and sleeping entities cannot move
275func_70611_aBisWithinHomeDistanceCurrentPosition2Returns true if entity is within home distance from current position
276func_70612_emoveEntityWithHeading2Moves the entity based on the specified heading. Args: strafe, forward
277func_70613_aWisClientWorld2Returns whether the entity is in a local (client) world
278func_70614_arayTrace2Performs a ray trace for the distance specified and using the partial tick time. Args: distance, partialTickTime
279func_70615_aAeatGrassBonus2This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
280func_70616_bsgetSpeedModifier2This method returns a value to be applied directly to entity speed, this factor is less than 1 when a slowdown potion effect is applied, more than 1 when a haste potion effect is applied and 2 for fleeing entities.
281func_70617_f_isOnLadder2returns true if this entity is by a ladder, false otherwise
282func_70618_nremovePotionEffectClient2Remove the speified potion effect from this entity.
283func_70619_bcupdateAITasks2
284func_70620_bgetItemIcon2Gets the Icon Index of the item currently held
285func_70621_aRgetHurtSound2Returns the sound this mob makes when it is hurt.
286func_70622_aFhasHome2
287func_70623_bbdespawnEntity2Makes the entity despawn if requirements are reached
288func_70624_bsetAttackTarget2Sets the active target the Task system uses for tracking
289func_70625_afaceEntity2Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
290func_70626_beupdateEntityActionState2
291func_70627_aGgetTalkInterval2Get number of ticks, at least during which the living entity will be silent.
292func_70628_adropFewItems2Drop 0-2 items of this living's type. @param par1 - Whether this entity has recently been hit by a player. @param par2 - Level of Looting used to kill this mob.
293func_70629_bdupdateAITick2main AI tick function, replaces updateEntityActionState
294func_70630_aNgetHealth2
295func_70631_g_isChild2If Animal, checks if the age timer is negative
296func_70632_aYisBlocking2
297func_70633_aTgetDropItemId2Returns the item ID for the item the mob drops on death.
298func_70634_asetPositionAndUpdate2Move the entity to the coordinates informed, but keep yaw/pitch values.
299func_70635_atgetEntitySenses2returns the EntitySenses Object for the EntityLiving
300func_70636_donLivingUpdate2Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons use this to react to sunlight and start to burn.
301func_70637_dsetJumping2
302func_70638_azgetAttackTarget2Gets the active target the Task system uses for tracking
303func_70639_aQgetLivingSound2Returns the sound this mob makes while it's alive.
304func_70640_aDgetMaximumHomeDistance2
305func_70641_blgetMaxSpawnedInChunk2Will return how many at most can spawn in a chunk at once.
306func_70642_aHplayLivingSound2Plays living's sound at its position
307func_70643_avgetAITarget2
308func_70644_aisPotionActive2
309func_70645_aonDeath2Called when the mob's health reaches 0.
310func_70646_bfgetVerticalFaceSpeed2The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
311func_70647_igetSoundPitch2Gets the pitch of living sounds in living entities.
312func_70648_aUcanBreatheUnderwater2
313func_70649_disWithinHomeDistance2
314func_70650_aVisAIEnabled2Returns true if the newer Entity AI code should be run
315func_70651_bqgetActivePotionEffects2
316func_70652_kattackEntityAsMob2
317func_70653_aknockBack2knocks back this entity
318func_70654_axgetAge2
319func_70655_bapplyArmorCalculations2Reduces damage, depending on armor
320func_70656_aKspawnExplosionParticle2Spawns an explosion particle around the Entity's location
321func_70657_fsetMoveForward2
322func_70658_aOgetTotalArmorValue2Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
323func_70659_esetAIMoveSpeed2set the movespeed used for the new AI system
324func_70660_bgetActivePotionEffect2returns the PotionEffect for the supplied Potion if it is active, null otherwise.
325func_70661_asgetNavigator2
326func_70662_brisEntityUndead2Returns true if this entity is undead.
327func_70663_bupdateRotation2Arguments: current rotation, intended rotation, max increment.
328func_70664_aZjump2Causes this entity to do an upwards motion (jumping).
329func_70665_ddamageEntity2Deals damage to the entity. If its a EntityPlayer then will take damage from the armor first and then health second with the reduced value. Args: damageAmount
330func_70666_hgetPosition2interpolated position vector
331func_70667_aMgetMaxHealth2
332func_70668_btgetCreatureAttribute2Get this Entity's EnumCreatureAttribute
333func_70669_arenderBrokenItemStack2Renders broken item particles using the given ItemStack
334func_70670_aonNewPotionEffect2
335func_70671_apgetLookHelper2
336func_70672_capplyPotionDamageCalculations2Reduces damage, depending on potions
337func_70673_aSgetDeathSound2Returns the sound this mob makes on death.
338func_70674_bpclearActivePotions2
339func_70675_kdamageArmor2
340func_70676_igetLook2interpolated look vector
341func_70677_aEdetachHome2
342func_70678_ggetSwingProgress2Returns where in the swing animation the living entity is (from 0 to 1). Args: partialTickTime
343func_70679_boupdatePotionEffects2
344func_70680_awgetLastAttackingEntity2
345func_70681_augetRNG2
346func_70682_hdecreaseAirSupply2Decrements the entity's air supply when underwater
347func_70683_argetJumpHelper2
348func_70684_aJisPlayer2Only use is to identify if class is an instance of player for experience dropping
349func_70685_lcanEntityBeSeen2returns true if the entity provided in the argument can be seen. (Raytrace)
350func_70686_acanAttackClass2Returns true if this entity can attack entities of the specified class.
351func_70687_eisPotionApplicable2
352func_70688_conFinishedPotionEffect2
353func_70689_aygetAIMoveSpeed2the movespeed used for the new AI system
354func_70690_daddPotionEffect2adds a PotionEffect to the entity
355func_70691_iheal2Heal living entity (param: amount of half-hearts)
356func_70692_bacanDespawn2Determines if an entity can be despawned, used on idle far away entities
357func_70693_agetExperiencePoints2Get the experience points the entity currently has.
358func_70694_bmgetHeldItem2Returns the item that this EntityLiving is holding, if any.
359func_70695_bonChangedPotionEffect2
360func_70777_mgetEntityToAttack2Returns current entities target
361func_70778_asetPathToEntity2sets the Entities walk path in EntityCreature
362func_70779_jupdateWanderPath2Time remaining during which the Animal is sped up and flees.
363func_70780_iisMovementCeased2Disables a mob's ability to move on its own while true.
364func_70781_lhasPath2Returns true if entity has a path to follow
365func_70782_kfindPlayerToAttack2Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies).
366func_70783_agetBlockPathWeight2Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z
367func_70784_bsetTarget2Sets the entity which is to be attacked.
368func_70785_aattackEntity2Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
369func_70790_aisCourseTraversable2True if the ghast has an unobstructed line of travel to the waypoint.
370func_70799_asetSlimeSize2
371func_70800_mcanDamagePlayer2Indicates weather the slime is able to damage the player (based upon the slime's size)
372func_70801_igetSlimeParticle2Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
373func_70802_jcreateInstance2
374func_70803_ogetJumpSound2Returns the name of the sound played when the slime jumps.
375func_70804_pmakesSoundOnLand2Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
376func_70805_ngetAttackStrength2Gets the amount of damage dealt to the player when "attacked" by the slime.
377func_70806_kgetJumpDelay2Gets the amount of time the slime needs to wait between jumps.
378func_70807_rmakesSoundOnJump2Returns true if the slime makes a sound when it jumps (based upon the slime's size)
379func_70809_qgetSlimeSize2Returns the size of the slime.
380func_70814_oisValidLightLevel2Checks to make sure the light is not too bright where the mob is spawning
381func_70816_cteleportToEntity2Teleport the enderman to another entity
382func_70817_bsetCarryingData2Set the metadata of the block an enderman carries
383func_70818_asetCarried2Set the id of the block an enderman carries
384func_70819_esetScreaming2
385func_70820_nteleportRandomly2Teleport the enderman to a random nearby position
386func_70821_dshouldAttackPlayer2Checks to see if this enderman should be attacking this player
387func_70822_pgetCarried2Get the id of the block an enderman carries
388func_70823_risScreaming2
389func_70824_qgetCarryingData2Get the metadata of the block an enderman carries
390func_70825_jteleportTo2Teleport the enderman
391func_70829_asetCreeperState2Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
392func_70830_ngetPowered2Returns true if the creeper is powered by a lightning bolt.
393func_70831_jgetCreeperFlashIntensity2Params: (Float)Render tick. Returns the intensity of the creeper's flash when it is ignited.
394func_70832_pgetCreeperState2Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
395func_70835_cbecomeAngryAt2Causes this PigZombie to become angry at the supplied Entity (which will be a player).
396func_70839_esetBesideClimbableBlock2Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
397func_70840_nspiderScaleAmount2How large the spider should be scaled.
398func_70841_pisBesideClimbableBlock2Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
399func_70849_fsetPlayerCreated2
400func_70850_qisPlayerCreated2
401func_70851_esetHoldingRose2
402func_70852_ngetVillage2
403func_70853_pgetHoldRoseTick2
404func_70854_ogetAttackTimer2
405func_70873_asetGrowingAge2The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. With a negative value the Entity is considered a child.
406func_70874_bgetGrowingAge2The age value may be negative or positive or zero. If it's negative, it get's incremented on each tick, if it's positive, it get's decremented each tick. Don't confuse this with EntityLiving.getAge. With a negative value the Entity is considered a child.
407func_70875_tresetInLove2
408func_70876_cprocreate2Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
409func_70877_bisBreedingItem2Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
410func_70878_bcanMateWith2Returns true if the mob is currently able to mate with the specified mob.
411func_70879_aspawnBabyAnimal2This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
412func_70880_sisInLove2Returns if the entity is currently in 'love mode'.
413func_70891_bsetFleeceColor2
414func_70892_ogetSheared2returns true if a sheeps wool has been sheared
415func_70893_esetSheared2make a sheep sheared if set to true
416func_70895_agetRandomFleeceColor2This method is called when a sheep spawns in the world to select the color of sheep fleece.
417func_70896_ngetFleeceColor2
418func_70900_esetSaddled2Set or remove the saddle of the pig.
419func_70901_ngetSaddled2Returns true if the pig is saddled.
420func_70902_qgetOwner2
421func_70903_fsetTamed2
422func_70904_gsetSitting2
423func_70905_pgetOwnerName2
424func_70906_oisSitting2
425func_70908_eplayTameEffect2Play the taming effect, will either be hearts or smoke depending on status
426func_70909_nisTamed2
427func_70910_asetOwner2
428func_70912_bsetTameSkin2
429func_70913_ugetTameSkin2
430func_70915_jgetShadingWhileShaking2Used when calculating the amount of shading to apply while the wolf is shaking.
431func_70916_hsetAngry2Sets whether this wolf is angry or not.
432func_70917_kgetInterestedAngle2
433func_70919_buisAngry2Determines whether this wolf is angry or not.
434func_70920_vgetTailRotation2
435func_70921_ugetWolfShaking2
436func_70923_fgetShakeAngle2
437func_70930_asetRecipes2
438func_70931_l_getCustomer2
439func_70932_a_setCustomer2
440func_70933_auseRecipe2
441func_70934_bgetRecipes2
442func_70938_bsetProfession2
443func_70939_fsetPlaying2
444func_70940_qisTrading2
445func_70941_oisMating2
446func_70942_agenerateRandomParticles2par1 is the particleName
447func_70943_cgetRandomCountForBlacksmithItem2
448func_70944_bgetRandomCountForItem2default to 1, and villagerStockList contains a min/max amount for each index
449func_70945_pisPlaying2
450func_70946_ngetProfession2
451func_70947_esetMating2
452func_70948_aaddMerchantItem2each recipie takes a random stack from villagerStockList and offers it for 1 emerald
453func_70949_baddBlacksmithItem2
454func_70950_caddDefaultEquipmentAndRecipies2based on the villagers profession add items, equipment, and recipies adds par1 random items to the list of things that the villager wants to buy. (at most 1 of each wanted type is added)
455func_70951_agetRandomSizedStack2
456func_70965_aattackEntityFromPart2
457func_70967_ksetNewTarget2Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
458func_70968_igetBossHealth2Returns the health points of the dragon.
459func_70969_jupdateDragonEnderCrystal2Updates the state of the enderdragon's current endercrystal.
460func_70970_acollideWithEntities2Pushes all entities inside the list away from the enderdragon.
461func_70971_battackEntitiesInList2Attacks all entities inside this list, dealing 5 hearts of damage.
462func_70972_adestroyBlocksInAABB2Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
463func_70973_bsimplifyAngle2Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
464func_70974_agetMovementOffsets2Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, always 0. Parameters: buffer index offset, partial ticks.
465func_70975_acreateEnderPortal2Creates the ender portal leading back to the normal world after defeating the enderdragon.
466func_70996_bMshouldHeal2Checks if the player's health is not full and not zero.
467func_70997_bJgetBedLocation2Returns the location of the bed the player will respawn at, or null if the player has not slept in a bed.
468func_70998_minteractWith2
469func_70999_awakeUpPlayer2Wake up the player if they're sleeping.
470func_71000_jaddMovementStat2Adds a value to a movement statistic field - like run, walk, swin or climb.
471func_71001_aonItemPickup2Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize
472func_71002_cdisplayGUIEnchantment2
473func_71004_bErespawnPlayer2
474func_71005_bNgetInventoryEnderChest2Returns the InventoryEnderChest of this player.
475func_71006_adisplayGUIDispenser2Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
476func_71007_adisplayGUIChest2Displays the GUI for interacting with a chest inventory. Args: chestInventory
477func_71008_asetItemInUse2sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration
478func_71009_bonCriticalHit2Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
479func_71010_cupdateItemUse2Plays sounds and makes particles for item in use state
480func_71011_bugetItemInUse2returns the ItemStack containing the itemInUse
481func_71012_ajoinEntityItemWithWorld2Joins the passed in entity item with the world. Args: entityItem
482func_71014_adisplayGUIEditSign2Displays the GUI for editing a sign. Args: tileEntitySign
483func_71015_kaddMountedMovementStat2Adds a value to a mounted movement statistic field - by minecart, boat, or pig.
484func_71016_psendPlayerAbilities2Sends the player's abilities to the server (if there is one).
485func_71017_adisplayGUIBrewingStand2Displays the GUI for interacting with a brewing stand.
486func_71018_asleepInBedAt2Attempts to have the player sleep in a bed at the specified location.
487func_71019_adropPlayerItemWithRandomChoice2Args: itemstack, flag
488func_71020_jaddExhaustion2increases exhaustion level by supplied amount
489func_71021_bdropPlayerItem2Args: itemstack - called when player drops an item stack that's not in his inventory (like items still placed in a workbench while the workbench'es GUI gets closed)
490func_71022_aalertWolves2Called when the player attack or gets attacked, it's alert all wolves in the area that are owned by the player to join the attack or defend the player.
491func_71023_qaddExperience2This method increases the player's current amount of experience.
492func_71024_bLgetFoodStats2Returns the player's FoodStats object.
493func_71025_tgetTranslator2
494func_71026_bHisPlayerFullyAsleep2Returns whether or not the player is asleep and the screen has fully faded.
495func_71027_ctravelToDimension2Teleports the entity to another dimension. Params: Dimension number to teleport to
496func_71028_bDdestroyCurrentEquippedItem2Destroys the currently equipped item from the player's inventory.
497func_71029_atriggerAchievement2Will trigger the specified trigger.
498func_71030_adisplayGUIMerchant2
499func_71033_asetGameType2Sets the player's game mode and sends it to them.
500func_71034_bystopUsingItem2
501func_71035_caddChatMessage2Add a chat message to the player
502func_71036_oonItemUseFinish2Used for when item use count runs out, ie: eating completed
503func_71037_bAgetScore2
504func_71038_iswingItem2Swings the item the player is holding.
505func_71039_bwisUsingItem2Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
506func_71040_bBdropOneItem2Called when player presses the drop item key
507func_71041_bzclearItemInUse2
508func_71042_adisplayGUIFurnace2Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
509func_71043_ecanEat2
510func_71044_ocollideWithPlayer2
511func_71045_bCgetCurrentEquippedItem2Returns the currently being used item by the player.
512func_71047_conEnchantmentCritical2
513func_71048_cdisplayGUIBook2Displays the GUI for interacting with a book.
514func_71049_aclonePlayer2Copies the values from the given player into this player if boolean par2 is true. Always clones Ender Chest Inventory.
515func_71050_bKxpBarCap2This method returns the cap amount of experience that the experience bar can hold. With each level, the experience cap on the player's experience bar is raised by 10.
516func_71051_bGgetBedOrientationInDegrees2Returns the orientation of the bed in degrees.
517func_71052_bvgetItemInUseCount2Returns the item in use count
518func_71053_jcloseScreen2sets current screen to null (used on escape buttons of GUIs)
519func_71055_agetCurrentPlayerStrVsBlock2Returns how strong the player is against the specified block at this moment
520func_71056_averifyRespawnCoordinates2Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
521func_71057_bxgetItemInUseDuration2gets the duration for how long the current itemInUse has been in use
522func_71058_bdisplayGUIWorkbench2Displays the crafting GUI for a workbench.
523func_71059_nattackTargetEntityWithCurrentItem2Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
524func_71060_bIgetSleepTimer2
525func_71061_d_resetHeight2sets the players height back to normal after doing things like sleeping and dieing
526func_71062_bcanHarvestBlock2Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
527func_71063_asetSpawnChunk2Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
528func_71064_aaddStat2Adds a value to a statistic field.
529func_71065_lisInBed2Checks if the player is currently in a bed
530func_71110_asendContainerAndContentsToPlayer2
531func_71111_asendSlotContents2Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents
532func_71112_asendProgressBarUpdate2Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP.
533func_71113_kupdateHeldItem2updates item held by mouse
534func_71114_rgetPlayerIP2Gets the player's IP address. Used in /banip.
535func_71115_arequestTexturePackLoad2on recieving this message the client (if permission is given) will download the requested textures
536func_71116_baddSelfToInternalCraftingInventory2
537func_71117_bOincrementWindowID2
538func_71118_nsetPlayerHealthUpdated2this function is called when a players inventory is sent to him, lastHealth is updated on any dimension transitions, then reset.
539func_71119_asendTileEntityToPlayer2called from onUpdate for all tileEntity in specific chunks
540func_71120_asendContainerToPlayer2
541func_71121_qgetServerForPlayer2
542func_71122_bupdateFlyingState2likeUpdateFallState, but called from updateFlyingState, rather than moveEntity
543func_71123_mmountEntityAndWakeUp2
544func_71124_bgetCurrentItemOrArmor20 = item, 1-n is armor
545func_71125_aupdateClientInfo2
546func_71126_vgetChatVisibility2
547func_71127_gonUpdateEntity2
548func_71128_lcloseInventory2
549func_71150_bsetHealth2Updates health locally.
550func_71151_fgetFOVMultiplier2Gets the player's field of view multiplier. (ex. when flying)
551func_71152_asetXPStats2Sets the current XP, total XP, and level number.
552func_71153_fisBlockTranslucent2
553func_71165_dsendChatMessage2Sends a chat message from the player. Args: chatMessage
554func_71166_bsendMotionUpdates2Send updated motion and position information to the server
555func_71167_bincrementStat2Used by NetClientHandler.handleStatistic
556func_71187_DgetCommandManager2
557func_71188_gsetAllowPvp2
558func_71189_esetHostname2
559func_71190_qupdateTimeLightAndEntities2
560func_71191_dsetBuildLimit2
561func_71192_dsetUserMessage2Typically "menu.convertingLevel", "menu.loadingLevel" or others.
562func_71193_KallowSpawnMonsters2
563func_71194_ccanCreateBonusChest2
564func_71195_b_getUserMessage2
565func_71196_agetServerConfigurationManager2Gets the current player count, maximum player count, and player entity list.
566func_71197_bstartServer2Initialises the server and starts it.
567func_71198_klogDebug2If isDebuggingEnabled(), logs the message with a level of INFO.
568func_71199_hisHardcore2Defaults to false.
569func_71200_adserverIsInRunLoop2
570func_71201_jlogSevere2Logs the error message with a level of SEVERE.
571func_71202_PgetTexturePack2
572func_71203_abgetConfigurationManager2
573func_71204_bsetDemo2Sets whether this is a demo or not.
574func_71205_psetMOTD2
575func_71206_ashareToLAN2On dedicated does nothing. On integrated, sets commandsAllowedForAll, gameType and allows external connections.
576func_71207_ZgetBuildLimit2
577func_71208_bsetServerPort2
578func_71209_fgetFile2Returns a File object from the specified string.
579func_71210_asetConfigurationManager2
580func_71211_kgetServerHostname2"getHostname" is already taken, but both return the hostname.
581func_71212_acgetNetworkThread2
582func_71213_zgetAllUsernames2Returns an array of the usernames of all the connected players.
583func_71214_GgetServerOwner2Returns the username of the server owner (for integrated servers)
584func_71215_FgetServerPort2Gets serverPort.
585func_71216_a_outputPercentRemaining2Used to display a percent remaining given text and the percentage.
586func_71217_ptick2Main function called by run() every loop.
587func_71218_aworldServerForDimension2Gets the worldServer by the given dimension.
588func_71219_WisPVPEnabled2
589func_71220_VgetCanSpawnNPCs2
590func_71221_JgetWorldName2
591func_71222_dinitialWorldChunkLoad2
592func_71223_agenableProfiling2
593func_71224_lsetServerOwner2Sets the username of the owner of this server (in the case of an integrated server)
594func_71225_ecanStructuresSpawn2
595func_71226_csetDifficultyForAllWorlds2
596func_71227_RtextureSize2This is checked to be 16 upon receiving the packet, otherwise the packet is ignored.
597func_71228_afinalTick2Called on exit from the main run() loop.
598func_71229_dsetOnlineMode2
599func_71230_baddServerInfoToCrashReport2Adds the server info, including from theWorldServer, to the crash report.
600func_71231_XisFlightAllowed2
601func_71232_ggetDifficulty2Defaults to "1" (Easy) for the dedicated server, defaults to "2" (Normal) on the client.
602func_71233_xgetCurrentPlayerCount2Returns the number of players currently on the server.
603func_71234_ugetPort2Never used, but "getServerPort" is already taken.
604func_71235_asetGameType2Sets the game type for all worlds.
605func_71236_hlogWarning2Logs the message with a level of WARN.
606func_71237_cconvertMapIfNeeded2
607func_71238_ngetDataDirectory2
608func_71239_BisDebuggingEnabled2Returns true if debugging is enabled, false otherwise.
609func_71240_osystemExitNow2Directly calls System.exit(0), instantly killing the program.
610func_71241_aaisServerStopped2
611func_71242_LisDemo2Gets whether this is a demo or not.
612func_71243_iclearCurrentTask2Set current task to null and set its percentage to 0.
613func_71244_glogInfo2Logs the message with a level of INFO.
614func_71245_hsetAllowFlight2
615func_71246_nsetWorldName2
616func_71247_aloadAllWorlds2
617func_71248_agetPossibleCompletions2If par2Str begins with /, then it searches for commands, otherwise it returns players.
618func_71249_wgetMinecraftVersion2Returns the server's Minecraft version as string.
619func_71250_EgetKeyPair2Gets KeyPair instanced in MinecraftServer.
620func_71251_esetCanSpawnAnimals2
621func_71252_iexecuteCommand2
622func_71253_asetKeyPair2
623func_71254_MgetActiveAnvilConverter2
624func_71255_rgetAllowNether2
625func_71256_sstartServerThread2
626func_71257_fsetCanSpawnNPCs2
627func_71258_AgetPlugins2Used by RCon's Query in the form of "MajorServerMod 1.2.3: MyPlugin 1.3; AnotherPlugin 2.1; AndSoForth 1.0".
628func_71259_afgetTickCounter2
629func_71260_jstopServer2Saves all necessary data as preparation for stopping the server.
630func_71261_msetFolderName2
631func_71262_SisDedicatedServer2
632func_71263_minitiateShutdown2Sets the serverRunning variable to false, in order to get the server to shut down.
633func_71264_HisSinglePlayer2
634func_71265_fgetGameType2
635func_71266_TisServerInOnlineMode2
636func_71267_asaveAllWorlds2par1 indicates if a log message should be output.
637func_71268_UgetCanSpawnAnimals2
638func_71269_osetTexturePack2
639func_71270_IgetFolderName2
640func_71272_OdeleteWorldAndStopServer2WARNING : directly calls getActiveAnvilConverter().deleteWorldDirectory(theWorldServer[0].getSaveHandler().getWorldDirectoryName());
641func_71273_YgetMOTD2
642func_71274_vgetServerMOTD2Returns the server message of the day
643func_71275_ygetMaxPlayers2Returns the maximum number of players allowed on the server.
644func_71276_CgetServer2Gets mcServer.
645func_71277_tgetHostname2Returns the server's hostname.
646func_71278_lisServerRunning2
647func_71279_aegetGuiEnabled2
648func_71326_asaveProperties2Saves all of the server properties to the properties file.
649func_71327_agetIntProperty2Gets an integer property. If it does not exist, set it to the specified value.
650func_71328_asetProperty2Saves an Object with the given property name.
651func_71329_cgetSettingsFilename2Returns the filename where server properties are stored
652func_71330_agetStringProperty2Gets a string property. If it does not exist, set it to the specified value.
653func_71331_aaddPendingCommand2
654func_71332_agetBooleanProperty2Gets a boolean property. If it does not exist, set it to the specified value.
655func_71333_ahexecutePendingCommands2
656func_71334_aigetDedicatedPlayerList2
657func_71343_agetServerListeningThread2Gets the IntergratedServerListenThread.
658func_71344_cgetPublic2Returns true if this integrated server is open to LAN
659func_71351_asetServerData2Set the current ServerData instance.
660func_71352_ktoggleFullscreen2Toggles fullscreen mode.
661func_71353_aloadWorld2par2Str is displayed on the loading screen to the user unloads the current world first
662func_71354_asetDimensionAndSpawnPlayer2
663func_71355_qisDemo2Gets whether this is a demo or not.
664func_71356_BisSingleplayer2Returns true if there is only one player playing, and the current server is the integrated one.
665func_71357_IloadScreen2Displays a new screen.
666func_71358_LforceReload2Forces a reload of the sound manager and all the resources. Called in game by holding 'F3' and pressing 'S'.
667func_71359_dgetSaveLoader2Returns the save loader that is currently being used
668func_71360_ainstallResource2Installs a resource. Currently only sounds are download so this method just adds them to the SoundManager.
669func_71361_dcheckGLError2Checks for an OpenGL error. If there is one, prints the error ID and error string.
670func_71362_zgetServerData2Get the current ServerData instance.
671func_71363_DstopIntegratedServer2
672func_71364_isetIngameNotInFocus2Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor.
673func_71365_KscreenshotListener2checks if keys are down
674func_71366_adisplayDebugInfo2
675func_71367_asetServer2
676func_71369_NgetGLMaximumTextureSize2Used in the usage snooper.
677func_71370_aresize2Called to resize the current screen.
678func_71371_alaunchIntegratedServer2Arguments: World foldername, World ingame name, WorldSettings
679func_71372_GisFullScreen2Returns whether we're in full screen or not.
680func_71373_adisplayGuiScreen2Sets the argument GuiScreen as the main (topmost visible) screen.
681func_71374_pdebugInfoEntities2A String of how many entities are in the world
682func_71375_tisFancyGraphicsEnabled2
683func_71376_cgetOs2
684func_71377_bdisplayCrashReport2Wrapper around displayCrashReportInternal
685func_71378_EgetPlayerUsageSnooper2Returns the PlayerUsageSnooper instance.
686func_71379_uisAmbientOcclusionEnabled2Returns if ambient occlusion is enabled
687func_71380_bgetMinecraftDir2gets the working dir (OS specific) for minecraft
688func_71381_hsetIngameFocus2Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
689func_71382_sisGuiEnabled2
690func_71383_bupdateDebugProfilerName2Update debugProfilerName in response to number keys in debug screen
691func_71384_astartGame2Starts the game: initializes the canvas, the title, the settings, etcetera.
692func_71385_jdisplayInGameMenu2Displays the ingame menu
693func_71386_FgetSystemTime2Gets the system time in milliseconds.
694func_71387_AisIntegratedServerRunning2
695func_71388_ogetWorldProviderName2Gets the name of the world's current chunk provider
696func_71389_HstartTimerHackThread2
697func_71390_asetDemo2Sets whether this is a demo or not.
698func_71391_rgetNetHandler2Returns the NetClientHandler.
699func_71392_ascaledTessellator2Loads Tessellator with a scaled resolution
700func_71393_mdebugInfoRenders2A String of renderGlobal.getDebugInfoRenders
701func_71394_agetAppDir2gets the working dir (OS specific) for the specific application (which is always minecraft)
702func_71395_yscheduleTexturePackRefresh2Sets refreshTexturePacksScheduled to true, triggering a texture pack refresh next time the while(running) loop is run
703func_71396_daddGraphicsAndWorldToCrashReport2adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
704func_71397_MclickMiddleMouseButton2Called when the middle mouse button gets clicked
705func_71398_ffreeMemory2
706func_71399_asendClickBlockToController2
707func_71400_gshutdown2Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
708func_71401_CgetIntegratedServer2Returns the currently running integrated server
709func_71402_cclickMouse2Called whenever the mouse is clicked. Button clicked is 0 for left clicking and 1 for right clicking. Args: buttonClicked
710func_71403_aloadWorld2unloads the current world first
711func_71404_acrashed2
712func_71405_eshutdownMinecraftApplet2Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited.
713func_71406_cdisplayCrashReportInternal2
714func_71407_lrunTick2Runs the current tick.
715func_71408_ngetEntityDebug2Gets the information in the F3 menu about how many entities are infront/around you
716func_71409_chandleClientCommand2Returns true if the message is a client command and should not be sent to the server. However there are no such commands at this point in time.
717func_71410_xgetMinecraft2Return the singleton Minecraft instance for the game
718func_71411_JrunGameLoop2Called repeatedly from run()
719func_71479_astartMainThread2
720func_71480_bshutdown2Called when the applet window is closed.
721func_71485_agetMemoryInfoAsString2Returns the memory information as a String. Includes the Free Memory in bytes and MB, Total Memory in bytes and MB, and Max Memory in Bytes and MB.
722func_71487_agetJVMFlagsAsString2Returns the number of JVM Flags along with the passed JVM Flags.
723func_71489_agetJavaInfoAsString2Returns the Java VM Information as a String. Includes the Version and Vender.
724func_71491_agetJavaVMInfoAsString2Retuns the Java VM Information as a String. Includes the VM Name, VM Info and VM Vendor.
725func_71493_aminecraftVersion2The current version of Minecraft
726func_71495_agetOsAsString2
727func_71497_fgetFile2Gets the file this crash report is saved into.
728func_71498_dgetCauseStackTraceOrString2Gets the stack trace of the Throwable that caused this crash report, or if that fails, the cause .toString().
729func_71499_aaddCrashSectionThrowable2Adds a Crashreport section with the given name with the given Throwable
730func_71500_aaddCrashSectionCallable2Adds a Crashreport section with the given name with the value set to the result of the given Callable;
731func_71501_agetDescription2Returns the description of the Crash Report.
732func_71502_egetCompleteReport2Gets the complete report with headers, stack trace, and different sections as a string.
733func_71503_hgetWittyComment2Gets a random witty comment for inclusion in this CrashReport
734func_71504_gpopulateEnvironment2Populates this crash report with initial information about the running server and operating system / java environment
735func_71505_bgetCrashCause2Returns the Throwable object that is the cause for the crash and Crash Report.
736func_71506_agetSectionsInStringBuilder2Gets the various sections of the crash report into the given StringBuilder
737func_71507_aaddCrashSection2Adds a Crashreport section with the given name with the given value (convered .toString())
738func_71508_asaveToFile2Saves the complete crash report to the given File.
739func_71514_agetCommandAliases2
740func_71515_bprocessCommand2
741func_71516_aaddTabCompletionOptions2Adds the strings available in this command to the given list of tab completion options.
742func_71517_bgetCommandName2
743func_71518_agetCommandUsage2
744func_71519_bcanCommandSenderUseCommand2Returns true if the given command sender is allowed to use this command.
745func_71521_cgetCommandSenderAsPlayer2Returns the given ICommandSender as a EntityPlayer or throw an exception.
746func_71522_anotifyAdmins2
747func_71523_adoesStringStartWith2Returns true if the given substring is exactly equal to the start of the given string (case insensitive).
748func_71524_anotifyAdmins2
749func_71525_acompareTo2Compares the name of this command to the name of the given command.
750func_71526_aparseInt2Parses an int from the given string.
751func_71527_ajoinNiceString2Joins the given string array into a "x, y, and z" seperated string.
752func_71528_aparseIntWithMin2Parses an int from the given sring with a specified minimum.
753func_71529_asetAdminCommander2Sets the static IAdminCommander.
754func_71530_agetListOfStringsMatchingLastWord2Returns a List of strings (chosen from the given strings) which the last word in the given string array is a beginning-match for. (Tab completion).
755func_71531_agetListOfStringsFromIterableMatchingLastWord2Returns a List of strings (chosen from the given string iterable) which the last word in the given string array is a beginning-match for. (Tab completion).
756func_71532_aparseIntBounded2Parses an int from the given string within a specified bound.
757func_71534_dgetSortedPossibleCommands2Returns a sorted list of all possible commands for the given ICommandSender.
758func_71535_cgetCommands2
759func_71536_cgetPlayers2
760func_71538_cgetListOfPlayerUsernames2Returns String array containing all player usernames in the server.
761func_71539_bgetGameModeFromCommand2Gets the Game Mode specified in the command.
762func_71541_asetGameType2
763func_71542_cgetAllUsernames2
764func_71544_abanIP2Actually does the banning work.
765func_71546_agetProfileDump2
766func_71547_bgetProfilerResults2
767func_71548_asaveProfilerResults2
768func_71549_cgetWittyComment2Returns a random "witty" comment.
769func_71552_asetTime2Set the time in the server object.
770func_71553_baddTime2Adds (or removes) time in the server object.
771func_71554_ctoggleDownfall2Toggle rain and enable thundering.
772func_71555_agetCommands2returns a map of string to commads. All commands are returned, not just ones which someone has permission to use.
773func_71556_aexecuteCommand2
774func_71557_agetPossibleCommands2returns all commands that the commandSender can use
775func_71558_bgetPossibleCommands2Performs a "begins with" string match on each token in par2. Only returns commands that par1 can use.
776func_71559_adropFirstString2creates a new array and sets elements 0..n-2 to be 0..n-1 of the input (n elements)
777func_71560_aregisterCommand2adds the command and any aliases it has to the internal map of available commands
778func_71563_anotifyAdmins2Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings. If the int par2 is even or zero, the original sender is also notified.
779func_71564_agetAllowedCharacters2Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen.
780func_71565_afilerAllowedCharacters2Filter string by only keeping those characters for which isAllowedCharacter() returns true.
781func_71566_aisAllowedCharacter2
782func_71569_egetDistanceSquared2Returns the squared distance between this coordinates and the coordinates given as argument.
783func_71570_acompareChunkCoordinate2Compare the coordinate with another coordinate
784func_71571_bset2
785func_71575_agetCrashReport2Gets the CrashReport wrapped by this exception.
786func_71606_atoASN1Primitive2
787func_71607_aasn1Equals2
788func_71608_aisValidIdentifier2
789func_71609_bgetId2
790func_71612_abranch2
791func_71742_agetType2
792func_71744_astopListening2
793func_71745_aaddPlayer2adds this connection to the list of currently connected players
794func_71746_dgetServer2
795func_71747_bnetworkTick2processes packets and pending connections
796func_71752_fisGamePaused2
797func_71753_egetIntegratedServer2Gets MinecraftServer instance.
798func_71762_cgetDedicatedServer2
799func_71764_aaddPendingConnection2
800func_71765_dgetMyPort2
801func_71766_aprocessPendingConnections2
802func_71767_cgetInetAddress2
803func_71779_agetIV2
804func_71780_bgetParameters2
805func_71783_agetKey2
806func_71789_bgetOutputSize2
807func_71790_adoFinal2
808func_71791_aprocessByte2
809func_71792_agetBlockSize2
810func_71793_agetUpdateOutputSize2
811func_71794_breset2
812func_71802_agetAlgorithmName2Return the name of the algorithm the cipher implements.
813func_71803_creset2
814func_71804_bgetBlockSize2Return the block size for this cipher (in bytes).
815func_71805_ainit2
816func_71806_aprocessBlock2
817func_71807_bencryptBlock2
818func_71808_cdecryptBlock2
819func_71815_csubWord2
820func_71816_aunpackBlock2
821func_71817_aFFmulX2
822func_71818_aencryptBlock2
823func_71819_ashift2
824func_71820_binv_mcol2
825func_71821_bpackBlock2
826func_71822_bdecryptBlock2
827func_71823_agenerateWorkingKey2
828func_71842_bgetStrength2Return the bit strength for keys produced by this generator.
829func_71843_agetRandom2Return the random source associated with this generator.
830func_71846_aonBlockHarvested2Called when the block is attempted to be harvested
831func_71847_bupdateTick2Ticks the block if it's been scheduled
832func_71848_csetHardness2Sets how many hits it takes to break a block.
833func_71849_asetCreativeTab2Sets the CreativeTab to display this block on.
834func_71850_a_canPlaceBlockOnSide2checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
835func_71851_agetBlockTextureFromSide2Returns the block texture based on the side being looked at. Args: side
836func_71852_abreakBlock2ejects contained items into the world, and notifies neighbours of an update, as appropriate
837func_71853_icanProvidePower2Can this block provide power. Only wire currently seems to have this change based on its state.
838func_71854_dcanBlockStay2Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
839func_71855_cisProvidingStrongPower2Returns true if the block is emitting direct/strong redstone power on the specified side. Args: World, X, Y, Z, side. Note that the side is reversed - eg it is 1 (up) when checking the bottom of the block.
840func_71856_s_getRenderBlockPass2Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
841func_71857_bgetRenderType2The type of render function that is called for this block
842func_71858_agetIcon2From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
843func_71859_p_tickRate2How many world ticks before ticking
844func_71860_aonBlockPlacedBy2Called when the block is placed in the world.
845func_71861_gonBlockAdded2Called whenever the block is added into the world. Args: world, x, y, z
846func_71862_arandomDisplayTick2A randomly called display update to be able to add particles or other items for display
847func_71863_aonNeighborBlockChange2Lets the block know when one of its neighbor changes. Doesn't know which neighbor changed (coordinates passed are their own) Args: x, y, z, neighbor blockID
848func_71864_bsetUnlocalizedName2
849func_71865_aisProvidingWeakPower2Returns true if the block is emitting indirect/weak redstone power on the specified side. If isBlockNormalCube returns true, standard redstone propagation rules will apply instead and this will not be called. Args: World, X, Y, Z, side. Note that the side is reversed - eg it is 1 (up) when checking the bottom of the block.
850func_71866_aonFallenUpon2Block's chance to react to an entity falling on it.
851func_71867_konBlockDestroyedByExplosion2Called upon the block being destroyed by an explosion
852func_71868_hsetLightOpacity2Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
853func_71869_aonEntityCollidedWithBlock2Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity
854func_71870_fgetBlockBrightness2How bright to render this block based on the light its receiving. Args: iBlockAccess, x, y, z
855func_71871_aaddCollisionBoxesToList2Adds all intersecting collision boxes to a list. (Be sure to only add boxes to the list if they intersect the mask.) Parameters: World, X, Y, Z, mask, list, colliding entity
856func_71872_egetCollisionBoundingBoxFromPool2Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
857func_71873_hgetDamageValue2Get the block's damage value (for use with pick block).
858func_71874_egetMixedBrightnessForBlock2Goes straight to getLightBrightnessForSkyBlocks for Blocks, does some fancy computing for Fluids
859func_71875_qsetBlockUnbreakable2This method will make the hardness of the block equals to -1, and the block is indestructible.
860func_71876_ugetEnableStats2Return the state of blocks statistics flags - if the block is counted for mined and placed.
861func_71877_cshouldSideBeRendered2Returns true if the given side of this block type should be rendered, if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side
862func_71878_acollisionRayTrace2Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec
863func_71879_agetSubBlocks2returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
864func_71880_c_createStackedBlock2Returns an item stack containing a single instance of the current block type. 'i' is the block's subtype/damage and is ignored for blocks which do not support subtypes. Blocks which cannot be harvested should return null.
865func_71881_rgetTickRandomly2Returns whether or not this block is of a type that needs random ticking. Called for ref-counting purposes by ExtendedBlockStorage in order to broadly cull a chunk from the random chunk update list for efficiency's sake.
866func_71882_wgetCreativeTabToDisplayOn2Returns the CreativeTab to display the given block on.
867func_71883_bonBlockEventReceived2Called when the block receives a BlockEvent - see World.addBlockEvent. By default, passes it on to the tile entity at this location. Args: world, x, y, z, blockID, EventID, event parameter
868func_71884_asetStepSound2Sets the footstep sound for the block. Returns the object for convenience in constructing.
869func_71885_aidDropped2Returns the ID of the items to drop on destruction.
870func_71886_crenderAsNormalBlock2If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)
871func_71887_shasTileEntity2
872func_71888_hgetAmbientOcclusionLightValue2Returns the default ambient occlusion value based on block opacity
873func_71889_f_getRenderColor2Returns the color this block should be rendered. Used by leaves.
874func_71890_cisVecInsideXYBounds2Checks if a vector is within the X and Y bounds of the block.
875func_71891_bonEntityWalking2Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity
876func_71892_ffillWithRain2currently only used by BlockCauldron to incrament meta-data during rain
877func_71893_aharvestBlock2Called when the player destroys a block with an item that can harvest it. (i, j, k) are the coordinates of the block and l is the block's subtype/damage.
878func_71894_bsetResistance2Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
879func_71895_bgetBlockTexture2Retrieves the block texture to use based on the display side. Args: iBlockAccess, x, y, z, side
880func_71896_vdisableStats2Disable statistics for the block, the block will no count for mined or placed.
881func_71897_cdropBlockAsItem2Drops the specified block items
882func_71898_donBlockDestroyedByPlayer2Called right before the block is destroyed by a player. Args: world, x, y, z, metaData
883func_71899_bdamageDropped2Determines the damage on the item the block drops. Used in cloth and wood.
884func_71900_asetLightValue2Sets the amount of light emitted by a block from 0.0f to 1.0f (converts internally to 0-15). Returns the object for convenience in constructing.
885func_71901_avelocityToAddToEntity2Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d
886func_71902_asetBlockBoundsBasedOnState2Updates the blocks bounds based on its current state. Args: world, x, y, z
887func_71903_aonBlockActivated2Called upon block activation (right click on the block.)
888func_71904_agetExplosionResistance2Returns how much this block can resist explosions from the passed in entity.
889func_71905_asetBlockBounds2Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ
890func_71906_q_canSilkHarvest2Return true if a player with Silk Touch can harvest this block directly, and not its normal drops.
891func_71907_bsetTickRandomly2Sets whether this block type will receive random update ticks
892func_71908_agetPlayerRelativeBlockHardness2Gets the hardness of block at the given coordinates in the given world, relative to the ability of the given EntityPlayer.
893func_71910_aquantityDroppedWithBonus2Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
894func_71911_a_getSelectedBoundingBoxFromPool2Returns the bounding box of the wired rectangular prism to render.
895func_71913_acanCollideCheck2Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
896func_71914_adropBlockAsItemWithChance2Drops the block items with a specified chance of dropping the specified items
897func_71915_egetMobilityFlag2Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
898func_71916_aisVecInsideYZBounds2Checks if a vector is within the Y and Z bounds of the block.
899func_71917_agetUnlocalizedName2Returns the unlocalized name of this block.
900func_71918_cgetBlocksMovement2
901func_71919_fsetBlockBoundsForItemRender2Sets the block's bounds for rendering it as an item
902func_71920_bcolorMultiplier2Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render.
903func_71921_aonBlockClicked2Called when the block is clicked by a player. Args: x, y, z, entityPlayer
904func_71922_aidPicked2only called by clickMiddleMouseButton , and passed to inventory.setCurrentItem (along with isCreative)
905func_71923_gdropXpOnBlockBreak2called by spawner, ore, redstoneOre blocks
906func_71924_disBlockSolid2Returns Returns true if the given side of this block type should be rendered (if it's solid or not), if the adjacent block is at the given coordinates. Args: blockAccess, x, y, z, side
907func_71925_aquantityDropped2Returns the quantity of items to drop on block destruction.
908func_71926_disOpaqueCube2Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block.
909func_71927_honSetBlockIDWithMetaData2Called when this block is set (with meta data).
910func_71928_r_initializeBlock2This method is called on a block after all other blocks gets already created. You can use it to reference and configure something on the block that needs the others ones.
911func_71929_adropBlockAsItem_do2Spawns EntityItem in the world for the given ItemStack if the world is not remote.
912func_71930_bcanPlaceBlockAt2Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z
913func_71931_tgetLocalizedName2Gets the localized name of this block. Used for the statistics page.
914func_71932_iisNormalCube2
915func_71933_mgetBlockColor2
916func_71934_mgetBlockHardness2Returns the block hardness at a location. Args: world, x, y, z
917func_71935_lisCollidable2Returns if this block is collidable (only used by Fire). Args: x, y, z
918func_71936_bisVecInsideXZBounds2Checks if a vector is within the X and Z bounds of the block.
919func_72110_lupdatePistonState2handles attempts to extend or retract the piston.
920func_72111_acanPushBlock2returns true if the piston can push the specified block
921func_72112_icanExtend2checks to see if this piston could push the blocks in front of it.
922func_72113_eisIndirectlyPowered2checks the block to that side to see if it is indirectly powered.
923func_72114_fisExtended2Determine if the metadata is related to something powered.
924func_72115_jtryExtend2attempts to extend the piston. returns false if impossible.
925func_72116_bdetermineOrientation2gets the way this piston should face for that entity that placed it.
926func_72117_egetOrientation2returns an int which describes the direction the piston faces
927func_72118_ngetPistonExtensionTexture2Return the either 106 or 107 as the texture index depending on the isSticky flag. This will actually never get called by TileEntityRendererPiston.renderPiston() because TileEntityPiston.func_70338_f() will always return false.
928func_72120_nclearHeadTexture2
929func_72121_fgetDirectionMeta2
930func_72122_esetHeadTexture2
931func_72124_ncanSnowStay2Checks if this snow block can stay at this location.
932func_72125_lcanPlaceTorchOn2Gets if we can place a torch on a block.
933func_72126_ndropTorchIfCantStay2Tests if the block can remain at its current location and will drop as an item if it is unable to stay. Returns True if it can stay and False if it drops. Args: world, x, y, z
934func_72127_acheckForBurnout2
935func_72128_lisIndirectlyPowered2Returns true or false based on whether the block the torch is attached to is providing indirect power.
936func_72132_lremoveLeaves2
937func_72133_asetGraphicsLevel2Pass true to draw this block using fancy graphics, or false for fast graphics.
938func_72137_gisTrapdoorOpen2
939func_72138_aonPoweredBlockChange2
940func_72139_esetBlockBoundsForBlockRender2
941func_72140_jisValidSupportBlock2Checks if the block ID is a valid support block for the trap door to connect with. If it is not the trapdoor is dropped into the world.
942func_72141_elimitToValidMetadata2returns a number between 0 and 3
943func_72145_aplaySoundEffect2only of the conditions are right
944func_72146_enotifyNeighborOfChange2
945func_72147_lupdateTripWireState2
946func_72150_lcanVineStay2Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
947func_72151_ecanBePlacedOn2returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
948func_72153_fgetMetadataForBlockType2Returns the metadata to use when a Silverfish hides in the block. Sets the block to BlockSilverfish with this metadata. It changes the displayed texture client side to look like a normal block.
949func_72154_egetPosingIdByMetadata2Gets the blockID of the block this block is pretending to be according to this block's metadata.
950func_72161_ecanThisPaneConnectToThisBlockID2Gets passed in the blockID of the block adjacent and supposed to return true if its allowed to connect to the type of blockID passed in. Args: blockID
951func_72162_ngetSideTextureIndex2Returns the texture index of the thin side of the pane.
952func_72165_eisEnderEyeInserted2checks if an ender eye has been inserted into the frame block. parameters: metadata
953func_72167_k_checkBlockCoordValid2Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus.
954func_72168_lupdateAndPropagateCurrentStrength2Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
955func_72169_fisPoweredOrRepeater2Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered.
956func_72170_egetMaxCurrentStrength2Returns the current strength at the specified block if it is greater than the passed value, or the passed value otherwise. Signature: (world, x, y, z, strength)
957func_72171_acalculateCurrentChanges2
958func_72172_nnotifyWireNeighborsOfNeighborChange2Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
959func_72173_eisPowerProviderOrWire2Returns true if redstone wire can connect to the specified block. Params: World, X, Y, Z, side (not a normal notch-side, this can be 0, 1, 2, 3 or -1)
960func_72176_lglow2The redstone ore glows.
961func_72177_nsparkle2The redstone ore sparkles.
962func_72180_d_isRailBlockAt2Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector).
963func_72181_arefreshTrackShape2Completely recalculates the track shape based on neighboring tracks
964func_72183_nisPowered2Returns true if the block is power related rail.
965func_72184_disRailBlock2Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector).
966func_72187_esetStateIfMinecartInteractsWithRail2Update the detector rail power state if a minecart enter, stays or leave the block.
967func_72190_ltryToFall2If there is space to fall below will start this block falling
968func_72191_e_canFallBelow2Checks to see if the sand can fall into the block below it
969func_72193_lsetStateIfMobInteractsWithPlate2Checks if there are mobs on the plate. If a mob is on the plate and it is off, it turns it on, and vice versa.
970func_72195_lcheckIfAttachedToBlock2Checks if the block is attached to another block. If it is not, it returns false and drops the block as an item. If it is it returns true.
971func_72196_dinvertMetadata2only used in ComponentScatteredFeatureJunglePyramid.addComponentParts"
972func_72198_f_getFlowDecay2Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid.
973func_72199_dgetFluidHeightPercent2Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid.
974func_72200_lcheckForHarden2Forces lava to check to see if it is colliding with water, and then decide what it should harden to.
975func_72201_jtriggerLavaMixEffects2Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
976func_72202_igetFlowVector2Returns a vector indicating the direction and intensity of fluid flow.
977func_72203_dgetEffectiveFlowDecay2Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
978func_72204_agetFlowDirection2the sin and cos of this number determine the surface gradient of the flowing block.
979func_72205_lupdateFlow2Updates the flow for the BlockFlowing object.
980func_72206_ngetOptimalFlowDirections2Returns a boolean array indicating which flow directions are optimal based on each direction's calculated flow cost. Each array index corresponds to one of the four cardinal directions. A value of true indicates the direction is optimal.
981func_72207_pliquidCanDisplaceBlock2Returns true if the block at the coordinates can be displaced by the liquid.
982func_72208_oblockBlocksFlow2Returns true if block at coords blocks fluids
983func_72209_dcalculateFlowCost2calculateFlowCost(World world, int x, int y, int z, int accumulatedCost, int previousDirectionOfFlow) - Used to determine the path of least resistance, this method returns the lowest possible flow cost for the direction of flow indicated. Each necessary horizontal flow adds to the flow cost.
984func_72210_iflowIntoBlock2flowIntoBlock(World world, int x, int y, int z, int newFlowDecay) - Flows into the block at the coordinates and changes the block type to the liquid.
985func_72211_egetSmallestFlowDecay2getSmallestFlowDecay(World world, intx, int y, int z, int currentSmallestFlowDecay) - Looks up the flow decay at the coordinates given and returns the smaller of this value or the provided currentSmallestFlowDecay. If one value is valid and the other isn't, the valid value will be returned. Valid values are >= 0. Flow decay is the amount that a liquid has dissipated. 0 indicates a source block.
986func_72215_lsetNotStationary2Changes the block ID to that of an updating fluid.
987func_72216_nisFlammable2Checks to see if the block is flammable.
988func_72217_dgetDirection2Returns the orentation value from the specified metadata
989func_72220_egetInputStrength2Returns the signal strength at one input of the block. Args: world, X, Y, Z, side
990func_72224_cisFenceGateOpen2Returns if the fence gate is open according to its metadata.
991func_72225_b_isBedOccupied2Return whether or not the bed is occupied.
992func_72226_bgetNearestEmptyChunkCoordinates2Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
993func_72227_nsetBounds2Set the bounds of the bed block.
994func_72228_asetBedOccupied2Sets whether or not the bed is occupied.
995func_72229_a_isBlockHeadOfBed2Returns whether or not this bed block is the head of the bed.
996func_72231_aonPoweredBlockChange2A function to open a door.
997func_72232_esetDoorRotation2
998func_72233_a_isDoorOpen2
999func_72234_b_getFullMetadata2Returns the full metadata value created by combining the metadata of both blocks the door takes up.
1000func_72235_dgetDoorOrientation2Returns 0, 1, 2 or 3 depending on where the hinge is.
1001func_72236_lfallIfPossible2Checks if the dragon egg can fall down, and if so, makes it fall.
1002func_72237_nteleportNearby2Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
1003func_72238_e_getBlockFromDye2Takes a dye damage value and returns the block damage value to match
1004func_72239_dgetDyeFromBlock2Takes a block damage value and returns the dye damage value to match
1005func_72240_dgetFullSlabName2Returns the slab block name with step type.
1006func_72241_eisBlockSingleSlab2Takes a block ID, returns true if it's the same as the ID for a stone or wooden single slab.
1007func_72246_i_tryToCreatePortal2Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z
1008func_72247_nisWaterNearby2returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)
1009func_72248_lisCropsNearby2returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)
1010func_72249_cisIdAFence2
1011func_72250_dcanConnectFenceTo2Returns true if the specified block can be connected by a fence
1012func_72251_lcanNeighborBurn2Returns true if at least one block next to this one can burn.
1013func_72252_egetChanceToEncourageFire2Retrieves a specified block's chance to encourage their neighbors to burn and if the number is greater than the current number passed in it will return its number instead of the passed in one. Args: world, x, y, z, curChanceToEncourageFire
1014func_72253_asetBurnRate2Sets the burn rate for a block. The larger abilityToCatchFire the more easily it will catch. The larger chanceToEncourageFire the faster it will burn and spread to other blocks. Args: blockID, chanceToEncourageFire, abilityToCatchFire
1015func_72254_ngetChanceOfNeighborsEncouragingFire2Gets the highest chance of a neighbor block encouraging this block to catch fire
1016func_72255_atryToCatchBlockOnFire2
1017func_72256_dcanBlockCatchFire2Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z
1018func_72259_beatCakeSlice2Heals the player and removes a slice from the cake.
1019func_72260_lgetOrientation2Get side which this button is facing.
1020func_72261_nredundantCanPlaceBlockAt2This method is redundant, check it out...
1021func_72262_ccheckFlowerChange2
1022func_72263_d_canThisPlantGrowOnThisBlockID2Gets passed in the blockID of the block below and supposed to return true if its allowed to grow on the type of blockID passed in. Args: blockID
1023func_72264_lfertilizeStem2
1024func_72265_dgetState2Returns the current state of the stem. Returns -1 if the stem is not fully grown, or a value between 0 and 3 based on the direction the stem is facing.
1025func_72266_ngetGrowthModifier2
1026func_72268_eisSameSapling2Determines if the same sapling is present at the given location.
1027func_72269_cgrowTree2Attempts to grow a sapling into a tree
1028func_72271_cfertilizeMushroom2Fertilize the mushroom.
1029func_72272_c_fertilize2Apply bonemeal to the crops.
1030func_72273_lgetGrowthRate2Gets the growth rate for the crop. Setup to encourage rows by halving growth rate if there is diagonals, crops on different sides that aren't opposing, and by adding growth for every crop next to this one (and for crop below this one). Args: x, y, z
1031func_72274_acreateNewTileEntity2Returns a new instance of a block's tile entity class. Called on placing the block.
1032func_72276_j_ejectRecord2Ejects the current record inside of the jukebox.
1033func_72280_lsetDispenserDefaultDirection2sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
1034func_72285_lsetDefaultDirection2set a blocks direction
1035func_72286_aupdateFurnaceBlockState2Update which block ID the furnace is using depending on whether or not it is burning
1036func_72290_b_unifyAdjacentChests2Turns the adjacent chests to a double chest.
1037func_72291_lisThereANeighborChest2Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z
1038func_72292_nisOcelotBlockingChest2Looks for a sitting ocelot within certain bounds. Such an ocelot is considered to be blocking access to the chest.
1039func_72295_dgetTileEntityAtLocation2gets the piston tile entity at the specified location
1040func_72296_bgetAxisAlignedBB2
1041func_72297_agetTileEntity2gets a new TileEntityPiston created with the arguments provided.
1042func_72298_acleanPool2Marks the pool as "empty", starting over when adding new entries. If this is called maxNumCleans times, the list size is reduced
1043func_72299_agetAABB2Creates a new AABB, or reuses one that's no longer in use. Parameters: minX, minY, minZ, maxX, maxY, maxZ. AABBs returned from this function should only be used for one frame or tick, as after that they will be reused.
1044func_72300_bclearPool2Clears the AABBPool
1045func_72314_bexpand2Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
1046func_72315_cisVecInXZ2Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
1047func_72316_acalculateXOffset2if instance and the argument bounding boxes overlap in the Y and Z dimensions, calculate the offset between them in the X dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset.
1048func_72317_doffset2Offsets the current bounding box by the specified coordinates. Args: x, y, z
1049func_72318_aisVecInside2Returns if the supplied Vec3D is completely inside the bounding box
1050func_72319_disVecInXY2Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
1051func_72320_bgetAverageEdgeLength2Returns the average length of the edges of the bounding box.
1052func_72321_aaddCoord2Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z
1053func_72322_ccalculateZOffset2if instance and the argument bounding boxes overlap in the Y and X dimensions, calculate the offset between them in the Z dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset.
1054func_72323_bcalculateYOffset2if instance and the argument bounding boxes overlap in the X and Z dimensions, calculate the offset between them in the Y dimension. return var2 if the bounding boxes do not overlap or if var2 is closer to 0 then the calculated offset. Otherwise return the calculated offset.
1055func_72324_bsetBounds2Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ
1056func_72325_cgetOffsetBoundingBox2Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
1057func_72326_aintersectsWith2Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
1058func_72327_acalculateIntercept2
1059func_72328_csetBB2Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
1060func_72329_ccopy2Returns a copy of the bounding box.
1061func_72330_agetBoundingBox2Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ
1062func_72331_econtract2Returns a bounding box that is inset by the specified amounts
1063func_72332_agetAABBPool2Gets the ThreadLocal AABBPool
1064func_72333_bisVecInYZ2Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
1065func_72341_acreateNewDefaultPool2
1066func_72343_aclear2Will truncate the array everyN clears to the maximum size observed since the last truncation.
1067func_72344_bclearAndFreeCache2
1068func_72345_agetVecFromPool2extends the pool if all vecs are currently "out"
1069func_72352_lgetMaxPlayers2Returns the maximum number of players allowed on the server.
1070func_72353_eareCommandsAllowed2Returns true if the specific player is allowed to use commands.
1071func_72354_bupdateTimeAndWeatherForPlayer2Updates the time and weather for the given player to those of the given world
1072func_72355_ainitializeConnectionToPlayer2
1073func_72356_atransferPlayerToDimension2
1074func_72357_asetGameType2
1075func_72358_dserverUpdateMountedMovingPlayer2using player's dimension, update their movement when in a vehicle (e.g. cart, boat)
1076func_72359_haddToWhiteList2Add the specified player to the white list.
1077func_72360_cremoveOp2This removes a username from the ops list, then saves the op list
1078func_72361_fgetPlayerForUsername2
1079func_72362_jloadWhiteList2Either does nothing, or calls readWhiteList.
1080func_72363_fgetBannedIPs2
1081func_72364_asetPlayerManager2Sets the NBT manager to the one for the WorldServer given.
1082func_72365_pgetServerInstance2
1083func_72366_acreatePlayerForUser2also checks for multiple logins
1084func_72367_eplayerLoggedOut2Called when a player disconnects from the game. Writes player data to disk and removes them from the world.
1085func_72368_arespawnPlayer2creates and returns a respawned player based on the provided PlayerEntity. Args are the PlayerEntityMP to respawn, an INT for the dimension to respawn into (usually 0), and a boolean value that is true if the player beat the game rather than dying
1086func_72369_dgetAllUsernames2Returns an array of the usernames of all the connected players.
1087func_72370_disAllowedToLogin2Determine if the player is allowed to connect based on current server settings.
1088func_72371_asetWhiteListEnabled2
1089func_72372_agetEntityViewDistance2
1090func_72373_mgetAvailablePlayerDat2Returns an array of usernames for which player.dat exists for.
1091func_72374_bsendPlayerInfoToAllPlayers2sends 1 player per tick, but only sends a player once every 600 ticks
1092func_72376_igetOps2
1093func_72377_cplayerLoggedIn2Called when a player successfully logs in. Reads player data from disk and inserts the player into the world.
1094func_72378_qgetHostPlayerData2On integrated servers, returns the host's player data to be written to level.dat.
1095func_72379_iremoveFromWhitelist2Remove the specified player from the whitelist.
1096func_72380_areadPlayerDataFromFile2called during player login. reads the player information from disk.
1097func_72382_jgetPlayerList2
1098func_72383_nisWhiteListEnabled2
1099func_72384_asendPacketToAllPlayers2sends a packet to all players
1100func_72385_fsyncPlayerInventory2sends the players inventory to himself
1101func_72386_baddOp2This adds a username to the ops list, then saves the op list
1102func_72387_bsetCommandsAllowedForAll2Sets whether all players are allowed to use commands (cheats) on the server.
1103func_72388_hgetWhiteListedPlayers2Returns the whitelisted players.
1104func_72389_gsaveAllPlayerData2Saves all of the players' current states.
1105func_72390_egetBannedPlayers2
1106func_72391_bwritePlayerData2also stores the NBTTags if this is an intergratedPlayerList
1107func_72392_rremoveAllPlayers2Kicks everyone with "Server closed" as reason.
1108func_72393_asendToAllNear2params: x,y,z,d,dimension. The packet is sent to all players within d distance of x,y,z (d^2<x^2+y^2+z^2)
1109func_72394_kgetCurrentPlayerCount2Returns the number of players currently on the server.
1110func_72395_ogetViewDistance2Gets the View Distance.
1111func_72396_asendPacketToAllPlayersInDimension2Sends a packet to all players in the specified Dimension
1112func_72397_asendToAllNearExcept2params: srcPlayer,x,y,z,d,dimension. The packet is not sent to the srcPlayer, but all other players where dx*dx+dy*dy+dz*dz<d*d
1113func_72398_cgetPlayerListAsString2returns a string containing a comma-seperated list of player names
1114func_72399_aallowUserToConnect2checks ban-lists, then white-lists, then space for the server. Returns null on success, or an error message
1115func_72415_sgetIntegratedServer2get the associated Integrated Server
1116func_72417_tloadOpsList2
1117func_72418_vreadWhiteList2
1118func_72419_usaveOpsList2
1119func_72420_sgetDedicatedServerInstance2
1120func_72421_wsaveWhiteList2
1121func_72429_bgetIntermediateWithXValue2Returns a new vector with x value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
1122func_72430_bdotProduct2
1123func_72431_ccrossProduct2Returns a new vector with the result of this vector x the specified vector.
1124func_72432_bnormalize2Normalizes the vector to a length of 1 (except if it is the zero vector)
1125func_72433_clengthVector2Returns the length of the vector.
1126func_72434_dgetIntermediateWithZValue2Returns a new vector with z value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
1127func_72435_cgetIntermediateWithYValue2Returns a new vector with y value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
1128func_72436_esquareDistanceTo2The square of the Euclidean distance between this and the specified vector.
1129func_72438_ddistanceTo2Euclidean distance between this and the specified vector, returned as double.
1130func_72439_bsetComponents2Sets the x,y,z components of the vector as specified.
1131func_72440_arotateAroundX2Rotates the vector around the x axis by the specified angle.
1132func_72441_caddVector2Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
1133func_72442_brotateAroundY2Rotates the vector around the y axis by the specified angle.
1134func_72443_acreateVectorHelper2Static method for creating a new Vec3D given the three x,y,z values. This is only called from the other static method which creates and places it in the list.
1135func_72444_asubtract2Returns a new vector with the result of the specified vector minus this.
1136func_72445_dsquareDistanceTo2The square of the Euclidean distance between this and the vector of x,y,z components passed in.
1137func_72446_crotateAroundZ2Rotates the vector around the z axis by the specified angle.
1138func_72452_ahandleRemoveEntityEffect2Handle a remove entity effect packet.
1139func_72453_ahandleMapChunks2
1140func_72454_ahandleBlockEvent2
1141func_72455_ahandleLogin2
1142func_72456_ahandleBlockChange2
1143func_72457_ahandleLevelSound2
1144func_72458_ahandleClientCommand2
1145func_72460_ahandleSleep2
1146func_72461_ahandleAutoComplete2
1147func_72462_ahandleDoorChange2
1148func_72463_ahandleMapChunk2Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
1149func_72464_ahandleCreativeSetSlot2Handle a creative slot packet.
1150func_72465_ahandleBlockDestroy2
1151func_72466_ahandleSpawnPosition2
1152func_72467_ahandleServerPing2Handle a server ping packet.
1153func_72468_ahandleTileEntityData2
1154func_72469_bcanProcessPacketsAsync2If this returns false, all packets will be queued for the main thread to handle, even if they would otherwise be processed asynchronously. Used to avoid processing packets on the client before the world has been downloaded (which happens on the main thread)
1155func_72470_ahandleServerAuthData2
1156func_72471_ahandlePlayerAbilities2Handle a player abilities packet.
1157func_72472_ahandlePlace2
1158func_72473_ahandleEntityAction2runs registerPacket on the given Packet19EntityAction
1159func_72474_ahandleCloseWindow2
1160func_72475_ahandleCollect2
1161func_72476_ahandleTransaction2
1162func_72477_ahandleKeepAlive2Handle a keep alive packet.
1163func_72478_ahandleEntityHeadRotation2
1164func_72479_ahandleEnchantItem2
1165func_72480_ahandlePlayerInfo2Handle a player information packet.
1166func_72481_ahandleChat2
1167func_72482_ahandleEntity2
1168func_72483_ahandleRespawn2respawns the player
1169func_72484_ahandleAttachEntity2Packet handler
1170func_72485_ahandleEntityStatus2Packet handler
1171func_72486_ahandleWindowItems2
1172func_72487_ahandleUpdateSign2Updates Client side signs
1173func_72488_ahandleGameEvent2
1174func_72489_aisServerHandler2determine if it is a server handler
1175func_72490_ahandleSetSlot2
1176func_72491_ahandleDestroyEntity2
1177func_72492_ahandleKickDisconnect2
1178func_72493_ahandleEntityMetadata2Packet handler
1179func_72494_ahandleMapData2Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
1180func_72495_ahandleEntityPainting2Packet handler
1181func_72496_ahandleMultiBlockChange2
1182func_72497_ahandleUpdateTime2
1183func_72498_ahandleFlying2
1184func_72499_ahandleExplosion2
1185func_72500_ahandleClientProtocol2
1186func_72501_ahandleCustomPayload2
1187func_72502_ahandleBlockItemSwitch2
1188func_72503_ahandleEntityEffect2Handle an entity effect packet.
1189func_72504_ahandleClientInfo2
1190func_72505_ahandleUpdateProgressbar2
1191func_72506_ahandlePlayerInventory2
1192func_72507_ahandleUseEntity2
1193func_72508_ahandleWeather2Handles weather packet
1194func_72509_aunexpectedPacket2Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
1195func_72510_ahandleBlockDig2
1196func_72511_ahandleVehicleSpawn2
1197func_72512_ahandleEntityTeleport2
1198func_72513_ahandleSharedKey2
1199func_72514_ahandleEntityExpOrb2Handle a entity experience orb packet.
1200func_72515_ahandleErrorMessage2
1201func_72516_ahandleOpenWindow2
1202func_72517_ahandleStatistic2Increment player statistics
1203func_72518_ahandleNamedEntitySpawn2
1204func_72519_ahandleMobSpawn2
1205func_72520_ahandleEntityVelocity2Packet handler
1206func_72521_ahandleUpdateHealth2Recieves player health from the server and then proceeds to set it locally on the client.
1207func_72522_ahandleExperience2Handle an experience packet.
1208func_72523_ahandleWindowClick2
1209func_72524_ahandleAnimation2
1210func_72525_cgetSharedKey2Return the secret AES sharedKey
1211func_72526_agetServerId2Returns the server Id randomly generated by this login handler.
1212func_72527_araiseErrorAndDisconnect2
1213func_72528_egetUsernameAndAddress2
1214func_72529_dinitializePlayerConnection2on success the specified username is connected to the minecraftInstance, otherwise they are packet255'd
1215func_72530_bgetLoginMinecraftServer2Returns the reference to Minecraft Server.
1216func_72532_ctryLogin2Logs the user in if a login packet is found, otherwise keeps processing network packets unless the timeout has occurred.
1217func_72533_dgetClientUsername2Returns the connecting client username.
1218func_72545_agetEntityByID2
1219func_72546_bquitWithPacket2
1220func_72547_ccleanup2sets netManager and worldClient to null
1221func_72548_fgetNetManager2Return the NetworkManager instance used by this NetClientHandler
1222func_72549_aurlEncode2Encode the given string for insertion into a URL
1223func_72550_asendSessionRequest2Send request to http://session.minecraft.net with user's sessionId and serverId hash
1224func_72551_dprocessReadPackets2Processes the packets that have been read since the last call to this function.
1225func_72552_caddToSendQueue2Adds the packet to the send queue
1226func_72553_edisconnect2Disconnects the network connection.
1227func_72565_ckickPlayerFromServer2
1228func_72566_dhandleSlashCommand2Processes a / command
1229func_72567_bsendPacketToPlayer2addToSendQueue. if it is a chat packet, check before sending it
1230func_72568_epacketSize2returns 0 for memoryMapped connections
1231func_72569_asetPlayerLocation2Moves the player to the specified destination and rotation
1232func_72570_dnetworkTick2run once each game tick
1233func_72591_cgetRequestId2Returns the request ID provided by the client.
1234func_72592_agetRandomChallenge2Returns the random challenge number assigned to this auth
1235func_72593_ahasExpired2Returns true if the auth's creation timestamp is less than the given time, otherwise false
1236func_72594_bgetChallengeValue2Returns the auth challenge value
1237func_72601_aregisterSocket2Registers a DatagramSocket with this thread
1238func_72602_astartThread2Creates a new Thread object from this class and starts running
1239func_72603_dgetNumberOfPlayers2Returns the number of players on the server
1240func_72604_acloseSocket2Closes the specified DatagramSocket
1241func_72605_acloseServerSocket_do2Closes the specified ServerSocket
1242func_72606_clogWarning2Log warning message
1243func_72607_alogDebug2Log debug message
1244func_72608_bcloseServerSocket2Closes the specified ServerSocket
1245func_72609_blogInfo2Log information message
1246func_72610_dlogSevere2Log severe error message
1247func_72611_ecloseAllSockets2Closes all of the opened sockets
1248func_72612_acloseAllSockets_do2Closes all of the opened sockets
1249func_72613_cisRunning2Returns true if the Thread is running, false otherwise
1250func_72620_asendResponsePacket2Sends a byte array as a DatagramPacket response to the client who sent the given DatagramPacket
1251func_72621_aparseIncomingPacket2Parses an incoming DatagramPacket, returning true if the packet was valid
1252func_72622_dsendAuthChallenge2Sends an auth challenge DatagramPacket to the client and adds the client to the queryClients map
1253func_72623_astopWithException2Stops the query server and reports the given Exception
1254func_72624_bcreateQueryResponse2Creates a query response as a byte array for the specified query DatagramPacket
1255func_72625_agetRequestID2Returns the request ID provided by the authorized client
1256func_72626_ginitQuerySystem2Initializes the query system by binding it to a port
1257func_72627_cverifyClientAuth2Returns true if the client has a valid auth, otherwise false
1258func_72628_fcleanQueryClientsMap2Removes all clients whose auth is no longer valid
1259func_72645_gcleanClientThreadsMap2Cleans up the clientThreads map by removing client Threads that are not running
1260func_72646_finitClientThreadList2
1261func_72653_gcloseSocket2Closes the client socket
1262func_72654_asendResponse2Sends the given response message to the client
1263func_72655_asendMultipacketResponse2Splits the response message into individual packets and sends each one
1264func_72656_fsendLoginFailedResponse2Sends the standard RCon 'authorization failed' response packet
1265func_72661_agetBytesAsString2Read a null-terminated string from the given byte array
1266func_72662_bgetRemainingBytesAsLEInt2Read 4 bytes from the
1267func_72663_agetByteAsHexString2Returns a String representation of the byte in hexadecimal format
1268func_72664_cgetBytesAsBEint2Read 4 bytes from the given array in big-endian format and return them as an int
1269func_72665_bgetBytesAsLEInt2Read 4 bytes from the given array in little-endian format and return them as an int
1270func_72667_awriteInt2Writes the given int to the output stream
1271func_72668_awriteShort2Writes the given short to the output stream
1272func_72669_breset2Resets the byte array output.
1273func_72670_awriteByteArray2Writes the given byte array to the output stream
1274func_72671_awriteString2Writes the given String to the output stream
1275func_72672_atoByteArray2Returns the contents of the output stream as a byte array
1276func_72675_dgetStepSound2Used when a entity walks over, or otherwise interacts with the block.
1277func_72676_agetBreakSound2Used when a block breaks, EXA: Player break, Shep eating grass, etc..
1278func_72677_bgetVolume2
1279func_72678_cgetPitch2
1280func_72682_cgetChunkWatchersWithPlayers2
1281func_72683_aaddPlayer2Adds an EntityPlayerMP to the PlayerManager.
1282func_72685_dupdateMountedMovingPlayer2update chunks around a player being moved by server logic (e.g. cart, boat)
1283func_72686_agetFurthestViewableBlock2Get the furthest viewable block given player's view distance
1284func_72687_aflagChunkForUpdate2the "PlayerInstance"/ chunkWatcher will send this chunk to all players who are in line of sight
1285func_72688_agetWorldServer2
1286func_72689_bgetChunkWatchers2
1287func_72690_agetOrCreateChunkWatcher2
1288func_72691_bfilterChunkLoadQueue2Removes all chunks from the given player's chunk load queue that are not in viewing range of the player.
1289func_72692_agetWorldServer2
1290func_72693_bupdatePlayerInstances2updates all the player instances that need to be updated
1291func_72694_aisPlayerWatchingChunk2
1292func_72695_cremovePlayer2Removes an EntityPlayerMP from the PlayerManager.
1293func_72702_aplayRecord2Plays the specified record. Arg: recordName, x, y, z
1294func_72703_aonEntityCreate2Called on all IWorldAccesses when an entity is created or loaded. On client worlds, starts downloading any necessary textures. On server worlds, adds the entity to the entity tracker.
1295func_72704_aplaySound2Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
1296func_72705_adestroyBlockPartially2Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
1297func_72706_aplayAuxSFX2Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
1298func_72707_amarkBlockRangeForRenderUpdate2On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
1299func_72708_aspawnParticle2Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
1300func_72709_bonEntityDestroy2Called on all IWorldAccesses when an entity is unloaded or destroyed. On client worlds, releases any downloaded textures. On server worlds, removes the entity from the entity tracker.
1301func_72710_amarkBlockForUpdate2On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z
1302func_72711_bmarkBlockForRenderUpdate2On the client, re-renders this block. On the server, does nothing. Used for lighting updates.
1303func_72712_aloadRenderers2Loads all the renderers and sets up the basic settings usage
1304func_72713_arenderEntities2Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime
1305func_72714_arenderSky2Renders the sky with the partial tick time. Args: partialTickTime
1306func_72715_adrawOutlinedBoundingBox2Draws lines for the edges of the bounding box.
1307func_72716_aupdateRenderers2Updates some of the renderers sorted by distance from the player
1308func_72717_adrawBlockDamageTexture2
1309func_72718_brenderClouds2
1310func_72719_asortAndRender2Sorts all renderers based on the passed in entity. Args: entityLiving, renderPass, partialTickTime
1311func_72720_acheckOcclusionQueryResult2
1312func_72721_ahasCloudFog2Checks if the given position is to be rendered with cloud fog
1313func_72722_cmarkRenderersForNewPosition2Goes through all the renderers setting new positions on them and those that have their position changed are adding to be updated
1314func_72723_dgetDebugInfoEntities2Gets the entities info for use on the Debug screen
1315func_72724_arenderSortedRenderers2Renders the sorted renders for the specified render pass. Args: startRenderer, numRenderers, renderPass, partialTickTime
1316func_72725_bmarkBlocksForUpdate2Marks the blocks in the given range for update
1317func_72726_bdoSpawnParticle2Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
1318func_72727_adrawBlockBreaking2
1319func_72728_fdeleteAllDisplayLists2Deletes all display lists
1320func_72729_aclipRenderersByFrustum2Checks all renderers that previously weren't in the frustum and 1/16th of those that previously were in the frustum for frustum clipping Args: frustum, partialTickTime
1321func_72730_grenderStars2
1322func_72731_bdrawSelectionBox2Draws the selection box for the player. Args: entityPlayer, rayTraceHit, i, itemStack, partialTickTime
1323func_72732_asetWorldAndLoadRenderers2set null to clear
1324func_72733_arenderAllRenderLists2Render all render lists
1325func_72734_eupdateClouds2
1326func_72735_cgetDebugInfoRenders2Gets the render info for use on the Debug screen
1327func_72736_crenderCloudsFancy2Renders the 3d fancy clouds
1328func_72784_asendPacketToAllPlayersTrackingEntity2does not send the packet to the entity if the entity is a player
1329func_72785_aaddEntityToTracker2
1330func_72786_aaddEntityToTracker2if entity is a player sends all tracked events to the player, otherwise, adds with a visibility and update arate based on the class type
1331func_72787_aremovePlayerFromTrackers2
1332func_72788_aupdateTrackedEntities2
1333func_72789_bsendPacketToAllAssociatedPlayers2sends to the entity if the entity is a player
1334func_72790_bremoveEntityFromAllTrackingPlayers2
1335func_72791_aaddEntityToTracker2
1336func_72796_pgetBlockTileEntity2Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists
1337func_72797_tdoesBlockHaveSolidTopSurface2Returns true if the block at the given coordinate has a solid (buildable) top surface.
1338func_72798_agetBlockId2Returns the block ID at coords x,y,z
1339func_72799_cisAirBlock2Returns true if the block at the specified coordinates is empty
1340func_72800_KgetHeight2Returns current world height.
1341func_72801_ogetLightBrightness2Returns how bright the block is shown as which is the block's light value looked up in a lookup table (light values aren't linear for brightness). Args: x, y, z
1342func_72802_igetLightBrightnessForSkyBlocks2Any Light rendered on a 1.8 Block goes through here
1343func_72803_fgetBlockMaterial2Returns the block's material.
1344func_72804_risBlockOpaqueCube2Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
1345func_72805_ggetBlockMetadata2Returns the block metadata at coords x,y,z
1346func_72806_NextendedLevelsInChunkCache2set by !chunk.getAreLevelsEmpty
1347func_72807_agetBiomeGenForCoords2Gets the biome for a given set of x/z coordinates
1348func_72808_jgetBrightness2
1349func_72809_sisBlockNormalCube2Indicate if a material is a normal solid opaque cube.
1350func_72810_agetSkyBlockTypeBrightness2Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1351func_72811_bgetLightValue2Gets the light value of the specified block coords. Args: x, y, z
1352func_72812_bgetSpecialBlockBrightness2is only used on stairs and tilled fields
1353func_72813_agetLightValueExt2Get light value with flag
1354func_72819_igetWeightedThunderStrength2
1355func_72820_DgetWorldTime2
1356func_72821_mnotifyBlockOfNeighborChange2Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID
1357func_72823_asetItemData2Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
1358func_72824_fgetCloudColour2
1359func_72825_hgetTopSolidOrLiquidBlock2Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z
1360func_72826_cgetCelestialAngle2calls calculateCelestialAngle
1361func_72827_ugetProviderName2Returns the name of the current chunk provider, by calling chunkprovider.makeString()
1362func_72828_bunloadEntities2Adds a list of entities to be unloaded on the next pass of World.updateEntities()
1363func_72829_ccheckBlockCollision2Returns true if there are any blocks in the region constrained by an AxisAlignedBB
1364func_72830_bisAABBInMaterial2checks if the given AABB is in the material given. Used while swimming.
1365func_72831_arayTraceBlocks_do_do2
1366func_72832_dsetBlock2Sets the block ID and metadata at a given location. Args: X, Y, Z, new block ID, new metadata, flags. Flag 1 will cause a block update. Flag 2 will send the change to clients (you almost always want this). Flag 4 prevents the block from being re-rendered, if this is a client world. Flags can be added together.
1367func_72833_agetSkyColor2Calculates the color for the skybox
1368func_72834_ccanBlockFreeze2checks to see if a given block is both water, and cold enough to freeze - if the par4 boolean is set, this will only return true if there is a non-water block immediately adjacent to the specified block
1369func_72835_btick2Runs a single tick for the world
1370func_72836_ascheduleBlockUpdate2Schedules a tick to a block with a delay (Most commonly the tick rate)
1371func_72837_asetBlockTileEntity2Sets the TileEntity for a given block in X, Y, Z coordinates
1372func_72838_dspawnEntityInWorld2Called to place all entities as part of a world
1373func_72839_bgetEntitiesWithinAABBExcludingEntity2Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb
1374func_72840_agetCollidingBlockBounds2calculates and returns a list of colliding bounding boxes within a given AABB
1375func_72841_bgetUniqueDataId2Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
1376func_72842_agetBlockDensity2Gets the percentage of real blocks within within a bounding box, along a specified vector.
1377func_72843_DsetRandomSeed2puts the World Random seed to a specific state dependant on the inputs
1378func_72844_agetEntityPathToXYZ2
1379func_72845_hmarkBlockForUpdate2On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z
1380func_72846_bgetClosestVulnerablePlayer2Returns the closest vulnerable player within the given radius, or null if none is found.
1381func_72847_breleaseEntitySkin2Decrement the reference counter for this entity's skin image data
1382func_72848_bremoveWorldAccess2Removes a worldAccess from the worldAccesses object
1383func_72849_agetBlockLightValue_do2Gets the light value of a block location. This is the actual function that gets the value and has a bool flag that indicates if its a half step block to get the maximum light value of a direct neighboring block (left, right, forward, back, and up)
1384func_72850_visBlockFreezableNaturally2checks to see if a given block is both water and has at least one immediately adjacent non-water block
1385func_72851_fnotifyBlockChange2The block type change and need to notify other systems Args: x, y, z, blockID
1386func_72852_aaddTileEntity2
1387func_72853_dgetMoonPhase2
1388func_72854_cupdateAllPlayersSleepingFlag2Updates the flag that indicates whether or not all players in the world are sleeping.
1389func_72855_bcheckNoEntityCollision2Returns true if there are no solid, live entities in the specified AxisAlignedBB
1390func_72856_bgetClosestVulnerablePlayerToEntity2Returns the closest vulnerable player to this entity within the given radius, or null if none is found
1391func_72857_afindNearestEntityWithinAABB2
1392func_72858_wcanSnowAt2Tests whether or not snow can be placed at a given location
1393func_72860_GgetSaveHandler2Returns this world's current save handler
1394func_72861_EgetSpawnPoint2Returns the coordinates of the spawn point
1395func_72863_FgetChunkProvider2gets the IChunkProvider this world uses.
1396func_72864_zisBlockIndirectlyGettingPowered2Used to see if one of the blocks next to you or your block is getting power from a neighboring block. Used by items like TNT or Doors so they don't have redstone going straight into them. Args: x, y, z
1397func_72865_agetPathEntityToEntity2
1398func_72866_aupdateEntityWithOptionalForce2Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate
1399func_72867_jgetRainStrength2Not sure about this actually. Reverting this one myself.
1400func_72868_aaddLoadedEntities2adds entities to the loaded entities list, and loads thier skins.
1401func_72869_aspawnParticle2Spawns a particle. Args particleName, x, y, z, velX, velY, velZ
1402func_72870_gupdateEntity2Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
1403func_72872_agetEntitiesWithinAABB2Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb
1404func_72873_adoChunksNearChunkExist2Checks if any of the chunks within distance (argument 4) blocks of the given block exist
1405func_72874_ggetPrecipitationHeight2Gets the height to which rain/snow will fall. Calculates it if not already stored.
1406func_72875_aisMaterialInBB2Returns true if the given bounding box contains the given material
1407func_72876_acreateExplosion2Creates an explosion. Args: entity, x, y, z, strength
1408func_72877_bsetWorldTime2Sets the world time.
1409func_72878_lgetIndirectPowerLevelTo2Gets the power level from a certain block face. Args: x, y, z, direction
1410func_72879_kisBlockProvidingPowerTo2Is this block powering in the specified direction Args: x, y, z, direction
1411func_72880_hgetStarBrightness2How bright are stars in the sky
1412func_72882_AsendQuittingDisconnectingPacket2If on MP, sends a quitting packet.
1413func_72883_kgetFullBlockLightValue2Does the same as getBlockLightValue_do but without checking if its not a normal block
1414func_72884_uisBlockFreezable2checks to see if a given block is both water and is cold enough to freeze
1415func_72885_anewExplosion2returns a new explosion. Does initiation (at time of writing Explosion is not finished)
1416func_72886_aextinguishFire2If the block in the given direction of the given coordinate is fire, extinguish it. Args: Player, X,Y,Z, blockDirection
1417func_72887_bisBlockNormalCubeDefault2Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter.
1418func_72888_fdestroyBlockInWorldPartially2Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
1419func_72889_aplayAuxSFXAtEntity2See description for playAuxSFX.
1420func_72890_agetClosestPlayerToEntity2Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist
1421func_72891_asetAllowedSpawnTypes2Set which types of mobs are allowed to spawn (peaceful vs hostile).
1422func_72892_bscheduleBlockUpdateFromLoad2Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
1423func_72893_gtickBlocksAndAmbiance2plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
1424func_72894_ksetRainStrength2
1425func_72896_JisRaining2Returns true if the current rain strength is greater than 0.2
1426func_72897_hjoinEntityInSurroundings2spwans an entity and loads surrounding chunks
1427func_72898_hnotifyBlocksOfNeighborChange2Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID
1428func_72899_eblockExists2Returns whether a block exists at world coordinates x, y, z
1429func_72900_eremoveEntity2Schedule the entity for removal during the next tick. Marks the entity dead in anticipation.
1430func_72901_arayTraceBlocks_do2
1431func_72902_nmarkBlockForRenderUpdate2On the client, re-renders this block. On the server, does nothing. Used for lighting updates.
1432func_72903_xsetActivePlayerChunksAndCheckLight2
1433func_72904_ccheckChunksExist2Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
1434func_72905_CgetSeed2Retrieve the world seed from level.dat
1435func_72906_BcheckSessionLock2Checks whether the session lock file was modified by another process
1436func_72907_acountEntities2Counts how many entities of an entity class exist in the world. Args: entityClass
1437func_72908_aplaySoundEffect2Play a sound effect. Many many parameters for this function. Not sure what they do, but a classic call is : (double)i + 0.5D, (double)j + 0.5D, (double)k + 0.5D, 'random.door_open', 1.0F, world.rand.nextFloat() * 0.1F + 0.9F with i,j,k position of the block.
1438func_72909_dmarkBlockRangeForRenderUpdate2On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
1439func_72910_ygetLoadedEntityList2Accessor for world Loaded Entity List
1440func_72911_IisThundering2Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
1441func_72912_HgetWorldInfo2Gets the World's WorldInfo instance
1442func_72913_wtoggleRain2
1443func_72914_aaddWorldInfoToCrashReport2Adds some basic stats of the world to the given crash report.
1444func_72915_bsetLightValue2Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block. Args: enumSkyBlock, x, y, z, lightValue
1445func_72916_cchunkExists2Returns whether a chunk exists at chunk coordinates x, y
1446func_72917_acheckNoEntityCollision2Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
1447func_72918_ahandleMaterialAcceleration2handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
1448func_72919_OgetHorizon2Returns horizon height for use in rendering the sky.
1449func_72920_agetPendingBlockUpdates2
1450func_72921_csetBlockMetadataWithNotify2Sets the blocks metadata and if set will then notify blocks that this block changed, depending on the flag. Args: x, y, z, metadata, flag. See setBlock for flag description
1451func_72922_bgetFirstUncoveredBlock2Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards.
1452func_72923_aobtainEntitySkin2Start the skin for this entity downloading, if necessary, and increment its reference counter
1453func_72924_agetPlayerEntityByName2Find a player by name in this world.
1454func_72925_agetSkyBlockTypeBrightness2Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1455func_72926_eplayAuxSFX2See description for func_72706_a.
1456func_72927_dblockHasTileEntity2Checks if a block at a given position should have a tile entity.
1457func_72928_amarkTileEntityForDespawn2adds tile entity to despawn list (renamed from markEntityForDespawn)
1458func_72929_egetCelestialAngleRadians2Return getCelestialAngle()*2*PI
1459func_72931_acanPlaceEntityOnSide2Returns true if the given Entity can be placed on the given side of the given block position.
1460func_72932_qremoveBlockTileEntity2Removes the TileEntity for a given block in X,Y,Z coordinates
1461func_72933_arayTraceBlocks2ray traces all blocks, including non-collideable ones
1462func_72934_aplayRecord2Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z
1463func_72935_risDaytime2Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
1464func_72936_cupdateLightByType2
1465func_72937_jcanBlockSeeTheSky2Checks if the specified block is able to see the sky
1466func_72938_dgetChunkFromBlockCoords2Returns a chunk looked up by block coordinates. Args: x, z
1467func_72939_supdateEntities2Updates (and cleans up) entities and tile entities
1468func_72940_LgetActualHeight2Returns current world height.
1469func_72941_amoodSoundAndLightCheck2
1470func_72942_caddWeatherEffect2adds a lightning bolt to the list of lightning bolts in this world.
1471func_72943_aloadItemData2Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid
1472func_72944_bupdateTileEntityChunkAndDoNothing2marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
1473func_72945_agetCollidingBoundingBoxes2Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb
1474func_72946_bfindClosestStructure2Returns the location of the closest structure of the specified type. If not found returns null.
1475func_72947_acalculateInitialWeather2Called from World constructor to set rainingStrength and thunderingStrength
1476func_72948_ggetFogColor2Returns vector(ish) with R/G/B for fog
1477func_72950_AsetSpawnLocation2
1478func_72951_BcanLightningStrikeAt2
1479func_72953_disAnyLiquid2Returns if any of the blocks within the aabb are liquids. Args: aabb
1480func_72954_aaddWorldAccess2Adds a IWorldAccess to the list of worldAccesses
1481func_72955_atickUpdates2Runs through the list of updates to run and ticks them
1482func_72956_aplaySoundAtEntity2Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
1483func_72957_lgetBlockLightValue2Gets the light value of a block location
1484func_72958_CisBlockHighHumidity2Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high
1485func_72959_qgetWorldChunkManager2
1486func_72960_asetEntityState2sends a Packet 38 (Entity Status) to all tracked players of that entity
1487func_72962_acanMineBlock2Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
1488func_72963_ainitialize2
1489func_72964_egetChunkFromChunkCoords2Returns back a chunk looked up by chunk coordinates Args: x, y
1490func_72965_baddBlockEvent2Adds a block event with the given Args to the blockEventCache. During the next tick(), the block specified will have its onBlockEvent handler called with the given parameters. Args: X,Y,Z, BlockID, EventID, EventParameter
1491func_72966_vcalculateInitialSkylight2Called on construction of the World class to setup the initial skylight values
1492func_72967_acalculateSkylightSubtracted2Returns the amount of skylight subtracted for the current time
1493func_72969_xupdateAllLightTypes2
1494func_72970_hcreateChunkProvider2Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
1495func_72971_bgetSunBrightness2Returns the sun brightness - checks time of day, rain and thunder
1496func_72972_bgetSavedLightValue2Returns saved light value without taking into account the time of day. Either looks in the sky light map or block light map based on the enumSkyBlock arg.
1497func_72973_fremovePlayerEntityDangerously2Do NOT use this method to remove normal entities- use normal removeEntity
1498func_72974_fsetSpawnLocation2Sets a new spawn location by finding an uncovered block at a random (x,z) location in the chunk.
1499func_72975_gmarkBlocksDirtyVertical2marks a vertical line of blocks as dirty
1500func_72976_fgetHeightValue2Returns the y coordinate with a block in it at this x, z coordinate
1501func_72977_agetClosestPlayer2Gets the closest player to the point within the specified distance (distance can be set to less than 0 to not limit the distance). Args: x, y, z, dist
1502func_72978_eisBoundingBoxBurning2Returns whether or not the given bounding box is on fire or not
1503func_72979_lupdateWeather2Updates all weather states.
1504func_72980_bplaySound2par8 is loudness, all pars passed to minecraftInstance.sndManager.playSound
1505func_72981_tgetDebugLoadedEntities2This string is 'All: (number of loaded entities)' Viewable by press ing F3
1506func_73022_aremoveAllEntities2also releases skins.
1507func_73023_gsetBlockAndMetadataAndInvalidate2
1508func_73025_adoPreChunk2
1509func_73026_agetEntityList2
1510func_73027_aaddEntityToWorld2Add an ID to Entity mapping to entityHashSet
1511func_73028_bremoveEntityFromWorld2
1512func_73029_EdoVoidFogParticles2
1513func_73030_bgetEntitySpawnQueue2
1514func_73031_ainvalidateBlockReceiveRegion2Invalidates an AABB region of blocks from the receive queue, in the event that the block has been modified client-side in the intervening 80 receive ticks.
1515func_73039_ngetEntityTracker2Gets the EntityTracker
1516func_73040_pgetPlayerManager2
1517func_73041_kflush2Syncs all changes to disk and wait for completion.
1518func_73042_asaveLevel2Saves the chunks to disk.
1519func_73043_aonBlockEventReceived2Called to apply a pending BlockEvent to apply to the current world.
1520func_73044_asaveAllChunks2Saves all chunks to disk while updating progress bar.
1521func_73045_agetEntityByID2Returns the Entity with the given ID, or null if it doesn't exist in this World.
1522func_73046_mgetMinecraftServer2Gets the MinecraftServer.
1523func_73047_icreateBonusChest2Creates the bonus chest in the world.
1524func_73049_agetAllTileEntityInBox2pars: min x,y,z , max x,y,z
1525func_73050_buncheckedUpdateEntity2direct call to super.updateEntityWithOptionalForce
1526func_73051_PresetRainAndThunder2
1527func_73052_bcreateSpawnPosition2creates a spawn position at random within 256 blocks of 0,0
1528func_73053_dwakeAllPlayers2
1529func_73054_jgetEntrancePortalLocation2Gets the hard-coded portal location to use when entering this dimension.
1530func_73055_QsendAndApplyBlockEvents2Send and apply locally all pending BlockEvents to each player with 64m radius of the event.
1531func_73056_eareAllPlayersAsleep2
1532func_73057_aspawnRandomCreature2only spawns creatures allowed by the chunkProvider
1533func_73073_ccancelDestroyingBlock2note: this ignores the pars passed in and continues to destroy the onClickedBlock
1534func_73074_aonBlockClicked2if not creative, it calls destroyBlockInWorldPartially untill the block is broken first. par4 is the specific side. tryHarvestBlock can also be the result of this call
1535func_73075_aupdateBlockRemoving2
1536func_73076_asetGameType2
1537func_73077_binitializeGameType2if the gameType is currently NOT_SET then change it to par1
1538func_73078_aactivateBlockOrUseItem2Activate the clicked on block, otherwise use the held item. Args: player, world, itemStack, x, y, z, side, xOffset, yOffset, zOffset
1539func_73079_dremoveBlock2Removes a block and triggers the appropriate events
1540func_73080_asetWorld2Sets the world instance.
1541func_73081_bgetGameType2
1542func_73082_auncheckedTryHarvestBlock2
1543func_73083_disCreative2Get if we are in creative game mode.
1544func_73084_btryHarvestBlock2Attempts to harvest a block at the given coordinate
1545func_73085_atryUseItem2Attempts to right-click use an item by the given EntityPlayer in the given World
1546func_73101_esendDemoReminder2Sends a message to the player reminding them that this is the demo version
1547func_73106_egetPartialBlockDamage2
1548func_73107_asetPartialBlockDamage2inserts damage value into this partially destroyed Block. -1 causes client renderer to delete it, otherwise ranges from 1 to 10
1549func_73108_dgetPartialBlockZ2
1550func_73109_cgetPartialBlockY2
1551func_73110_bgetPartialBlockX2
1552func_73116_bsendPacketToAllAssociatedPlayers2if this is a player, then it recieves the message also
1553func_73117_btryStartWachingThis2if the player is more than the distance threshold (typically 64) then the player is removed instead
1554func_73118_aremoveFromWatchingList2
1555func_73119_ainformAllAssociatedPlayersOfItemDestruction2
1556func_73120_asendPacketToAllTrackingPlayers2if this is a player, then it is not informed
1557func_73121_disPlayerWatchingThisChunk2
1558func_73122_asendLocationToAllClients2also sends velocity, rotation, and riding info.
1559func_73123_cremovePlayerFromTracker2
1560func_73124_bgetPacketForThisEntity2
1561func_73125_bsendEventsToPlayers2
1562func_73148_dmakeString2Converts the instance data to a readable string.
1563func_73149_achunkExists2Checks to see if a chunk exists at x, y
1564func_73150_afindClosestStructure2Returns the location of the closest structure of the specified type. If not found returns null.
1565func_73151_asaveChunks2Two modes of operation: if passed true, save all Chunks in one go. If passed false, save up to two chunks. Return true if all chunks have been saved.
1566func_73152_egetLoadedChunkCount2
1567func_73153_apopulate2Populates chunk with ores etc etc
1568func_73154_dprovideChunk2Will return back a chunk, if it doesn't exist and its not a MP client it will generates all the blocks for the specified chunk from the map seed and chunk seed
1569func_73155_agetPossibleCreatures2Returns a list of creatures of the specified type that can spawn at the given location.
1570func_73156_bunloadQueuedChunks2Unloads chunks that are marked to be unloaded. This is not guaranteed to unload every such chunk.
1571func_73157_ccanSave2Returns if the IChunkProvider supports saving.
1572func_73158_cloadChunk2loads or generates the chunk at the chunk location specified
1573func_73164_ainitializeNoiseField2generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1574func_73165_agenerateNetherTerrain2Generates the shape of the terrain in the nether.
1575func_73166_breplaceBlocksForBiome2name based on ChunkProviderGenerate
1576func_73187_ainitializeNoiseField2generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1577func_73188_breplaceBlocksForBiome2
1578func_73189_agenerateTerrain2
1579func_73205_ainitializeNoiseField2generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1580func_73206_agenerateTerrain2Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
1581func_73207_areplaceBlocksForBiome2Replaces the stone that was placed in with blocks that match the biome
1582func_73234_bunloadChunk2Unload chunk from ChunkProviderClient's hashmap. Called in response to a Packet50PreChunk with its mode field set to false
1583func_73239_esafeLoadChunk2used by loadChunk, but catches any exceptions if the load fails.
1584func_73240_aunloadAllChunks2marks all chunks for unload, ignoring those near the spawn
1585func_73241_bunloadChunksIfNotNearSpawn2marks chunk for unload by "unload100OldestChunks" if there is no spawn point, or if the center of the chunk is outside 200 blocks (x or z) of the spawn
1586func_73242_bsafeSaveChunk2used by saveChunks, but catches any exceptions if the save fails.
1587func_73243_asafeSaveExtraChunkData2used by saveChunks, but catches any exceptions if the save fails.
1588func_73252_bsendThisChunkToPlayer2
1589func_73253_agetChunkLocation2
1590func_73254_asendChunkUpdate2
1591func_73255_aaddPlayerToChunkWatchingList2called for all chunks within the visible radius of the player
1592func_73256_asendToAllPlayersWatchingChunk2
1593func_73257_asendTileToAllPlayersWatchingChunk2
1594func_73258_bgetPlayersInChunk2
1595func_73259_aflagChunkForUpdate2
1596func_73266_awritePacket2Writes a packet, prefixed by its ID, to the data stream.
1597func_73267_areadPacketData2Abstract. Reads the raw packet data from the data stream.
1598func_73268_acontainsSameEntityIDAs2eg return packet30entity.entityId == entityId; WARNING : will throw if you compare a packet to a different packet class
1599func_73269_dgetNewPacket2Returns a new instance of the specified Packet class.
1600func_73270_awriteItemStack2Writes the ItemStack's ID (short), then size (byte), then damage. (short)
1601func_73271_awriteString2Writes a String to the DataOutputStream
1602func_73272_areadPacket2Read a packet, prefixed by its ID, from the data stream.
1603func_73273_awritePacketData2Abstract. Writes the raw packet data to the data stream.
1604func_73274_awriteByteArray2Writes a byte array to the DataOutputStream
1605func_73275_awriteNBTTagCompound2Writes a compressed NBTTagCompound to the OutputStream
1606func_73276_creadItemStack2Reads a ItemStack from the InputStream
1607func_73277_a_canProcessAsync2If this returns true, the packet may be processed on any thread; otherwise it is queued for the main thread to handle.
1608func_73278_eisRealPacket2only false for the abstract Packet class, all real packets return true
1609func_73279_aprocessPacket2Passes this Packet on to the NetHandler for processing.
1610func_73280_breadBytesFromStream2the first short in the stream indicates the number of bytes to read
1611func_73281_kgetPacketId2Returns the ID of this packet.
1612func_73282_areadString2Reads a string from a packet
1613func_73283_dreadNBTTagCompound2Reads a compressed NBTTagCompound from the InputStream
1614func_73284_agetPacketSize2Abstract. Return the size of the packet (not counting the header).
1615func_73285_aaddIdClassMapping2Adds a two way mapping between the packet ID and packet class.
1616func_73302_bgetVerifyToken2Return verifyToken
1617func_73303_agetSharedKey2Return secretKey, decrypting it from the sharedSecret byte array if needed
1618func_73304_dgetSharedKey2Return the secret AES sharedKey (used by client only)
1619func_73320_hgetPosZ2Gets the Z position of the block
1620func_73321_fgetPosX2Gets the X position of the block
1621func_73322_dgetEntityId2Gets the ID of the entity breaking the block
1622func_73323_igetDestroyedStage2Gets how far destroyed this block is
1623func_73324_ggetPosY2Gets the Y position of the block
1624func_73346_hisCreativeMode2
1625func_73347_igetFlySpeed2
1626func_73348_ggetAllowFlying2
1627func_73349_bsetFlying2Sets whether we're currently flying or not.
1628func_73350_fgetFlying2
1629func_73351_asetFlySpeed2Sets the flying speed.
1630func_73352_dgetDisableDamage2
1631func_73353_asetDisableDamage2Sets whether damage is disabled or not.
1632func_73354_csetAllowFlying2
1633func_73355_bsetWalkSpeed2Sets the walking speed.
1634func_73356_dsetCreativeMode2
1635func_73376_fgetPublicKey2
1636func_73377_dgetServerId2
1637func_73378_ggetVerifyToken2
1638func_73391_dgetMetadata2
1639func_73397_dgetItemSlot2Gets the item in the slot format (an ItemStack)
1640func_73401_hgetDirection2
1641func_73402_fgetYPosition2
1642func_73403_dgetXPosition2
1643func_73404_lgetYOffset2Returns the offset from yPosition where the actual click took place
1644func_73405_igetItemStack2
1645func_73406_jgetXOffset2Returns the offset from xPosition where the actual click took place
1646func_73407_ggetZPosition2
1647func_73408_mgetZOffset2Returns the offset from zPosition where the actual click took place
1648func_73453_dgetProtocolVersion2Returns the protocol version.
1649func_73454_fgetUsername2Returns the username.
1650func_73459_dgetLanguage2
1651func_73460_hgetChatColours2
1652func_73461_fgetRenderDistance2
1653func_73462_igetDifficulty2
1654func_73463_ggetChatVisibility2
1655func_73473_dgetText2
1656func_73475_dgetIsServer2Get whether this is a server
1657func_73489_cgetMetadata2
1658func_73509_cgetWatchedMetadata2
1659func_73568_ggetEffectY2
1660func_73569_hgetEffectZ2
1661func_73570_dgetSoundName2
1662func_73571_igetVolume2
1663func_73572_fgetEffectX2
1664func_73573_jgetPitch2Gets the pitch divided by 63 (63 is 100%)
1665func_73580_bgetChunkPosZ2
1666func_73581_dgetNumberOfChunkInPacket2
1667func_73582_agetChunkPosX2
1668func_73583_cgetChunkCompressedData2
1669func_73593_dgetCompressedChunkData2
1670func_73594_agetMapChunkData2
1671func_73607_dgetPlayerVelocityX2Gets the X velocity of the player being pushed by the explosion.
1672func_73608_ggetPlayerVelocityZ2Gets the Z velocity of the player being pushed by the explosion.
1673func_73609_fgetPlayerVelocityY2Gets the Y velocity of the player being pushed by the explosion.
1674func_73660_aupdate2Updates the JList with a new model.
1675func_73665_cgetPropertiesFile2Returns this PropertyManager's file object used for property saving.
1676func_73666_alogMessageAndSave2logs an info message then calls saveSettingsToFile Yes this appears to be a potential stack overflow - these 2 functions call each other repeatdly if an exception occurs.
1677func_73667_asetProperty2Saves an Object with the given property name.
1678func_73668_bsaveProperties2Writes the properties to the properties file.
1679func_73669_agetIntProperty2Gets an integer property. If it does not exist, set it to the specified value.
1680func_73670_agetBooleanProperty2Gets a boolean property. If it does not exist, set it to the specified value.
1681func_73671_agetProperty2Gets a property. If it does not exist, set it to the specified value.
1682func_73680_dgetBanEndDate2
1683func_73681_asetBanStartDate2null == start ban now
1684func_73682_ehasBanExpired2
1685func_73683_bgetBanStartDate2
1686func_73684_agetBannedUsername2
1687func_73685_gbuildBanString2
1688func_73686_fgetBanReason2
1689func_73687_asetBannedBy2
1690func_73688_cparse2
1691func_73689_bsetBanReason2
1692func_73690_cgetBannedBy2
1693func_73691_bsetBanEndDate2
1694func_73703_bsaveToFile2par1: include header
1695func_73704_aisBanned2
1696func_73705_dremoveExpiredBans2
1697func_73706_aput2
1698func_73707_eloadBanList2Loads the ban list from the file (adds every entry, does not clear the current list).
1699func_73708_asetListActive2
1700func_73709_bremove2
1701func_73710_bisListActive2
1702func_73711_fsaveToFileWithHeader2
1703func_73712_cgetBannedList2removes expired Bans before returning
1704func_73717_aonNoMoreProgress2called when there is no more progress to be had, both on completion and failure
1705func_73718_asetLoadingProgress2Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
1706func_73719_cresetProgresAndWorkingMessage2This is called with "Working..." by resetProgressAndMessage
1707func_73720_adisplayProgressMessage2"Saving level", or the loading,or downloading equivelent
1708func_73721_bresetProgressAndMessage2this string, followed by "working..." and then the "% complete" are the 3 lines shown. This resets progress to 0, and the WorkingString to "working...".
1709func_73728_bdrawVerticalLine2
1710func_73729_bdrawTexturedModalRect2Draws a textured rectangle at the stored z-value. Args: x, y, u, v, width, height
1711func_73730_adrawHorizontalLine2
1712func_73731_bdrawString2Renders the specified text to the screen.
1713func_73732_adrawCenteredString2Renders the specified text to the screen, center-aligned.
1714func_73733_adrawGradientRect2Draws a rectangle with a vertical gradient between the specified colors.
1715func_73734_adrawRect2Draws a solid color rectangle with the specified coordinates and color. Args: x1, y1, x2, y2, color
1716func_73736_cmousePressed2Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent e).
1717func_73737_adrawButton2Draws this button to the screen.
1718func_73738_agetHoverState2Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button.
1719func_73739_bmouseDragged2Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e).
1720func_73740_amouseReleased2Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e).
1721func_73753_areturnEnumOptions2
1722func_73756_bgetSentMessages2Gets the list of messages previously sent through the chat GUI
1723func_73757_aaddTranslatedMessage2Adds a message to the chat after translating to the client's locale.
1724func_73758_bscroll2Scrolls the chat by the given number of lines.
1725func_73759_cdeleteChatLine2finds and deletes a Chat line by ID
1726func_73760_dgetChatOpen2@return {@code true} if the chat GUI is open
1727func_73761_aclearChatMessages2Clears the chat.
1728func_73762_adrawChat2
1729func_73763_aprintChatMessageWithOptionalDeletion2prints the String to Chat. If the ID is not 0, deletes an existing Chat Line of that ID from the GUI
1730func_73764_cresetScroll2Resets the chat scroll (executed when the GUI is closed)
1731func_73765_aprintChatMessage2takes a String and prints it to chat
1732func_73767_baddToSentMessages2Adds this string to the list of sent messages, for recall using the up/down arrow keys
1733func_73773_adraw2
1734func_73774_aupdate2
1735func_73777_bdeleteFromCursor2delete the selected text, otherwsie deletes characters from either side of the cursor. params: delete num
1736func_73778_qgetVisible2@return {@code true} if this textbox is visible
1737func_73779_adeleteWords2Deletes the specified number of words starting at the cursor position. Negative numbers will delete words left of the cursor.
1738func_73780_aupdateCursorCounter2Increments the cursor counter
1739func_73781_bgetText2Returns the text beign edited on the textbox.
1740func_73782_asetText2Sets the text of the textbox.
1741func_73783_igetEnableBackgroundDrawing2get enable drawing background and outline
1742func_73784_dmoveCursorBy2Moves the text cursor by a specified number of characters and clears the selection
1743func_73785_agetNthWordFromPos2gets the position of the nth word. N may be negative, then it looks backwards. params: N, position
1744func_73786_asetEnableBackgroundDrawing2enable drawing background and outline
1745func_73787_ngetSelectionEnd2the side of the selection that is not the cursor, maye be the same as the cursor
1746func_73788_cgetNthWordFromCursor2see @getNthNextWordFromPos() params: N, position
1747func_73789_cdrawCursorVertical2draws the vertical line cursor in the textbox
1748func_73790_esetVisible2Sets whether or not this textbox is visible
1749func_73791_esetCursorPosition2sets the position of the cursor to the provided index
1750func_73792_bwriteText2replaces selected text, or inserts text at the position on the cursor
1751func_73793_amouseClicked2Args: x, y, buttonClicked
1752func_73794_gsetTextColor2Sets the text colour for this textbox (disabled text will not use this colour)
1753func_73795_fdrawTextBox2Draws the textbox
1754func_73796_bsetFocused2setter for the focused field
1755func_73797_dsetCursorPositionZero2sets the cursors position to the beginning
1756func_73799_hgetCursorPosition2returns the current position of the cursor
1757func_73800_isetSelectionPos2Sets the position of the selection anchor (i.e. position the selection was started at)
1758func_73801_ogetWidth2returns the width of the textbox depending on if the the box is enabled
1759func_73802_atextboxKeyTyped2Call this method from you GuiScreen to process the keys into textbox.
1760func_73803_esetCursorPositionEnd2sets the cursors position to after the text
1761func_73804_fsetMaxStringLength2
1762func_73805_dsetCanLoseFocus2if true the textbox can lose focus by clicking elsewhere on the screen
1763func_73806_lisFocused2getter for the focused field
1764func_73807_cgetSelectedtext2@return returns the text between the cursor and selectionEnd
1765func_73808_ggetMaxStringLength2returns the maximum number of character that can be contained in this textbox
1766func_73827_bgetChatGUI2returns a pointer to the persistant Chat GUI, containing all previous chat messages and such
1767func_73828_drenderBossHealth2Renders dragon's (boss) health on the HUD
1768func_73829_arenderVignette2Renders the vignette. Args: vignetteBrightness, width, height
1769func_73830_arenderGameOverlay2Render the ingame overlay with quick icon bar, ...
1770func_73831_aupdateTick2The update tick for the ingame UI
1771func_73832_arenderInventorySlot2Renders the specified item of the inventory slot at the specified location. Args: slot, x, y, partialTick
1772func_73833_asetRecordPlayingMessage2
1773func_73834_cgetUpdateCounter2
1774func_73835_brenderPortalOverlay2Renders the portal overlay. Args: portalStrength, width, height
1775func_73836_arenderPumpkinBlur2
1776func_73846_aqueueTakenAchievement2Queue a taken achievement to be displayed.
1777func_73847_aupdateAchievementWindow2Updates the small achievement tooltip window, showing a queued achievement if is needed.
1778func_73848_bqueueAchievementInformation2Queue a information about a achievement to be displayed.
1779func_73849_bupdateAchievementWindowScale2Update the display of the achievement window to match the game window.
1780func_73859_bdrawWorldBackground2
1781func_73860_nhandleKeyboardInput2Handles keyboard input.
1782func_73861_oisCtrlKeyDown2
1783func_73862_mhandleInput2Delegates mouse and keyboard input.
1784func_73863_adrawScreen2Draws the screen and all the components in it.
1785func_73864_amouseClicked2Called when the mouse is clicked.
1786func_73865_dsetClipboardString2store a string in the system clipboard
1787func_73866_w_initGui2Adds the buttons (and other controls) to the screen in question.
1788func_73867_dhandleMouseInput2Handles mouse input.
1789func_73868_fdoesGuiPauseGame2Returns true if this GUI should pause the game when it is displayed in single-player
1790func_73869_akeyTyped2Fired when a key is typed. This is the equivalent of KeyListener.keyTyped(KeyEvent e).
1791func_73870_lgetClipboardString2Returns a string stored in the system clipboard.
1792func_73871_cdrawBackground2Draws the background (i is always 0 as of 1.2.2)
1793func_73872_asetWorldAndResolution2Causes the screen to lay out its subcomponents again. This is the equivalent of the Java call Container.validate()
1794func_73873_v_drawDefaultBackground2Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
1795func_73874_bonGuiClosed2Called when the screen is unloaded. Used to disable keyboard repeat events
1796func_73875_aactionPerformed2Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e).
1797func_73876_cupdateScreen2Called from the main game loop to update the screen.
1798func_73877_pisShiftKeyDown2
1799func_73878_aconfirmClicked2
1800func_73879_bmouseMovedOrUp2Called when the mouse is moved or a mouse button is released. Signature: (mouseX, mouseY, which) which==-1 is mouseMove, which==0 or which==1 is mouseUp
1801func_73892_agetSentHistory2input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message, 1 is the next message from the current cursor position
1802func_73895_u_completePlayerName2Autocompletes player name
1803func_73906_gwakeEntity2Wakes the entity from the bed
1804func_73907_ggetLeftBorder2Gets the distance from the left border of the window to left border of the controls screen
1805func_73912_gmakeUseableName2Makes a the name for a world save folder based on your world name, replacing specific characters for _s and appending -s to the end until a free name is available.
1806func_73914_hupdateButtonText2
1807func_73945_ecopyLinkToClipboard2Copies the link to the system clipboard.
1808func_73968_arotateAndBlurSkybox2Rotate and blurs the skybox view in the main menu
1809func_73969_aaddSingleplayerMultiplayerButtons2Adds Singleplayer and Multiplayer buttons on Main Menu for players who have bought the game.
1810func_73970_bdrawPanorama2Draws the main menu panorama
1811func_73971_crenderSkybox2Renders the skybox in the main menu
1812func_73972_baddDemoButtons2Adds Demo buttons on Main Menu for players who are playing Demo.
1813func_73985_grespawnPlayer2Respawns the player.
1814func_74002_aconnectToServer2
1815func_74003_bgetListOfLanServers2
1816func_74004_ajoinServer2Join server by slot index
1817func_74005_egetButtonEdit2Return buttonEdit GuiButton
1818func_74006_agetInternetServerList2
1819func_74009_agetAndSetLagTooltip2
1820func_74010_ggetTicksOpened2
1821func_74011_hgetLock2Returns the lock object for use with synchronized()
1822func_74012_igetThreadsPending2
1823func_74014_dgetButtonSelect2Return buttonSelect GuiButton
1824func_74015_agetAndSetSelectedServer2
1825func_74016_ginitGuiControls2Populate the GuiScreen controlList
1826func_74018_kdecreaseThreadsPending2
1827func_74019_fgetButtonDelete2Return buttonDelete GuiButton
1828func_74020_cgetSelectedServer2
1829func_74021_jincreaseThreadsPending2
1830func_74042_bgetDoneButton2Returns the private doneButton field.
1831func_74043_agetGameSettings2Gets the relevant instance of GameSettings. Synthetic method for use in GuiSlotLanguage
1832func_74059_dgetRenameButton2returns the rename button
1833func_74061_agetDeleteWorldScreen2Gets a GuiYesNo screen with the warning, buttons, etc.
1834func_74062_bgetSelectedWorld2returns the world currently selected
1835func_74063_dgetSaveName2returns the name of the saved game
1836func_74064_eselectWorld2Gets the selected world.
1837func_74065_ginitButtons2intilize the buttons for this GUI
1838func_74068_agetSize2
1839func_74069_agetSaveFileName2returns the file name of the specified save number
1840func_74070_cgetSelectButton2returns the select button
1841func_74071_egetDeleteButton2returns the delete button
1842func_74072_aonElementSelected2called whenever an element in this gui is selected
1843func_74073_hloadSaves2loads the saves
1844func_74109_gdrawTitle2Draws the "Achievements" title at the top of the GUI.
1845func_74110_bgenAchievementBackground2
1846func_74127_cgetStatsFileWriter2
1847func_74128_egetFontRenderer32there are 11 identical methods like this
1848func_74129_hgetFontRenderer42there are 11 identical methods like this
1849func_74130_agetMinecraft2
1850func_74131_adrawItemSprite2Draws the item sprite on top of the background sprite.
1851func_74132_dgetFontRenderer22there are 11 identical methods like this
1852func_74133_ggetMinecraft22exactly the same as 27141 and 27143
1853func_74134_adrawSprite2Draws a sprite from /gui/slot.png.
1854func_74135_jgetFontRenderer62there are 11 identical methods like this
1855func_74136_bdrawGradientRect12exactly the same as 27129
1856func_74137_cdrawItemSprite2Draws the item sprite on top of the background sprite.
1857func_74138_cdrawSprite2Draws a sprite from /gui/slot.png.
1858func_74139_fgetMinecraft12exactly the same as 27141
1859func_74140_ngetFontRenderer102there are 11 identical methods like this
1860func_74141_mgetFontRenderer92there are 11 identical methods like this
1861func_74142_bdrawButtonBackground2Draws a gray box that serves as a button background.
1862func_74143_gaddHeaderButtons2Creates the buttons that appear at the top of the Stats GUI.
1863func_74144_ogetFontRenderer112there are 11 identical methods like this
1864func_74145_bgetFontRenderer12there are 11 identical methods like this
1865func_74146_igetFontRenderer52there are 11 identical methods like this
1866func_74147_lgetFontRenderer82there are 11 identical methods like this
1867func_74148_kgetFontRenderer72there are 11 identical methods like this
1868func_74149_adrawGradientRect2
1869func_74161_gupdateButtons2
1870func_74163_asendBookToServer2
1871func_74164_bkeyTypedInBook2Processes keystrokes when editing the text of a book
1872func_74165_haddNewPage2
1873func_74184_adrawItemStackTooltip2
1874func_74185_adrawGuiContainerBackgroundLayer2Draw the background layer for the GuiContainer (everything behind the items)
1875func_74186_aisMouseOverSlot2Returns if the passed mouse position is over the specified slot.
1876func_74187_bgetSlotAtPosition2Returns the slot at the given coordinates or null if there is none.
1877func_74188_cisPointInRegion2Args: left, top, width, height, pointX, pointY. Note: left, top are local to Gui, pointX, pointY are local to screen
1878func_74189_gdrawGuiContainerForegroundLayer2Draw the foreground layer for the GuiContainer (everything in front of the items)
1879func_74190_adrawCreativeTabHoveringText2Draws the text when mouse is over creative inventory tab. Params: current creative tab to be checked, current mouse x position, current mouse y position.
1880func_74191_ahandleMouseClick2
1881func_74192_adrawSlotInventory2Draws an inventory slot
1882func_74199_hgetIMerchant2Gets the Instance of IMerchant interface.
1883func_74221_hdisplayDebuffEffects2Displays debuff/potion effects that are currently being applied to the player
1884func_74223_adrawPlayerOnGui2
1885func_74226_kneedsScrollBars2returns (if you are not on the inventoryTab) and (the flag isn't set) and( you have more than 1 page of items)
1886func_74227_bsetCurrentCreativeTab2
1887func_74228_jupdateCreativeSearch2
1888func_74229_igetInventory2Returns the creative inventory
1889func_74231_brenderCreativeInventoryHoveringText2Renders the creative inventory hovering text if mouse is over it. Returns true if did render or false otherwise. Params: current creative tab to be checked, current mouse x position, current mouse y position.
1890func_74233_arenderCreativeTab2Renders passed creative inventory tab into the screen.
1891func_74252_asetNetClientHandler2Sets the NetClientHandler.
1892func_74253_dgetNetClientHandler2Gets the NetClientHandler.
1893func_74255_aspawnNewServerThread2
1894func_74257_bisCancelled2
1895func_74275_aupdateTimer2Updates all fields of the Timer using the current time
1896func_74291_asaveScreenshot2Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot.
1897func_74296_agetOptionFloatValue2
1898func_74297_cgetKeyBinding2Gets a key binding.
1899func_74298_cgetKeyDisplayString2Represents a key or mouse button as a string. Args: key
1900func_74299_agetTranslation2Returns the translation of the given index in the given String array. If the index is smaller than 0 or greater than/equal to the length of the String array, it is changed to 0.
1901func_74300_aloadOptions2Loads the options from the options file. It appears that this has replaced the previous 'loadOptions'
1902func_74301_bgetOptionDisplayString2The string that appears inside the button/slider in the options menu.
1903func_74302_agetKeyBindingDescription2
1904func_74303_bsaveOptions2Saves the options to the options file.
1905func_74304_asetOptionFloatValue2If the specified option is controlled by a slider (float value), this will set the float value.
1906func_74305_aparseFloat2Parses a string into a float.
1907func_74306_asetOptionValue2For non-float options. Toggles the option on/off, or cycles through the list i.e. render distances.
1908func_74307_asetKeyBinding2Sets a key binding.
1909func_74308_bgetOptionOrdinalValue2
1910func_74309_cshouldRenderClouds2Should render clouds
1911func_74371_acheckARBOcclusion2Checks if we support OpenGL occlusion.
1912func_74372_agrabMouseCursor2Grabs the mouse cursor it doesn't move and isn't seen.
1913func_74373_bungrabMouseCursor2Ungrabs the mouse cursor so it can be moved and set it to the center of the screen
1914func_74374_cmouseXYChange2
1915func_74378_dgetEnumString2
1916func_74379_agetEnumOptions2
1917func_74380_agetEnumFloat2
1918func_74381_creturnEnumOrdinal2
1919func_74382_bgetEnumBoolean2
1920func_74420_agetLWJGLVersion2
1921func_74423_dserverShutdown2Shuts down the server. (Only actually used on the server)
1922func_74424_anetworkShutdown2Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads.
1923func_74425_asetNetHandler2Sets the NetHandler for this NetworkManager. Server-only.
1924func_74426_epacketSize2returns 0 for memoryConnections
1925func_74427_awakeThreads2Wakes reader and writer threads
1926func_74428_bprocessReadPackets2Checks timeouts and processes all pending read packets.
1927func_74429_aaddToSendQueue2Adds the packet to the correct send queue (chunk data packets go to a separate queue).
1928func_74430_cgetSocketAddress2Return the InetSocketAddress of the remote endpoint
1929func_74431_fcloseConnections2
1930func_74432_igetPairedConnection2
1931func_74433_hisGamePaused2
1932func_74434_apairWith2
1933func_74435_gisConnectionActive2
1934func_74436_bprocessOrCachePacket2acts immiditally if isWritePacket, otherwise adds it to the readCache to be processed next tick
1935func_74437_asetGamePaused2
1936func_74446_kencryptOuputStream2flushes the stream and replaces it with an encryptedOutputStream
1937func_74447_ireadPacket2Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network.
1938func_74448_jdecryptInputStream2
1939func_74449_bisServerTerminating2Is the server terminating? Client side aways returns false.
1940func_74450_creadNetworkPacket2Static accessor to readPacket.
1941func_74451_dsendNetworkPacket2Static accessor to sendPacket.
1942func_74452_ggetSocket2
1943func_74453_egetOutputStream2
1944func_74455_aonNetworkError2Used to report network errors and causes a network shutdown.
1945func_74456_fisTerminating2Gets whether the Network manager is terminating.
1946func_74457_ggetReadThread2Returns the read thread.
1947func_74458_asendError2Sends the network manager an error
1948func_74459_hsendPacket2Sends a data packet if there is one to send, or sends a chunk data packet if there is one and the counter is up, or does nothing.
1949func_74461_hgetWriteThread2Returns the write thread.
1950func_74462_aisRunning2Whether the network is operational.
1951func_74499_agetClientProfilerEnabled2Gets if Client Profiler (aka Snooper) is enabled.
1952func_74502_agetType2
1953func_74505_dunpressKey2
1954func_74506_aunPressAllKeys2
1955func_74507_aonTick2
1956func_74508_bresetKeyBindingArrayAndHash2
1957func_74509_cisPressed2
1958func_74510_asetKeyBindState2
1959func_74517_asetColorBuffer2Update and return colorBuffer with the RGBA values passed as arguments
1960func_74518_adisableStandardItemLighting2Disables the OpenGL lighting properties enabled by enableStandardItemLighting
1961func_74519_benableStandardItemLighting2Sets the OpenGL lighting properties to the values used when rendering blocks as items
1962func_74520_cenableGUIStandardItemLighting2Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
1963func_74521_asetColorBuffer2Update and return colorBuffer with the RGBA values passed as arguments
1964func_74523_bdeleteDisplayLists2
1965func_74524_ccreateDirectByteBuffer2Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.
1966func_74525_adeleteTexturesAndDisplayLists2Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources.
1967func_74526_agenerateDisplayLists2Generates the specified number of display lists and returns the first index.
1968func_74527_fcreateDirectIntBuffer2Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access.
1969func_74528_agenerateTextureNames2Generates texture names and stores them in the specified buffer.
1970func_74529_hcreateDirectFloatBuffer2Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access.
1971func_74535_aformatString2Formats the strings based on 'IStatStringFormat' interface.
1972func_74538_agetChatLineString2
1973func_74539_cgetChatLineID2
1974func_74540_bgetUpdatedCounter2
1975func_74544_jescapedStringChar2
1976func_74545_daJsonValue2
1977func_74546_gpossibleExponent2
1978func_74547_hpossibleSign2
1979func_74548_istringToken2
1980func_74549_anumberToken2
1981func_74550_khexadecimalNumber2
1982func_74551_edigitString2
1983func_74552_aparse2
1984func_74553_lreadNextNonWhitespaceChar2
1985func_74554_ddigitToken2
1986func_74555_bobjectString2
1987func_74556_fpossibleFractionalComponent2
1988func_74557_bnonNegativeNumberToken2
1989func_74558_caFieldToken2
1990func_74559_aarrayString2
1991func_74560_cnonZeroDigitToken2
1992func_74561_cgetRow2
1993func_74562_bgetColumn2
1994func_74563_aupdateCharacterAndLineCounts2
1995func_74564_aread2
1996func_74565_bread2
1997func_74566_auncount2
1998func_74567_aunread2
1999func_74572_adownloadResource2Downloads the resource and saves it to disk.
2000func_74573_areloadResources2Reloads the resource folder and passes the resources to Minecraft to install.
2001func_74574_bcloseMinecraft2Called when Minecraft is closing down.
2002func_74575_adownloadAndInstallResource2Downloads the resource and saves it to disk then installs it.
2003func_74576_aloadResource2Loads a resource and passes it to Minecraft to install.
2004func_74583_aupdateRenderInfo2Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
2005func_74584_agetBlockIdAtEntityViewpoint2Returns the block ID at the current camera location (either air or fluid), taking into account the height of fluid blocks
2006func_74585_bprojectViewFromEntity2Returns a vector representing the projection along the given entity's view for the given distance
2007func_74599_bbuildNode2
2008func_74603_awithElement2Adds the given element to the array that will be built.
2009func_74604_abuild2
2010func_74608_awithFieldBuilder2
2011func_74610_bgetElements2
2012func_74613_awrapExceptionsFor2
2013func_74616_agetType2
2014func_74618_aasList2
2015func_74628_ashortForm2
2016func_74629_bapplyTo2
2017func_74630_amatchesNode2
2018func_74633_ctypeSafeApplyTo2
2019func_74634_amatchesNode_2
2020func_74635_btypeSafeApplyTo_2
2021func_74637_btypeSafeApplyTo2
2022func_74638_amatchesNode_2
2023func_74642_btypeSafeApplyTo2
2024func_74646_knullValue2
2025func_74647_cstringValue2
2026func_74648_astartField2
2027func_74649_jfalseValue2
2028func_74650_bnumberValue2
2029func_74651_fstartObject2
2030func_74652_dstartArray2
2031func_74653_gendObject2
2032func_74654_itrueValue2
2033func_74655_eendArray2
2034func_74656_bstartDocument2
2035func_74657_cendDocument2
2036func_74658_hendField2
2037func_74659_baddValue2
2038func_74660_agetDocument2
2039func_74661_aaddRootNode2
2040func_74676_achainedJsonNodeSelector2
2041func_74677_achainOn2
2042func_74685_ashortForm2
2043func_74686_awith2Constructs a JsonNodeSelector consisting of this chained with the given JsonNodeSelector. For example, if we have JsonNodeSelectors for the first element of an array, and another that selects the second element of an array, and we chain them together in that order, we will get a selector that works on nested arrays, selecting the second element from an array stored in the first element of a parent array
2044func_74687_bgetValue2
2045func_74688_amatches2Determines whether this JsonNodeSelector can extract a value from the given JsonNode
2046func_74690_aaJsonArray2
2047func_74691_baJsonNumber2
2048func_74692_aaJsonObject2
2049func_74693_baJsonTrue2
2050func_74694_caJsonFalse2
2051func_74695_aaJsonArray2
2052func_74696_aaJsonNull2
2053func_74697_aaJsonString2
2054func_74700_agetShortFormFailPath2
2055func_74704_ajsonNodeDoesNotMatchPathElementsException2
2056func_74705_acommaSeparate2
2057func_74706_bformatMessage2
2058func_74708_eanArrayBuilder2
2059func_74711_danObjectBuilder2
2060func_74715_aaddNode2
2061func_74716_aaddField2
2062func_74723_bwithValue2
2063func_74725_cbuildValue2
2064func_74726_awithKey2
2065func_74727_aaJsonFieldBuilder2
2066func_74731_awriteNamedTag2Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
2067func_74732_agetId2Gets the type byte for the tag.
2068func_74733_anewTag2Creates and returns a new tag of the specified type, or null if invalid.
2069func_74734_awrite2Write the actual data contents of the tag, implemented in NBT extension classes
2070func_74735_aload2Read the actual data contents of the tag, implemented in NBT extension classes
2071func_74736_agetTagName2Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
2072func_74737_bcopy2Creates a clone of the tag.
2073func_74738_osetName2Sets the name for this tag and returns this for convenience.
2074func_74739_breadNamedTag2Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
2075func_74740_egetName2Gets the name corresponding to the tag, or an empty string if none set.
2076func_74742_aappendTag2Adds the provided tag to the end of the list. There is no check to verify this tag is of the same type as any previous tag.
2077func_74743_btagAt2Retrieves the tag at the specified index from the list.
2078func_74744_aremoveTag2Removes a tag at the given index.
2079func_74745_ctagCount2Returns the number of tags in the list.
2080func_74757_asetBoolean2Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
2081func_74758_cgetTags2Returns all the values in the tagMap HashMap.
2082func_74759_kgetIntArray2Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
2083func_74760_ggetFloat2Retrieves a float value using the specified key, or 0 if no such key was stored.
2084func_74761_mgetTagList2Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
2085func_74762_egetInteger2Retrieves an integer value using the specified key, or 0 if no such key was stored.
2086func_74763_fgetLong2Retrieves a long value using the specified key, or 0 if no such key was stored.
2087func_74764_bhasKey2Returns whether the given string has been previously stored as a key in the map.
2088func_74765_dgetShort2Retrieves a short value using the specified key, or 0 if no such key was stored.
2089func_74766_asetCompoundTag2Stores the given NBTTagCompound into the map with the given string key.
2090func_74767_ngetBoolean2Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method.
2091func_74768_asetInteger2Stores a new NBTTagInt with the given integer value into the map with the given string key.
2092func_74769_hgetDouble2Retrieves a double value using the specified key, or 0 if no such key was stored.
2093func_74770_jgetByteArray2Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
2094func_74771_cgetByte2Retrieves a byte value using the specified key, or 0 if no such key was stored.
2095func_74772_asetLong2Stores a new NBTTagLong with the given long value into the map with the given string key.
2096func_74773_asetByteArray2Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
2097func_74774_asetByte2Stores a new NBTTagByte with the given byte value into the map with the given string key.
2098func_74775_lgetCompoundTag2Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
2099func_74776_asetFloat2Stores a new NBTTagFloat with the given float value into the map with the given string key.
2100func_74777_asetShort2Stores a new NBTTagShort with the given short value into the map with the given string key.
2101func_74778_asetString2Stores a new NBTTagString with the given string value into the map with the given string key.
2102func_74779_igetString2Retrieves a string value using the specified key, or an empty string if no such key was stored.
2103func_74780_asetDouble2Stores a new NBTTagDouble with the given double value into the map with the given string key.
2104func_74781_agetTag2gets a generic tag with the specified name
2105func_74782_asetTag2Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
2106func_74783_asetIntArray2Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
2107func_74785_aformat2
2108func_74786_aformatJsonNode2
2109func_74787_aformat2
2110func_74788_aparse2Parse the character stream from the specified Reader into a JsonRootNode object.
2111func_74792_adecompress2
2112func_74793_asafeWrite2
2113func_74794_aread2Reads from a CompressedStream.
2114func_74795_bwrite2
2115func_74796_areadCompressed2Load the gzipped compound from the inputstream.
2116func_74797_aread2
2117func_74798_acompress2
2118func_74799_awriteCompressed2Write the compound, gzipped, to the outputstream.
2119func_74800_awrite2
2120func_74802_eisBidirectional2
2121func_74803_atranslateKeyFormat2Translate a key to current language applying String.format()
2122func_74804_disUnicode2
2123func_74805_btranslateKey2Translate a key to current language.
2124func_74806_bgetLanguageList2
2125func_74807_eloadLanguageList2
2126func_74808_agetInstance2Return the StringTranslate singleton instance
2127func_74809_ctranslateNamedKey2Translate a key with a extra '.name' at end added, is used by blocks and items.
2128func_74810_asetLanguage2
2129func_74811_cgetCurrentLanguage2
2130func_74812_aloadLanguage2
2131func_74818_asetup2
2132func_74819_aloadAlgorithms2
2133func_74820_baddMacAlgorithms2
2134func_74821_adoSetup2
2135func_74830_atoLowerCase2A locale independent version of toLowerCase that returns a US ASCII lowercase String.
2136func_74837_atranslateToLocalFormatted2Translates a Stat name with format args
2137func_74838_atranslateToLocal2Translates a Stat name
2138func_74840_aconfigure2
2139func_74841_acalculateMask2
2140func_74844_agetErrorOjbects2
2141func_74850_aprocessBytes2
2142func_74851_areturnByte2Encrypt/decrypt a single byte, returning the result.
2143func_74852_anextChunk2
2144func_74860_aisLiquidInStructureBoundingBox2checks the entire StructureBoundingBox for Liquids
2145func_74861_abuildComponent2Initiates construction of the Structure Component picked, at the current Location of StructGen
2146func_74862_agetYWithOffset2
2147func_74863_cgetMetadataWithOffset2Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata
2148func_74864_aplaceBlockAtCurrentPosition2current Position depends on currently set Coordinates mode, is computed here
2149func_74865_agetXWithOffset2
2150func_74866_agetBlockIdAtCurrentPosition2
2151func_74867_arandomlyRareFillWithBlocks2arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace
2152func_74868_agetCenter2
2153func_74869_agenerateStructureDispenserContents2Used to generate dispenser contents for structures. ex: Jungle Temples.
2154func_74870_bfillCurrentPositionBlocksDownwards2Overwrites air and liquids from selected position downwards, stops at hitting anything else.
2155func_74871_bclearCurrentPositionBlocksUpwards2Deletes all continuous blocks from selected position upwards. Stops at hitting air.
2156func_74872_afillWithMetadataBlocks2arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int placeBlockMetadata, int replaceBlockId, int replaceBlockMetadata, boolean alwaysreplace)
2157func_74873_bgetZWithOffset2
2158func_74874_bgetBoundingBox2
2159func_74875_aaddComponentParts2second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
2160func_74876_arandomlyPlaceBlock2Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
2161func_74877_cgetComponentType2Returns the component type ID of this component.
2162func_74878_afillWithAir2arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
2163func_74879_agenerateStructureChestContents2Used to generate chests with items in it. ex: Temple Chests, Village Blacksmith Chests, Mineshaft Chests.
2164func_74880_arandomlyFillWithBlocks2arguments: World worldObj, StructureBoundingBox structBB, Random rand, float randLimit, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int olaceBlockId, int replaceBlockId, boolean alwaysreplace
2165func_74881_aplaceDoorAtCurrentPosition2
2166func_74882_afillWithRandomizedBlocks2arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector
2167func_74883_afindIntersecting2Discover if bounding box can fit within the current bounding box object.
2168func_74884_afillWithBlocks2arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)
2169func_74888_bgetVillagerType2Returns the villager type to spawn in this component, based on the number of villagers already spawned.
2170func_74889_bgetAverageGroundLevel2Discover the y coordinate that will serve as the ground level of the supplied BoundingBox. (A median of all the levels in the BB's horizontal rectangle).
2171func_74890_dgetBiomeSpecificBlock2Gets the replacement block for the current biome
2172func_74891_agetNextComponentNN2Gets the next village component, with the bounding box shifted -1 in the X and Z direction.
2173func_74892_egetBiomeSpecificBlockMetadata2Gets the replacement block metadata for the current biome
2174func_74893_aspawnVillagers2Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers
2175func_74894_bgetNextComponentPP2Gets the next village component, with the bounding box shifted +1 in the X and Z direction.
2176func_74895_acanVillageGoDeeper2
2177func_74925_dgetWorldChunkManager2
2178func_74950_afindValidPlacement2Trys to find a valid place to put this component.
2179func_74951_afindValidPlacement2
2180func_74954_afindValidPlacement2
2181func_74959_agetNextComponent2
2182func_74960_agetTotalWeight2
2183func_74961_bgetNextComponentX2Gets the next component in the +/- X direction
2184func_74962_agetNextComponent2Finds a random component to tack on to the bridge. Or builds the end.
2185func_74963_agetNextComponentNormal2Gets the next component in any cardinal direction
2186func_74964_aisAboveGround2Checks if the bounding box's minY is > 10
2187func_74965_cgetNextComponentZ2Gets the next component in the +/- Z direction
2188func_74966_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2189func_74973_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2190func_74974_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2191func_74975_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2192func_74977_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2193func_74978_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2194func_74979_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2195func_74980_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2196func_74981_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2197func_74982_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2198func_74983_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2199func_74984_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2200func_74985_acreateValidComponent2Creates and returns a new component piece. Or null if it could not find enough room to place it.
2201func_74986_agetNextComponentNormal2Gets the next component in any cardinal direction
2202func_74987_cgetNextComponentZ2Gets the next component in the +/- Z direction
2203func_74988_agetRandomDoor2
2204func_74989_bgetNextComponentX2Gets the next component in the +/- X direction
2205func_74990_aplaceDoor2builds a door of the enumerated types (empty opening is a door)
2206func_74991_acanStrongholdGoDeeper2returns false if the Structure Bounding Box goes below 10
2207func_74994_afindValidPlacement2
2208func_75000_afindValidPlacement2
2209func_75004_afindValidPlacement2
2210func_75006_afindValidPlacement2
2211func_75010_afindValidPlacement2
2212func_75012_afindValidPlacement2
2213func_75016_afindValidPlacement2
2214func_75018_afindValidPlacement2
2215func_75022_agetStrongholdStairsComponent2performs some checks, then gives out a fresh Stairs component
2216func_75028_afindValidPlacement2
2217func_75036_agenerate2
2218func_75037_arecursiveGenerate2Recursively called by generate() (func_75036_a) and optionally by itself.
2219func_75041_agenerateLargeCaveNode2Generates a larger initial cave node than usual. Called 25% of the time.
2220func_75042_agenerateCaveNode2Generates a node in the current cave system recursion tree.
2221func_75043_agenerateCaveNode2Generates a node in the current cave system recursion tree.
2222func_75044_agenerateLargeCaveNode2Generates a larger initial cave node than usual. Called 25% of the time.
2223func_75045_agenerateRavine2
2224func_75047_acanSpawnStructureAtCoords2
2225func_75048_ahasStructureAt2Returns true if the structure generator has generated a structure located at the given position tuple.
2226func_75049_bgetStructureStart2
2227func_75050_agetNearestInstance2
2228func_75051_agenerateStructuresInChunk2Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
2229func_75052_o_getCoordList2Returns a list of other locations at which the structure generation has been run, or null if not relevant to this structure generator.
2230func_75059_agetSpawnList2
2231func_75062_aselectBlocks2picks Block Ids and Metadata (Silverfish)
2232func_75063_agetSelectedBlockId2
2233func_75064_bgetSelectedBlockMetaData2
2234func_75067_amarkAvailableHeight2offsets the structure Bounding Boxes up to a certain height, typically 63 - 10
2235func_75068_agenerateStructure2Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
2236func_75069_disSizeableStructure2currently only defined for Villages, returns true if Village has more than 2 non-road components
2237func_75070_asetRandomHeight2
2238func_75071_agetBoundingBox2
2239func_75072_cupdateBoundingBox2Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
2240func_75073_bgetComponents2
2241func_75077_dgetNextVillageStructureComponent2attempts to find a next Structure Component to be spawned, private Village function
2242func_75078_agetNextStructureComponent2attempts to find a next Structure Component to be spawned
2243func_75080_egetNextComponentVillagePath2
2244func_75081_cgetNextVillageComponent2attempts to find a next Village Component to be spawned
2245func_75082_bgetNextStructureComponentVillagePath2
2246func_75084_agetStructureVillageWeightedPieceList2
2247func_75085_acanSpawnMoreVillagePiecesOfType2
2248func_75086_acanSpawnMoreVillagePieces2
2249func_75091_awriteCapabilitiesToNBT2
2250func_75092_asetFlySpeed2
2251func_75093_agetFlySpeed2
2252func_75094_bgetWalkSpeed2
2253func_75095_breadCapabilitiesFromNBT2
2254func_75111_aaddStats2Eat some food.
2255func_75112_areadNBT2Reads food stats from an NBT object.
2256func_75113_aaddExhaustion2adds input to foodExhaustionLevel to a max of 40
2257func_75114_asetFoodLevel2
2258func_75115_egetSaturationLevel2Get the player's food saturation level.
2259func_75116_agetFoodLevel2Get the player's food level.
2260func_75117_bwriteNBT2Writes food stats to an NBT object.
2261func_75118_aonUpdate2Handles the food game logic.
2262func_75119_bsetFoodSaturationLevel2
2263func_75120_bgetPrevFoodLevel2
2264func_75121_cneedFood2If foodLevel is not max.
2265func_75122_aaddStats2Args: int foodLevel, float foodSaturationModifier
2266func_75128_asetPlayerIsPresent2adds or removes the player from the container based on par2
2267func_75129_bisPlayerNotUsingContainer2NotUsing because adding a player twice is an error
2268func_75130_aonCraftMatrixChanged2Callback for when the crafting matrix is changed.
2269func_75131_aputStacksInSlots2places itemstacks in first x slots, x being aitemstack.lenght
2270func_75132_aaddCraftingToCrafters2
2271func_75133_bretrySlotClick2
2272func_75134_aonCraftGuiClosed2Callback for when the crafting gui is closed.
2273func_75135_amergeItemStack2merges provided ItemStack with the first avaliable one in the container/player inventory
2274func_75136_agetNextTransactionID2Gets a unique transaction ID. Parameter is unused.
2275func_75137_bupdateProgressBar2
2276func_75138_agetInventory2returns a list if itemStacks, for each slot.
2277func_75139_agetSlot2
2278func_75140_aenchantItem2enchants the item on the table using the specified slot; also deducts XP from player
2279func_75141_aputStackInSlot2args: slotID, itemStack to put in slot
2280func_75142_bdetectAndSendChanges2Looks for changes made in the container, sends them to every listener.
2281func_75144_aslotClick2
2282func_75145_ccanInteractWith2
2283func_75146_aaddSlotToContainer2the slot is assumed empty
2284func_75147_agetSlotFromInventory2
2285func_75174_dgetMerchantInventory2
2286func_75175_csetCurrentRecipeIndex2
2287func_75183_ascrollTo2Updates the gui slots ItemStack's based on scroll position.
2288func_75184_dhasMoreThan1PageOfItemsInList2theCreativeContainer seems to be hard coded to 9x5 items
2289func_75189_acanSpawnMoreStructuresOfType2
2290func_75190_acanSpawnMoreStructures2
2291func_75195_agetNextValidComponentAccess2
2292func_75196_cgetNextValidComponent2
2293func_75197_bgetStrongholdStones2
2294func_75198_aprepareStructurePieces2sets up Arrays with the Structure pieces and their weights
2295func_75199_asetComponentType2
2296func_75200_agetStrongholdComponentFromWeightedPiece2translates the PieceWeight class to the Component class
2297func_75201_bgetNextComponent2
2298func_75202_ccanAddStructurePieces2
2299func_75208_conCrafting2the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood.
2300func_75209_adecrStackSize2Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
2301func_75210_aonCrafting2the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. Typically increases an internal count then calls onCrafting(item).
2302func_75211_cgetStack2Helper fnct to get the stack in the slot.
2303func_75212_bgetBackgroundIconIndex2Returns the icon index on items.png that is used as background image of the slot.
2304func_75214_aisItemValid2Check if the stack is a valid item for this slot. Always true beside for the armor slots.
2305func_75215_dputStack2Helper method to put a stack in the slot.
2306func_75216_dgetHasStack2Returns if this slot contains a stack.
2307func_75217_aisSlotInInventory2returns true if this slot is in par2 of par1
2308func_75218_eonSlotChanged2Called when the stack in a Slot changes
2309func_75219_agetSlotStackLimit2Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
2310func_75220_aonSlotChange2if par2 has more items than par1, onCrafting(item,countIncrease) is called
2311func_75243_a_canHoldPotion2Returns true if this itemstack can be filled with a potion
2312func_75246_dupdateTask2Updates the task
2313func_75247_hgetMutexBits2Get 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.
2314func_75248_asetMutexBits2Sets 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.
2315func_75249_estartExecuting2Execute a one shot task or start executing a continuous task
2316func_75250_ashouldExecute2Returns whether the EntityAIBase should begin execution.
2317func_75251_cresetTask2Resets the task
2318func_75252_gisInterruptible2Determine if this AI Task is interruptible by a higher (= lower value) priority task.
2319func_75253_bcontinueExecuting2Returns whether an in-progress EntityAIBase should continue executing
2320func_75270_asetSitting2Sets the sitting flag.
2321func_75296_aisSuitableTarget2A method used to see if an entity is a suitable target through a number of checks.
2322func_75349_afindUsableDoor2Determines if a door can be broken with AI.
2323func_75362_fgetEatGrassTick2
2324func_75366_ffindPossibleShelter2
2325func_75382_ahasPlayerGotBoneInHand2Gets if the Player has the Bone in the hand.
2326func_75388_ispawnBaby2Spawns a baby animal of the same type.
2327func_75389_fgetNearbyMate2Loops through nearby animals and finds another animal of the same type that can be mated with. Returns the first valid mate found.
2328func_75398_aisSittableBlock2Determines whether the Ocelot wants to sit on the block at given coordinate
2329func_75399_fgetNearbySitableBlockDistance2Searches for a block to sit on within a 8 block range, returns 0 if none found
2330func_75446_fcheckSufficientDoorsPresentForNewVillager2
2331func_75447_igiveBirth2
2332func_75458_acompareDistanceSq2
2333func_75461_bfindRandomTargetBlockAwayFrom2finds a random target within par1(x,z) and par2 (y) blocks in the reverse direction of the point par3
2334func_75462_cfindRandomTargetBlock2searches 10 blocks at random in a within par1(x,z) and par2 (y) distance, ignores those not in the direction of par3Vec3, then points to the tile for which creature.getBlockPathWeight returns the highest number
2335func_75463_afindRandomTarget2finds a random target within par1(x,z) and par2 (y) blocks
2336func_75464_afindRandomTargetBlockTowards2finds a random target within par1(x,z) and par2 (y) blocks in the direction of the point par3
2337func_75466_dresetDoorOpeningRestrictionCounter2
2338func_75467_aisInside2
2339func_75468_fgetDoorOpeningRestrictionCounter2
2340func_75469_cgetInsideDistanceSquare2Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
2341func_75470_eincrementDoorOpeningRestrictionCounter2
2342func_75471_agetInsidePosX2
2343func_75472_cgetInsidePosZ2
2344func_75473_bgetInsidePosY2
2345func_75474_bgetDistanceSquared2Returns the squared distance between this door and the given coordinate.
2346func_75483_aisSafeToStandAt2Returns true when an entity could stand at a position, including solid blocks under the entire entity. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
2347func_75484_asetPath2sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords
2348func_75485_kcanNavigate2If on ground or swimming and can swim
2349func_75486_agetAvoidsWater2
2350func_75487_mremoveSunnyPath2Trims path data from the end to the first sun covered block
2351func_75488_agetPathToXYZ2Returns the path to the given coordinates
2352func_75489_asetSpeed2Sets the speed
2353func_75490_csetEnterDoors2Sets if the entity can enter open doors
2354func_75491_asetAvoidsWater2
2355func_75492_atryMoveToXYZ2Try to find and set a path to XYZ. Returns true if successful.
2356func_75493_aisDirectPathBetweenPoints2Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize
2357func_75494_agetPathToEntityLiving2Returns the path to the given EntityLiving
2358func_75495_esetCanSwim2Sets if the entity can swim
2359func_75496_bisPositionClear2Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
2360func_75497_atryMoveToEntityLiving2Try to find and set a path to EntityLiving. Returns true if successful.
2361func_75498_bsetBreakDoors2
2362func_75499_gclearPathEntity2sets active PathEntity to null
2363func_75500_fnoPath2If null path or reached the end
2364func_75501_eonUpdateNavigation2
2365func_75502_igetEntityPosition2
2366func_75503_jgetPathableYPos2Gets the safe pathing Y position for the entity depending on if it can path swim or not
2367func_75504_dsetAvoidSun2Sets if the path should avoid sunlight
2368func_75505_dgetPath2gets the actively used PathEntity
2369func_75506_lisInFluid2Returns true if the entity is in water or lava, false otherwise
2370func_75507_cgetCanBreakDoors2Returns true if the entity can break doors, false otherwise
2371func_75508_hpathFollow2
2372func_75522_acanSee2Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
2373func_75523_aclearSensingCache2Clears canSeeCachePositive and canSeeCacheNegative.
2374func_75528_atick2Runs a single tick for the village siege
2375func_75530_cspawnZombie2
2376func_75540_bgetVillageList2Get a list of villages.
2377func_75541_eisWoodenDoorAt2
2378func_75542_caddDoorToNewListIfAppropriate2
2379func_75543_ddropOldestVillagerPosition2
2380func_75544_atick2Runs a single tick for the village collection
2381func_75545_eaddNewDoorsToVillageOrCreateVillage2
2382func_75546_aaddUnassignedWoodenDoorsAroundToNewDoorsList2
2383func_75547_bgetVillageDoorAt2
2384func_75548_disVillagerPositionPresent2
2385func_75549_cremoveAnnihilatedVillages2
2386func_75550_afindNearestVillage2Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance.
2387func_75551_aaddVillagerPosition2This 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.
2388func_75557_kremoveDeadAndOutOfRangeDoors2
2389func_75558_fgetVillageDoorInfoList2called only by class EntityAIMoveThroughVillage
2390func_75559_atryGetIronGolemSpawningLocation2Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
2391func_75560_atick2Called periodically by VillageCollection
2392func_75561_dgetTicksSinceLastDoorAdding2
2393func_75562_egetNumVillagers2
2394func_75563_bisValidIronGolemSpawningLocation2
2395func_75564_bfindNearestDoor2
2396func_75565_jremoveDeadAndOldAgressors2
2397func_75566_gisAnnihilated2Returns true, if there is not a single village door left. Called by VillageCollection
2398func_75567_cgetNumVillageDoors2Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege
2399func_75568_bgetVillageRadius2
2400func_75569_cfindNearestDoorUnrestricted2Find a door suitable for shelter. If there are more doors in a distance of 16 blocks, then the least restricted one (i.e. the one protecting the lowest number of villagers) of them is chosen, else the nearest one regardless of restriction.
2401func_75570_aisInRange2Returns true, if the given coordinates are within the bounding box of the village.
2402func_75571_bfindNearestVillageAggressor2
2403func_75572_iupdateNumVillagers2
2404func_75573_lupdateVillageRadiusAndCenter2
2405func_75574_fisBlockDoor2
2406func_75575_aaddOrRenewAgressor2
2407func_75576_aaddVillageDoorInfo2
2408func_75577_agetCenter2
2409func_75578_egetVillageDoorAt2
2410func_75579_hupdateNumIronGolems2
2411func_75598_agetCreatureClass2
2412func_75599_dgetPeacefulCreature2Gets whether or not this creature type is peaceful.
2413func_75600_cgetCreatureMaterial2
2414func_75601_bgetMaxNumberOfCreature2
2415func_75614_aaddMapping2Adds a entity mapping with egg info.
2416func_75615_acreateEntityFromNBT2create a new instance of an entity from NBT store
2417func_75616_acreateEntityByID2Create a new instance of an entity in the world by using an entity ID.
2418func_75617_agetStringFromID2Finds the class using IDtoClassMapping and classToStringMapping
2419func_75618_aaddMapping2adds a mapping between Entity classes and both a string representation and an ID
2420func_75619_agetEntityID2gets the entityID of a specific entity
2421func_75620_acreateEntityByName2Create a new instance of an entity in the world by using the entity name.
2422func_75621_bgetEntityString2Gets the string representation of a specific entity.
2423func_75630_amultiplyBy32AndRound2
2424func_75638_bgetSpeed2
2425func_75639_alimitAngle2Limits the given angle to a upper and lower limit.
2426func_75640_aisUpdating2
2427func_75641_conUpdateMoveHelper2
2428func_75642_asetMoveTo2Sets the speed and location to move to
2429func_75649_aonUpdateLook2Updates look
2430func_75650_asetLookPosition2Sets position to look at
2431func_75651_asetLookPositionWithEntity2Sets position to look at using entity
2432func_75652_aupdateRotation2
2433func_75660_asetJumping2
2434func_75661_bdoJump2Called to actually make the entity jump if isJumping is true.
2435func_75669_bgetObject2
2436func_75670_disWatched2
2437func_75671_asetWatched2
2438func_75672_agetDataValueId2
2439func_75673_asetObject2
2440func_75674_cgetObjectType2
2441func_75679_cgetWatchableObjectInt2gets a watchable object and returns it as a Integer
2442func_75680_awriteObjectsInListToStream2writes every object in passed list to dataoutputstream, terminated by 0x7F
2443func_75681_egetWatchableObjectString2gets a watchable object and returns it as a String
2444func_75682_aaddObject2adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
2445func_75683_agetWatchableObjectByte2gets the bytevalue of a watchable object
2446func_75684_ahasChanges2
2447func_75685_cgetAllWatched2
2448func_75686_areadWatchableObjects2
2449func_75687_aupdateWatchedObjectsFromList2
2450func_75688_bunwatchAndReturnAllWatched2
2451func_75689_awriteWatchableObjects2
2452func_75690_awriteWatchableObject2
2453func_75691_igetWatchedObject2is threadsafe, unless it throws an exception, then
2454func_75692_bupdateObject2updates an already existing object
2455func_75693_bgetWatchableObjectShort2
2456func_75734_awaitForFinish2
2457func_75735_aqueueIO2threaded io
2458func_75736_bprocessQueue2Process the items that are in the queue
2459func_75742_aloadData2Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists. args: Class to instantiate, String dataid
2460func_75743_agetUniqueDataId2Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
2461func_75744_asaveAllData2Saves all dirty loaded MapDataBases to disk.
2462func_75745_asetData2Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
2463func_75746_bloadIdCounts2Loads the idCounts Map from the 'idcounts' file.
2464func_75747_asaveData2Saves the given MapDataBase to disk.
2465func_75752_breadPlayerData2Reads the player data from disk into the specified PlayerEntityMP.
2466func_75753_awritePlayerData2Writes the player data to disk from the specified PlayerEntityMP.
2467func_75754_fgetAvailablePlayerDat2Returns an array of usernames for which player.dat exists for.
2468func_75755_asaveWorldInfoWithPlayer2Saves the given World Info with the given NBTTagCompound as the Player.
2469func_75756_egetSaveHandler2returns null if no saveHandler is relevent (eg. SMP)
2470func_75757_dloadWorldInfo2Loads and returns the world info
2471func_75758_bgetMapFileFromName2Gets the file location of the given map
2472func_75759_aflush2Called to flush all changes to disk, waiting for them to complete.
2473func_75760_ggetWorldDirectoryName2Returns the name of the directory where world information is saved.
2474func_75761_asaveWorldInfo2Saves the passed in world info.
2475func_75762_ccheckSessionLock2Checks the session lock to prevent save collisions
2476func_75763_agetChunkLoader2Returns the chunk loader with the provided world provider
2477func_75764_agetPlayerData2Gets the player data for the given playername as a NBTTagCompound.
2478func_75765_bgetWorldDirectory2Gets the File object corresponding to the base directory of this world.
2479func_75766_hsetSessionLock2Creates a session lock file for this process
2480func_75773_acanContinue2Determine if a specific AI Task should continue being executed.
2481func_75774_aonUpdateTasks2
2482func_75775_bcanUse2Determine if a specific AI Task can be executed, which means that all running higher (= lower int value) priority tasks are compatible with it or all lower priority tasks can be interrupted.
2483func_75776_aaddTask2
2484func_75777_aareTasksCompatible2Returns whether two EntityAITaskEntries can be executed concurrently
2485func_75783_hgetCheatsEnabled2@return {@code true} if cheats are enabled for this world
2486func_75784_egetLastTimePlayed2
2487func_75785_drequiresConversion2
2488func_75786_agetFileName2return the file name
2489func_75787_acompareTo2
2490func_75788_bgetDisplayName2return the display name of the save
2491func_75789_gisHardcoreModeEnabled2
2492func_75790_fgetEnumGameType2Gets the EnumGameType.
2493func_75799_bgetSaveList2
2494func_75800_dflushCache2
2495func_75801_bisOldMapFormat2Checks if the save directory uses the old map format
2496func_75802_edeleteWorldDirectory2@args: Takes one argument - the name of the directory of the world to delete. @desc: Delete the world by deleting the associated directory recursively.
2497func_75803_cgetWorldInfo2gets the world info
2498func_75804_agetSaveLoader2Returns back a loader for the specified save directory
2499func_75805_aconvertMapFormat2Converts the specified map to the new map format. Args: worldName, loadingScreen
2500func_75806_arenameWorld2@args: Takes two arguments - first the name of the directory containing the world and second the new name for that world. @desc: Renames the world by storing the new name in level.dat. It does *not* rename the directory containing the world data.
2501func_75807_adeleteFiles2@args: Takes one argument - the list of files and directories to delete. @desc: Deletes the files and directory listed in the list recursively.
2502func_75809_fcreateFile2par: filename for the level.dat_mcr backup
2503func_75810_aaddRegionFilesToCollection2filters the files in the par1 directory, and adds them to the par2 collections
2504func_75811_aconvertChunks2copies a 32x32 chunk set from par2File to par1File, via AnvilConverterData
2505func_75812_cgetSaveVersion2
2506func_75813_aconvertFile2
2507func_75814_cwriteNextIO2Returns a boolean stating if the write was unsuccessful.
2508func_75815_aloadChunk2Loads the specified(XZ) chunk into the specified world.
2509func_75816_asaveChunk2
2510func_75817_achunkTick2Called every World.tick()
2511func_75818_bsaveExtraData2Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused.
2512func_75819_bsaveExtraChunkData2Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
2513func_75820_awriteChunkToNBT2Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time.
2514func_75821_awriteChunkNBTTags2
2515func_75822_acheckedReadChunkFromNBT2Wraps readChunkFromNBT. Checks the coordinates and several NBT tags.
2516func_75823_areadChunkFromNBT2Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
2517func_75824_aaddChunkToPending2
2518func_75829_adistanceTo2Returns the linear distance to another path point
2519func_75830_amakeHash2
2520func_75831_aisAssigned2Returns true if this point has already been assigned to a path
2521func_75843_aformat2Formats a given stat for human consumption.
2522func_75844_cdequeue2Returns and removes the first point in the path
2523func_75845_eisPathEmpty2Returns true if this path contains no points
2524func_75846_bsortForward2Sorts a point to the right
2525func_75847_asortBack2Sorts a point to the left
2526func_75848_aclearPath2Clears the path
2527func_75849_aaddPoint2Adds a point to the path
2528func_75850_achangeDistance2Changes the provided point's distance to target
2529func_75853_acreateEntityPath2Returns a new PathEntity for a given start and end point
2530func_75854_aopenPoint2Returns a mapped point or creates and adds one
2531func_75855_agetVerticalOffset2Checks if an entity collides with blocks at a position. Returns 1 if clear, 0 for colliding with any solid block, -1 for water(if avoiding water) but otherwise clear, -2 for lava, -3 for fence, -4 for closed trapdoor, 2 if otherwise clear except for open trapdoor or water(if not avoiding)
2532func_75856_acreateEntityPathTo2Creates a path from one entity to another within a minimum distance
2533func_75857_acreateEntityPathTo2Internal implementation of creating a path from an entity to a point
2534func_75858_agetSafePoint2Returns a point that the entity can safely move to
2535func_75859_acreateEntityPathTo2Creates a path from an entity to a specified location within a minimum distance
2536func_75860_bfindPathOptions2populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)
2537func_75861_aaddToPath2Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)
2538func_75870_cgetFinalPathPoint2returns the last PathPoint of the Array
2539func_75871_bsetCurrentPathLength2
2540func_75872_csetCurrentPathIndex2
2541func_75873_egetCurrentPathIndex2
2542func_75874_dgetCurrentPathLength2
2543func_75875_aincrementPathIndex2Directs this path to the next point in its array
2544func_75876_aisSamePath2Returns true if the EntityPath are the same. Non instance related equals.
2545func_75877_agetPathPointFromIndex2return the PathPoint located at the specified PathIndex, usually the current one
2546func_75878_agetPosition2returns the current PathEntity target node as Vec3D
2547func_75879_bisFinished2Returns true if this path has reached the end
2548func_75880_bisDestinationSame2Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
2549func_75881_agetVectorFromIndex2Gets the vector of the PathPoint associated with the given index.
2550func_75885_acipherOperation2Encrypt or decrypt byte[] data using the specified key
2551func_75886_acreateTheCipherInstance2Creates the Cipher Instance.
2552func_75887_adecryptSharedKey2Decrypt shared secret AES key using RSA private key
2553func_75888_adecryptInputStream2
2554func_75889_bdecryptData2Decrypt byte[] data with RSA private key
2555func_75890_acreateNewSharedKey2Generate a new shared secret AES key from a secure random source
2556func_75891_bcreateNewKeyPair2
2557func_75892_acreateBufferedBlockCipher2Create a new BufferedBlockCipher instance
2558func_75893_adigestOperation2Compute a message digest on arbitrary byte[] data
2559func_75894_aencryptData2Encrypt byte[] data with RSA public key
2560func_75895_agetServerIdHash2Compute a serverId hash for use by sendSessionRequest()
2561func_75896_adecodePublicKey2Create a new PublicKey from encoded X.509 data
2562func_75897_aencryptOuputStream2
2563func_75899_agetMD5String2Gets the MD5 string
2564func_75901_ainitializeAllBiomeGenerators2the first array item is a linked list of the bioms, the second is the zoom function, the third is the same as the first.
2565func_75902_anextInt2returns a LCG pseudo random number from [0, x). Args: int x
2566func_75903_ainitChunkSeed2Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
2567func_75904_agetInts2Returns a list of integer values generated by this layer. These may be interpreted as temperatures, rainfall amounts, or biomeList[] indices based on the particular GenLayer subclass.
2568func_75905_ainitWorldGenSeed2Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
2569func_75912_bchoose2randomly choose between the four args
2570func_75913_achoose2randomly choose between the two args
2571func_75915_amagnify2Magnify a layer. Parms are seed adjustment, layer, number of times to magnify
2572func_75916_bmodeOrRandom2returns the mode (most frequently occuring number) or a random number from the 4 integers provided
2573func_75917_achoose2Chooses one of the two inputs randomly.
2574func_75918_dinitCraftableStats2Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
2575func_75919_anopInit2This method simply NOPs. It is presumably used to call the static constructors on server start.
2576func_75920_ainitUsableStats2Initializes statistic fields related to usable items and blocks.
2577func_75921_ainitMinableStats2Initializes statistic fields related to minable items and blocks.
2578func_75922_binitBreakableStats2Initializes statistic fields related to breakable items and blocks.
2579func_75923_agetOneShotStat2
2580func_75924_areplaceAllSimilarBlocks2Forces all dual blocks to count for each other on the stats list
2581func_75925_cinitStats2
2582func_75926_binitBreakStats2
2583func_75927_areplaceSimilarBlocks2Forces stats for one block to add to another block, such as idle and active furnaces
2584func_75962_agetGuid2Returns the unique GUID of a achievement id.
2585func_75965_jgetNumberFormat2
2586func_75966_hinitIndependentStat2Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
2587func_75967_disAchievement2Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
2588func_75969_kgetDecimalFormat2
2589func_75970_igetName2
2590func_75971_gregisterStat2Register the stat into StatList.
2591func_75982_agetItemID2
2592func_75984_fgetSpecial2Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
2593func_75985_cregisterAchievement2Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
2594func_75986_asetIndependent2Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
2595func_75987_bsetSpecial2Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
2596func_75988_asetStatStringFormatter2Defines a string formatter for the achievement.
2597func_75989_egetDescription2Returns the fully description of the achievement - ready to be displayed on screen.
2598func_75997_ainit2A stub functions called to make the static initializer for this class run.
2599func_76030_bgetValue2Returns the object stored in this entry
2600func_76031_agetHash2Returns the hash code for this entry
2601func_76036_eremoveEntry2Removes the specified entry from the map and returns it
2602func_76037_bcontainsItem2Return true if an object is associated with the given key
2603func_76038_aaddKey2Adds a key and associated value to this map
2604func_76039_dgetKeySet2Return the Set of all keys stored in this MCHash object
2605func_76040_ainsert2Adds an object to a slot
2606func_76041_alookup2Returns the object associated to a key
2607func_76042_fgetHash2Returns the hash code for a key
2608func_76043_agetSlotIndex2Computes the index of the slot for the hash and slot count passed in.
2609func_76044_gcomputeHash2Makes the passed in integer suitable for hashing by a number of shifts
2610func_76045_clookupEntry2Returns the key/object mapping for a given key as a MCHashEntry
2611func_76046_cclearMap2Removes all entries from the map
2612func_76047_hgrow2Increases the number of hash slots
2613func_76048_acopyTo2Copies the hash slots to a new array
2614func_76049_dremoveObject2Removes the specified object from the map and returns it
2615func_76056_bsetSpawnY2Sets the y spawn position
2616func_76057_lgetLastTimePlayed2Return the last time the player was in this world.
2617func_76058_asetSpawnX2Set the x spawn position to the passed in value
2618func_76059_oisRaining2Returns true if it is raining, false otherwise.
2619func_76060_asetGameType2Sets the GameType.
2620func_76061_misThundering2Returns true if it is thundering, false otherwise.
2621func_76062_asetWorldName2
2622func_76063_bgetSeed2Returns the seed of current world.
2623func_76064_aupdateTagCompound2
2624func_76065_jgetWorldName2Get current world name
2625func_76066_agetNBTTagCompound2Gets the NBTTagCompound for the worldInfo
2626func_76067_tgetTerrainType2
2627func_76068_bsetWorldTime2Set current world time
2628func_76069_asetThundering2Sets whether it is thundering or not.
2629func_76070_visInitialized2Returns true if the World is initialized.
2630func_76071_ngetThunderTime2Returns the number of ticks until next thunderbolt.
2631func_76072_hgetPlayerNBTTagCompound2Returns the player's NBTTagCompound to be loaded
2632func_76073_fgetWorldTime2Get current world time
2633func_76074_egetSpawnZ2Returns the z spawn position
2634func_76075_dgetSpawnY2Return the Y axis spawning point of the player.
2635func_76076_igetDimension2
2636func_76077_qgetGameType2Gets the GameType.
2637func_76078_esetSaveVersion2Sets the save version of the world
2638func_76079_cgetSpawnX2Returns the x spawn position
2639func_76080_gsetRainTime2Sets the number of ticks until rain.
2640func_76081_asetSpawnPosition2Sets the spawn zone position. Args: x, y, z
2641func_76082_acloneNBTCompound2Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
2642func_76083_pgetRainTime2Return the number of ticks until rain.
2643func_76084_bsetRaining2Sets whether it is raining or not.
2644func_76085_asetTerrainType2
2645func_76086_uareCommandsAllowed2Returns true if commands are allowed on this World.
2646func_76087_csetSpawnZ2Set the z spawn position to the passed in value
2647func_76088_kgetSaveVersion2Returns the save version of this world
2648func_76089_risMapFeaturesEnabled2Get whether the map features (e.g. strongholds) generation is enabled or disabled.
2649func_76090_fsetThunderTime2Defines the number of ticks until next thunderbolt.
2650func_76091_dsetServerInitialized2Sets the initialization status of the World.
2651func_76092_ggetSizeOnDisk2
2652func_76093_sisHardcoreModeEnabled2Returns true if hardcore mode is enabled, otherwise false
2653func_76116_aputLower2a map already defines a general put
2654func_76118_acountPacket2
2655func_76123_fceiling_float_int2
2656func_76124_dfloor_double_long2Long version of floor_double
2657func_76125_aclamp_int2Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
2658func_76126_asin2sin looked up in a table
2659func_76127_aaverage2
2660func_76128_cfloor_double2Returns the greatest integer less than or equal to the double argument
2661func_76129_csqrt_float2
2662func_76130_aabs_int2Returns the unsigned value of an int.
2663func_76131_aclamp_float2Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
2664func_76132_aabs_max2Maximum of the absolute value of two numbers.
2665func_76133_asqrt_double2
2666func_76134_bcos2cos looked up in the sin table with the appropriate offset
2667func_76135_eabs2
2668func_76136_agetRandomIntegerInRange2
2669func_76137_abucketInt2Buckets an integer with specifed bucket sizes. Args: i, bucketSize
2670func_76138_gwrapAngleTo180_double2the angle is reduced to an angle between -180 and +180 by mod, and a 360 check
2671func_76139_astringNullOrLengthZero2Tests if a string is null or of length zero
2672func_76140_btruncateDoubleToInt2returns par0 cast as an int, and no greater than Integer.MAX_VALUE-1024
2673func_76141_dfloor_float2Returns the greatest integer less than or equal to the float argument
2674func_76142_gwrapAngleTo180_float2the angle is reduced to an angle between -180 and +180 by mod, and a 360 check
2675func_76143_fceiling_double_int2
2676func_76145_bgetValue2
2677func_76146_agetKey2
2678func_76151_fgetHashCode2public method to get the hashed key(hashCode)
2679func_76152_eremoveKey2removes the key from the hash linked list
2680func_76153_bresizeTable2resizes the table
2681func_76154_acopyHashTableTo2copies the hash table to the specified array
2682func_76155_ggetHashedKey2returns the hashed key given the original key
2683func_76156_acreateKey2creates the key in the hash table
2684func_76157_ahash2the hash function
2685func_76158_agetHashIndex2gets the index in the hash given the array length and the hashed key
2686func_76159_dremove2calls the removeKey method and returns removed object
2687func_76160_cgetEntry2
2688func_76161_bcontainsItem2
2689func_76162_agetNumHashElements2
2690func_76163_aadd2Add a key-value pair.
2691func_76164_agetValueByKey2get the value from the map given the key
2692func_76170_aonSuccess2
2693func_76179_abuildPostString2Builds an encoded HTTP POST content string from a string map
2694func_76180_asendPost2Sends a HTTP POST request to the given URL with data from a string
2695func_76182_adownloadTexturePack2The downloader for texturepacks stored in the server.
2696func_76183_asendPost2Sends a HTTP POST request to the given URL with data from a map
2697func_76184_areadFromNBT2reads in data from the NBTTagCompound into this MapDataBase
2698func_76185_amarkDirty2Marks this MapDataBase dirty, to be saved to disk when the level next saves.
2699func_76186_asetDirty2Sets the dirty state of this MapDataBase, whether it needs saving to disk.
2700func_76187_bwriteToNBT2write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
2701func_76188_bisDirty2Whether this MapDataBase needs saving to disk.
2702func_76191_aupdateVisiblePlayers2Adds the player passed to the list of visible players and checks to see which players are visible
2703func_76192_aupdateMPMapData2Updates the client's map with information from other players in MP
2704func_76193_agetUpdatePacketData2Get byte array of packet data to send to players on map for updating map data
2705func_76194_asetColumnDirty2Marks a vertical range of pixels as being modified so they will be resent to clients. Parameters: X, lowest Y, highest Y
2706func_76204_agetPlayersOnMap2returns a 1+players*3 array, of x,y, and color . the name of this function may be partially wrong, as there is a second branch to the code here
2707func_76217_hgetCanBurn2Returns if the block can burn or not.
2708func_76218_kisOpaque2Indicate if the material is opaque
2709func_76219_nsetNoPushMobility2This type of material can't be pushed, but pistons can move over it.
2710func_76220_aisSolid2
2711func_76221_fsetRequiresTool2Makes blocks with this material require the correct tool to be harvested.
2712func_76222_jisReplaceable2Returns whether the material can be replaced by other blocks when placed - eg snow, vines and tall grass.
2713func_76223_psetTranslucent2Marks the material as translucent
2714func_76224_disLiquid2Returns if blocks of these materials are liquids.
2715func_76225_osetImmovableMobility2This type of material can't be pushed, and pistons are blocked to move.
2716func_76226_gsetBurning2Set the canBurn bool to True and return the current object.
2717func_76227_mgetMaterialMobility2Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons.
2718func_76228_bgetCanBlockGrass2Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
2719func_76229_lisToolNotRequired2Returns true if the material can be harvested without a tool (or with the wrong tool)
2720func_76230_cblocksMovement2Returns if this material is considered solid or not
2721func_76231_isetReplaceable2Sets {@link #replaceable} to true.
2722func_76269_agetRandomItem2Returns a random choice from the input array of items, with a total weight value.
2723func_76270_agetTotalWeight2Returns the total weight of all items in a array.
2724func_76271_agetRandomItem2Returns a random choice from the input items.
2725func_76272_agetTotalWeight2Returns the total weight of all items in a collection.
2726func_76273_agetRandomItem2Returns a random choice from the input items, with a total weight value.
2727func_76274_agetRandomItem2Returns a random choice from the input items.
2728func_76293_agenerateChestContents2Generates the Chest contents.
2729func_76294_agenerateDispenserContents2Generates the Dispenser contents.
2730func_76304_agenerateNoiseOctaves2pars:(par2,3,4=noiseOffset ; so that adjacent noise segments connect) (pars5,6,7=x,y,zArraySize),(pars8,10,12 = x,y,z noiseScale)
2731func_76305_agenerateNoiseOctaves2Bouncer function to the main one with some default arguments.
2732func_76308_apopulateNoiseArray2pars: noiseArray , xOffset , yOffset , zOffset , xSize , ySize , zSize , xScale, yScale , zScale , noiseScale. noiseArray should be xSize*ySize*zSize in size
2733func_76310_agrad2
2734func_76311_blerp2
2735func_76316_aonInventoryChanged2Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
2736func_76317_aclearProfiling2Clear profiling.
2737func_76318_cendStartSection2End current section and start a new section
2738func_76319_bendSection2End section
2739func_76320_astartSection2Start section
2740func_76321_bgetProfilingData2Get profiling data
2741func_76322_cgetNameOfLastSection2
2742func_76333_asmooth2Smooths mouse input
2743func_76337_aticksToElapsedTime2Returns the time elapsed for the given number of ticks, in "mm:ss" format.
2744func_76338_astripControlCodes2
2745func_76340_bgetSecond2Get the second Object in the Tuple
2746func_76341_agetFirst2Get the first Object in the Tuple
2747func_76345_dgetHungerDamage2How much satiate(food) is consumed by this DamageSource
2748func_76346_ggetEntity2
2749func_76347_kisFireDamage2Returns true if the damage is fire based.
2750func_76348_hsetDamageBypassesArmor2
2751func_76349_bsetProjectile2Define the damage type as projectile based.
2752func_76350_nisDifficultyScaled2Return whether this damage source will have its damage amount scaled based on the current difficulty.
2753func_76351_msetDifficultyScaled2Set whether this damage source will have its damage amount scaled based on the current difficulty.
2754func_76352_aisProjectile2Returns true if the damage is projectile based.
2755func_76353_acauseArrowDamage2returns EntityDamageSourceIndirect of an arrow
2756func_76354_bcauseIndirectMagicDamage2
2757func_76355_lgetDamageType2Return the name of damage type.
2758func_76356_acauseThrownDamage2
2759func_76357_ecanHarmInCreative2
2760func_76358_acauseMobDamage2
2761func_76359_isetDamageAllowedInCreativeMode2
2762func_76360_bgetDeathMessage2Returns the message to be displayed on player death.
2763func_76361_jsetFireDamage2Define the damage type as fire based.
2764func_76362_acauseFireballDamage2returns EntityDamageSourceIndirect of a fireball
2765func_76363_cisUnblockable2
2766func_76364_fgetSourceOfDamage2
2767func_76365_acausePlayerDamage2returns an EntityDamageSource of type player
2768func_76388_ggetEffectiveness2
2769func_76389_agetDurationString2
2770func_76390_bsetPotionName2Set the potion name.
2771func_76392_egetStatusIconIndex2Returns the index for the icon to display when the potion is active.
2772func_76393_agetName2returns the name of the potion
2773func_76394_aperformEffect2
2774func_76395_iisUsable2
2775func_76396_cgetId2returns the ID of the potion
2776func_76397_aisReady2checks if Potion effect is ready to be applied this tick.
2777func_76398_fisBadEffect2This method returns true if the potion effect is bad - negative - for the entity.
2778func_76399_bsetIconIndex2Sets the index for the icon displayed in the player's inventory when the status is active.
2779func_76400_dhasStatusIcon2Returns true if the potion has a associated status icon to display in then inventory when active.
2780func_76401_jgetLiquidColor2Returns the color of the potion liquid.
2781func_76402_aaffectEntity2Hits the provided entity with this potion's instant effect.
2782func_76403_bisInstant2Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
2783func_76404_asetEffectiveness2
2784func_76445_agetIntCache2
2785func_76446_aresetIntCache2Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
2786func_76452_acombine2merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
2787func_76453_dgetEffectName2
2788func_76454_edeincrementDuration2
2789func_76455_aonUpdate2
2790func_76456_agetPotionID2Retrieve the ID of the potion this effect matches.
2791func_76457_bperformEffect2
2792func_76458_cgetAmplifier2
2793func_76459_bgetDuration2
2794func_76463_astartSnooper2Note issuing start multiple times is not an error.
2795func_76464_faddBaseDataToSnooper2
2796func_76465_cgetCurrentStats2
2797func_76466_dgetSelfCounterFor2returns a value indicating how many times this function has been run on the snooper
2798func_76467_gaddJvmArgsToSnooper2
2799func_76468_disSnooperRunning2
2800func_76469_cgetDataMapFor2
2801func_76470_estopSnooper2
2802func_76471_baddMemoryStatsToSnooper2
2803func_76472_aaddData2Adds information to the report
2804func_76473_agetStatsCollectorFor2
2805func_76474_bgetSyncLockFor2
2806func_76475_egetServerUrlFor2
2807func_76484_agenerate2
2808func_76485_asetBlockAndMetadata2Sets the block in the world, notifying neighbors if enabled.
2809func_76486_asetBlock2Sets the block without metadata in the world, notifying neighbors if enabled.
2810func_76487_asetScale2Rescales the generator settings, only used in WorldGenBigTree
2811func_76489_agenerateLeafNodeList2Generates a list of leaf nodes for the tree, to be populated by generateLeaves.
2812func_76490_alayerSize2Gets the rough size of a layer of the tree.
2813func_76491_agenerateLeafNode2Generates the leaves surrounding an individual entry in the leafNodes list.
2814func_76492_agenTreeLayer2
2815func_76493_cleafNodeNeedsBase2Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
2816func_76494_dgenerateLeafNodeBases2Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
2817func_76495_bleafSize2
2818func_76496_acheckBlockLine2Checks a line of blocks in the world from the first coordinate to triplet to the second, returning the distance (in blocks) before a non-air, non-leaf block is encountered and/or the end is encountered.
2819func_76497_evalidTreeLocation2Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid.
2820func_76498_bgenerateLeaves2Generates the leaf portion of the tree as specified by the leafNodes list.
2821func_76499_cgenerateTrunk2Places the trunk for the big tree that is being generated. Able to generate double-sized trunks by changing a field that is always 1 to 2.
2822func_76500_aplaceBlockLine2Places a line of the specified block ID into the world from the first coordinate triplet to the second.
2823func_76519_agrowLeaves2
2824func_76529_bgrowVines2Grows vines downward from the given block for a given length. Args: World, x, starty, z, vine-length
2825func_76536_bgenerateVines2Generates vines at the given position until it hits a block.
2826func_76543_bpickMobSpawner2Randomly decides which spawner to use in a dungeon
2827func_76544_apickCheckLootItem2Picks potentially a random item to add to a dungeon chest.
2828func_76549_cgetChunkInputStream2Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ
2829func_76550_acreateOrLoadRegionFile2
2830func_76551_aclearRegionFileReferences2Saves the current Chunk Map Cache
2831func_76552_dgetChunkOutputStream2Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
2832func_76554_hgetEntrancePortalLocation2Gets the hard-coded portal location to use when entering this dimension.
2833func_76555_ccreateChunkGenerator2Returns a new chunk provider which generates chunks for this world
2834func_76556_agenerateLightBrightnessTable2Creates the light to brightness table
2835func_76557_igetAverageGroundLevel2
2836func_76558_aregisterWorld2associate an existing world with a World provider, and setup its lightbrightness table
2837func_76559_bgetMoonPhase2
2838func_76560_acalcSunriseSunsetColors2Returns array with sunrise/sunset colors
2839func_76561_gisSkyColored2
2840func_76562_bgetFogColor2Return Vec3D with biome specific fog color
2841func_76563_acalculateCelestialAngle2Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
2842func_76564_jgetWorldHasVoidParticles2returns true if this dimension is supposed to display void particles and pull in the far plane based on the user's Y offset.
2843func_76565_kgetVoidFogYFactor2Returns a double value representing the Y value relative to the top of the map at which void fog is at its maximum. The default factor of 0.03125 relative to 256, for example, means the void fog will be at its maximum at (256*0.03125), or 8.
2844func_76566_acanCoordinateBeSpawn2Will check if the x, z position specified is alright to be set as the map spawn point
2845func_76567_ecanRespawnHere2True if the player can respawn in this dimension (true = overworld, false = nether).
2846func_76568_bdoesXZShowFog2Returns true if the given X,Z coordinate should show environmental fog.
2847func_76569_disSurfaceWorld2Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
2848func_76570_agetProviderForDimension2
2849func_76571_fgetCloudHeight2the y level at which clouds are rendered.
2850func_76572_bregisterWorldChunkManager2creates a new world chunk manager for WorldProvider
2851func_76581_aset2Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val.
2852func_76582_aget2Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
2853func_76586_kupdateSkylight2Checks whether skylight needs updated; if it does, calls updateSkylight_do
2854func_76587_igetBlockStorageArray2Returns the ExtendedBlockStorage array for this Chunk.
2855func_76588_agetEntitiesWithinAABBForEntity2Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
2856func_76589_bsetBlockMetadata2Set the metadata of a block in the chunk
2857func_76590_agenerateHeightMap2Generates the height map for a chunk from scratch
2858func_76591_agetBiomeGenForWorldCoords2This method retrieves the biome at a set of coordinates
2859func_76592_asetBlockIDWithMetadata2Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
2860func_76593_qupdateSkylight_do2Runs delayed skylight updates.
2861func_76594_oenqueueRelightChecks2Called once-per-chunk-per-tick, and advances the round-robin relight check index per-storage-block by up to 8 blocks at a time. In a worst-case scenario, can potentially take up to 1.6 seconds, calculated via (4096/(8*16))/20, to re-check all blocks in a chunk, which could explain both lagging light updates in certain cases as well as Nether relight
2862func_76595_epropagateSkylightOcclusion2Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
2863func_76596_bgetBlockLightOpacity2
2864func_76597_egetChunkBlockTileEntity2Gets the TileEntity for a given block in this chunk
2865func_76599_gcheckSkylightNeighborHeight2Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
2866func_76600_aisAtLocation2Checks whether the chunk is at the X/Z location specified
2867func_76601_aneedsSaving2Returns true if this Chunk needs to be saved
2868func_76602_asetStorageArrays2
2869func_76603_bgenerateSkylightMap2Generates the initial skylight map for the chunk upon generation or load.
2870func_76604_asetChunkBlockTileEntity2Sets the TileEntity for a given block in this chunk
2871func_76605_mgetBiomeArray2Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
2872func_76606_cgetAreLevelsEmpty2Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
2873func_76607_afillChunk2Initialise this chunk with new binary data
2874func_76608_aremoveEntityAtIndex2Removes entity at the specified index from the entity array.
2875func_76609_dupdateSkylightNeighborHeight2
2876func_76610_agetBlockID2Return the ID of a block in the chunk.
2877func_76611_bgetHeightValue2Returns the value in the height map at this x, z coordinate in the chunk
2878func_76612_aaddEntity2Adds an entity to the chunk. Args: entity
2879func_76613_nresetRelightChecks2Resets the relight check index to 0 for this Chunk.
2880func_76614_agetSavedLightValue2Gets the amount of light saved in this block (doesn't adjust for daylight)
2881func_76615_hrelightBlock2Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
2882func_76616_asetBiomeArray2Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
2883func_76617_agetRandomWithSeed2
2884func_76618_agetEntitiesOfTypeWithinAAAB2Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill
2885func_76619_dcanBlockSeeTheSky2Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
2886func_76620_aaddTileEntity2Adds a TileEntity to a chunk
2887func_76621_gisEmpty2
2888func_76622_bremoveEntity2removes entity using its y chunk coordinate as its index
2889func_76623_donChunkUnload2Called when this Chunk is unloaded by the ChunkProvider
2890func_76624_apopulateChunk2
2891func_76625_hgetTopFilledSegment2Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
2892func_76626_dgetPrecipitationHeight2Gets the height to which rain/snow will fall. Calculates it if not already stored.
2893func_76627_fremoveChunkBlockTileEntity2Removes the TileEntity for a given block in this chunk
2894func_76628_cgetBlockMetadata2Return the metadata corresponding to the given coordinates inside a chunk.
2895func_76629_cgetBlockLightValue2Gets the amount of light on a block taking into account sunlight
2896func_76630_esetChunkModified2Sets the isModified flag for this Chunk
2897func_76631_conChunkLoad2Called when this Chunk is loaded by the ChunkProvider
2898func_76632_lgetChunkCoordIntPair2Gets a ChunkCoordIntPair representing the Chunk's position.
2899func_76633_asetLightValue2Sets the light value at the coordinate. If enumskyblock is set to sky it sets it in the skylightmap and if its a block then into the blocklightmap. Args enumSkyBlock, x, y, z, lightValue
2900func_76654_bsetExtBlockMetadata2Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
2901func_76655_asetExtBlockID2Sets the extended block ID for a location in a chunk, splitting bits 11..8 into a NibbleArray and bits 7..0 into a byte array. Also performs reference counting to determine whether or not to broadly cull this Chunk from the random-update tick list.
2902func_76656_agetExtBlockID2Returns the extended block ID for a location in a chunk, merged from a byte array and a NibbleArray to form a full 12-bit block ID.
2903func_76657_csetExtSkylightValue2Sets the saved Sky-light value in the extended block storage structure.
2904func_76658_ggetBlockLSBArray2
2905func_76659_csetBlocklightArray2Sets the NibbleArray instance used for Block-light values in this particular storage block.
2906func_76660_igetBlockMSBArray2Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
2907func_76661_kgetBlocklightArray2Returns the NibbleArray instance containing Block-light data.
2908func_76662_dgetYLocation2Returns the Y location of this ExtendedBlockStorage.
2909func_76663_aisEmpty2Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
2910func_76664_asetBlockLSBArray2Sets the array of block ID least significant bits for this ExtendedBlockStorage.
2911func_76665_bgetExtBlockMetadata2Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
2912func_76666_dsetSkylightArray2Sets the NibbleArray instance used for Sky-light values in this particular storage block.
2913func_76667_mcreateBlockMSBArray2Called by a Chunk to initialize the MSB array if getBlockMSBArray returns null. Returns the newly-created NibbleArray instance.
2914func_76668_bsetBlockMetadataArray2Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
2915func_76669_jgetMetadataArray2
2916func_76670_cgetExtSkylightValue2Gets the saved Sky-light value in the extended block storage structure.
2917func_76671_lgetSkylightArray2Returns the NibbleArray instance containing Sky-light data.
2918func_76672_eremoveInvalidBlocks2
2919func_76673_asetBlockMSBArray2Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
2920func_76674_dgetExtBlocklightValue2Gets the saved Block-light value in the extended block storage structure.
2921func_76675_bgetNeedsRandomTick2Returns whether or not this block storage's Chunk will require random ticking, used to avoid looping through random block ticks when there are no blocks that would randomly tick.
2922func_76676_hclearMSBArray2
2923func_76677_dsetExtBlocklightValue2Sets the saved Block-light value in the extended block storage structure.
2924func_76686_aget2
2925func_76690_aconvertToAnvilFormat2
2926func_76691_aload2
2927func_76704_agetChunkDataInputStream2args: x, y - get uncompressed chunk stream from the region file
2928func_76705_doutOfBounds2args: x, z - check region bounds
2929func_76706_awrite2args: x, z, data, length - write chunk data at (x, z) to disk
2930func_76707_egetOffset2args: x, y - get chunk's offset in region file
2931func_76708_cclose2close this RegionFile and prevent further writes
2932func_76709_cisChunkSaved2args: x, z, - true if chunk has been saved / converted
2933func_76710_bgetChunkDataOutputStream2args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed
2934func_76711_asetOffset2args: x, z, offset - sets the chunk's offset in the region file
2935func_76712_awrite2args: sectorNumber, data, length - write the chunk data to this RegionFile
2936func_76713_bsetChunkTimestamp2args: x, z, timestamp - sets the chunk's write timestamp
2937func_76725_bsetMinMaxHeight2Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
2938func_76726_lgetBiomeFoliageColor2Provides the basic foliage color based on the biome temperature and rainfall
2939func_76727_igetFloatRainfall2Gets a floating point representation of this biome's rainfall
2940func_76728_adecorate2
2941func_76729_acreateBiomeDecorator2Allocate a new BiomeDecorator for this BiomeGenBase
2942func_76730_bgetRandomWorldGenForGrass2Gets a WorldGen appropriate for this biome.
2943func_76731_agetSkyColorByTemp2takes temperature, returns color
2944func_76732_asetTemperatureRainfall2Sets the temperature and rainfall of this biome.
2945func_76734_hgetIntTemperature2Gets an integer representation of this biome's temperature
2946func_76735_asetBiomeName2
2947func_76736_eisHighHumidity2Checks to see if the rainfall level of the biome is extremely high
2948func_76737_kgetBiomeGrassColor2Provides the basic grass color based on the biome temperature and rainfall
2949func_76738_dcanSpawnLightningBolt2Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
2950func_76739_bsetColor2
2951func_76740_agetRandomWorldGenForTrees2Gets a WorldGen appropriate for this biome.
2952func_76741_fgetSpawningChance2returns the chance a creature has to spawn.
2953func_76742_bsetEnableSnow2sets enableSnow to true during biome initialization. returns BiomeGenBase.
2954func_76743_jgetFloatTemperature2Gets a floating point representation of this biome's temperature
2955func_76744_ggetIntRainfall2Gets an integer representation of this biome's rainfall
2956func_76745_msetDisableRain2Disable the rain for the biome.
2957func_76746_cgetEnableSnow2Returns true if the biome have snowfall instead a normal rain.
2958func_76747_agetSpawnableList2Returns the correspondent list of the EnumCreatureType informed.
2959func_76793_bgenStandardOre22Standard ore generation helper. Generates Lapis Lazuli.
2960func_76794_adecorate2The method that does the work of actually decorating chunks
2961func_76795_agenStandardOre12Standard ore generation helper. Generates most ores.
2962func_76796_adecorate2Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
2963func_76797_bgenerateOres2Generates ores in the current chunk
2964func_76836_agetChunkManager2Get the world chunk manager object for a biome list.
2965func_76837_bgetBiomeGenAt2Returns the BiomeGenBase related to the x, z position from the cache.
2966func_76838_acleanupCache2Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
2967func_76839_egetCachedBiomes2Returns the array of cached biome types in the BiomeCacheBlock at the given location.
2968func_76840_agetBiomeCacheBlock2Returns a biome cache block at location specified.
2969func_76885_agetBiomeGenAt2Returns the BiomeGenBase related to the x, z position from the cache block.
2970func_76893_asetTileEntityRenderer2Associate a TileEntityRenderer with this TileEntitySpecialRenderer
2971func_76894_arenderTileEntityAt2
2972func_76895_bgetFontRenderer2
2973func_76896_aonWorldChange2Called when the ingame world being rendered changes (e.g. on world -> nether travel) due to using one renderer per tile entity type, rather than instance
2974func_76897_abindTextureByName2Binds a texture to the renderEngine given a filename from the JAR.
2975func_76899_arenderEnderChest2Helps to render Ender Chest.
2976func_76901_arenderTileEntityEnchantmentTableAt2
2977func_76903_arenderPiston2
2978func_76905_arenderTileEntityMobSpawner2
2979func_76906_arenderEndPortalTileEntity2Renders the End Portal.
2980func_76909_arenderTileEntitySignAt2
2981func_76911_arenderTileEntityChestAt2Renders the TileEntity for the chest at a position.
2982func_76916_fgetBlockID2Gets the BlockID for this BlockEventData
2983func_76917_egetEventParameter2Get the Event Parameter (different for each BlockID,EventID)
2984func_76918_dgetEventID2Get the Event ID (different for each BlockID)
2985func_76919_agetX2Get the X coordinate.
2986func_76920_cgetZ2Get the Z coordinate.
2987func_76921_bgetY2Get the Y coordinate.
2988func_76931_agetBiomeGenAt2Return a list of biomes for the specified blocks. Args: listToReuse, x, y, width, length, cacheFlag (if false, don't check biomeCache to avoid infinite loop in BiomeCacheBlock)
2989func_76932_agetBiomesToSpawnIn2Gets the list of valid biomes for the player to spawn in.
2990func_76933_bloadBlockGeneratorData2Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth
2991func_76934_bgetTemperatures2Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length
2992func_76935_agetBiomeGenAt2Returns the BiomeGenBase related to the x, z position on the world.
2993func_76936_agetRainfall2Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length.
2994func_76937_agetBiomesForGeneration2Returns an array of biomes for the location input.
2995func_76938_bcleanupCache2Calls the WorldChunkManager's biomeCache.cleanupCache()
2996func_76939_agetTemperatureAtHeight2Return an adjusted version of a given temperature based on the y height
2997func_76940_aareBiomesViable2checks given Chunk's Biomes against List of allowed ones
2998func_76941_afindBiomePosition2Finds a valid position within a range, that is in one of the listed biomes. Searches {par1,par2} +-par3 blocks. Strongly favors positive y positions.
2999func_76949_arenderTileEntityAt2Render this TileEntity at a given set of coordinates
3000func_76950_arenderTileEntity2Render this TileEntity at its current position from the player
3001func_76951_agetSpecialRendererForClass2Returns the TileEntitySpecialRenderer used to render this TileEntity class, or null if it has no special renderer
3002func_76952_ahasSpecialRenderer2Returns true if this TileEntity instance has a TileEntitySpecialRenderer associated with it, false otherwise.
3003func_76953_acacheActiveRenderInfo2Caches several render-related references, including the active World, RenderEngine, FontRenderer, and the camera-bound EntityLiving's interpolated pitch, yaw and position. Args: world, renderengine, fontrenderer, entityliving, partialTickTime
3004func_76954_agetFontRenderer2
3005func_76955_asetWorld2Sets the world used by all TileEntitySpecialRender instances and notifies them of this change.
3006func_76956_bgetSpecialRendererForEntity2Returns the TileEntitySpecialRenderer used to render this TileEntity instance, or null if it has no special renderer
3007func_76971_agetMinecraftIsModded2Gets if your Minecraft is Modded.
3008func_76973_agetType2
3009func_76975_crenderShadow2Renders the entity shadows at the position, shadow alpha and partialTickTime. Args: entity, x, y, z, shadowAlpha, partialTickTime
3010func_76976_asetRenderManager2Sets the RenderManager.
3011func_76977_arenderEntityOnFire2Renders fire on top of the entity. Args: entity, x, y, z, partialTickTime
3012func_76978_arenderOffsetAABB2Renders a white box with the bounds of the AABB translated by the offset. Args: aabb, x, y, z
3013func_76979_bdoRenderShadowAndFire2Renders the entity's shadow and fire (if its on fire). Args: entity, x, y, z, yaw, partialTickTime
3014func_76980_arenderAABB2Adds to the tesselator a box using the aabb for the bounds. Args: aabb
3015func_76981_arenderShadowOnBlock2Renders a shadow projected down onto the specified block. Brightness of the block plus how far away on the Y axis determines the alpha of the shadow. Args: block, centerX, centerY, centerZ, blockX, blockY, blockZ, baseAlpha, shadowSize, xOffset, yOffset, zOffset
3016func_76982_bgetWorldFromRenderManager2Returns the render manager's world object
3017func_76983_agetFontRendererFromRenderManager2Returns the font renderer from the set render manager
3018func_76984_aloadDownloadableImageTexture2loads the specified downloadable texture or alternative built in texture
3019func_76985_aloadTexture2loads the specified texture
3020func_76986_adoRender2Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic (Render<T extends Entity) and this method has signature public void func_76986_a(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that.
3021func_76992_arenderPrimedTNT2
3022func_76994_adoRenderEnderCrystal2Renders the Ender Crystal.
3023func_76997_arenderBoat2The render method used in RenderBoat that renders the boat model.
3024func_76999_arenderArrow2
3025func_77000_adoRenderFishHook2Actually renders the fishing line and hook
3026func_77001_adoRenderFireball2
3027func_77003_adoRenderFallingSand2The actual render method that is used in doRender
3028func_77005_arenderTheXPOrb2Renders the XP Orb.
3029func_77009_arenderThePainting2
3030func_77012_arenderTheMinecart2Renders the Minecart.
3031func_77014_adoRenderItem2Renders the item
3032func_77015_arenderItemIntoGUI2Renders the item's icon or block into the UI at the specified position.
3033func_77017_arenderQuad2Adds a quad to the tesselator at the specified position with the set width and height and color. Args: tessellator, x, y, width, height, color
3034func_77018_arenderGlint2
3035func_77020_arenderDroppedItem2Renders a dropped item
3036func_77021_brenderItemOverlayIntoGUI2Renders the item's overlay information. Examples being stack count or damage on top of the item's image at the specified position.
3037func_77028_adoRenderLightningBolt2Actually renders the lightning bolt. This method is called through the doRender method.
3038func_77029_crenderEquippedItems2
3039func_77030_agetColorMultiplier2Returns an ARGB int color back. Args: entityLiving, lightBrightness, partialTickTime
3040func_77031_adoRenderLiving2
3041func_77032_ashouldRenderPass2Queries whether should render the specified pass or not.
3042func_77033_bpassSpecialRender2Passes the specialRender and renders it
3043func_77034_ainterpolateRotation2Returns a rotation angle that is inbetween two other rotation angles. par1 and par2 are the angles between which to interpolate, par3 is probably a float between 0.0 and 1.0 that tells us where "between" the two angles we are. Example: par1 = 30, par2 = 50, par3 = 0.5, then return = 40
3044func_77035_binheritRenderPass2
3045func_77036_arenderModel2Renders the model in RenderLiving
3046func_77037_agetDeathMaxRotation2
3047func_77038_arenderLivingLabel2Draws the debug or playername text above a living
3048func_77039_arenderLivingAt2Sets a simple glTranslate on a LivingEntity.
3049func_77040_drenderSwingProgress2
3050func_77041_bpreRenderCallback2Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime
3051func_77042_asetRenderPassModel2Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model
3052func_77043_arotateCorpse2
3053func_77044_ahandleRotationFloat2Defines what float the third param in setRotationAngles of ModelBase is
3054func_77047_arenderIronGolemEquippedItems2Renders Iron Golem Equipped items.
3055func_77048_arotateIronGolemCorpse2Rotates Iron Golem corpse.
3056func_77049_adoRenderIronGolem2Renders the Iron Golem.
3057func_77051_arenderVillagerEquipedItems2
3058func_77052_bpreRenderVillager2
3059func_77053_ashouldVillagerRenderPass2Determines wether Villager Render pass or not.
3060func_77054_arenderVillager2
3061func_77057_agetTailRotation2
3062func_77059_arenderCow2
3063func_77060_aupdateCreeperScale2Updates creeper scale in prerender callback
3064func_77062_arenderCreeperPassModel2A method used to render a creeper's powered form as a pass model.
3065func_77063_aupdateCreeperColorMultiplier2Updates color multiplier based on creeper state called by getColorMultiplier
3066func_77065_arenderChicken2
3067func_77066_agetWingRotation2
3068func_77067_arenderBlaze2
3069func_77069_apreRenderGhast2Pre-Renders the Ghast.
3070func_77072_apreRenderScale2Applies the scale to the transform matrix
3071func_77074_arenderEyes2Render the endermans eyes
3072func_77075_arenderEnderman2Renders the enderman
3073func_77076_arenderCarrying2Render the block an enderman is carrying
3074func_77079_arenderDragon2Renders the dragon, along with its dying animation
3075func_77080_arenderDragonDying2Renders the animation for when an enderdragon dies
3076func_77081_arenderDragonModel2Renders the dragon model. Called by renderModel.
3077func_77082_arenderGlow2Renders the overlay for glowing eyes and the mouth. Called by shouldRenderPass.
3078func_77083_arotateDragonBody2Used to rotate the dragon as a whole in RenderDragon. It's called in the rotateCorpse method.
3079func_77087_ashouldSilverfishRenderPass2Disallows the silverfish to render the renderPassModel.
3080func_77088_arenderSilverfish2Renders the silverfish.
3081func_77089_agetSilverfishDeathRotation2Return the silverfish's maximum death rotation.
3082func_77090_ashouldSlimeRenderPass2Determines whether Slime Render should pass or not.
3083func_77091_ascaleSlime2sets the scale for the slime based on getSlimeSize in EntitySlime
3084func_77093_arenderSnowmanPumpkin2Renders this snowman's pumpkin.
3085func_77095_asetSpiderDeathMaxRotation2
3086func_77096_ascaleSpider2
3087func_77097_asetSpiderEyeBrightness2Sets the spider's glowing eyes
3088func_77098_arenderLivingPig2
3089func_77099_arenderSaddledPig2
3090func_77100_arenderSpecials2Method for adding special render rules
3091func_77101_arenderPlayer2
3092func_77102_arotatePlayer2Rotates the player if the player is sleeping. This method is called in rotateCorpse.
3093func_77104_brenderPlayerScale2
3094func_77105_brenderPlayerSleep2Renders player with sleeping offset if sleeping
3095func_77107_asetArmorModel2Set the specified armor model as the player model. Args: player, armorSlot, partialTick
3096func_77113_asetWoolColorAndRender2
3097func_77114_arenderLivingMooshroom2
3098func_77115_arenderMooshroomEquippedItems2
3099func_77116_apreRenderOcelot2Pre-Renders the Ocelot.
3100func_77117_arenderLivingOcelot2
3101func_77118_ascaleMagmaCube2
3102func_77119_arenderMagmaCube2
3103func_77121_ahandleRotationFloat2
3104func_77122_arotateSquidsCorpse2Rotates the Squid's corpse.
3105func_77123_arenderLivingSquid2Renders the Living Squid.
3106func_77124_asetCanBeCreated2Sets canBeCreated to the provided value, and returns this.
3107func_77125_eisVersioned2Returns true if this world Type has a version associated with it.
3108func_77126_dgetCanBeCreated2Gets whether this WorldType can be used to generate a new world.
3109func_77127_agetWorldTypeName2
3110func_77128_bgetTranslateName2Gets the translation key for the name of this world type.
3111func_77129_fsetVersioned2Flags this world type as having an associated version.
3112func_77130_aparseWorldType2
3113func_77131_cgetGeneratorVersion2Returns generatorVersion.
3114func_77132_agetWorldTypeForGeneratorVersion2
3115func_77142_agetByName2Returns the game type with the specified name, or SURVIVAL if none found. This is case sensitive. Args: name
3116func_77144_eisSurvivalOrAdventure2Returns true if this is the SURVIVAL or ADVENTURE game type
3117func_77145_disCreative2Returns true if this is the CREATIVE game type
3118func_77146_agetByID2Returns the game type with the specified ID, or SURVIVAL if none found. Args: id
3119func_77147_aconfigurePlayerCapabilities2Configures the player capabilities based on the game type
3120func_77148_agetID2Returns the ID of this game type
3121func_77149_bgetName2Returns the name of this game type
3122func_77158_fgetHardcoreEnabled2Returns true if hardcore mode is enabled, otherwise false
3123func_77159_aenableBonusChest2Enables the bonus chest.
3124func_77160_dgetSeed2Returns the seed for the world.
3125func_77161_agetGameTypeById2Gets the GameType by ID
3126func_77162_egetGameType2Gets the game type.
3127func_77163_iareCommandsAllowed2Returns true if Commands (cheats) are allowed.
3128func_77164_gisMapFeaturesEnabled2Get whether the map features (e.g. strongholds) generation is enabled or disabled.
3129func_77165_hgetTerrainType2
3130func_77166_benableCommands2Enables Commands (cheats).
3131func_77167_cisBonusChestEnabled2Returns true if the Bonus Chest is enabled.
3132func_77175_acomparer2Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
3133func_77176_asetScheduledTime2Sets the scheduled time for this tick entry
3134func_77184_bplaceInExistingPortal2Place an entity in a nearby portal which already exists.
3135func_77185_aplaceInPortal2Place an entity in a nearby portal, creating one if necessary.
3136func_77188_acreatureSpecificInit2determines if a skeleton spawns on a spider, and if a sheep is a different color
3137func_77189_agetRandomSpawningPointInChunk2Given a chunk, find a random position in it.
3138func_77190_acanCreatureTypeSpawnAtLocation2Returns whether or not the specified creature type can spawn at the specified location.
3139func_77191_aperformWorldGenSpawning2Called during chunk generation to spawn initial creatures.
3140func_77192_afindChunksForSpawning2adds all chunks within the spawn radius of the players to eligibleChunksForSpawning. pars: the world, hostileCreatures, passiveCreatures. returns number of eligible chunks.
3141func_77200_awriteRecipiesToStream2
3142func_77201_areadRecipiesFromTags2
3143func_77202_agetRecipiesAsTags2
3144func_77203_acanRecipeBeUsed2can par1,par2 be used to in crafting recipe par3
3145func_77204_areadRecipiesFromStream2
3146func_77205_aaddToListWithCheck2checks if there is a recipie for the same ingredients already on the list, and replaces it. otherwise, adds it
3147func_77206_boverlayBackground2Overlays the background to hide scrolled items
3148func_77211_adrawScreen2draws the slot to the screen, pass in mouse's current x and y and partial ticks
3149func_77212_bgetContentHeight2return the height of the content being scrolled
3150func_77213_aelementClicked2the element in the slot that was clicked, boolean for wether it was double clicked or not
3151func_77214_adrawSlot2
3152func_77216_asetShowSelectionBox2
3153func_77217_agetSize2Gets the size of the current slot list.
3154func_77218_aisSelected2returns true if the element passed in is currently selected
3155func_77219_aactionPerformed2
3156func_77220_aregisterScrollButtons2Registers the IDs that can be used for the scrollbar's buttons.
3157func_77221_cdrawBackground2
3158func_77225_ggetScrollBarX2
3159func_77226_hbindAmountScrolled2stop the thing from scrolling out of bounds
3160func_77271_agetChunkPosition2
3161func_77272_achunkXZ2Int2converts a chunk coordinate pair to an integer (suitable for hashing)
3162func_77273_agetCenterXPos2
3163func_77274_bgetCenterZPosition2
3164func_77278_adoExplosionA2Does the first part of the explosion (destroy blocks)
3165func_77279_adoExplosionB2Does the second part of the explosion (sound, particles, drop spawn)
3166func_77291_agenerateTexturePackID2Generate an internal texture pack ID from the file/directory name, last modification time, and file size. Returns null if the file/directory is not a texture pack. (Inner class static accessor method).
3167func_77292_egetSelectedTexturePack2
3168func_77293_davailableTexturePacks2Returns a list of the available texture packs.
3169func_77294_asetTexturePack2Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
3170func_77295_agetIsDownloading2Return true if a texture pack is downloading in the background.
3171func_77296_arequestDownloadOfTexture2filename must end in .zip
3172func_77297_adownloadTexture2
3173func_77298_ggetAcceptsTextures2
3174func_77299_igetTexturePackDirContents2Return a List<File> of file/directories in the texture pack directory.
3175func_77301_aisDownloading2
3176func_77302_agenerateTexturePackID2Generate an internal texture pack ID from the file/directory name, last modification time, and file size. Returns null if the file/directory is not a texture pack.
3177func_77303_asetSelectedTexturePack2Set the selectedTexturePack field (Inner class static accessor method).
3178func_77304_bonDownloadFinished2Called from Minecraft.loadWorld() if getIsDownloading() returned true to prepare the downloaded texture for usage.
3179func_77305_cupdateAvaliableTexturePacks2check the texture packs the client has installed
3180func_77306_bgetMinecraft2
3181func_77307_hcreateTexturePackDirs2Create the "texturepacks" and "texturepacks-mp-cache" directories if they don't already exist.
3182func_77316_cgetTranslatedName2Returns the correct traslated name of the enchantment and the level in roman numbers.
3183func_77317_bgetMaxEnchantability2Returns the maximum value of enchantability nedded on the enchantment level passed.
3184func_77318_acalcModifierDamage2Calculates de damage protection of the enchantment based on level and damage source passed.
3185func_77319_dgetMinLevel2Returns the minimum level that the enchantment can have.
3186func_77320_agetName2Return the name of key in translation table of this enchantment.
3187func_77321_agetMinEnchantability2Returns the minimal value of enchantability needed on the enchantment level passed.
3188func_77322_bsetName2Sets the enchantment name
3189func_77323_acalcModifierLiving2Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
3190func_77324_cgetWeight2
3191func_77325_bgetMaxLevel2Returns the maximum level that the enchantment can have.
3192func_77326_acanApplyTogether2Determines if the enchantment passed can be applyied together with this enchantment.
3193func_77363_dtryToSetLibraryAndCodecs2Tries to add the paulscode library and the relevant codecs. If it fails, the volumes (sound and music) will be set to zero in the options file.
3194func_77364_bplaySound2Plays a sound. Args: soundName, x, y, z, volume, pitch
3195func_77365_caddMusic2Adds an audio file to the music SoundPool.
3196func_77366_aplaySoundFX2Plays a sound effect with the volume and pitch of the parameters passed. The sound isn't affected by position of the player (full volume and center balanced)
3197func_77367_aonSoundOptionsChanged2Called when one of the sound level options has changed.
3198func_77368_aplayStreaming2
3199func_77369_asetListener2Sets the listener of sounds
3200func_77370_bcloseMinecraft2Called when Minecraft is closing down.
3201func_77371_cplayRandomMusicIfReady2If its time to play new music it starts it up.
3202func_77372_aaddSound2Adds a sounds with the name from the file. Args: name, file
3203func_77373_aloadSoundSettings2Used for loading sound settings from GameSettings
3204func_77374_baddStreaming2Adds an audio file to the streaming SoundPool.
3205func_77390_areadFromTags2
3206func_77391_bhasSameItemsAs2checks first and second ItemToBuy ID's and count. Calls hasSameIDs
3207func_77393_ahasSameIDsAs2checks if both the first and second ItemToBuy IDs are the same
3208func_77394_agetItemToBuy2Gets the itemToBuy.
3209func_77395_gwriteToTags2
3210func_77396_bgetSecondItemToBuy2Gets secondItemToBuy.
3211func_77397_dgetItemToSell2Gets itemToSell.
3212func_77398_chasSecondItemToBuy2Gets if Villager has secondItemToBuy.
3213func_77399_fincrementToolUses2
3214func_77404_agetPlayerEntities2Returns the size and contents of the player entity list.
3215func_77406_asetBusy2
3216func_77409_egetUnsentDataFile2
3217func_77415_fgetUnsentTempFile2
3218func_77418_abeginSendStats2Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy.
3219func_77420_csyncStatsFileWithMap2
3220func_77423_bbeginReceiveStats2Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy.
3221func_77424_ggetUnsentOldFile2
3222func_77439_agetChunkProvider2Returns the result of the ChunkProvider's makeString
3223func_77442_bcanUnlockAchievement2Returns true if the parent has been unlocked, or there is no parent
3224func_77443_ahasAchievementUnlocked2Returns true if the achievement has been unlocked.
3225func_77444_awriteStat2
3226func_77446_dsyncStats2
3227func_77447_awriteStats2write a whole Map of stats to the statmap
3228func_77450_areadStat2
3229func_77451_awriteStatToMap2
3230func_77458_agetRandomSoundFromSoundPool2gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool.
3231func_77459_aaddSound2Adds a sound to this sound pool.
3232func_77460_agetRandomSound2Gets a random SoundPoolEntry.
3233func_77466_agetFoliageColorPine2Gets the foliage color for pine type (metadata 1) trees
3234func_77467_asetFoliageBiomeColorizer2
3235func_77468_cgetFoliageColorBasic2
3236func_77469_bgetFoliageColorBirch2Gets the foliage color for birch type (metadata 2) trees
3237func_77470_agetFoliageColor2Gets foliage color from temperature and humidity. Args: temperature, humidity
3238func_77472_bsetClientActiveTexture2Sets the current lightmap texture to the specified OpenGL constant
3239func_77473_asetActiveTexture2Sets the current lightmap texture to the specified OpenGL constant
3240func_77474_ainitializeTextures2Initializes the texture constants to be used when rendering lightmap values
3241func_77475_asetLightmapTextureCoords2Sets the current coordinates of the given lightmap texture
3242func_77479_asetGrassBiomeColorizer2
3243func_77480_agetGrassColor2Gets grass color from temperature and humidity. Args: temperature, humidity
3244func_77484_agetWorldEntitiesAsString2
3245func_77487_agetServerMotd2
3246func_77488_bgetServerIpPort2
3247func_77489_cupdateLastSeen2Updates the time this LanServer was last seen.
3248func_77493_acalculateModifier2Generic method use to calculate modifiers of offensive or defensive enchantment values.
3249func_77501_agetRespiration2Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
3250func_77502_dgetSilkTouchModifier2Returns the silk touch status of enchantments on current equipped item of player.
3251func_77504_aaddRandomEnchantment2Adds a random enchantment to the specified item. Args: random, itemStack, enchantabilityLevel
3252func_77505_bmapEnchantmentData2Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
3253func_77506_agetEnchantmentLevel2Returns the level of enchantment on the ItemStack passed.
3254func_77507_bgetKnockbackModifier2Returns the knockback value of enchantments on equipped player item.
3255func_77508_agetEnchantmentModifierDamage2Returns the modifier of protection enchantments on armors equipped on player.
3256func_77509_bgetEfficiencyModifier2Return the extra efficiency of tools based on enchantments on equipped player item.
3257func_77510_ggetAquaAffinityModifier2Returns the aqua affinity status of enchantments on current equipped item of player.
3258func_77511_agetMaxEnchantmentLevel2Returns the biggest level of the enchantment on the array of ItemStack passed.
3259func_77512_agetEnchantmentModifierLiving2Return the (magic) extra damage of the enchantments on player equipped item.
3260func_77513_bbuildEnchantmentList2Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
3261func_77514_acalcItemStackEnchantability2Returns the enchantability of itemstack, it's uses a singular formula for each index (2nd parameter: 0, 1 and 2), cutting to the max enchantability power of the table (3rd parameter)
3262func_77516_aapplyEnchantmentModifierArray2Executes the enchantment modifier on the array of ItemStack passed.
3263func_77517_egetFortuneModifier2Returns the fortune enchantment modifier of the current equipped item of player.
3264func_77518_aapplyEnchantmentModifier2Executes the enchantment modifier on the ItemStack passed.
3265func_77519_fgetLootingModifier2Returns the looting enchantment modifier of the current equipped item of player.
3266func_77523_bgetAdFromPingResponse2
3267func_77524_agetMotdFromPingResponse2
3268func_77525_agetPingResponse2
3269func_77531_dgetFirstDescriptionLine2Get the first line of the texture pack description (read from the pack.txt file)
3270func_77532_agetResourceAsStream2Gives a texture resource as InputStream.
3271func_77533_adeleteTexturePack2Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
3272func_77535_bbindThumbnailTexture2Bind the texture id of the pack's thumbnail image, loading it if necessary.
3273func_77536_bgetTexturePackID2Get the texture pack ID
3274func_77537_egetSecondDescriptionLine2Get the second line of the texture pack description (read from the pack.txt file)
3275func_77538_cgetTexturePackFileName2Get the file name of the texture pack, or Default if not from a custom texture pack
3276func_77539_gloadThumbnailImage2Load and initialize thumbnailImage from the the /pack.png file.
3277func_77540_aloadDescription2Load texture pack description from /pack.txt file in the texture pack
3278func_77541_btrimStringToGUIWidth2Truncate strings to at most 34 characters. Truncates description lines
3279func_77549_gopenTexturePackFile2Open the texture pack's file and initialize texturePackZipFile
3280func_77552_bsetWasNotUpdated2
3281func_77553_agetWasUpdated2
3282func_77554_cgetLanServers2
3283func_77557_acanEnchantItem2Return true if the item passed can be enchanted by a enchantment of this type.
3284func_77569_amatches2Used to check if a recipe matches current crafting inventory
3285func_77570_agetRecipeSize2Returns the size of the recipe area
3286func_77571_bgetRecipeOutput2
3287func_77572_bgetCraftingResult2Returns an Item that is the result of this recipe
3288func_77573_acheckMatch2Checks if the region of a crafting inventory is match for the recipe.
3289func_77581_acompareRecipes2
3290func_77583_aaddRecipes2Adds the weapon recipes to the CraftingManager.
3291func_77586_aaddRecipes2Adds the tool recipes to the CraftingManager.
3292func_77589_aaddRecipes2Adds the crafting recipes to the CraftingManager.
3293func_77590_aaddRecipes2Adds the ingot recipes to the CraftingManager.
3294func_77592_bgetRecipeList2returns the List<> of all recipes
3295func_77594_agetInstance2Returns the static instance of this class
3296func_77596_baddShapelessRecipe2
3297func_77599_bgetSmeltingList2
3298func_77600_aaddSmelting2Adds a smelting recipe.
3299func_77601_cgetExperience2
3300func_77602_asmelting2Used to call methods addSmelting and getSmeltingResult.
3301func_77603_bgetSmeltingResult2Returns the smelting result of an item.
3302func_77607_aaddRecipes2Adds the dye recipes to the CraftingManager.
3303func_77608_aaddRecipes2Adds the food recipes to the CraftingManager.
3304func_77609_aaddRecipes2Adds the armor recipes to the CraftingManager.
3305func_77612_lgetMaxDamage2Returns the maximum damage an item can take.
3306func_77613_egetRarity2Return an item rarity from EnumRarity
3307func_77614_kgetHasSubtypes2
3308func_77615_aonPlayerStoppedUsing2called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount
3309func_77616_kisItemTool2Checks isDamagable and if it cannot be stacked
3310func_77617_agetIconFromDamage2Gets an icon index based on an item's damage value
3311func_77618_cgetIconFromDamageForRenderPass2Gets an icon index based on an item's damage value and the given render pass
3312func_77619_bgetItemEnchantability2Return the enchantability factor of the item, most of the time is based on material.
3313func_77620_agetColorFromDamage2
3314func_77621_agetMovingObjectPositionFromPlayer2
3315func_77622_donCreated2Called when item is crafted/smelted. Used only by maps so far.
3316func_77623_vrequiresMultipleRenderPasses2
3317func_77624_aaddInformation2allows items to add custom lines of information to the mouseover description
3318func_77625_dsetMaxStackSize2
3319func_77626_agetMaxItemUseDuration2How long it takes to use or consume an item
3320func_77627_asetHasSubtypes2
3321func_77628_jgetItemDisplayName2
3322func_77629_n_shouldRotateAroundWhenRendering2Returns true if this item should be rotated by 180 degrees around the Y axis when being held in an entities hands.
3323func_77630_hdoesContainerItemLeaveCraftingGrid2If this returns true, after a recipe involving this item is crafted the container item will be added to the player's inventory instead of remaining in the crafting grid.
3324func_77631_csetPotionEffect2Sets the string representing this item's effect on a potion when used as an ingredient.
3325func_77632_uisPotionIngredient2Returns true if this item serves as a potion ingredient (its ingredient information is not null).
3326func_77633_agetSubItems2returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
3327func_77634_rhasContainerItem2True if this Item has a container item (a.k.a. crafting result)
3328func_77635_sgetStatName2
3329func_77636_dhasEffect2
3330func_77637_asetCreativeTab2returns this;
3331func_77638_agetStrVsBlock2Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
3332func_77639_jgetItemStackLimit2Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
3333func_77640_wgetCreativeTab2gets the CreativeTab this item is displayed on
3334func_77641_acanHarvestBlock2Returns if the item (tool) can harvest results from the block type.
3335func_77642_asetContainerItem2
3336func_77643_m_isMap2false for all Items except sub-classes of ItemMapBase
3337func_77644_ahitEntity2Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
3338func_77645_misDamageable2
3339func_77646_aitemInteractionForEntity2Called when a player right clicks an entity with an item.
3340func_77647_bgetMetadata2Returns the metadata of the block which this Item (ItemBlock) can place
3341func_77648_aonItemUse2Callback for item usage. If the item does something special on right clicking, he will have one of those. Return True if something happen and false if it don't. This is for ITEMS, not BLOCKS
3342func_77649_agetDamageVsEntity2Returns the damage against a given entity.
3343func_77650_fgetIconIndex2Returns the icon index of the stack given as argument.
3344func_77651_pgetShareTag2If this function returns true (or the item is damageable), the ItemStack's NBT tag will be sent to the client.
3345func_77654_bonEaten2
3346func_77655_bsetUnlocalizedName2Sets the unlocalized name of this item to the string passed as the parameter, prefixed by "item."
3347func_77656_esetMaxDamage2set max damage of an Item
3348func_77657_ggetLocalizedName2Gets the localized name of the given item stack.
3349func_77658_agetUnlocalizedName2Returns the unlocalized name of this item.
3350func_77659_aonItemRightClick2Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
3351func_77660_aonBlockDestroyed2
3352func_77661_bgetItemUseAction2returns the action that specifies what animation to play when the items is being used
3353func_77662_disFull3D2Returns True is the item is renderer in full 3D when hold.
3354func_77663_aonUpdate2Called each tick as long the item is on a player inventory. Uses by maps to check if is on a player hand and update it's contents.
3355func_77664_nsetFull3D2Sets bFull3D to True and return the object.
3356func_77666_tgetPotionEffect2Returns a string representing what this item does to a potion.
3357func_77667_cgetUnlocalizedName2Returns the unlocalized name of this item. This version accepts an ItemStack so different stacks can have different names based on their damage or NBT.
3358func_77668_qgetContainerItem2
3359func_77825_fgetToolMaterialName2Return the name for this tool's material.
3360func_77828_avalidBookTagContents2
3361func_77829_avalidBookTagPages2
3362func_77831_gisSplash2returns wether or not a potion is a throwable splash potion based on damage value
3363func_77832_lgetEffects2Returns a list of potion effects for the specified itemstack.
3364func_77833_hisEffectInstant2
3365func_77834_fgetEffects2Returns a list of effects for the specified potion damage value.
3366func_77840_aspawnCreature2Spawns the creature specified by the egg's type in the location specified by the last three parameters. Parameters: world, entityID, x, y, z.
3367func_77842_fgetMaterialName2Returns the name of the material this tool is made from as it is declared in EnumToolMaterial (meaning diamond would return "EMERALD")
3368func_77844_asetPotionEffect2sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening
3369func_77845_hisWolfsFavoriteMeat2Whether wolves like this food (true for raw and cooked porkchop).
3370func_77846_ggetSaturationModifier2gets the saturationModifier of the ItemFood
3371func_77847_fgetHealAmount2
3372func_77848_isetAlwaysEdible2Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
3373func_77849_conFoodEaten2
3374func_77861_egetToolMaterialName2Return the name for this tool's material.
3375func_77869_aplaceDoorBlock2
3376func_77871_ccreateMapDataPacket2returns null if no update is to be sent
3377func_77872_aupdateMapData2
3378func_77873_agetMapData2
3379func_77874_agetMPMapData2
3380func_77875_atryPlaceContainedLiquid2Attempts to place the liquid contained inside the bucket.
3381func_77877_cgetMaxDamageArray2Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)
3382func_77883_fgetBlockID2Returns the blockID for this Item
3383func_77884_acanPlaceItemBlockOnSide2Returns true if the given ItemBlock can be placed on the given side of the given block position.
3384func_77894_asetBlockNames2Sets the array of strings to be used for name lookups from item damage to metadata
3385func_77906_abrewBitOperations2Does bit operations for brewPotionData, given data, the index of the bit being operated upon, whether the bit will be removed, whether the bit will be toggled (NOT), or whether the data field will be set to 0 if the bit is not present.
3386func_77907_hcountSetFlags2Count the number of bits in an integer set to ON.
3387func_77910_cisFlagSet2Returns 1 if the flag is set, 0 if it is not set.
3388func_77911_acalcPotionLiquidColor2Given a {@link Collection}<{@link PotionEffect}> will return an Integer color.
3389func_77912_aparsePotionEffects2
3390func_77913_aapplyIngredient2Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
3391func_77914_acheckFlag2Is the bit given set to 1?
3392func_77916_disFlagUnset2Returns 0 if the flag is set, 1 if it is not set.
3393func_77917_bgetPotionEffects2Returns a list of effects for the specified potion damage value.
3394func_77941_aonBlockDestroyed2
3395func_77942_ohasTagCompound2Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
3396func_77943_atryPlaceItemIntoWorld2
3397func_77944_bcopyItemStack2Creates a copy of a ItemStack, a null parameters will return a null.
3398func_77945_aupdateAnimation2Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
3399func_77946_lcopy2Returns a new stack with the same properties.
3400func_77947_ainteractWith2
3401func_77948_visItemEnchanted2True if the item has enchantment data
3402func_77949_aloadItemStackFromNBT2
3403func_77950_bonFoodEaten2
3404func_77951_hisItemDamaged2returns true when a damageable item is damaged
3405func_77952_igetItemDamageForDisplay2gets the damage of an itemstack, for displaying purposes
3406func_77953_tgetRarity2
3407func_77954_cgetIconIndex2Returns the icon index of the current stack.
3408func_77955_bwriteToNBT2Write the stack fields to a NBT object. Return the new NBT object.
3409func_77956_uisItemEnchantable2True if it is a tool and has no enchantments to begin with
3410func_77957_auseItemRightClick2Called whenever this item stack is equipped and right clicked. Returns the new item stack to put in the position where this item is. Args: world, player
3411func_77958_kgetMaxDamage2Returns the max damage an item in the stack can take.
3412func_77959_disItemStackEqual2compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
3413func_77960_jgetItemDamage2gets the damage of an itemstack
3414func_77961_ahitEntity2Calls the corresponding fct in di
3415func_77962_shasEffect2
3416func_77963_creadFromNBT2Read the stack fields from a NBT object.
3417func_77964_bsetItemDamage2Sets the item damage of the ItemStack.
3418func_77966_aaddEnchantment2Adds an enchantment with a desired level on the ItemStack.
3419func_77967_agetStrVsBlock2Returns the strength of the stack against a given block.
3420func_77969_aisItemEqual2compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
3421func_77970_aareItemStackTagsEqual2
3422func_77971_agetDamageVsEntity2Returns the damage against a given entity.
3423func_77972_adamageItem2Damages the item in the ItemStack
3424func_77973_bgetItem2Returns the object corresponding to the stack.
3425func_77974_bonPlayerStoppedUsing2Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount
3426func_77975_ngetItemUseAction2
3427func_77976_dgetMaxStackSize2Returns maximum size of the stack.
3428func_77977_agetItemName2
3429func_77978_pgetTagCompound2Returns the NBTTagCompound of the ItemStack.
3430func_77979_asplitStack2Remove the argument from the stack size. Return a new stack object with argument size.
3431func_77980_aonCrafting2
3432func_77981_ggetHasSubtypes2
3433func_77982_dsetTagCompound2Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
3434func_77983_asetTagInfo2
3435func_77984_fisItemStackDamageable2true if this itemStack is damageable
3436func_77985_eisStackable2Returns true if the ItemStack can hold 2 or more units of the item.
3437func_77986_qgetEnchantmentTagList2
3438func_77987_bcanHarvestBlock2Checks if the itemStack object can harvest a specified block
3439func_77988_mgetMaxItemUseDuration2
3440func_77989_bareItemStacksEqual2compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
3441func_77995_egetEnchantability2Return the natural enchantability factor of the material.
3442func_77996_dgetHarvestLevel2The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
3443func_77997_agetMaxUses2The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
3444func_77998_bgetEfficiencyOnProperMaterial2The strength of this tool material against blocks which it is effective against.
3445func_78000_cgetDamageVsEntity2Damage versus entities.
3446func_78012_egetTabIconItemIndex2the itemID for the item to be displayed on the tab
3447func_78013_bgetTabLabel2
3448func_78014_hsetNoTitle2
3449func_78015_fgetBackgroundImageName2
3450func_78016_dgetTabIconItem2
3451func_78017_ishouldHidePlayerInventory2
3452func_78018_adisplayAllReleventItems2only shows items which have tabToDisplayOn == this
3453func_78019_gdrawInForegroundOfTab2
3454func_78020_kgetTabColumn2returns index % 6
3455func_78021_agetTabIndex2
3456func_78022_jsetNoScrollbar2
3457func_78023_lisTabInFirstRow2returns tabIndex < 6
3458func_78024_cgetTranslatedTabLabel2Gets the translated Label.
3459func_78025_asetBackgroundImageName2
3460func_78044_bgetDamageReductionAmount2Return the damage reduction (each 1 point is a half a shield on gui) of the piece index passed (0 = helmet, 1 = plate, 2 = legs and 3 = boots)
3461func_78045_agetEnchantability2Return the enchantability factor of the material.
3462func_78046_agetDurability2Returns the durability for a armor slot of for this type.
3463func_78057_agenerateRandomEnchantName2Generates a random enchant name.
3464func_78058_asetRandSeed2Sets the seed for the enchant name RNG.
3465func_78062_apreUpdate2
3466func_78063_aupdate2
3467func_78064_bsetDead2
3468func_78084_agetTextureOffset2
3469func_78085_asetTextureOffset2
3470func_78086_asetLivingAnimations2Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.
3471func_78087_asetRotationAngles2Sets the model's various rotation angles. For bipeds, par1 and par2 are used for animating the movement of arms and legs, where par1 represents the time(so that arms and legs swing back and forth) and par2 represents how "far" arms and legs can swing at most.
3472func_78088_arender2Sets the models various rotation angles then renders the model.
3473func_78110_brenderEars2renders the ears (specifically, deadmau5's)
3474func_78111_crenderCloak2Renders the cloak of the current biped (in most cases, it's a player)
3475func_78164_arenderSign2Renders the sign model through TileEntitySignRenderer
3476func_78214_aupdateRotations2Updates the rotations in the parameters for rotations greater than 180 degrees or less than -180 degrees. It adds or subtracts 360 degrees, so that the appearance is the same, although the numbers are then simplified to range -180 to 180
3477func_78231_arenderAll2This method renders out all parts of the chest model.
3478func_78235_aflipFace2
3479func_78236_adraw2
3480func_78240_asetTexturePosition2
3481func_78245_arender2Draw the six sided box defined by this ModelBox
3482func_78255_arenderStringAtPos2Render a single line string at the current (posX,posY) and update posX
3483func_78256_agetStringWidth2Returns the width of this string. Equivalent of FontMetrics.stringWidth(String s).
3484func_78257_aloadGlyphTexture2Load one of the /font/glyph_XX.png into a new GL texture and store the texture ID in glyphTextureName array.
3485func_78258_arenderString2Render single line string by setting GL color, current (posX,posY), and calling renderStringAtPos()
3486func_78259_esizeStringToWidth2Determines how many characters from the string will fit into the specified width.
3487func_78260_agetBidiFlag2Get bidiFlag that controls if the Unicode Bidirectional Algorithm should be run before rendering any string
3488func_78261_adrawStringWithShadow2Draws the specified string with a shadow.
3489func_78262_atrimStringToWidth2Trims a string to a specified width, and will reverse it if par3 is set.
3490func_78263_agetCharWidth2Returns the width of this character as rendered.
3491func_78264_asetUnicodeFlag2Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
3492func_78265_bresetStyles2Reset all style flag fields in the class to false; called at the start of string rendering
3493func_78266_arenderDefaultChar2Render a single character with the default.png font at current (posX,posY) location...
3494func_78267_bsplitStringWidth2Returns the width of the wordwrapped String (maximum length is parameter k)
3495func_78268_brenderSplitString2Perform actual work of rendering a multi-line string with wordwrap and with darker drop shadow color if flag is set
3496func_78269_atrimStringToWidth2Trims a string to fit a specified Width.
3497func_78270_cisFormatSpecial2Checks if the char code is O-K...lLrRk-o... used to set special formatting.
3498func_78271_clistFormattedStringToWidth2Breaks a string into a list of pieces that will fit a specified width.
3499func_78272_bisFormatColor2Checks if the char code is a hexadecimal character, used to set colour.
3500func_78273_dtrimStringNewline2Remove all newline characters from the end of the string
3501func_78274_brenderStringAligned2Render string either left or right aligned depending on bidiFlag
3502func_78275_bsetBidiFlag2Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string.
3503func_78276_bdrawString2Draws the specified string.
3504func_78277_arenderUnicodeChar2Render a single Unicode character at current (posX,posY) location using one of the /font/glyph_XX.png files...
3505func_78278_arenderCharAtPos2Pick how to render a single character and return the width used.
3506func_78279_bdrawSplitString2Splits and draws a String with wordwrap (maximum length is parameter k)
3507func_78280_dwrapFormattedStringToWidth2Inserts newline and formatting into a string to wrap it within the specified width.
3508func_78282_egetFormatFromString2Digests a string for nonprinting formatting characters then returns a string containing only that formatting.
3509func_78283_cbidiReorder2Apply Unicode Bidirectional Algorithm to string and return a new possibly reordered string for visual rendering.
3510func_78307_hfindClickedUrl2
3511func_78308_ggetURI2computes the URI from the clicked chat data object
3512func_78309_fgetClickedUrl2Gets the URL which was clicked on.
3513func_78319_arenderMap2
3514func_78324_dgetScaledHeight_double2
3515func_78325_egetScaleFactor2
3516func_78326_agetScaledWidth2
3517func_78327_cgetScaledWidth_double2
3518func_78328_bgetScaledHeight2
3519func_78340_agetImageContents2
3520func_78341_bgetTexture2
3521func_78342_bbindTexture2
3522func_78343_aupdateDynamicTextures2
3523func_78344_adeleteTexture2Deletes a single GL texture
3524func_78345_areadTextureImage2Returns a BufferedImage read off the provided input stream. Args: inputStream
3525func_78346_agetTextureContents2
3526func_78347_creleaseImageData2Decrements the reference count for a given URL, deleting the image data if the reference count hits 0
3527func_78348_bgetImageContentsAndAllocate2
3528func_78349_acreateTextureFromBytes2
3529func_78350_agetTextureForDownloadableImage2Takes a URL of a downloadable image and the name of the local image to be used as a fallback. If the image has been downloaded, returns the GL texture of the downloaded image, otherwise returns the GL texture of the fallback image.
3530func_78351_asetupTexture2Copy the supplied image onto the specified OpenGL texture
3531func_78352_brefreshTextures2Call setupTexture on all currently-loaded textures again to account for changes in rendering options
3532func_78353_aallocateAndSetupTexture2Copy the supplied image onto a newly-allocated OpenGL texture, returning the allocated texture name
3533func_78356_aobtainImageData2Return a ThreadDownloadImageData instance for the given URL. If it does not already exist, it is created and uses the passed ImageBuffer. If it does, its reference count is incremented.
3534func_78369_asetColorRGBA_F2Sets the RGBA values for the color, converting from floats between 0 and 1 to integers from 0-255.
3535func_78370_asetColorRGBA2Sets the RGBA values for the color. Also clamps them to 0-255.
3536func_78371_bstartDrawing2Resets tessellator state and prepares for drawing (with the specified draw mode).
3537func_78372_caddTranslation2Offsets the translation for all vertices in the current draw call.
3538func_78373_bsetTranslation2Sets the translation for all vertices in the current draw call.
3539func_78374_aaddVertexWithUV2Adds a vertex specifying both x,y,z and the texture u,v for it.
3540func_78375_bsetNormal2Sets the normal for the current draw call.
3541func_78376_asetColorOpaque2Sets the RGB values as specified, and sets alpha to opaque.
3542func_78377_aaddVertex2Adds a vertex with the specified x,y,z to the current draw call. It will trigger a draw() if the buffer gets full.
3543func_78378_dsetColorOpaque_I2Sets the color to the given opaque value (stored as byte values packed in an integer).
3544func_78379_dreset2Clears the tessellator state in preparation for new drawing.
3545func_78380_csetBrightness2
3546func_78381_adraw2Draws the data set up in this tessellator and resets the state to prepare for new drawing.
3547func_78382_bstartDrawingQuads2Sets draw mode in the tessellator to draw quads.
3548func_78383_cdisableColor2Disables colors for the current draw call.
3549func_78384_asetColorRGBA_I2Sets the color to the given color (packed as bytes in integer) and alpha values.
3550func_78385_asetTextureUV2Sets the texture coordinates.
3551func_78386_asetColorOpaque_F2Sets the RGB values as specified, converting from floats between 0 and 1 to integers from 0-255.
3552func_78432_aparseUserSkin2
3553func_78433_bsetAreaOpaque2Makes the given area of the image opaque
3554func_78434_asetAreaTransparent2Makes the given area of the image transparent if it was previously completely opaque (used to remove the outer layer of a skin around the head if it was saved all opaque; this would be redundant so it's assumed that the skin maker is just using an image editor without an alpha channel)
3555func_78435_chasTransparency2Returns true if the given area of the image contains transparent pixels
3556func_78439_arenderItemIn2D2Renders an item held in hand as a 2D texture with thickness
3557func_78440_arenderItemInFirstPerson2Renders the active item in the player's hand when in first person mode. Args: partialTickTime
3558func_78441_aupdateEquippedItem2
3559func_78442_drenderFireInFirstPerson2Renders the fire on the screen for first person mode. Arg: partialTickTime
3560func_78443_arenderItem2Renders the item stack for being in an entity's hand Args: itemStack
3561func_78444_bresetEquippedProgress2Resets equippedProgress
3562func_78445_cresetEquippedProgress22Resets equippedProgress
3563func_78446_arenderInsideOfBlock2Renders the texture of the block the player is inside as an overlay. Args: partialTickTime, blockTextureIndex
3564func_78447_brenderOverlays2Renders all the overlays that are in first person mode. Args: partialTickTime
3565func_78448_crenderWarpedTextureOverlay2Renders a texture that warps around based on the direction the player is looking. Texture needs to be bound before being called. Used for the water overlay. Args: parialTickTime
3566func_78463_benableLightmap2Enable lightmap in secondary texture unit
3567func_78464_aupdateRenderer2Updates the entity renderer
3568func_78465_aperformanceToFps2Converts performance value (0-2) to FPS (35-200)
3569func_78466_hupdateFogColor2calculates fog and calls glClearColor
3570func_78467_gorientCamera2sets up player's eye (or camera in third person mode)
3571func_78468_asetupFog2Sets up the fog to be rendered. If the arg passed in is -1 the fog starts at 0 and goes to 80% of far plane distance and is used for sky rendering.
3572func_78469_asetFogColorBuffer2Update and return fogColorBuffer with the RGBA values passed as arguments
3573func_78470_fupdateTorchFlicker2Recompute a random value that is applied to block color in updateLightmap()
3574func_78471_arenderWorld2
3575func_78472_gupdateLightmap2
3576func_78473_agetMouseOver2Finds what block or object the mouse is over at the specified partial tick time. Args: partialTickTime
3577func_78474_drenderRainSnow2Render rain and snow
3578func_78475_fsetupViewBobbing2Setups all the GL settings for view bobbing. Args: partialTickTime
3579func_78476_brenderHand2Render player hand
3580func_78477_eupdateFovModifierHand2Update FOV modifier hand
3581func_78478_csetupOverlayRendering2Setup orthogonal projection for rendering GUI screen overlays
3582func_78479_asetupCameraTransform2sets up projection, view effects, camera position/rotation
3583func_78480_bupdateCameraAndRender2Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
3584func_78481_agetFOVModifier2Changes the field of view of the player depending on if they are underwater or not
3585func_78482_ehurtCameraEffect2
3586func_78483_adisableLightmap2Disable secondary texture unit used by lightmap
3587func_78484_haddRainParticles2
3588func_78542_arenderChest2Renders a chest at 0,0,0 - used for item rendering
3589func_78546_aisBoundingBoxInFrustum2Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
3590func_78547_asetPosition2
3591func_78548_bisBoxInFrustum2Calls the clipping helper. Returns true if the box is inside all 6 clipping planes, otherwise returns false.
3592func_78553_bisBoxInFrustum2Returns true if the box is inside all 6 clipping planes, otherwise returns false.
3593func_78558_agetInstance2Initialises the ClippingHelper object then returns an instance of it.
3594func_78559_anormalize2Normalize the frustum.
3595func_78560_binit2
3596func_78565_trenderBlockStairs2Renders a stair block at the given coordinates
3597func_78566_orenderBlockLilyPad2Render BlockLilyPad
3598func_78567_vrenderBlockEndPortalFrame2Render BlockEndPortalFrame
3599func_78568_drenderPistonBaseAllFaces2Render all faces of the piston base
3600func_78569_drenderBlockCactusImpl2Render block cactus implementation
3601func_78570_qrenderStandardBlock2Renders a standard cube block at the given coordinates
3602func_78571_crenderPistonRodEW2Render piston rod east/west
3603func_78572_crenderBlockTorch2Renders a torch block at the given coordinates
3604func_78573_erenderFaceXNeg2Renders the given texture to the west (x-negative) face of the block. Args: block, x, y, z, texture
3605func_78574_wrenderBlockBed2render a bed at the given coordinates
3606func_78575_arenderBlockStemSmall2Render block stem small
3607func_78576_jrenderBlockLadder2Renders a ladder block at the given coordinates
3608func_78577_frenderBlockTripWireSource2Renders a trip wire source block at the given coordinates
3609func_78578_arenderStandardBlockWithAmbientOcclusion2
3610func_78579_brenderBlockCropsImpl2Render block crops implementation
3611func_78580_arenderBlockFenceGate2Render block fence gate
3612func_78581_rrenderBlockLog2Renders a log block at the given coordinates
3613func_78582_arenderBlockFence2
3614func_78583_arenderBlockAllFaces2Render all faces of a block
3615func_78584_srenderBlockCactus2Renders a cactus block at the given coordinates
3616func_78585_arenderBlockBrewingStand2Render BlockBrewingStand
3617func_78586_arenderBlockMinecartTrack2Renders a minecart track block at the given coordinates
3618func_78587_arenderPistonExtensionAllFaces2Render all faces of the piston extension
3619func_78588_arenderBlockSandFalling2Renders a falling sand block
3620func_78589_irenderBlockRedstoneWire2Renders a redstone wire block at the given coordinates
3621func_78590_hrenderBlockFire2Renders a fire block at the given coordinates
3622func_78591_arenderPistonRodUD2Render piston rod up/down
3623func_78592_arenderBlockPane2
3624func_78593_brenderPistonBase2renders a block as a piston base
3625func_78594_erenderBlockLever2Renders a lever block at the given coordinates
3626func_78595_aclearOverrideBlockTexture2Clear override block texture
3627func_78596_agetFluidHeight2Get fluid height
3628func_78597_brenderItemIn3d2Checks to see if the item's render type indicates that it should be rendered as a regular block or not.
3629func_78598_krenderBlockVine2Render block vine
3630func_78599_adrawCrossedSquares2Utility function to draw crossed swuares
3631func_78600_arenderBlockAsItem2Is called to render the image of a block on an inventory, as a held item, or as a an item on the ground
3632func_78601_urenderBlockDoor2Renders a door block at the given coordinates
3633func_78602_agetAoBrightness2Get ambient occlusion brightness
3634func_78603_mrenderBlockStem2Render block stem
3635func_78604_arenderBlockUsingTexture2Renders a block using the given texture instead of the block's own default texture
3636func_78605_frenderFaceXPos2Renders the given texture to the east (x-positive) face of the block. Args: block, x, y, z, texture
3637func_78606_arenderBlockStemBig2Render block stem big
3638func_78607_brenderPistonRodSN2Render piston rod south/north
3639func_78608_crenderPistonExtension2renders the pushing part of a piston
3640func_78609_crenderStandardBlockWithColorMultiplier2Renders a standard cube block at the given coordinates, with a given color ratio. Args: block, x, y, z, r, g, b
3641func_78610_xrenderBlockRepeater2render a redstone repeater at the given coordinates
3642func_78611_crenderFaceZNeg2Renders the given texture to the north (z-negative) face of the block. Args: block, x, y, z, texture
3643func_78612_brenderBlockByRenderType2Renders the block at the given coordinates using the block's rendering type
3644func_78613_arenderFaceYNeg2Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture
3645func_78614_nrenderBlockCrops2Render block crops
3646func_78615_arenderBlockCauldron2Render block cauldron
3647func_78616_arenderBlockCocoa2Renders a Cocoa block at the given coordinates
3648func_78617_brenderFaceYPos2Renders the given texture to the top face of the block. Args: block, x, y, z, texture
3649func_78618_arenderBlockDragonEgg2
3650func_78619_grenderBlockTripWire2Renders a trip wire block at the given coordinates
3651func_78620_lrenderCrossedSquares2Renders any block requiring croseed squares such as reeds, flowers, and mushrooms
3652func_78621_prenderBlockFluids2Renders a block based on the BlockFluids class at the given coordinates
3653func_78622_drenderFaceZPos2Renders the given texture to the south (z-positive) face of the block. Args: block, x, y, z, texture
3654func_78623_arenderTorchAtAngle2Renders a torch at the given coordinates, with the base slanting at the given delta
3655func_78713_agetEntityRenderObject2
3656func_78714_agetDistanceToCamera2
3657func_78715_agetEntityClassRenderObject2
3658func_78716_agetFontRenderer2Returns the font renderer
3659func_78717_aset2World sets this RenderManager's worldObj to the world provided
3660func_78718_acacheActiveRenderInfo2Caches the current frame's active render info, including the current World, RenderEngine, GameSettings and FontRenderer settings, as well as interpolated player position, pitch and yaw.
3661func_78719_arenderEntityWithPosYaw2Renders the specified entity with the passed in position, yaw, and partialTickTime. Args: entity, x, y, z, yaw, partialTickTime
3662func_78720_arenderEntity2Will render the specified entity at the specified partial tick time. Args: entity, partialTickTime
3663func_78737_bgetSecondaryComponents2
3664func_78738_bcreateNextComponentRandom2
3665func_78739_agetPrimaryComponents2
3666func_78740_acreateNextComponent2
3667func_78743_bclickBlock2Called by Minecraft class when the player is hitting a block with an item. Args: x, y, z, side
3668func_78744_aclickBlockCreative2Block dig operation in creative mode (instantly digs the block).
3669func_78745_bflipPlayer2Flips the player around. Args: player
3670func_78746_asetGameType2Sets the game type for the player.
3671func_78747_aenableEverythingIsScrewedUpMode2If modified to return true, the player spins around slowly around (0, 68.5, 0). The GUI is disabled, the view is set to first person, and both chat and menu are disabled. Unless the server is modified to ignore illegal stances, attempting to enter a world at all will result in an immediate kick due to an illegal stance. Appears to be left-over debug, or demo code.
3672func_78748_asetPlayerCapabilities2Sets player capabilities depending on current gametype. params: player
3673func_78749_iextendedReach2true for hitting entities far away.
3674func_78750_jsyncCurrentPlayItem2Syncs the current player item with the server
3675func_78751_aonPlayerDestroyBlock2Called when a player completes the destruction of a block
3676func_78753_awindowClick2
3677func_78755_bshouldDrawHUD2
3678func_78756_asendEnchantPacket2GuiEnchantment uses this during multiplayer to tell PlayerControllerMP to send a packet indicating the enchantment action the player has taken.
3679func_78757_dgetBlockReachDistance2player reach distance = 4F
3680func_78758_hisInCreativeMode2returns true if player is in creative mode
3681func_78759_conPlayerDamageBlock2Called when a player damages a block and updates damage counters
3682func_78760_aonPlayerRightClick2Handles a players right click. Args: player, world, x, y, z, side, hitVec
3683func_78761_asendSlotPacket2Used in PlayerControllerMP to update the server with an ItemStack in a slot.
3684func_78762_gisNotCreative2Checks if the player is not creative, used for checking if it should break a block instantly
3685func_78764_aattackEntity2Attacks an entity
3686func_78765_eupdateController2
3687func_78766_conStoppedUsingItem2
3688func_78767_cresetBlockRemoving2Resets current block damage and field_78778_j
3689func_78769_asendUseItem2Notifies the server of things like consuming food, etc...
3690func_78784_asetTextureOffset2
3691func_78785_arender2
3692func_78786_aaddBox2
3693func_78787_bsetTextureSize2Returns the model renderer with the new texture parameters.
3694func_78788_dcompileDisplayList2Compiles a GL display list for this model
3695func_78789_aaddBox2
3696func_78790_aaddBox2Creates a textured box. Args: originX, originY, originZ, width, height, depth, scaleFactor.
3697func_78791_brenderWithRotation2
3698func_78792_aaddChild2Sets the current box's rotation points and rotation angles to another box.
3699func_78793_asetRotationPoint2
3700func_78794_cpostRender2Allows the changing of Angles after a box has been rendered
3701func_78814_agetNextComponent2
3702func_78815_agetRandomComponent2
3703func_78817_bgetNextMineShaftComponent2
3704func_78832_agetEntityCountAndList2Returns the size and contents of the entity list.
3705func_78834_agetEntitySpawnQueueCountAndList2Returns the size and contents of the entity spawn queue.
3706func_78836_agetNBTCompound2Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.
3707func_78837_agetServerDataFromNBTCompound2Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
3708func_78838_asetAcceptsTextures2
3709func_78839_bgetAcceptsTextures2
3710func_78849_aaddServerData2Adds the given ServerData instance to the list.
3711func_78850_agetServerData2Gets the ServerData instance stored for the given index in the list.
3712func_78851_bremoveServerData2Removes the ServerData instance stored for the given index in the list.
3713func_78853_aloadServerList2Loads a list of servers from servers.dat, by running ServerData.getServerDataFromNBTCompound on each NBT compound found in the "servers" tag list.
3714func_78854_asetServer2Sets the given index in the list to the given ServerData instance.
3715func_78855_bsaveServerList2Runs getNBTCompound on each ServerData instance, puts everything into a "servers" NBT list and writes it to servers.dat.
3716func_78856_ccountServers2Counts the number of ServerData instances in the list.
3717func_78857_aswapServers2Takes two list indexes, and swaps their order around.
3718func_78861_agetIP2
3719func_78862_aparseIntWithDefault2
3720func_78863_bgetServerAddress2Returns a server's address and port for the specified hostname, looking up the SRV record if possible
3721func_78864_bgetPort2
3722func_78867_aaddBlockHitEffects2Adds block hit particles for the specified block. Args: x, y, z, sideHit
3723func_78868_aupdateEffects2
3724func_78869_bgetStatistics2
3725func_78870_aclearEffects2
3726func_78871_aaddBlockDestroyEffects2
3727func_78872_brenderLitParticles2
3728func_78873_aaddEffect2
3729func_78874_arenderParticles2Renders all current particles. Args player, partialTickTime
3730func_78879_fgetCenterY2
3731func_78880_dgetZSize2Returns length of a bounding box
3732func_78881_egetCenterX2
3733func_78882_cgetYSize2Returns height of a bounding box
3734func_78883_bgetXSize2Returns width of a bounding box
3735func_78884_aintersectsWith2Returns whether the given bounding box intersects with this one. Args: structureboundingbox
3736func_78885_aintersectsWith2Discover if a coordinate is inside the bounding box area.
3737func_78886_aoffset2Offsets the current bounding box by the specified coordinates. Args: x, y, z
3738func_78887_agetNewBoundingBox2returns a new StructureBoundingBox with MAX values
3739func_78888_bexpandTo2Expands a bounding box's dimensions to include the supplied bounding box.
3740func_78889_agetComponentToAddBoundingBox2used to project a possible new component Bounding Box - to check if it would cut anything already spawned
3741func_78890_bisVecInside2Returns true if block is inside bounding box
3742func_78891_ggetCenterZ2
3743func_78898_aupdatePlayerMoveState2
3744func_78904_dcallOcclusionQueryList2Renders the occlusion query GL List
3745func_78905_gsetupGLTranslation2
3746func_78906_eskipAllRenderPasses2Checks if all render passes are to be skipped. Returns false if the renderer is not initialized
3747func_78907_aupdateRenderer2Will update this chunk renderer
3748func_78908_aupdateInFrustum2
3749func_78909_agetGLCallListForPass2Takes in the pass the call list is being requested for. Args: renderPass
3750func_78910_bsetDontDraw2When called this renderer won't draw anymore until its gets initialized again
3751func_78911_cstopRendering2
3752func_78912_adistanceToEntitySquared2Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons.
3753func_78913_asetPosition2Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position
3754func_78914_fmarkDirty2Marks the current renderer data as dirty and needing to be updated.
3755func_78944_adoCompare2
3756func_78946_asortByDistanceToEntity2Sorts the two world renderers according to their distance to a given entity.
3757func_79001_agetTexturePack2
3758func_79003_ainitGUI2Sets up the server GUI
3759func_79004_agetDedicatedServer2
3760func_79005_dgetLogComponent2Returns a new JPanel with a new GuiStatsComponent inside.
3761func_79006_bgetStatsComponent2Returns a new JPanel with a new GuiStatsComponent inside.
3762func_79007_cgetPlayerListComponent2Returns a new JScrollPane with a new PlayerListBox inside.
3763func_79013_aupdate2Public static accessor to call updateStats.
3764func_79014_aupdateStats2Updates the stat values and calls paint to redraw the component.
3765func_79015_acalcArrayAverage2Calculates the avarage value of the given long array.
3766func_80003_ahgetPlayerUsageSnooper2
3767func_80006_fgetUniqueID2
3768func_80007_lgetDimensionName2Returns the dimension's name, e.g. "The End", "Nether", or "Overworld".
3769func_82011_anenableGui2
3770func_82114_bgetPlayerCoordinates2Return the position for this command sender.
3771func_82115_mgetMaxRenderDistanceSquared2
3772func_82116_asetSkullRotation2Set the skull's rotation
3773func_82117_agetSkullType2Get the entity type for the skull
3774func_82118_asetSkullType2Set the entity type for the skull
3775func_82120_cgetExtraType2Get the extra data foor this skull, used as player username by player heads
3776func_82124_taddEffectsToPlayers2
3777func_82126_igetPrimaryEffect2Return the primary potion effect given by this beacon.
3778func_82127_esetSecondaryEffect2
3779func_82128_dsetPrimaryEffect2
3780func_82129_csetLevels2Set the levels of this beacon's pyramid.
3781func_82130_kgetLevels2Return the levels of this beacon's pyramid.
3782func_82131_uupdateState2Checks if the Beacon has a valid pyramid underneath and direct sunlight above
3783func_82132_jgetSecondaryEffect2Return the secondary potion effect given by this beacon.
3784func_82141_acopyDataFrom2Copies important data from another entity to this entity. Used when teleporting entities between worlds, as this actually deletes the teleporting entity and re-creates it on the other side. Params: Entity to copy from, unused (always true)
3785func_82142_csetInvisible2
3786func_82144_audoesEntityNotTriggerPressurePlate2Return whether this entity should NOT trigger a pressure plate or a tripwire.
3787func_82145_zgetMaxInPortalTime2Return the amount of time this entity should stay in a portal before being transported.
3788func_82147_abgetPortalCooldown2Return the amount of cooldown before this entity can use a portal again.
3789func_82148_atgetTeleportDirection2
3790func_82150_ajisInvisible2
3791func_82154_esetIsAnvil2
3792func_82159_bgetArmorPosition2
3793func_82160_bdropEquipment2Drop the equipment for this entity.
3794func_82161_agetArmorItemForSlot2Params: Armor slot, Item tier
3795func_82163_bDinitCreature2Initialize this creature.
3796func_82164_bBaddRandomArmor2Makes entity wear random armor based on difficulty
3797func_82165_misPotionActive2
3798func_82166_igetArmSwingAnimationEnd2Returns an integer indicating the end point of the swing animation, used by {@link #swingProgress} to provide a progress indicator. Takes dig speed enchantments into account.
3799func_82167_ncollideWithEntity2
3800func_82168_blupdateArmSwingProgress2Updates the arm swing progress counters and animation progress
3801func_82169_qgetCurrentArmor2
3802func_82170_oremovePotionEffect2Remove the specified potion effect from this entity.
3803func_82171_bFcanBeSteered2returns true if all the conditions for steering the entity are met. For pigs, this is true if it is being ridden by a player and the player is holding a carrot-on-a-stick
3804func_82183_ngetAIControlledByPlayer2Return the AI task for player control.
3805func_82185_rsetCollarColor2Set this wolf's collar color.
3806func_82186_bHgetCollarColor2Return this wolf's collar color.
3807func_82193_cgetAttackStrength2Returns the amount of damage a mob should deal.
3808func_82196_dattackEntityWithRangedAttack2Attack the specified entity using a ranged attack.
3809func_82197_fsetAggressive2Set whether this witch is aggressive at an entity.
3810func_82198_mgetAggressive2Return whether this witch is aggressive at an entity.
3811func_82201_asetSkeletonType2Set this skeleton's type.
3812func_82202_mgetSkeletonType2Return this skeleton's type.
3813func_82203_tgetWatchedTargetId2Returns the target entity ID if present, or -1 if not @param par1 The target offset, should be from 0-2
3814func_82205_oisArmored2Returns whether the wither is armored with its boss armor or not by checking whether its health is below half of its maximum.
3815func_82227_fsetChild2Set whether this zombie is a child.
3816func_82228_astartConversion2Starts converting this zombie into a villager. The zombie converts into a villager after the specified time in ticks.
3817func_82229_gsetVillager2Set whether this zombie is a villager.
3818func_82230_oisConverting2Returns whether this zombie is in the process of converting to a villager
3819func_82231_misVillager2Return whether this zombie is a villager.
3820func_82232_pconvertToVillager2Convert this zombie into a villager.
3821func_82233_qgetConversionTimeBoost2Return the amount of time decremented from conversionTime every tick.
3822func_82235_hgetIsBatHanging2
3823func_82236_fsetIsBatHanging2
3824func_82238_ccgetHideCape2
3825func_82239_bsetHideCape2
3826func_82240_adisplayGUIBeacon2Displays the GUI for interacting with a beacon.
3827func_82241_sgetHideCape2
3828func_82242_aaddExperienceLevel2Add experience levels to this player.
3829func_82244_ddisplayGUIAnvil2Displays the GUI for interacting with an anvil.
3830func_82245_bXisSpawnForced2
3831func_82246_fcanCurrentToolHarvestBlock2Returns true if the item the player is holding can harvest the block at the given coords. Args: x, y, z.
3832func_82247_acanPlayerEdit2
3833func_82265_csetEnabled2
3834func_82266_hsetDisabledTextColour2
3835func_82273_asetFlatGeneratorInfo2
3836func_82274_hgetRenderItem2
3837func_82275_egetFlatGeneratorInfo2
3838func_82294_aaddPreset2Add a flat world preset.
3839func_82295_igetPresets2Return the list of defined flat world presets.
3840func_82297_aaddPresetNoFeatures2Add a flat world preset with no world features.
3841func_82299_hgetPresetIconRenderer2Return the RenderItem instance used to render preset icons.
3842func_82319_acheckHotbarKeys2This function is what controls the hotbar shortcut check when you press a number key when hovering a stack.
3843func_82328_asetDirection2
3844func_82331_hdropItemStack2Drop the item currently on this item frame.
3845func_82333_jgetRotation2Return the rotation of the item currently on this frame.
3846func_82334_asetDisplayedItem2
3847func_82335_igetDisplayedItem2
3848func_82336_gsetItemRotation2
3849func_82338_gsetAlphaF2Sets the particle alpha (float)
3850func_82340_asetPotionDamage2
3851func_82341_cgetMotionFactor2Return the motion factor for this projectile. The factor is multiplied by the original motion.
3852func_82342_disInvulnerable2Return whether this skull comes from an invulnerable (aura) wither boss.
3853func_82343_esetInvulnerable2Set whether this skull comes from an invulnerable (aura) wither boss.
3854func_82347_bclearInventory2Clear this player's inventory, using the specified ID and metadata as filters or -1 for no filter.
3855func_82351_aexecuteCommandOnPowered2Execute the command, called when the command block is powered.
3856func_82352_bsetCommand2Sets the command this block will execute when powered.
3857func_82353_cgetCommand2Return the command this command block is set to execute.
3858func_82355_alregisterDispenseBehaviors2Register all dispense behaviors.
3859func_82356_ZisCommandBlockEnabled2Return whether command blocks are enabled.
3860func_82357_akgetSpawnProtectionSize2Return the spawn protection area's size.
3861func_82358_aisUsernameIndex2Return whether the specified command parameter index is a username parameter.
3862func_82362_agetRequiredPermissionLevel2Return the required permission level for this command.
3863func_82363_bparseDouble2Parses a double from the given string or throws an exception if it's not a double.
3864func_82364_dgetDifficultyForName2Return the difficulty value for the specified string.
3865func_82366_dgetGameRules2Return the game rule set this command should be able to manipulate.
3866func_82369_dgetAllOnlineUsernames2Return all usernames currently connected to the server.
3867func_82370_agetUsernameIndex2Return a command's first parameter index containing a valid username.
3868func_82371_egetDistanceSquaredToChunkCoordinates2Return the squared distance between this coordinates and the ChunkCoordinates given as argument.
3869func_82372_agetMovementDirection2Returns the movement direction from a velocity vector.
3870func_82375_fgetDefaultMinimumLevel2Gets the default minimum experience level (argument lm)
3871func_82376_egetDefaultMaximumLevel2Gets the default maximum experience level (argument l)
3872func_82377_amatchesMultiplePlayers2Returns whether the given pattern can match more than one player.
3873func_82378_bhasArguments2Returns whether the given token has any arguments set.
3874func_82379_dgetDefaultMaximumRange2Gets the default maximum range (argument r).
3875func_82380_cmatchPlayers2Returns an array of all players matched by the given at-token.
3876func_82381_hgetArgumentMap2Parses the given argument string, turning it into a HashMap&lt;String, String&gt; of name-&gt;value.
3877func_82382_ggetDefaultCount2Gets the default number of players to return (argument c, 0 for infinite)
3878func_82383_ahasTheseArguments2Returns whether the given token (parameter 1) has exactly the given arguments (parameter 2).
3879func_82384_cgetDefaultMinimumRange2Gets the default minimum range (argument rm).
3880func_82385_bmatchPlayersAsString2Returns a nicely-formatted string listing the matching players.
3881func_82386_amatchOnePlayer2Returns the one player that matches the given at-token. Returns null if more than one player matches.
3882func_82392_abindTextureByURL2Binds a texture that Minecraft will attempt to load from the given URL. (arguments: url, localFallback)
3883func_82394_arenderTileEntitySkullAt2Render a skull tile entity.
3884func_82398_arenderTileEntityBeaconAt2Render a beacon tile entity.
3885func_82403_arenderFrameItemAsBlock2Render the item frame's item as a block.
3886func_82406_brenderItemAndEffectIntoGUI2Render the item's icon or block into the GUI, including the glint effect.
3887func_82441_arenderFirstPersonArm2
3888func_82448_atransferEntityToWorld2Transfers an entity from a world to another world.
3889func_82449_afindPlayers2Find all players in a specified range and narrowing down by other parameters
3890func_82460_aupdateSoundLocation2Updates the sound associated with the entity with that entity's position and velocity. Args: the entity
3891func_82461_fresumeAllSounds2Resumes playing all currently playing sounds (after pauseAllSounds)
3892func_82462_aupdateSoundLocation2Updates the sound associated with soundEntity with the position and velocity of trackEntity. Args: soundEntity, trackEntity
3893func_82463_bsetEntitySoundPitch2Sets the pitch of the sound associated with the given entity, if one is playing. Args: the entity, the pitch
3894func_82464_dstopAllSounds2Stops all currently playing sounds
3895func_82465_bisEntitySoundPlaying2Returns true if a sound is currently associated with the given entity, or false otherwise.
3896func_82466_epauseAllSounds2Pauses all currently playing sounds
3897func_82467_aplayEntitySound2If a sound is already playing from the given entity, update the position and velocity of that sound to match the entity. Otherwise, start playing a sound from that entity. Setting the last flag to true will prevent other sounds from overriding this one. Args: The sound name, the entity, the volume, the pitch, priority
3898func_82468_asetEntitySoundVolume2Sets the volume of the sound associated with the given entity, if one is playing. The volume is scaled by the global sound volume. Args: the entity, the volume (from 0 to 1)
3899func_82469_cstopEntitySound2Stops playing the sound associated with the given entity
3900func_82482_adispense2Dispenses the specified ItemStack from a dispenser.
3901func_82485_aplayDispenseSound2Play the dispense sound from the specified block.
3902func_82486_adoDispense2
3903func_82487_bdispenseStack2Dispense the specified stack, play the dispense sound and spawn particles.
3904func_82489_aspawnDispenseParticles2Order clients to display dispense particles from the specified block and facing.
3905func_82499_agetProjectileEntity2Return the projectile entity spawned by this dispense behavior.
3906func_82505_u_isFlowerPot2Returns true only if block is flowerPot
3907func_82519_a_onFinishFalling2Called when the falling block entity for this block hits the ground and turns back into a block
3908func_82520_aonStartFalling2Called when the falling block entity for this block is created
3909func_82524_cisRedstoneRepeaterBlockID2
3910func_82525_agetIPositionFromBlockSource2
3911func_82526_ndispense2
3912func_82529_amakeWither2This method attempts to create a wither at the given location and skull
3913func_82530_agetMetaForPlant2Return the flower pot metadata value associated with the specified item.
3914func_82531_cgetPlantForMeta2Return the item associated with the specified flower pot metadata value.
3915func_82532_hgetSeedItem2Generate a seed ItemStack for this crop.
3916func_82533_jgetCropItem2Generate a crop produce ItemStack for this crop.
3917func_82538_dcanConnectWallTo2Return whether an adjacent block can connect to a wall.
3918func_82543_eisBlockStairsID2Checks if supplied ID is one of a BlockStairs
3919func_82547_acomparePlayers2Compare the position of two players.
3920func_82558_jgetWalkSpeed2
3921func_82560_dgetRelativeVolumeDisabled2
3922func_82563_jgetShowCape2
3923func_82571_ygetGeneratorOptions2
3924func_82572_bincrementTotalWorldTime2
3925func_82573_fgetWorldTotalTime2
3926func_82574_xgetGameRulesInstance2Gets the GameRules class Instance.
3927func_82579_agetTagMap2Return the tag map for this compound.
3928func_82580_oremoveTag2Remove the specified tag.
3929func_82581_acreateCrashReport2Create a crash report which indicates a NBT read error.
3930func_82582_dhasNoTags2Return whether this compound has no tags.
3931func_82591_cgetPoolSize2
3932func_82593_bgetPlaceSound2Used when a player places a block.
3933func_82595_aputObject2Register an object on this registry.
3934func_82599_egetFrontOffsetZ2Returns a offset that addresses the block in front of this facing.
3935func_82600_agetFront2Returns the facing that represents the block in front of it.
3936func_82601_cgetFrontOffsetX2Returns a offset that addresses the block in front of this facing.
3937func_82615_agetX2
3938func_82616_cgetZ2
3939func_82617_bgetY2
3940func_82618_kgetWorld2
3941func_82619_jgetBlockTileEntity2
3942func_82620_hgetBlockMetadata2
3943func_82621_fgetZInt2
3944func_82622_egetYInt2
3945func_82623_dgetXInt2
3946func_82632_gboostSpeed2Boost the entity's movement speed.
3947func_82633_hisControlledByPlayer2Return whether the entity is being controlled by a player.
3948func_82634_fisSpeedBoosted2Return whether the entity's speed is boosted.
3949func_82644_bgetWorldFeatures2Return the list of world features enabled on this preset.
3950func_82647_asetBiome2Set the biome used on this preset.
3951func_82648_agetBiome2Return the biome used on this preset.
3952func_82649_egetDefaultFlatGenerator2
3953func_82650_cgetFlatLayers2Return the list of layers on this preset.
3954func_82651_acreateFlatGeneratorFromString2
3955func_82656_dgetMinY2Return the minimum Y coordinate for this layer, set during generation.
3956func_82657_agetLayerCount2Return the amount of layers for this set of layers.
3957func_82658_cgetFillBlockMeta2Return the block metadata used on this set of layers.
3958func_82659_bgetFillBlock2Return the block type used on this set of layers.
3959func_82660_dsetMinY2Set the minimum Y coordinate for this layer.
3960func_82667_agetScatteredFeatureSpawnList2returns possible spawns for scattered features
3961func_82674_apickRandomCrop2Returns a crop type to be planted on this field.
3962func_82677_agetRandomCrop2Returns a crop type to be planted on this field.
3963func_82684_agetReputationForPlayer2Return the village reputation for a player
3964func_82686_iisMatingSeason2Return whether villagers mating refractory period has passed
3965func_82687_disPlayerReputationTooLow2Return whether this player has a too low reputation with this village.
3966func_82688_asetReputationForPlayer2Set the village reputation for a player.
3967func_82689_bwriteVillageDataToNBT2Write this village's data to NBT.
3968func_82690_areadVillageDataFromNBT2Read this village's data from NBT.
3969func_82692_hendMatingSeason2Prevent villager breeding for a fixed interval of time
3970func_82695_erecreateStructures2
3971func_82704_aisEntityApplicable2Return whether the specified entity is applicable to this filter.
3972func_82705_egetAnimal2Return whether this creature type is an animal.
3973func_82708_hsetObjectWatched2
3974func_82709_aaddObjectByDataType2Add a new object for the DataWatcher to watch, using the specified data type.
3975func_82710_fgetWatchableObjectItemStack2Get a watchable object as an ItemStack.
3976func_82711_asetWatchableObjectWatched2Set whether the specified watchable object is being watched.
3977func_82712_aparseDoubleWithDefault2parses the string as double or returns the second parameter if it fails.
3978func_82714_aparseIntWithDefaultAndMax2parses the string as integer or returns the second parameter if it fails. this value is capped to par2
3979func_82715_aparseIntWithDefault2parses the string as integer or returns the second parameter if it fails
3980func_82716_agetRandomDoubleInRange2
3981func_82718_aloginToMinecraft2
3982func_82719_awriteCustomPotionEffectToNBT2Write a custom potion effect to a potion item's NBT data.
3983func_82720_egetIsAmbient2Gets whether this potion effect originated from a beacon
3984func_82721_asetSplashPotion2Set whether this potion is a splash potion.
3985func_82722_breadCustomPotionEffectFromNBT2Read a custom potion effect from a potion item's NBT data.
3986func_82725_oisMagicDamage2Returns true if the damage is magic based.
3987func_82726_psetMagicDamage2Define the damage type as magic based.
3988func_82732_RgetWorldVec3Pool2Return the Vec3Pool object for this world.
3989func_82733_aselectEntitiesWithinAABB2
3990func_82734_ggetChunkHeightMapMinimum2Gets the heightMapMinimum field of the given chunk, or 0 if the chunk is not loaded. Coords are in blocks. Args: X, Z
3991func_82736_KgetGameRules2Gets the GameRules instance.
3992func_82737_EgetTotalWorldTime2
3993func_82742_iresetUpdateEntityTick2Resets the updateEntityTick field to 0
3994func_82743_fgetCreationCloudUpdateTick2retrieves the 'date' at which the PartiallyDestroyedBlock was created
3995func_82744_bsetCloudUpdateTick2saves the current Cloud update tick into the PartiallyDestroyedBlock
3996func_82746_abroadcastSound2
3997func_82747_fgetWorldTypeID2
3998func_82752_cisAdventure2Returns true if this is the ADVENTURE game type
3999func_82756_agetGameRuleStringValue2Gets the GameRule's value as String.
4000func_82757_asetValue2Set this game rule value.
4001func_82758_bgetGameRuleBooleanValue2Gets the GameRule's value as boolean.
4002func_82763_bgetRules2Return the defined game rules.
4003func_82764_bsetOrCreateGameRule2
4004func_82765_ehasRule2Return whether the specified game rule is defined.
4005func_82766_bgetGameRuleBooleanValue2Gets the boolean Game Rule value.
4006func_82767_agetGameRuleStringValue2Gets the string Game Rule value.
4007func_82768_areadGameRulesFromNBT2Set defined game rules from NBT.
4008func_82769_aaddGameRule2Define a game rule and its default value.
4009func_82770_awriteGameRulesToNBT2Return the defined game rules as NBT.
4010func_82773_chasImageData2Checks if urlToImageDataMap has image data for the given key
4011func_82774_asetOverrideBlockTexture2Sets overrideBlockTexture
4012func_82775_arenderBlockAnvil2Renders anvil
4013func_82776_arenderBlockAnvilOrient2Renders anvil block with orientation
4014func_82777_arenderBlockAnvilRotate2Renders anvil block with rotation
4015func_82778_arenderBlockBeacon2Renders beacon block
4016func_82779_arenderBlockWall2Renders wall block
4017func_82780_arenderBlockFlowerpot2Renders flower pot
4018func_82781_agetEnchantments2Return the enchantments for the specified stack.
4019func_82782_asetEnchantments2Set the enchantments for the specified stack.
4020func_82787_afindMatchingRecipe2
4021func_82789_agetIsRepairable2Return whether this item is repairable in an anvil.
4022func_82790_agetColorFromItemStack2
4023func_82810_acreateHangingEntity2Create the hanging entity associated to this item.
4024func_82812_dgetArmorMaterial2Return the armor material for this armor item.
4025func_82814_bgetColor2Return the color for the specified armor ItemStack.
4026func_82815_cremoveColor2Remove the color from the specified armor ItemStack.
4027func_82816_b_hasColor2Return whether the specified armor ItemStack has a color.
4028func_82819_bsetHideAddress2
4029func_82820_disHidingAddress2
4030func_82829_arenderCloudsCheck2Render clouds if enabled
4031func_82830_agetNightVisionBrightness2Gets the night vision brightness
4032func_82833_rgetDisplayName2returns the display name of the itemstack
4033func_82834_csetItemName2Sets the item's name (used by anvil to rename the items).
4034func_82836_zgetItemFrame2Return the item frame this stack is on. Returns null if not on an item frame.
4035func_82837_shasDisplayName2Returns true if the itemstack has a display name
4036func_82838_AgetRepairCost2Get this stack's repair cost, or 0 if no repair cost is defined.
4037func_82839_yisOnItemFrame2Return whether this stack is on an item frame.
4038func_82840_agetTooltip2Return a list of strings containing information about the item
4039func_82841_csetRepairCost2Set this stack's repair cost.
4040func_82842_asetItemFrame2Set the item frame this stack is on.
4041func_82844_fgetToolCraftingMaterial2Return the crafting material for this tool material, used to determine the item that can be used to repair a tool with an anvil
4042func_82845_bgetArmorCraftingMaterial2Return the crafting material for this armor material, used to determine the item that can be used to repair an armor piece with an anvil
4043func_82846_btransferStackInSlot2Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
4044func_82847_bremoveCraftingFromCrafters2Remove this crafting listener from the listener list.
4045func_82848_dupdateRepairOutput2called when the Anvil Input Slot changes, calculates the new result and puts it in the output slot
4046func_82849_bgetStackSizeUsedInRepair2
4047func_82850_aupdateItemName2used by the Anvil GUI to update the Item Name being typed by the player
4048func_82851_agetRepairInputInventory2
4049func_82863_dgetBeacon2Returns the Tile Entity behind this beacon inventory / container
4050func_82869_acanTakeStack2Return whether this slot's stack can be taken from this slot.
4051func_82870_aonPickupFromSlot2
4052func_82877_bsetPlayerWalkSpeed2
4053func_82879_csendSettingsToServer2Send a client info packet with settings information to the server
4054func_82883_agetUnicodeFlag2Get unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
4055func_82889_agetBatSize2not actually sure this is size, is not used as of now, but the model would be recreated if the value changed and it seems a good match for a bats size
4056func_83003_agetMemoryReport2Returns a string with allocated and used memory.
4057func_83005_zgetBlockBoundsMinZ2returns the block bounderies minZ value
4058func_83006_AgetBlockBoundsMaxZ2returns the block bounderies maxZ value
4059func_83007_wgetBlockBoundsMaxX2returns the block bounderies maxX value
4060func_83008_xgetBlockBoundsMinY2returns the block bounderies minY value
4061func_83009_vgetBlockBoundsMinX2returns the block bounderies minX value
4062func_83010_ygetBlockBoundsMaxY2returns the block bounderies maxY value
4063func_83012_dgetnextPoolIndex2
4064func_83013_cgetlistAABBsize2
4065func_83015_SgetCurrentDate2returns a calendar object containing the current date
4066func_83017_bunlockBlockBounds2Unlocks the visual bounding box so that RenderBlocks can change it again.
4067func_83018_asetRenderBoundsFromBlock2Like setRenderBounds, but automatically pulling the bounds from the given Block.
4068func_83019_boverrideBlockBounds2Like setRenderBounds, but locks the values so that RenderBlocks won't change them. If you use this, you must call unlockBlockBounds after you finish rendering!
4069func_83020_asetRenderBounds2Sets the bounding box for the block to draw in, e.g. 0.25-0.75 on all axes for a half-size, centered block.
4070func_85028_tgetClassToNameMap2
4071func_85030_aplaySound2
4072func_85032_arisEntityInvulnerable2Return whether this entity is invulnerable to damage.
4073func_85034_rsetArrowCountInEntity2sets the amount of arrows stuck in the entity. used for rendering those
4074func_85035_bIgetArrowCountInEntity2counts the amount of arrows stuck in the entity. getting hit by arrows increases this, used in rendering
4075func_85036_msetCombatTask2sets this entity's combat AI.
4076func_85039_taddScore2Add to player's score
4077func_85040_ssetScore2Set player's score
4078func_85044_bdrawItemStack2
4079func_85052_hgetThrower2
4080func_85054_dsearchForOtherItemsNearby2Looks for other itemstacks nearby and tries to stack them together
4081func_85055_amakeCrashReport2Creates a crash report for the exception
4082func_85057_amakeCategoryDepth2Creates a CrashReportCategory for the given stack trace depth
4083func_85058_amakeCategory2Creates a CrashReportCategory
4084func_85062_acallBlockDataValue2
4085func_85064_acallBlockLocationInfo2
4086func_85071_agetLocationInfo2Returns a string with world information on location.Args:x,y,z
4087func_85079_acallBlockType2
4088func_85085_acallSuspiciousClasses2
4089func_85093_erenderArrowsStuckInEntity2renders arrows the Entity has been attacked with, attached to it
4090func_85096_arenderBlockAnvilMetadata2Renders anvil block with metadata
4091func_85097_acallParticlePositionInfo2
4092func_85102_aplaySoundToNearExcept2Plays sound to all near players except the player reference given
4093func_85103_acanDropFromExplosion2Return whether this block can drop from an explosion.
4094func_85104_aonBlockPlaced2Called when a block is placed using its ItemBlock. Args: World, X, Y, Z, side, hitX, hitY, hitZ, block metadata
4095func_85105_gonPostBlockPlaced2Called after a block is placed
4096func_85106_ainsertRecord2Insert the specified music disc in the jukebox at the given coordinates
4097func_85107_dupdateLadderBounds2Update the ladder block bounds based on the given metadata value.
4098func_85108_acallLevelGameModeInfo2
4099func_85110_acallLevelWeatherInfo2
4100func_85112_acallLevelStorageFormat2
4101func_85114_acallLevelDimension2
4102func_85116_ngetThundering2Returns wether it's thundering or not.
4103func_85118_aaddToCrashReport2Adds this WorldInfo instance to the crash report.
4104func_85119_kgetRainTime2
4105func_85120_ogetGameType2
4106func_85121_jgetSaveVersion2
4107func_85123_fgetSpawnZCoordinate2
4108func_85124_egetSpawnYCoordinate2
4109func_85125_dgetSpawnXCoordinate2
4110func_85127_lgetRaining2Returns wether it's raining or not.
4111func_85128_bgetMapFeaturesEnabled2Return the map feautures enabled of a world
4112func_85129_hgetWorldTime2
4113func_85130_cgetWorldGeneratorOptions2
4114func_85132_agetTerrainTypeOfWorld2Return the terrain type of a world
4115func_85133_mgetThunderTime2
4116func_85134_acallLevelSpawnLocation2
4117func_85136_acallLevelTime2
4118func_85138_acallLevelGeneratorInfo2
4119func_85140_acallLevelGeneratorOptions2
4120func_85142_acallLevelSeed2
4121func_85145_acallTileEntityName2
4122func_85151_dgetLowerChestInventory2Return this chest container's lower chest inventory.
4123func_85154_acallEntityType2
4124func_85156_aremoveTask2removes the indicated task from the entity's AI tasks.
4125func_85157_qisAlwaysHarvested2Check to see if we can harvest it in any case.
4126func_85158_psetAlwaysHarvested2Set as harvestable in any case.
4127func_85160_acallStructureType2
4128func_85162_acallChunkPositionHash2
4129func_85170_acallServerType2
4130func_85173_aplaySoundToNearExcept2Plays sound to all near players except the player reference given
4131func_85175_eblockGetRenderType2Returns the render type of the block at the given coordinate.
4132func_85176_sgetDefaultTeleporter2
4133func_85181_agetRandomModelBox2
4134func_85182_asameToolAndBlock2
4135func_85187_adrawString2Draws the specified string. Args: string, x, y, color, dropShadow
4136func_85188_amakePortal2
4137func_85189_aremoveStalePortalLocations2called periodically to remove out-of-date portal locations from the cache list. Argument par1 is a WorldServer.getTotalWorldTime() value.
4138func_90010_aisPartOfLargeChest2Return whether the given inventory is part of this large chest.
4139func_90011_acreateChild2
4140func_90019_gapplyRenderColor2Creates a new EntityDiggingFX with the block render color applied to the base particle color
4141func_90022_dgetListOfPlayers2
4142func_90023_acallMouseLocation2
4143func_90027_acallScreenSize2
4144func_90030_agetRendererMinecraft2Get minecraft reference from the EntityRenderer
4145func_90031_acallScreenName2
4146func_90033_fcanLoadWorld2Return whether the given world can be loaded.
4147func_90035_agetClassFromID2Return the class assigned to this entity ID.
4148func_90036_agetFireAspectModifier2
4149func_90042_dgetRecord2Return the record item corresponding to the given name.
4150func_90043_ggetRecordTitle2Return the title for this record.
4151func_90045_acallClientProfilerInfo2
4152func_90047_acallClientMemoryStats2
4153func_90050_acallTexturePack2
4154func_90052_acallParticleScreenName2
4155func_90054_acallUpdatingScreenName2
4156func_90999_adcanRenderOnFire2Return whether this entity should be rendered as on fire.
4157func_92058_asetEntityItemStack2Sets the ItemStack for this entity
4158func_92059_dgetEntityItem2Returns the ItemStack corresponding to the Entity (Note: if no item exists, will log an error but still return an ItemStack containing Block.stone)
4159func_92062_ksendChatMsg2Sends the given string to every player as chat message.
4160func_92085_dgetIsBlank2
4161func_92087_acauseThornsDamage2Returns the EntityDamageSource of the Thorns enchantment
4162func_92089_acanApply2
4163func_92097_anegateDamage2Used by ItemStack.attemptDamageItem. Randomly determines if a point of damage should be negated using the enchantment level (par1). If the ItemStack is Armor then there is a flat 60% chance for damage to be negated no matter the enchantment level, otherwise there is a 1-(par/1) chance for damage to be negated.
4164func_92103_aaddRecipe2
4165func_94041_bisStackValidForSlot2Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
4166func_94042_cisInvNameLocalized2If this returns false, the inventory name will be used as an unlocalized name, and translated into the player's language. Otherwise it will be used directly.
4167func_94049_asetCustomName2
4168func_94052_asetParticleIcon2
4169func_94053_hnextTextureIndexX2
4170func_94064_adisplayGUIHopper2
4171func_94065_adrawTexturedModelRectFromIcon2
4172func_94083_cgetTntPlacedBy2returns null or the entityliving it was placed or ignited by
4173func_94085_rgetDefaultDisplayTileOffset2
4174func_94086_lsetDisplayTileOffset2
4175func_94087_lgetMinecartType2
4176func_94089_mgetDisplayTile2
4177func_94090_acreateMinecart2Creates a new minecart of the specified type in the specified location in the given world. par0World - world to create the minecart in, double par1,par3,par5 represent x,y,z respectively. int par7 specifies the type: 1 for MinecartChest, 2 for MinecartFurnace, 3 for MinecartTNT, 4 for MinecartMobSpawner, 5 for MinecartHopper and 0 for a standard empty minecart
4178func_94091_aupdateOnTrack2
4179func_94092_ksetDisplayTileData2
4180func_94093_ngetDefaultDisplayTile2
4181func_94094_jsetDisplayTile2
4182func_94095_akillMinecart2
4183func_94096_esetHasDisplayTile2
4184func_94097_pgetDefaultDisplayTileData2
4185func_94098_ogetDisplayTileData2
4186func_94099_qgetDisplayTileOffset2
4187func_94100_shasDisplayTile2
4188func_94101_happlyDrag2
4189func_94103_cexplodeCart2Makes the minecart explode.
4190func_94105_cignite2Ignites this TNT cart.
4191func_94107_fsetMinecartPowered2
4192func_94108_cisMinecartPowered2
4193func_94114_aareItemStacksEqualItem2
4194func_94116_jinsertItemToInventory2Inserts one item from the hopper into the inventory the hopper is pointing at.
4195func_94117_ainsertStack2Inserts a stack into an inventory. Args: Inventory, stack, side. Returns leftover items.
4196func_94119_vgetOutputInventory2Gets the inventory the hopper is pointing at.
4197func_94128_dgetAccessibleSlotsFromSide2Returns an array containing the indices of the slots that can be accessed by automation on the given side of this block.
4198func_94140_aregisterDestroyBlockIcons2
4199func_94143_aupdateIcons2
4200func_94144_arenderBlockInMinecart2Renders the block that is inside the minecart.
4201func_94148_arenderItemOverlayIntoGUI2
4202func_94149_arenderIcon2
4203func_94152_crefreshTextureMaps2
4204func_94156_aintersection2
4205func_94157_dgetRectHeight2
4206func_94158_agetRectX2
4207func_94159_cgetRectWidth2
4208func_94160_bgetRectY2
4209func_94165_agetBlockIconFromSideAndMetadata2
4210func_94167_bhasOverrideBlockTexture2
4211func_94170_agetBlockIcon2
4212func_94171_arenderBlockComparator2
4213func_94172_arenderBlockHopper2
4214func_94173_agetBlockIconFromSide2
4215func_94174_arenderBlockRedstoneLogicMetadata2
4216func_94175_bgetBlockIcon2
4217func_94176_arenderBlockRedstoneLogic2
4218func_94178_aupdateIcons2
4219func_94179_gisCompatible2
4220func_94183_agetStitchHolder2
4221func_94184_agetAllStitchSlots2Gets the slot and all its subslots
4222func_94185_cgetOriginY2
4223func_94186_bgetOriginX2
4224func_94193_bceil162
4225func_94194_drotate2
4226func_94195_eisRotated2
4227func_94196_asetNewDimension2
4228func_94197_agetWidth2
4229func_94198_acompareToStitchHolder2See Comparable.compareTo.
4230func_94199_bgetHeight2
4231func_94206_ggetMinV2Returns the minimum V coordinate to use when rendering with this icon.
4232func_94207_bgetInterpolatedV2Gets a V coordinate on the icon. 0 returns vMin and 16 returns vMax. Other arguments return in-between values.
4233func_94208_kgetSheetHeight2Returns the height of the texture sheet this icon is on, in pixels.
4234func_94209_egetMinU2Returns the minimum U coordinate to use when rendering with this icon.
4235func_94210_hgetMaxV2Returns the maximum V coordinate to use when rendering with this icon.
4236func_94211_agetOriginX2Returns the X position of this icon on its texture sheet, in pixels.
4237func_94212_fgetMaxU2Returns the maximum U coordinate to use when rendering with this icon.
4238func_94213_jgetSheetWidth2Returns the width of the texture sheet this icon is on, in pixels.
4239func_94214_agetInterpolatedU2Gets a U coordinate on the icon. 0 returns uMin and 16 returns uMax. Other arguments return in-between values.
4240func_94215_igetIconName2
4241func_94216_bgetOriginY2Returns the Y position of this icon on its texture sheet, in pixels.
4242func_94217_acopyFrom2
4243func_94218_ainit2
4244func_94219_lupdateAnimation2
4245func_94220_amakeTextureStitched2
4246func_94221_areadAnimationInfo2
4247func_94241_aupdateCompass2Updates the compass based on the given x,z coords and camera direction
4248func_94245_aregisterIcon2
4249func_94246_dgetTexture2
4250func_94247_brefreshTextures2
4251func_94248_cupdateAnimations2
4252func_94259_aregisterTexture2
4253func_94261_amakeTexture2
4254func_94262_dcreateStitcher2
4255func_94263_ainit2
4256func_94264_aregisterTexture2
4257func_94265_cgetNextTextureId2
4258func_94266_ecreateTexture2
4259func_94267_binstance2
4260func_94272_afillRect2
4261func_94273_hgetTextureData2
4262func_94274_agetTextureRect2
4263func_94275_dgetWidth2
4264func_94276_egetHeight2
4265func_94277_abindTexture2
4266func_94278_atransferFromImage2
4267func_94279_cwriteImage2
4268func_94280_fgetTextureName2
4269func_94281_acopyFrom2
4270func_94282_cgetGlTextureId2
4271func_94284_bgetTextureId2
4272func_94285_guploadTexture2
4273func_94305_fdoStitch2
4274func_94306_egetTexture2
4275func_94308_agetCeilPowerOf22Returns power of 2 >= the specified value
4276func_94309_ggetStichSlots2
4277func_94310_ballocateSlot2Attempts to find space for specified tile
4278func_94311_cexpandAndAllocateSlot2Expand stitched texture in order to make space for specified tile
4279func_94312_aaddStitchHolder2
4280func_94327_t_getItemIconName2Gets the icon name of the ItemBlock corresponding to this block. Used by hoppers.
4281func_94328_b_getComparatorInputOverride2If hasComparatorInputOverride returns true, the return value from this is used instead of the redstone signal strength when this block inputs to a comparator.
4282func_94329_bisAssociatedBlockID2Static version of isAssociatedBlockID.
4283func_94330_AgetUnlocalizedName22Returns the unlocalized name without the tile. prefix. Caution: client-only.
4284func_94331_acanPlaceBlockOnSide2
4285func_94332_aregisterIcons2When this method is called, your block should register all the icons it needs with the given IconRegister. This is the only chance you get to register icons.
4286func_94334_hisAssociatedBlockID2Returns true if the given block ID is equivalent to this one. Example: redstoneTorchOn matches itself and redstoneTorchOff, and vice versa. Most blocks only match themselves.
4287func_94350_cgetPowerSupply2Argument is metadata. Returns power level (0-15)
4288func_94351_dgetPlateState2Returns the current state of the pressure plate. Returns a value between 0 and 15 based on the number of items on it.
4289func_94352_agetSensitiveAABB2
4290func_94355_dgetMetaFromWeight2Argument is weight (0-15). Return the metadata to be set because of it.
4291func_94434_ogetIconSideOverlay2
4292func_94442_h_getInventory2Gets the inventory of the chest at the specified coords, accounting for blocks or ocelots on top of the chest, and double chests.
4293func_94444_j_updateLightLevel2
4294func_94446_igetBeaconIcon2
4295func_94448_egetBrewingStandIcon2
4296func_94451_cgetDirectionFromMetadata2
4297func_94452_dgetIsBlockNotPoweredFromMetadata2
4298func_94453_bgetHopperIcon2
4299func_94501_agetRailLogic2
4300func_94502_aisMinecartTrack2
4301func_94503_ccanConnectFrom2
4302func_94504_asetBasicRail2
4303func_94505_agetNumberOfAdjacentTracks2
4304func_94506_cconnectToNeighbor2
4305func_94507_bcanConnectTo2
4306func_94508_aisRailChunkPositionCorrect2Checks if the rail is at the chunk position it is expected to be.
4307func_94509_brefreshConnectedTracks2
4308func_94510_bisPartOfTrack2
4309func_94520_bcontainsTranslateKey2
4310func_94526_bcalcRedstoneFromInventory2
4311func_94539_asetExplosionSource2
4312func_94540_dsetExplosion2
4313func_94541_cisExplosion2
4314func_94571_isetBlockToAir2Sets a block to 0 and notifies relevant systems with the block change Args: x, y, z
4315func_94572_DgetStrongestIndirectPower2
4316func_94573_aisBlockTickScheduled2Returns true if the given block will receive a scheduled tick in the future. Args: X, Y, Z, blockID
4317func_94574_kgetIndirectPowerOutput2Returns the indirect signal strength being outputted by the given block in the *opposite* of the given direction. Args: X, Y, Z, direction
4318func_94575_csetBlock2Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
4319func_94576_agetEntitiesWithinAABBExcludingEntity2
4320func_94577_BgetBlockPowerInput2Returns the highest redstone signal strength powering the given block. Args: X, Y, Z.
4321func_94578_adestroyBlock2Destroys a block and optionally drops items. Args: X, Y, Z, dropItems
4322func_94581_aregisterIcons2
4323func_94599_cgetItemIconForUseDuration2used to cycle through icons based on their used duration, i.e. for the bow
4324func_94608_dgetItemSpriteNumber2
4325func_94609_acallTileEntityID2
4326func_94611_acallTileEntityDataInfo2
4327func_94901_kgetSpriteNumber2Returns 0 for /terrain.png, 1 for /gui/items.png
4328func_96090_axgetTranslatedEntityName2Returns the translated name of the entity.
4329func_96095_aonActivatorRailPass2Called every tick the minecart is on an activator rail.
4330func_96096_ayisIgnited2Returns true if the TNT minecart is ignited.
4331func_96104_csetCommandSenderName2Sets the name of the command sender
4332func_96107_aAgetXPos2Gets the world X position for this hopper entity.
4333func_96108_aCgetZPos2Gets the world Z position for this hopper entity.
4334func_96109_aBgetYPos2Gets the world Y position for this hopper entity.
4335func_96110_fsetBlocked2Set whether this hopper minecart is being blocked by an activator rail.
4336func_96111_aygetBlocked2Get whether this hopper minecart is being blocked by an activator rail.
4337func_96115_asetInventoryName2
4338func_96116_asuckItemsIntoHopper2Sucks one item into the given hopper from an inventory or EntityItem above it.
4339func_96117_bgetInventoryAtLocation2Gets an inventory at the given location to extract items into or take items from. Can find either a tile entity or regular entity implementing IInventory.
4340func_96118_bgetInventoryAboveHopper2Looks for anything, that can hold items (like chests, furnaces, etc.) one block above the given hopper.
4341func_96123_cogetWorldScoreboard2
4342func_96124_cpgetTeam2
4343func_96125_adisplayGUIHopperMinecart2
4344func_96334_dgetScoreboardFromWorldServer2
4345func_96335_agetScoreObjectivesList2If the parameter is true, does not return read-only entries.
4346func_96336_dgetObjectivesList2Handler for the 'scoreboard objectives list' command.
4347func_96337_eremoveObjective2Handler for the 'scoreboard objectives remove' command.
4348func_96338_agetTeam2Returns the ScorePlayerTeam for the given team name.
4349func_96339_lsetPlayerScore2Handler for the 'scoreboard players [add|remove|set]' commands.
4350func_96340_caddTeam2Handler for the 'scoreboard teams add' command.
4351func_96341_klistPlayers2Handler for the 'scoreboard players list' command.
4352func_96342_gjoinTeam2Handler for the 'scoreboard teams join' command.
4353func_96343_eremoveTeam2Handler for the 'scoreboard teams remove' command.
4354func_96344_fgetTeamList2Handler for the 'scoreboard teams list' command.
4355func_96345_agetScoreObjective2User-safe version of Scoreboard.getObjective, does checks against the objective not being found and whether it's read-only or not. If true, the second parameter makes the function throw an exception if the objective is read-only.
4356func_96346_iemptyTeam2Handler for the 'scoreboard teams empty' command.
4357func_96347_jsetObjectivesDisplay2Handler for the 'scoreboard objectives setdisplay' command.
4358func_96348_dsetTeamOption2Handler for the 'scoreboard teams option' command.
4359func_96349_hleaveTeam2Handler for the 'scoreboard teams leave' command.
4360func_96350_baddObjective2Handler for the 'scoreboard objectives add' command.
4361func_96351_mresetPlayerScore2Handler for the 'scoreboard players reset' command.
4362func_96435_ahandleSetPlayerTeam2Handle a set player team packet.
4363func_96436_ahandleSetObjective2Handle a set objective packet.
4364func_96437_ahandleSetScore2Handle a set score packet.
4365func_96438_ahandleSetDisplayObjective2Handle a set display objective packet.
4366func_96439_dnotifyBlocksOfNeighborChange2Calls notifyBlockOfNeighborChange on adjacent blocks, except the one on the given side. Args: X, Y, Z, changingBlockID, side
4367func_96441_UgetScoreboard2
4368func_96444_amixAoBrightness2
4369func_96445_rrenderBlockQuartz2
4370func_96446_bgetIconSafe2
4371func_96447_arenderBlockHopperMetadata2
4372func_96448_cgetMissingIcon2
4373func_96455_egetMissingIcon2
4374func_96468_q_hasComparatorInputOverride2If this returns true, then comparators facing away from this block will use the value from getComparatorInputOverride instead of the actual redstone signal strength.
4375func_96471_kupdateMetadata2Updates the Metadata to include if the Hopper gets powered by Redstone or not
4376func_96472_agetBehaviorForItemStack2Returns the behavior for the given ItemStack.
4377func_96475_a_getTileEntityComparator2Returns the blockTileEntity at given coordinates.
4378func_96477_cmarkOrGrowMarked2
4379func_96478_dsetBlockBoundsForSnowDepth2calls setBlockBounds based on the depth of the snow. Int is any values 0x0-0x7, usually this blocks metadata.
4380func_96509_igetPlayersTeam2Gets the ScorePlayerTeam object for the given username.
4381func_96512_bremovePlayerFromTeam2Removes the given username from the given ScorePlayerTeam. If the player is not on the team then an IllegalStateException is thrown.
4382func_96514_cgetScoreObjectives2
4383func_96517_bgetObjectiveDisplaySlot2Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null.
4384func_96518_bgetObjective2Returns a ScoreObjective for the objective name
4385func_96526_dgetObjectiveNames2
4386func_96537_jgetObjectiveDisplaySlotNumber2Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.
4387func_96556_acallServerMemoryStats2
4388func_96557_acallServerProfiler2
4389func_96559_dgetFrontOffsetY2
4390func_96563_acallEntityName2
4391func_96631_aattemptDamageItem2Attempts to damage the ItemStack with par1 amount of damage, If the ItemStack has the Unbreaking enchantment there is a chance for each point of damage to be negated. Returns true if it takes more damage than getMaxDamage(). Returns false otherwise or if the ItemStack can't be damaged or if all points of damage are negated.
4392func_96632_acallItemDisplayName2
4393func_96637_bisReadOnly2
4394func_96670_dgetMembershipCollection2
4395func_96678_dgetDisplayName2
4396func_96679_bgetName2
4397func_96680_cgetCriteria2
4398func_96681_asetDisplayName2
4399func_96682_agetScoreboard2
4400func_98033_algetLogAgent2
4401func_98035_caddNotRiddenEntityID2
4402func_98042_nsetTransferTicker2Sets the transfer ticker, used to determine the delay between transfers.
4403func_98043_aEcanTransfer2Returns whether the hopper cart can currently transfer an item.
4404func_98046_csetTransferCooldown2
4405func_98047_lisCoolingDown2
4406func_98052_bScanPickUpLoot2
4407func_98053_hsetCanPickUpLoot2
4408func_98076_agetServerLogger2
4409func_98145_acreateEmptyTexture2
4410func_98146_dgetBasename2Strips directory and file extension from the specified path, returning only the filename
4411func_98147_ahasAnimationTxt2Returns true if specified texture pack contains animation data for the specified texture file
4412func_98152_dgetAllUsernames2
4413func_98179_acomputeLightValue2
4414func_98180_VgetWorldLogAgent2
4415func_98182_ahandleWorldParticles2Handle a world particles packet.
4416func_98184_asetupTextureExt2
4417func_98185_aresetBoundTexture2
4418func_98186_acolorToAnaglyph2
4419func_98187_bbindTexture2
4420func_98194_ggetPositionY2Gets the Y position of the particle.
4421func_98195_dgetParticleName2
4422func_98196_igetOffsetX2This is added to the X position after being multiplied by random.nextGaussian()
4423func_98197_lgetSpeed2Gets the speed of the particles.
4424func_98198_hgetPositionZ2Gets the Z position of the particle.
4425func_98199_kgetOffsetZ2This is added to the Z position after being multiplied by random.nextGaussian()
4426func_98200_fgetPositionX2Gets the X position of the particle.
4427func_98201_jgetOffsetY2This is added to the Y position after being multiplied by random.nextGaussian()
4428func_98202_mgetQuantity2Gets the number of particles to create.
4429func_98213_dgetHopperTile2
4430func_98225_agetPacketClass2
4431func_98230_dlogFine2
4432func_98231_blogWarningFormatted2
4433func_98232_clogSevere2
4434func_98233_alogInfo2
4435func_98234_clogSevereException2
4436func_98235_blogWarningException2
4437func_98236_blogWarning2
4438func_98238_bsetupLogger2Sets up the logger for usage.
4439func_98243_acallPacketID2
4440func_98266_dgetSpawnerZ2
4441func_98268_bsetDelayToMin2Sets the delay to minDelay if parameter given is 1, else return false.
4442func_98269_igetRandomMinecart2
4443func_98270_areadFromNBT2
4444func_98271_agetSpawnerWorld2
4445func_98272_asetMobID2
4446func_98274_cgetSpawnerY2
4447func_98275_bgetSpawnerX2
4448func_98276_egetEntityNameToSpawn2Gets the entity name that should be spawned.
4449func_98277_asetRandomMinecart2
4450func_98278_gupdateSpawner2
4451func_98279_fcanRun2Returns true if there's a player close enough to this mob spawner to activate it.
4452func_98280_bwriteToNBT2
4453func_98304_areadFontData2
4454func_98305_creadFontTexture2
4455func_98306_dreadGlyphSizes2