You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

463 KiB

1seargenamesidedesc
2func_70000_aaddServerStatsToSnooper0
3func_70001_baddServerTypeToSnooper0
4func_70002_QisSnooperEnabled0Returns whether snooping is enabled or not.
5func_70003_bcanCommandSenderUseCommand0Returns true if the command sender is allowed to use the given command.
6func_70004_atranslateString0Translates and formats the given string key with the given arguments.
7func_70005_c_getCommandSenderName0Gets the name of this command sender (usually username, but possibly "Rcon")
8func_70006_asendChatToPlayer0
9func_70007_bclearChatBuffer0
10func_70008_cgetChatBuffer0
11func_70011_fgetDistance0Gets the distance to the position. Args: x, y, z
12func_70012_bsetLocationAndAngles0Sets the location and Yaw/Pitch of an entity in the world
13func_70013_cgetBrightness0Gets how bright this entity is.
14func_70014_bwriteEntityToNBT0(abstract) Protected helper method to write subclass entity data to NBT.
15func_70015_dsetFire0Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
16func_70016_hsetVelocity0Sets the velocity to the args. Args: x, y, z
17func_70017_DdoBlockCollisions0Checks for block collisions, and calls the associated onBlockCollided method for the collided block.
18func_70018_KsetBeenAttacked0Sets that this entity has been attacked.
19func_70019_csetEating0
20func_70020_ereadFromNBT0Reads the entity from NBT (calls an abstract helper method to read specialized data)
21func_70021_algetParts0Return the Entity parts making up this Entity (currently only for dragons)
22func_70022_QgetEntityString0Returns the string that identifies this Entity's class
23func_70023_akgetEntityName0Gets the username of the entity.
24func_70024_gaddVelocity0Adds to the current velocity of the entity. Args: x, y, z
25func_70025_bdropItem0Drops an item stack at the entity's position. Args: itemID, count
26func_70026_GisWet0Checks if this entity is either in water or on an open air block in rain (used in wolves).
27func_70027_adisBurning0Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
28func_70028_iisEntityEqual0Returns true if Entity argument is equal to this Entity
29func_70029_asetWorld0Sets the reference to the World object.
30func_70030_zonEntityUpdate0Gets called every tick from main Entity class
31func_70031_bsetSprinting0Set sprinting switch for Entity.
32func_70032_dgetDistanceToEntity0Returns the distance to the entity. Args: entity
33func_70033_WgetYOffset0Returns the Y Offset of this entity.
34func_70034_dsetHeadRotationYaw0Sets the head's yaw rotation of the entity.
35func_70035_cgetLastActiveItems0
36func_70036_aplayStepSound0Plays step sound at given x, y, z for the entity
37func_70037_areadEntityFromNBT0(abstract) Protected helper method to read subclass entity data from NBT.
38func_70038_cisOffsetPositionInLiquid0Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
39func_70039_caddEntityID0adds the ID of this entity to the NBT given
40func_70040_ZgetLookVec0returns a (normalized) vector of where this entity is looking
41func_70041_e_canTriggerWalking0returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
42func_70042_XgetMountedYOffset0Returns the Y offset from the entity's position for any entity riding this one.
43func_70043_VupdateRiderPosition0
44func_70044_AsetOnFireFromLava0Called whenever the entity is walking inside of lava.
45func_70045_FisImmuneToFire0
46func_70046_EgetBoundingBox0returns the bounding box for this entity
47func_70047_egetEyeHeight0
48func_70048_ipushOutOfBlocks0Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z
49func_70049_anewFloatNBTList0Returns a new NBTTagList filled with the specified floats
50func_70050_gsetAir0
51func_70051_agisSprinting0Get if the Entity is sprinting.
52func_70052_asetFlag0Enable or disable a entity flag, see getEntityFlag to read the know flags.
53func_70053_RgetShadowSize0
54func_70054_adropItemWithOffset0Drops an item stack with a specified y offset. Args: itemID, count, yOffset
55func_70055_aisInsideOfMaterial0Checks if the current block the entity is within of the specified material type
56func_70056_asetPositionAndRotation20Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX, posY, posZ, yaw, pitch
57func_70057_abperformHurtAnimation0Setups the entity to do the hurt animation. Only used by packets in multiplayer.
58func_70058_JhandleLavaMovement0Whether or not the current entity is in lava
59func_70059_acupdateCloak0
60func_70060_amoveFlying0Used in both water and by flying objects
61func_70061_hunmountEntity0Called when a player unounts an entity.
62func_70063_aasetInPortal0Called by portal blocks when an entity is within it.
63func_70064_aupdateFallState0Takes 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
64func_70065_xpreparePlayerToSpawn0Keeps 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)
65func_70066_Bextinguish0Removes fire from entity.
66func_70067_LcanBeCollidedWith0Returns true if other Entities should be prevented from moving through this Entity.
67func_70068_egetDistanceSqToEntity0Returns the squared distance to the entity. Args: entity
68func_70069_afall0Called when the mob is falling. Calculates and applies fall damage.
69func_70070_bgetBrightnessForRender0
70func_70071_h_onUpdate0Called to update the entity's position/logic.
71func_70072_IhandleWaterMovement0Returns if this entity is in water and will end up adding the waters velocity to the entity
72func_70073_OgetTexture0Returns the texture's file path as a String.
73func_70074_aonKillEntity0This method gets called when the entity kills another one.
74func_70075_ancanAttackWithItem0If returns false, the item will not inflict any damage against entities.
75func_70076_Ckill0sets the dead flag. Used when you fall off the bottom of the world.
76func_70077_aonStruckByLightning0Called when a lightning bolt hits the entity.
77func_70078_amountEntity0Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
78func_70080_asetPositionAndRotation0Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
79func_70081_edealFireDamage0Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
80func_70082_csetAngles0Adds 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.
81func_70083_fgetFlag0Returns 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
82func_70084_caddToPlayerScore0Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd
83func_70085_cinteract0Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig.
84func_70086_aigetAir0
85func_70087_anewDoubleNBTList0creates a NBT list from the array of doubles passed to this function
86func_70088_aentityInit0
87func_70089_SisEntityAlive0Checks whether target entity is alive.
88func_70090_HisInWater0Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
89func_70091_dmoveEntity0Tries to moves the entity by the passed in displacement. Args: x, y, z
90func_70092_egetDistanceSq0Gets the squared distance to the position. Args: x, y, z
91func_70093_afisSneaking0Returns if this entity is sneaking.
92func_70094_TisEntityInsideOpaqueBlock0Checks if this entity is inside of an opaque block
93func_70095_asetSneaking0Sets the sneaking flag.
94func_70096_wgetDataWatcher0
95func_70097_aattackEntityFrom0Called when the entity is attacked.
96func_70098_UupdateRidden0Handles updating while being ridden by an entity
97func_70099_aentityDropItem0Drops an item at the position of the entity.
98func_70100_b_onCollideWithPlayer0Called by a player entity when they collide with an entity
99func_70101_bsetRotation0Sets the rotation of the entity
100func_70102_aisInRangeToRenderVec3D0Checks using a Vec3d to determine if this entity is within range of that vector to be rendered. Args: vec3D
101func_70103_ahandleHealthUpdate0
102func_70104_McanBePushed0Returns true if this entity should push and be pushed by other entities when colliding.
103func_70105_asetSize0Sets the width and height of the entity. Args: width, height
104func_70106_ysetDead0Will get destroyed next tick.
105func_70107_bsetPosition0Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
106func_70108_fapplyEntityCollision0Applies a velocity to each of the entities pushing them away from each other. Args: entity
107func_70109_dwriteToNBT0Save the entity to NBT (calls an abstract helper method to write extra data)
108func_70110_ajsetInWeb0Sets the Entity inside a web block.
109func_70111_YgetCollisionBorderSize0
110func_70112_aisInRangeToRenderDist0Checks 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
111func_70113_ahisEating0
112func_70114_ggetCollisionBox0Returns 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.
113func_70115_aeisRiding0Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players.
114func_70184_aonImpact0Called when this EntityThrowable hits a block or entity.
115func_70185_hgetGravityVelocity0Gets the amount of gravity to apply to the thrown entity with each tick.
116func_70186_csetThrowableHeading0Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
117func_70196_igetPotionDamage0Returns the damage value of the thrown potion that this EntityPotion represents.
118func_70198_dcatchFish0
119func_70199_ccalculateVelocity0
120func_70220_amoveTowards0The location the eye should float/move towards. Currently used for moving towards the nearest stronghold. Args: strongholdX, strongholdY, strongholdZ
121func_70227_aonImpact0Called when this EntityFireball hits a block or entity.
122func_70239_bsetDamage0
123func_70240_asetKnockbackStrength0Sets the amount of knockback the arrow applies when it hits a mob.
124func_70242_dgetDamage0
125func_70244_csetArrowHeading0Uses the provided coordinates as a heading and determines the velocity from it with the set force and random variance. Args: x, y, z, force, forceVariation
126func_70265_bsetTimeSinceHit0Sets the time to count down from since the last time entity was hit.
127func_70266_asetDamageTaken0Sets the damage taken from the last hit.
128func_70267_igetForwardDirection0Gets the forward direction of the entity.
129func_70268_hgetTimeSinceHit0Gets the time since the last hit.
130func_70269_csetForwardDirection0Sets the forward direction of the entity.
131func_70271_ggetDamageTaken0Gets the damage taken from the last hit.
132func_70283_dgetWorld0
133func_70295_k_openChest0
134func_70296_donInventoryChanged0Called when an the contents of an Inventory change, usually
135func_70297_j_getInventoryStackLimit0Returns 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?*
136func_70298_adecrStackSize0Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
137func_70299_asetInventorySlotContents0Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
138func_70300_aisUseableByPlayer0Do not make give this method the name canInteractWith because it clashes with Container
139func_70301_agetStackInSlot0Returns the stack in slot i
140func_70302_i_getSizeInventory0Returns the number of slots in the inventory.
141func_70303_bgetInvName0Returns the name of the inventory.
142func_70304_bgetStackInSlotOnClosing0When 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.
143func_70305_fcloseChest0
144func_70306_aaddMapping0Adds a new two-way mapping between the class and its string name in both hashmaps.
145func_70307_areadFromNBT0Reads a tile entity from NBT.
146func_70310_bwriteToNBT0Writes a tile entity to NBT.
147func_70311_ogetBlockType0Gets the block type at the location of this entity (client-only).
148func_70312_qvalidate0validates a tile entity
149func_70313_jinvalidate0invalidates a tile entity
150func_70315_breceiveClientEvent0Called when a client event is received with the event number and argument, see World.sendClientEvent
151func_70316_gupdateEntity0Allows 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.
152func_70317_ccreateAndLoadEntity0Creates a new entity and loads its data from the specified NBT.
153func_70318_agetDistanceFrom0Returns the square of the distance between this entity and the passed in coordinates.
154func_70319_egetAuxillaryInfoPacket0signs and mobSpawners use this to send text and meta-data
155func_70320_pisInvalid0returns true if tile entity is invalid, false otherwise
156func_70321_hupdateContainingBlockInfo0Causes 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
157func_70322_ngetBlockMetadata0Returns block data at the location of this entity (client-only).
158func_70332_dgetOffsetZ0
159func_70333_agetProgress0Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
160func_70334_cgetOffsetY0
161func_70335_aupdatePushedObjects0
162func_70336_cgetPistonOrientation0Returns the orientation of the piston as an int
163func_70337_bgetOffsetX0
164func_70338_fshouldRenderHead0
165func_70339_iclearPistonTileEntity0removes a pistons tile entity (and if the piston is moving, stops it)
166func_70340_agetStoredBlockID0
167func_70341_bisExtending0Returns true if a piston is extending
168func_70350_kcanBrew0
169func_70351_igetFilledSlots0returns an integer with each bit specifying wether that slot of the stand contains a potion
170func_70352_bgetPotionResult0The result of brewing a potion of the specified damage value with an ingredient itemstack.
171func_70353_rbrewPotions0
172func_70354_csetBrewTime0
173func_70355_t_getBrewTime0
174func_70364_aopenChest0
175func_70365_aisUseableByPlayer0
176func_70366_bcloseChest0
177func_70382_cgetMobEntity0will create the entity from the internalID the first time it is accessed
178func_70383_awriteNBTTagsTo0
179func_70384_agetMobID0
180func_70385_asetMobID0
181func_70386_banyPlayerInRange0Returns true if there is a player in range (using World.getClosestPlayer)
182func_70387_fupdateDelay0Sets the delay before a new spawn (base delay of 200 + random number up to 600).
183func_70397_cgetCookProgressScaled0Returns an integer between 0 and the passed value representing how close the current item is to being completely cooked
184func_70398_agetItemBurnTime0Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
185func_70399_ksmeltItem0Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
186func_70400_iisBurning0Returns true if the furnace is currently burning
187func_70401_bisItemFuel0Return true if item is a fuel source (getItemBurnTime() > 0).
188func_70402_rcanSmelt0Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc.
189func_70403_dgetBurnTimeRemainingScaled0Returns 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
190func_70408_asetEditable0Sets the sign's isEditable flag to the specified parameter.
191func_70409_aisEditable0
192func_70413_achangePitch0change pitch by -> (currentPitch + 1) % 25
193func_70414_atriggerNote0plays the stored note
194func_70418_icheckForAdjacentChests0Performs the check for adjacent chests to determine if this chest is double or not.
195func_70429_kdecrementAnimations0Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
196func_70430_lgetTotalArmorValue0Based on the damage values and maximum damage values of each armor item, returns the current armor value.
197func_70431_chasItemStack0Returns true if the specified ItemStack exists in the inventory.
198func_70432_dstoreItemStack0stores an itemstack in the users inventory
199func_70433_asetCurrentItem0Sets a specific itemID as the current item being held (only if it exists on the hotbar)
200func_70434_cgetInventorySlotContainItemAndDamage0
201func_70435_dconsumeInventoryItem0removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)
202func_70436_mdropAllItems0Drop all armor and main inventory items.
203func_70437_bsetItemStack0
204func_70438_agetStrVsBlock0Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything.
205func_70440_farmorItemInSlot0returns a player armor item (as itemstack) contained in specified armor slot.
206func_70441_aaddItemStackToInventory0Adds the item stack to the inventory, returns false if it is impossible.
207func_70442_awriteToNBT0Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
208func_70443_breadFromNBT0Reads from the given tag list and fills the slots in the inventory with the correct items.
209func_70444_agetDamageVsEntity0Return damage vs an entity done by the current held weapon, or 1 if nothing is held
210func_70445_ogetItemStack0
211func_70446_hgetInventorySlotContainItem0Returns a slot index in main inventory containing a specific itemID
212func_70447_igetFirstEmptyStack0Returns the first item stack that is empty.
213func_70448_ggetCurrentItem0Returns the item stack currently held by the player.
214func_70449_gdamageArmor0Damages armor in each slot by the specified amount.
215func_70450_ehasItem0Get if a specifiied item id is inside the inventory.
216func_70452_estorePartialItemStack0This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
217func_70453_cchangeCurrentItem0Switch the current item to the next one or the previous one
218func_70454_bcanHarvestBlock0Returns whether the current item (tool) can harvest from the specified block (actually get a result).
219func_70455_bcopyInventory0Copy the ItemStack contents from another InventoryPlayer instance
220func_70463_bgetStackInRowAndColumn0Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column
221func_70468_hgetCurrentRecipe0
222func_70469_dinventoryResetNeededOnSlotChange0if par1 slot has changed, does resetRecipeAndSlots need to be called?
223func_70470_gresetRecipeAndSlots0
224func_70471_csetCurrentRecipeIndex0
225func_70485_asetAssociatedChest0
226func_70486_aloadInventoryFromNBT0
227func_70487_gsaveInventoryToNBT0
228func_70490_hisMinecartPowered0Is this minecart powered (Fuel > 0)
229func_70491_igetDamage0Gets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
230func_70492_csetDamage0Sets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
231func_70498_dsetMinecartPowered0Set if this minecart is powered (Fuel > 0)
232func_70515_dexplode0
233func_70518_donValidSurface0checks to make sure painting can be placed there
234func_70519_asetDirection0Sets the direction the painting faces.
235func_70526_dgetXpValue0Returns the XP value of this XP orb.
236func_70527_agetXPSplit0Get xp split rate (Is called until the xp drop code in EntityLiving.onEntityUpdate is complete)
237func_70528_ggetTextureByXP0Returns 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.
238func_70534_dgetRedColorF0
239func_70535_ggetBlueColorF0
240func_70536_asetParticleTextureIndex0Public method to set private field particleTextureIndex.
241func_70537_bgetFXLayer0
242func_70538_bsetRBGColorF0
243func_70539_arenderParticle0
244func_70540_hgetParticleTextureIndex0
245func_70541_fmultipleParticleScaleBy0
246func_70542_fgetGreenColorF0
247func_70543_emultiplyVelocity0
248func_70598_bsetHomeArea0
249func_70599_aPgetSoundVolume0Returns the volume for the sounds this mob makes.
250func_70600_ldropRareDrop0
251func_70601_bigetCanSpawnHere0Checks if the entity's current position is a valid location to spawn this entity.
252func_70602_aCgetHomePosition0
253func_70603_bjgetRenderSizeModifier0Returns render size modifier
254func_70604_csetRevengeTarget0
255func_70605_aqgetMoveHelper0
256func_70606_jsetEntityHealth0
257func_70607_jsetLastAttackingEntity0
258func_70608_bnisPlayerSleeping0Returns whether player is sleeping or not
259func_70609_aIonDeathUpdate0handles entity death timer, experience orb and particle creation
260func_70610_aXisMovementBlocked0Dead and sleeping entities cannot move
261func_70611_aBisWithinHomeDistanceCurrentPosition0Returns true if entity is within home distance from current position
262func_70612_emoveEntityWithHeading0Moves the entity based on the specified heading. Args: strafe, forward
263func_70613_aWisClientWorld0Returns whether the entity is in a local (client) world
264func_70614_arayTrace0Performs a ray trace for the distance specified and using the partial tick time. Args: distance, partialTickTime
265func_70615_aAeatGrassBonus0This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
266func_70616_bsgetSpeedModifier0This 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.
267func_70617_f_isOnLadder0returns true if this entity is by a ladder, false otherwise
268func_70618_nremovePotionEffect0input is the potion id to remove from the current active potion effects
269func_70619_bcupdateAITasks0
270func_70620_bgetItemIcon0Gets the Icon Index of the item currently held
271func_70621_aRgetHurtSound0Returns the sound this mob makes when it is hurt.
272func_70622_aFhasHome0
273func_70623_bbdespawnEntity0Makes the entity despawn if requirements are reached
274func_70624_bsetAttackTarget0Sets the active target the Task system uses for tracking
275func_70625_afaceEntity0Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
276func_70626_beupdateEntityActionState0
277func_70627_aGgetTalkInterval0Get number of ticks, at least during which the living entity will be silent.
278func_70628_adropFewItems0Drop 0-2 items of this living's type
279func_70629_bdupdateAITick0main AI tick function, replaces updateEntityActionState
280func_70630_aNgetHealth0
281func_70631_g_isChild0If Animal, checks if the age timer is negative
282func_70632_aYisBlocking0
283func_70633_aTgetDropItemId0Returns the item ID for the item the mob drops on death.
284func_70634_asetPositionAndUpdate0Move the entity to the coordinates informed, but keep yaw/pitch values.
285func_70635_atgetEntitySenses0returns the EntitySenses Object for the EntityLiving
286func_70636_donLivingUpdate0Called 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.
287func_70637_dsetJumping0
288func_70638_azgetAttackTarget0Gets the active target the Task system uses for tracking
289func_70639_aQgetLivingSound0Returns the sound this mob makes while it's alive.
290func_70640_aDgetMaximumHomeDistance0
291func_70641_blgetMaxSpawnedInChunk0Will return how many at most can spawn in a chunk at once.
292func_70642_aHplayLivingSound0Plays living's sound at its position
293func_70643_avgetAITarget0
294func_70644_aisPotionActive0
295func_70645_aonDeath0Called when the mob's health reaches 0.
296func_70646_bfgetVerticalFaceSpeed0The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
297func_70647_igetSoundPitch0Gets the pitch of living sounds in living entities.
298func_70648_aUcanBreatheUnderwater0
299func_70649_disWithinHomeDistance0
300func_70650_aVisAIEnabled0Returns true if the newer Entity AI code should be run
301func_70651_bqgetActivePotionEffects0
302func_70652_kattackEntityAsMob0
303func_70653_aknockBack0knocks back this entity
304func_70654_axgetAge0
305func_70655_bapplyArmorCalculations0Reduces damage, depending on armor
306func_70656_aKspawnExplosionParticle0Spawns an explosion particle around the Entity's location
307func_70657_fsetMoveForward0
308func_70658_aOgetTotalArmorValue0Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
309func_70659_esetAIMoveSpeed0set the movespeed used for the new AI system
310func_70660_bgetActivePotionEffect0returns the PotionEffect for the supplied Potion if it is active, null otherwise.
311func_70661_asgetNavigator0
312func_70662_brisEntityUndead0Returns true if this entity is undead.
313func_70663_bupdateRotation0Arguments: current rotation, intended rotation, max increment.
314func_70664_aZjump0Causes this entity to do an upwards motion (jumping).
315func_70665_ddamageEntity0Deals 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
316func_70666_hgetPosition0interpolated position vector
317func_70667_aMgetMaxHealth0
318func_70668_btgetCreatureAttribute0Get this Entity's EnumCreatureAttribute
319func_70669_arenderBrokenItemStack0Renders broken item particles using the given ItemStack
320func_70670_aonNewPotionEffect0
321func_70671_apgetLookHelper0
322func_70672_capplyPotionDamageCalculations0Reduces damage, depending on potions
323func_70673_aSgetDeathSound0Returns the sound this mob makes on death.
324func_70674_bpclearActivePotions0
325func_70675_kdamageArmor0
326func_70676_igetLook0interpolated look vector
327func_70677_aEdetachHome0
328func_70678_ggetSwingProgress0Returns where in the swing animation the living entity is (from 0 to 1). Args: partialTickTime
329func_70679_boupdatePotionEffects0
330func_70680_awgetLastAttackingEntity0
331func_70681_augetRNG0
332func_70682_hdecreaseAirSupply0Decrements the entity's air supply when underwater
333func_70683_argetJumpHelper0
334func_70684_aJisPlayer0Only use is to identify if class is an instance of player for experience dropping
335func_70685_lcanEntityBeSeen0returns true if the entity provided in the argument can be seen. (Raytrace)
336func_70686_aisExplosiveMob0
337func_70687_eisPotionApplicable0
338func_70688_conFinishedPotionEffect0
339func_70689_aygetAIMoveSpeed0the movespeed used for the new AI system
340func_70690_daddPotionEffect0adds a PotionEffect to the entity
341func_70691_iheal0Heal living entity (param: amount of half-hearts)
342func_70692_bacanDespawn0Determines if an entity can be despawned, used on idle far away entities
343func_70693_agetExperiencePoints0Get the experience points the entity currently has.
344func_70694_bmgetHeldItem0Returns the item that this EntityLiving is holding, if any.
345func_70695_bonChangedPotionEffect0
346func_70777_mgetEntityToAttack0Returns current entities target
347func_70778_asetPathToEntity0sets the Entities walk path in EntityCreature
348func_70779_jupdateWanderPath0Time remaining during which the Animal is sped up and flees.
349func_70780_iisMovementCeased0Disables a mob's ability to move on its own while true.
350func_70781_lhasPath0Returns true if entity has a path to follow
351func_70782_kfindPlayerToAttack0Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies).
352func_70783_agetBlockPathWeight0Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z
353func_70784_bsetTarget0Sets the entity which is to be attacked.
354func_70785_aattackEntity0Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
355func_70790_aisCourseTraversable0True if the ghast has an unobstructed line of travel to the waypoint.
356func_70799_asetSlimeSize0
357func_70800_mcanDamagePlayer0Indicates weather the slime is able to damage the player (based upon the slime's size)
358func_70801_igetSlimeParticle0Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
359func_70802_jcreateInstance0
360func_70803_ogetJumpSound0Returns the name of the sound played when the slime jumps.
361func_70804_pmakesSoundOnLand0Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
362func_70805_ngetAttackStrength0Gets the amount of damage dealt to the player when "attacked" by the slime.
363func_70806_kgetJumpDelay0Gets the amount of time the slime needs to wait between jumps.
364func_70807_rmakesSoundOnJump0Returns true if the slime makes a sound when it jumps (based upon the slime's size)
365func_70809_qgetSlimeSize0Returns the size of the slime.
366func_70814_oisValidLightLevel0Checks to make sure the light is not too bright where the mob is spawning
367func_70816_cteleportToEntity0Teleport the enderman to another entity
368func_70817_bsetCarryingData0Set the metadata of the block an enderman carries
369func_70818_asetCarried0Set the id of the block an enderman carries
370func_70820_nteleportRandomly0Teleport the enderman to a random nearby position
371func_70821_dshouldAttackPlayer0Checks to see if this enderman should be attacking this player
372func_70822_pgetCarried0Get the id of the block an enderman carries
373func_70824_qgetCarryingData0Get the metadata of the block an enderman carries
374func_70825_jteleportTo0Teleport the enderman
375func_70829_asetCreeperState0Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
376func_70830_ngetPowered0Returns true if the creeper is powered by a lightning bolt.
377func_70831_jsetCreeperFlashTime0Connects the the creeper flashes to the creeper's color multiplier
378func_70832_pgetCreeperState0Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
379func_70835_cbecomeAngryAt0Causes this PigZombie to become angry at the supplied Entity (which will be a player).
380func_70839_esetBesideClimbableBlock0Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
381func_70840_nspiderScaleAmount0How large the spider should be scaled.
382func_70841_pisBesideClimbableBlock0Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
383func_70849_fsetBit1FlagTo0
384func_70850_qgetBit1Flag0
385func_70851_esetHoldingRose0
386func_70852_ngetVillage0
387func_70853_pgetHoldRoseTick0
388func_70854_ogetAttackTimer0
389func_70873_asetGrowingAge0The 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.
390func_70874_bgetGrowingAge0The 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.
391func_70875_tresetInLove0
392func_70876_cprocreate0Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
393func_70877_bisWheat0Checks if the parameter is an wheat item.
394func_70878_bcanMateWith0Returns true if the mob is currently able to mate with the specified mob.
395func_70879_aspawnBabyAnimal0This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
396func_70880_sisInLove0Returns if the entity is currently in 'love mode'.
397func_70891_bsetFleeceColor0
398func_70892_ogetSheared0returns true if a sheeps wool has been sheared
399func_70893_esetSheared0make a sheep sheared if set to true
400func_70895_agetRandomFleeceColor0This method is called when a sheep spawns in the world to select the color of sheep fleece.
401func_70896_ngetFleeceColor0
402func_70900_esetSaddled0Set or remove the saddle of the pig.
403func_70901_ngetSaddled0Returns true if the pig is saddled.
404func_70902_qgetOwner0
405func_70903_fsetTamed0
406func_70904_gsetSitting0
407func_70905_pgetOwnerName0
408func_70906_oisSitting0
409func_70908_eplayTameEffect0Play the taming effect, will either be hearts or smoke depending on status
410func_70909_nisTamed0
411func_70910_asetOwner0
412func_70912_bsetTameSkin0
413func_70913_ugetTameSkin0
414func_70915_jgetShadingWhileShaking0Used when calculating the amount of shading to apply while the wolf is shaking.
415func_70916_hsetAngry0Sets whether this wolf is angry or not.
416func_70917_kgetInterestedAngle0
417func_70919_buisAngry0Determines whether this wolf is angry or not.
418func_70920_vgetTailRotation0
419func_70921_ugetWolfShaking0
420func_70923_fgetShakeAngle0
421func_70930_asetRecipes0
422func_70931_l_getCustomer0
423func_70932_a_setCustomer0
424func_70933_auseRecipe0
425func_70934_bgetRecipes0
426func_70938_bsetProfession0
427func_70939_fsetPlaying0
428func_70940_qisTrading0
429func_70941_oisMating0
430func_70942_agenerateRandomParticles0par1 is the particleName
431func_70943_cgetRandomCountForBlacksmithItem0
432func_70944_bgetRandomCountForItem0default to 1, and villagerStockList contains a min/max amount for each index
433func_70945_pisPlaying0
434func_70946_ngetProfession0
435func_70947_esetMating0
436func_70948_aaddMerchantItem0each recipie takes a random stack from villagerStockList and offers it for 1 emerald
437func_70949_baddBlacksmithItem0
438func_70950_caddDefaultEquipmentAndRecipies0based 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)
439func_70951_agetRandomSizedStack0
440func_70964_esuperAttackFrom0Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden
441func_70965_aattackEntityFromPart0
442func_70967_ksetNewTarget0Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
443func_70968_igetDragonHealth0Returns the health points of the dragon.
444func_70969_jupdateDragonEnderCrystal0Updates the state of the enderdragon's current endercrystal.
445func_70970_acollideWithEntities0Pushes all entities inside the list away from the enderdragon.
446func_70971_battackEntitiesInList0Attacks all entities inside this list, dealing 5 hearts of damage.
447func_70972_adestroyBlocksInAABB0Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
448func_70973_bsimplifyAngle0Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
449func_70974_agetMovementOffsets0Returns 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.
450func_70975_acreateEnderPortal0Creates the ender portal leading back to the normal world after defeating the enderdragon.
451func_70996_bMshouldHeal0Checks if the player's health is not full and not zero.
452func_70997_bJgetSpawnChunk0Returns the coordinates to respawn the player based on last bed that the player sleep.
453func_70998_minteractWith0
454func_70999_awakeUpPlayer0Wake up the player if they're sleeping.
455func_71000_jaddMovementStat0Adds a value to a movement statistic field - like run, walk, swin or climb.
456func_71001_aonItemPickup0Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize
457func_71002_cdisplayGUIEnchantment0
458func_71003_hisPVPEnabled0returns if pvp is enabled or not
459func_71004_bErespawnPlayer0
460func_71005_bNgetInventoryEnderChest0Returns the InventoryEnderChest of this player.
461func_71006_adisplayGUIDispenser0Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
462func_71007_adisplayGUIChest0Displays the GUI for interacting with a chest inventory. Args: chestInventory
463func_71008_asetItemInUse0sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration
464func_71009_bonCriticalHit0Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
465func_71010_cupdateItemUse0Plays sounds and makes particles for item in use state
466func_71011_bugetItemInUse0returns the ItemStack containing the itemInUse
467func_71012_ajoinEntityItemWithWorld0Joins the passed in entity item with the world. Args: entityItem
468func_71014_adisplayGUIEditSign0Displays the GUI for editing a sign. Args: tileEntitySign
469func_71015_kaddMountedMovementStat0Adds a value to a mounted movement statistic field - by minecart, boat, or pig.
470func_71016_psendPlayerAbilities0Sends the player's abilities to the server (if there is one).
471func_71017_adisplayGUIBrewingStand0Displays the GUI for interacting with a brewing stand.
472func_71018_asleepInBedAt0Attempts to have the player sleep in a bed at the specified location.
473func_71019_adropPlayerItemWithRandomChoice0Args: itemstack, flag
474func_71020_jaddExhaustion0increases exhaustion level by supplied amount
475func_71021_bdropPlayerItem0Args: 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)
476func_71022_aalertWolves0Called 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.
477func_71023_qaddExperience0This method increases the player's current amount of experience.
478func_71024_bLgetFoodStats0Returns the player's FoodStats object.
479func_71025_tgetTranslator0
480func_71026_bHisPlayerFullyAsleep0Returns whether or not the player is asleep and the screen has fully faded.
481func_71027_ctravelToTheEnd0
482func_71028_bDdestroyCurrentEquippedItem0Destroys the currently equipped item from the player's inventory.
483func_71029_atriggerAchievement0Will trigger the specified trigger.
484func_71030_adisplayGUIMerchant0
485func_71031_ecanPlayerEdit0
486func_71032_aremoveExperience0Decrease the player level, used to pay levels for enchantments on items at enchanted table.
487func_71033_asendGameTypeToPlayer0
488func_71034_bystopUsingItem0
489func_71035_caddChatMessage0Add a chat message to the player
490func_71036_oonItemUseFinish0Used for when item use count runs out, ie: eating completed
491func_71037_bAgetScore0
492func_71038_iswingItem0Swings the item the player is holding.
493func_71039_bwisUsingItem0Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
494func_71040_bBdropOneItem0Called when player presses the drop item key
495func_71041_bzclearItemInUse0
496func_71042_adisplayGUIFurnace0Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
497func_71043_ecanEat0
498func_71044_ocollideWithPlayer0
499func_71045_bCgetCurrentEquippedItem0Returns the currently being used item by the player.
500func_71046_kgetSwingSpeedModifier0Returns the swing speed modifier
501func_71047_conEnchantmentCritical0
502func_71048_cdisplayGUIBook0Displays the GUI for interacting with a book.
503func_71049_aclonePlayer0Copies the values from the given player into this player if boolean par2 is true. Always clones Ender Chest Inventory.
504func_71050_bKxpBarCap0This 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.
505func_71051_bGgetBedOrientationInDegrees0Returns the orientation of the bed in degrees.
506func_71052_bvgetItemInUseCount0Returns the item in use count
507func_71053_jcloseScreen0sets current screen to null (used on escape buttons of GUIs)
508func_71054_mincreaseLevel0This method increases the player's experience level by one.
509func_71055_agetCurrentPlayerStrVsBlock0Returns how strong the player is against the specified block at this moment
510func_71056_averifyRespawnCoordinates0Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
511func_71057_bxgetItemInUseDuration0gets the duration for how long the current itemInUse has been in use
512func_71058_bdisplayGUIWorkbench0Displays the crafting GUI for a workbench.
513func_71059_nattackTargetEntityWithCurrentItem0Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
514func_71060_bIgetSleepTimer0
515func_71061_d_resetHeight0sets the players height back to normal after doing things like sleeping and dieing
516func_71062_bcanHarvestBlock0Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
517func_71063_asetSpawnChunk0Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
518func_71064_aaddStat0Adds a value to a statistic field.
519func_71065_lisInBed0Checks if the player is currently in a bed
520func_71110_asendContainerAndContentsToPlayer0
521func_71111_aupdateCraftingInventorySlot0inform the player of a change in a single slot
522func_71112_aupdateCraftingInventoryInfo0send information about the crafting inventory to the client(currently only for furnace times)
523func_71113_ksendInventoryToPlayer0
524func_71115_arequestTexturePackLoad0on recieving this message the client (if permission is given) will download the requested textures
525func_71116_baddSelfToInternalCraftingInventory0
526func_71117_bOincrementWindowID0
527func_71118_nsetPlayerHealthUpdated0this function is called when a players inventory is sent to him, lastHealth is updated on any dimension transitions, then reset.
528func_71119_asendTileEntityToPlayer0called from onUpdate for all tileEntity in specific chunks
529func_71120_asendContainerToPlayer0
530func_71121_qgetServerForPlayer0
531func_71122_bupdateFlyingState0likeUpdateFallState, but called from updateFlyingState, rather than moveEntity
532func_71123_mmountEntityAndWakeUp0
533func_71124_bgetCurrentItemOrArmor00 = item, 1-n is armor
534func_71125_aupdateClientInfo0
535func_71126_vgetChatVisibility0
536func_71127_gonUpdateEntity0
537func_71128_lcloseInventory0
538func_71150_bsetHealth0Updates health locally.
539func_71151_fgetFOVMultiplier0Gets the player's field of view multiplier. (ex. when flying)
540func_71152_asetXPStats0Sets the current XP, total XP, and level number.
541func_71153_fisBlockTranslucent0
542func_71165_dsendChatMessage0Sends a chat message from the player. Args: chatMessage
543func_71166_bsendMotionUpdates0Send updated motion and position information to the server
544func_71167_bincrementStat0Used by NetClientHandler.handleStatistic
545func_71187_DgetCommandManager0
546func_71188_gsetAllowPvp0
547func_71189_egetHostName0
548func_71190_qupdateTimeLightAndEntities0
549func_71191_dsetBuildLimit0
550func_71192_dsetUserMessage0typically menu.convertingLevel, menu.loadingLevel, saving, or others
551func_71193_KallowSpawnMonsters0
552func_71194_ccanCreateBonusChest0
553func_71195_b_getUserMessage0
554func_71197_bstartServer0Initialises the server and starts it.
555func_71198_klogInfoEvent0
556func_71199_hisHardcore0defaults to false
557func_71200_adserverIsInRunLoop0
558func_71201_jlogSevereEvent0
559func_71202_PgetTexturePack0
560func_71203_abgetConfigurationManager0
561func_71204_bsetDemo0Sets whether this is a demo or not.
562func_71205_psetMOTD0
563func_71206_ashareToLAN0does nothing on dedicated. on integrated, sets commandsAllowedForAll and gameType and allows external connections
564func_71207_ZgetBuildLimit0
565func_71208_bsetServerPort0
566func_71209_fgetFile0Returns a File object from the specified string.
567func_71210_asetConfigurationManager0
568func_71211_kgetHostname0
569func_71212_acgetNetworkThread0
570func_71213_zgetAllUsernames0
571func_71214_GgetServerOwner0Returns the username of the server owner (for integrated servers)
572func_71215_FgetServerPort0Gets serverPort.
573func_71216_a_outputPercentRemaining0Used to display a percent remaining given text and the percentage.
574func_71217_ptick0main function called by run() every loop
575func_71218_aworldServerForDimension0
576func_71219_WisPVPEnabled0
577func_71220_VgetCanNPCsSpawn0
578func_71221_JgetWorldName0
579func_71222_dinitialWorldChunkLoad0
580func_71223_agenableProfiling0
581func_71224_lsetServerOwner0Sets the username of the owner of this server (in the case of an integrated server)
582func_71225_ecanStructuresSpawn0
583func_71226_csetDifficultyForAllDimensions0
584func_71227_RtextureFlag0this is checked to be 16 on reception of the packet, and the packet is ignored otherwise
585func_71228_afinalTick0called on exit from the main run loop
586func_71229_dsetOnlineMode0
587func_71230_baddServerInfoToCrashReport0iterates the worldServers and adds their info also
588func_71231_XisFlightAllowed0
589func_71232_ggetDifficulty0defaults to "1" for the dedicated server
590func_71233_xgetPlayerListSize0
591func_71234_ugetMyServerPort0never used. Can not be called "getServerPort" is already taken
592func_71235_asetGameType0sets the game type for all dimensions
593func_71236_hlogWarningMessage0
594func_71237_cconvertMapIfNeeded0
595func_71238_ngetDataDirectory0
596func_71239_BdoLogInfoEvent0
597func_71240_osystemExitNow0directly calls system.exit, instantly killing the program
598func_71241_aaisServerStopped0
599func_71242_LisDemo0Gets whether this is a demo or not.
600func_71243_iclearCurrentTask0Set current task to null and set its percentage to 0.
601func_71244_glogInfoMessage0
602func_71245_hsetAllowFlight0
603func_71246_nsetWorldName0
604func_71247_aloadAllDimensions0
605func_71248_agetPossibleCompletions0if par2 begins with / then it searches for commands, otherwise it returns users
606func_71249_wgetMinecraftVersion0
607func_71250_EgetKeyPair0Gets KeyPair instanced in MinecraftServer.
608func_71251_esetSpawnAnimals0
609func_71252_iexecuteCommand0
610func_71253_asetKeyPair0
611func_71254_MgetActiveAnvilConverter0
612func_71255_rgetAllowNether0
613func_71256_sstartServerThread0
614func_71257_fsetSpawnNpcs0
615func_71258_AreturnAnEmptyString0rename this when a patch comes out which uses it
616func_71259_afgetTickCounter0
617func_71260_jstopServer0Saves all necessary data as preparation for stopping the server.
618func_71261_msetFolderName0
619func_71262_SisDedicatedServer0
620func_71263_msetServerStopping0sets serverRunning to false
621func_71264_HisSinglePlayer0
622func_71265_fgetGameType0
623func_71266_TisServerInOnlineMode0
624func_71267_asaveAllDimensions0par1 indicates if a log message should be output
625func_71268_UgetCanSpawnAnimals0
626func_71269_osetTexturePack0
627func_71270_IgetFolderName0
628func_71272_OdeleteWorldAndStopServer0WARNING : directly calls getActiveAnvilConverter().deleteWorldDirectory(dimensionServerList[0].getSaveHandler().getSaveDirectoryName());
629func_71273_YgetMOTD0
630func_71274_vgetServerMOTD0minecraftServer.getMOTD is used in 2 places instead (it is a non-virtual function which returns the same thing)
631func_71275_ygetMaxPlayers0
632func_71276_CgetServer0Gets mcServer.
633func_71277_tgetHostName0
634func_71278_lisServerRunning0
635func_71279_aegetGuiEnabled0
636func_71326_asaveSettingsToFile0
637func_71327_agetOrSetIntProperty0
638func_71328_asetArbitraryProperty0
639func_71329_cgetSettingsFilePath0
640func_71330_agetOrSetProperty0
641func_71331_aaddPendingCommand0
642func_71332_agetOrSetBoolProperty0
643func_71333_ahexecutePendingCommands0
644func_71334_aigetDedicatedPlayerList0
645func_71351_asetServerData0Set the current ServerData instance.
646func_71352_ktoggleFullscreen0Toggles fullscreen mode.
647func_71353_aloadWorld0par2Str is displayed on the loading screen to the user unloads the current world first
648func_71354_asetDimensionAndSpawnPlayer0
649func_71355_qisDemo0Gets whether this is a demo or not.
650func_71356_BisSingleplayer0Returns true if there is only one player playing, and the current server is the integrated one.
651func_71357_IloadScreen0Displays a new screen.
652func_71358_LforceReload0Forces a reload of the sound manager and all the resources. Called in game by holding 'F3' and pressing 'S'.
653func_71359_dgetSaveLoader0Returns the save loader that is currently being used
654func_71360_ainstallResource0Installs a resource. Currently only sounds are download so this method just adds them to the SoundManager.
655func_71361_dcheckGLError0Checks for an OpenGL error. If there is one, prints the error ID and error string.
656func_71362_zgetServerData0Get the current ServerData instance.
657func_71363_DstopIntegratedServer0
658func_71364_isetIngameNotInFocus0Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor.
659func_71365_KscreenshotListener0checks if keys are down
660func_71366_adisplayDebugInfo0
661func_71367_asetServer0
662func_71368_visDebugInfoEnabled0
663func_71370_aresize0Called to resize the current screen.
664func_71371_alaunchIntegratedServer0Arguments: World foldername, World ingame name, WorldSettings
665func_71372_GisFullScreen0Returns whether we're in full screen or not.
666func_71373_adisplayGuiScreen0Sets the argument GuiScreen as the main (topmost visible) screen.
667func_71374_pdebugInfoEntities0A String of how many entities are in the world
668func_71375_tisFancyGraphicsEnabled0
669func_71376_cgetOs0
670func_71377_bdisplayCrashReport0Wrapper around displayCrashReportInternal
671func_71378_EgetPlayerUsageSnooper0Returns the PlayerUsageSnooper instance.
672func_71379_uisAmbientOcclusionEnabled0Returns if ambient occlusion is enabled
673func_71380_bgetMinecraftDir0gets the working dir (OS specific) for minecraft
674func_71381_hsetIngameFocus0Will set the focus to ingame if the Minecraft window is the active with focus. Also clears any GUI screen currently displayed
675func_71382_sisGuiEnabled0
676func_71383_bupdateDebugProfilerName0Update debugProfilerName in response to number keys in debug screen
677func_71384_astartGame0Starts the game: initializes the canvas, the title, the settings, etcetera.
678func_71385_jdisplayInGameMenu0Displays the ingame menu
679func_71386_FgetSystemTime0Gets the system time in milliseconds.
680func_71387_AisIntegratedServerRunning0
681func_71388_ogetWorldProviderName0Gets the name of the world's current chunk provider
682func_71389_HstartTimerHackThread0
683func_71390_asetDemo0Sets whether this is a demo or not.
684func_71391_rgetSendQueue0get the client packet send queue
685func_71392_ascaledTessellator0Loads Tessellator with a scaled resolution
686func_71393_mdebugInfoRenders0A String of renderGlobal.getDebugInfoRenders
687func_71394_agetAppDir0gets the working dir (OS specific) for the specific application (which is always minecraft)
688func_71397_MclickMiddleMouseButton0Called when the middle mouse button gets clicked
689func_71398_ffreeMemory0
690func_71399_asendClickBlockToController0
691func_71400_gshutdown0Called when the window is closing. Sets 'running' to false which allows the game loop to exit cleanly.
692func_71401_CgetIntegratedServer0Returns the currently running integrated server
693func_71402_cclickMouse0Called whenever the mouse is clicked. Button clicked is 0 for left clicking and 1 for right clicking. Args: buttonClicked
694func_71403_aloadWorld0unloads the current world first
695func_71404_acrashed0
696func_71405_eshutdownMinecraftApplet0Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited.
697func_71406_cdisplayCrashReportInternal0
698func_71407_lrunTick0Runs the current tick.
699func_71408_ngetEntityDebug0Gets the information in the F3 menu about how many entities are infront/around you
700func_71409_chandleClientCommand0Returns 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.
701func_71410_xgetMinecraft0Return the singleton Minecraft instance for the game
702func_71411_JrunGameLoop0Called repeatedly from run()
703func_71479_astartMainThread0
704func_71480_bshutdown0Called when the applet window is closed.
705func_71495_agetOsAsString0
706func_71497_fgetFile0Gets the file this crash report is saved into.
707func_71498_dgetCauseStackTraceOrString0Gets the stack trace of the Throwable that caused this crash report, or if that fails, the cause .toString().
708func_71499_aaddCrashSectionThrowable0Adds a Crashreport section with the given name with the given Throwable
709func_71500_aaddCrashSectionCallable0Adds a Crashreport section with the given name with the value set to the result of the given Callable;
710func_71501_agetDescription0Returns the description of the Crash Report.
711func_71502_egetCompleteReport0Gets the complete report with headers, stack trace, and different sections as a string.
712func_71503_hgetWittyComment0Gets a random witty comment for inclusion in this CrashReport
713func_71506_agetSectionsInStringBuilder0Gets the various sections of the crash report into the given StringBuilder
714func_71507_aaddCrashSection0Adds a Crashreport section with the given name with the given value (convered .toString())
715func_71508_asaveToFile0Saves the complete crash report to the given File.
716func_71509_cgetSections0Gets a string representation of all sections in the crash report.
717func_71514_agetCommandAliases0
718func_71515_bprocessCommand0
719func_71516_aaddTabCompletionOptions0Adds the strings available in this command to the given list of tab completion options.
720func_71517_bgetCommandName0
721func_71518_agetCommandUsage0
722func_71519_bcanCommandSenderUseCommand0Returns true if the given command sender is allowed to use this command.
723func_71520_ajoinString0Joins the given string array, starting with the given index, into a space seperated string.
724func_71521_cgetCommandSenderAsPlayer0Returns the given ICommandSender as a EntityPlayer or throw an exception.
725func_71522_anotifyAdmins0
726func_71523_adoesStringStartWith0Returns true if the given substring is exactly equal to the start of the given string (case insensitive).
727func_71524_anotifyAdmins0
728func_71525_acompareNameTo0Compares the name of this command to the name of the given command.
729func_71526_aparseInt0Parses an int from the given string.
730func_71527_ajoinNiceString0Joins the given string array into a "x, y, and z" seperated string.
731func_71528_aparseIntWithMin0Parses an int from the given sring with a specified minimum.
732func_71529_asetAdminCommander0Sets the static IAdminCommander.
733func_71530_agetListOfStringsMatchingLastWord0Returns 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).
734func_71531_agetListOfStringsFromIterableMatchingLastWord0Returns 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).
735func_71532_aparseIntBounded0Parses an int from the given string within a specified bound.
736func_71536_cgetPlayers0
737func_71539_bgetGameModeFromCommand0Gets the Game Mode specified in the command.
738func_71541_asetGameType0
739func_71549_cgetWittyComment0Returns a random "witty" comment.
740func_71553_baddTime0Adds (or removes) time in the server object.
741func_71555_agetCommands0returns a map of string to commads. All commands are returned, not just ones which someone has permission to use.
742func_71556_aexecuteCommand0
743func_71557_agetPossibleCommands0returns all commands that the commandSender can use
744func_71558_bgetPossibleCommands0does a "begins with" string match on each token in par2. Only returns commands that par1 can use.
745func_71559_adropFirstString0creates a new array and sets elements 0..n-2 to be 0..n-1 of the input (n elements)
746func_71560_aregisterCommand0adds the command and any aliases it has to the internal map of available commands
747func_71563_anotifyAdmins0Sends 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.
748func_71564_agetAllowedCharacters0Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen.
749func_71565_afilerAllowedCharacters0Filter string by only keeping those characters for which isAllowedCharacter() returns true.
750func_71566_aisAllowedCharacter0
751func_71569_egetDistanceSquared0Returns the squared distance between this coordinates and the coordinates given as argument.
752func_71570_acompareChunkCoordinate0Compare the coordinate with another coordinate
753func_71571_bset0
754func_71744_astopListening0
755func_71746_dgetServer0
756func_71747_bnetworkTick0processes packets and pending connections
757func_71764_aaddPendingConnection0
758func_71766_aprocessPendingConnections0
759func_71767_cgetInetAddress0
760func_71770_bisLocalHost0
761func_71846_aonBlockHarvested0Called when the block is attempted to be harvested
762func_71847_bupdateTick0Ticks the block if it's been scheduled
763func_71848_csetHardness0Sets how many hits it takes to break a block.
764func_71849_asetCreativeTab0Sets the CreativeTab to display this block on.
765func_71850_a_canPlaceBlockOnSide0checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
766func_71851_agetBlockTextureFromSide0Returns the block texture based on the side being looked at. Args: side
767func_71852_abreakBlock0ejects contained items into the world, and notifies neighbours of an update, as appropriate
768func_71853_icanProvidePower0Can this block provide power. Only wire currently seems to have this change based on its state.
769func_71854_dcanBlockStay0Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
770func_71855_cisIndirectlyPoweringTo0Is this block indirectly powering the block on the specified side
771func_71856_s_getRenderBlockPass0Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
772func_71857_bgetRenderType0The type of render function that is called for this block
773func_71858_agetBlockTextureFromSideAndMetadata0From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
774func_71859_p_tickRate0How many world ticks before ticking
775func_71860_aonBlockPlacedBy0Called when the block is placed in the world.
776func_71861_gonBlockAdded0Called whenever the block is added into the world. Args: world, x, y, z
777func_71862_arandomDisplayTick0A randomly called display update to be able to add particles or other items for display
778func_71863_aonNeighborBlockChange0Lets 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
779func_71864_bsetBlockName0set name of block from language file
780func_71865_aisPoweringTo0Is this block powering the block on the specified side
781func_71866_aonFallenUpon0Block's chance to react to an entity falling on it.
782func_71867_konBlockDestroyedByExplosion0Called upon the block being destroyed by an explosion
783func_71868_hsetLightOpacity0Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
784func_71869_aonEntityCollidedWithBlock0Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity
785func_71870_fgetBlockBrightness0How bright to render this block based on the light its receiving. Args: iBlockAccess, x, y, z
786func_71871_aaddCollidingBlockToList0if the specified block is in the given AABB, add its collision bounding box to the given list
787func_71872_egetCollisionBoundingBoxFromPool0Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
788func_71873_hgetDamageValue0Get the block's damage value (for use with pick block).
789func_71874_egetMixedBrightnessForBlock0Goes straight to getLightBrightnessForSkyBlocks for Blocks, does some fancy computing for Fluids
790func_71875_qsetBlockUnbreakable0This method will make the hardness of the block equals to -1, and the block is indestructible.
791func_71876_ugetEnableStats0Return the state of blocks statistics flags - if the block is counted for mined and placed.
792func_71877_cshouldSideBeRendered0Returns 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
793func_71878_acollisionRayTrace0Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec
794func_71879_agetSubBlocks0returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
795func_71880_c_createStackedBlock0Returns 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.
796func_71881_rgetTickRandomly0Returns 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.
797func_71882_wgetCreativeTabToDisplayOn0Returns the CreativeTab to display the given block on.
798func_71883_bonBlockEventReceived0Called 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
799func_71884_asetStepSound0Sets the footstep sound for the block. Returns the object for convenience in constructing.
800func_71885_aidDropped0Returns the ID of the items to drop on destruction.
801func_71886_crenderAsNormalBlock0If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)
802func_71887_shasTileEntity0
803func_71888_hgetAmbientOcclusionLightValue0Returns the default ambient occlusion value based on block opacity
804func_71889_f_getRenderColor0Returns the color this block should be rendered. Used by leaves.
805func_71890_cisVecInsideXYBounds0Checks if a vector is within the X and Y bounds of the block.
806func_71891_bonEntityWalking0Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity
807func_71892_ffillWithRain0currently only used by BlockCauldron to incrament meta-data during rain
808func_71893_aharvestBlock0Called 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.
809func_71894_bsetResistance0Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
810func_71895_bgetBlockTexture0Retrieves the block texture to use based on the display side. Args: iBlockAccess, x, y, z, side
811func_71896_vdisableStats0Disable statistics for the block, the block will no count for mined or placed.
812func_71897_cdropBlockAsItem0Drops the specified block items
813func_71898_donBlockDestroyedByPlayer0Called right before the block is destroyed by a player. Args: world, x, y, z, metaData
814func_71899_bdamageDropped0Determines the damage on the item the block drops. Used in cloth and wood.
815func_71900_asetLightValue0Sets 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.
816func_71901_avelocityToAddToEntity0Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d
817func_71902_asetBlockBoundsBasedOnState0Updates the blocks bounds based on its current state. Args: world, x, y, z
818func_71903_aonBlockActivated0Called upon block activation (right click on the block.)
819func_71904_agetExplosionResistance0Returns how much this block can resist explosions from the passed in entity.
820func_71905_asetBlockBounds0Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ
821func_71906_q_canSilkHarvest0Return true if a player with Silk Touch can harvest this block directly, and not its normal drops.
822func_71907_bsetTickRandomly0Sets whether this block type will receive random update ticks
823func_71908_agetPlayerRelativeBlockHardness0Gets the hardness of block at the given coordinates in the given world, relative to the ability of the given EntityPlayer.
824func_71909_aupdateBlockMetadata0called before onBlockPlacedBy by ItemBlock and ItemReed
825func_71910_aquantityDroppedWithBonus0Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
826func_71911_a_getSelectedBoundingBoxFromPool0Returns the bounding box of the wired rectangular prism to render.
827func_71912_psetRequiresSelfNotify0Blocks with this attribute will not notify all near blocks when it's metadata change. The default behavior is always notify every neightbor block when anything changes.
828func_71913_acanCollideCheck0Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
829func_71914_adropBlockAsItemWithChance0Drops the block items with a specified chance of dropping the specified items
830func_71915_egetMobilityFlag0Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
831func_71916_aisVecInsideYZBounds0Checks if a vector is within the Y and Z bounds of the block.
832func_71917_agetBlockName0
833func_71918_cgetBlocksMovement0
834func_71919_fsetBlockBoundsForItemRender0Sets the block's bounds for rendering it as an item
835func_71920_bcolorMultiplier0Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render.
836func_71921_aonBlockClicked0Called when the block is clicked by a player. Args: x, y, z, entityPlayer
837func_71922_aidPicked0only called by clickMiddleMouseButton , and passed to inventory.setCurrentItem (along with isCreative)
838func_71923_gdropXpOnBlockBreak0called by spawner, ore, redstoneOre blocks
839func_71924_disBlockSolid0Returns 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
840func_71925_aquantityDropped0Returns the quantity of items to drop on block destruction.
841func_71926_disOpaqueCube0Is 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.
842func_71927_honSetBlockIDWithMetaData0Called when this block is set (with meta data).
843func_71928_r_initializeBlock0This 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.
844func_71929_adropBlockAsItem_do0Spawns EntityItem in the world for the given ItemStack if the world is not remote.
845func_71930_bcanPlaceBlockAt0Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z
846func_71931_ttranslateBlockName0gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
847func_71932_iisNormalCube0
848func_71933_mgetBlockColor0
849func_71934_mgetBlockHardness0Returns the block hardness at a location. Args: world, x, y, z
850func_71935_lisCollidable0Returns if this block is collidable (only used by Fire). Args: x, y, z
851func_71936_bisVecInsideXZBounds0Checks if a vector is within the X and Z bounds of the block.
852func_71937_aonTimeChanged0Called when the time changes.
853func_72110_lupdatePistonState0handles attempts to extend or retract the piston.
854func_72111_acanPushBlock0returns true if the piston can push the specified block
855func_72112_icanExtend0checks to see if this piston could push the blocks in front of it.
856func_72113_eisIndirectlyPowered0checks the block to that side to see if it is indirectly powered.
857func_72114_fisExtended0Determine if the metadata is related to something powered.
858func_72115_jtryExtend0attempts to extend the piston. returns false if impossible.
859func_72116_bdetermineOrientation0gets the way this piston should face for that entity that placed it.
860func_72117_egetOrientation0returns an int which describes the direction the piston faces
861func_72118_ngetPistonExtensionTexture0Return 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.
862func_72120_nclearHeadTexture0
863func_72121_fgetDirectionMeta0
864func_72122_esetHeadTexture0
865func_72124_ncanSnowStay0Checks if this snow block can stay at this location.
866func_72125_lcanPlaceTorchOn0Gets if we can place a torch on a block.
867func_72126_ndropTorchIfCantStay0Tests 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
868func_72127_acheckForBurnout0
869func_72128_lisIndirectlyPowered0Returns true or false based on whether the block the torch is attached to is providing indirect power.
870func_72132_lremoveLeaves0
871func_72133_asetGraphicsLevel0Pass true to draw this block using fancy graphics, or false for fast graphics.
872func_72137_gisTrapdoorOpen0
873func_72138_aonPoweredBlockChange0
874func_72139_esetBlockBoundsForBlockRender0
875func_72140_jisValidSupportBlock0Checks 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.
876func_72141_elimitToValidMetadata0returns a number between 0 and 3
877func_72145_aplaySoundEffect0only of the conditions are right
878func_72146_enotifyNeighborOfChange0
879func_72147_lupdateTripWireState0
880func_72150_lcanVineStay0Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
881func_72151_ecanBePlacedOn0returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
882func_72153_fgetMetadataForBlockType0Returns 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.
883func_72154_egetPosingIdByMetadata0Gets the blockID of the block this block is pretending to be according to this block's metadata.
884func_72161_ecanThisPaneConnectToThisBlockID0Gets 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
885func_72162_ngetSideTextureIndex0Returns the texture index of the thin side of the pane.
886func_72165_eisEnderEyeInserted0checks if an ender eye has been inserted into the frame block. parameters: metadata
887func_72167_k_checkBlockCoordValid0Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus.
888func_72168_lupdateAndPropagateCurrentStrength0Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
889func_72169_fisPoweredOrRepeater0Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered.
890func_72170_egetMaxCurrentStrength0Returns 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)
891func_72171_acalculateCurrentChanges0
892func_72172_nnotifyWireNeighborsOfNeighborChange0Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
893func_72173_eisPowerProviderOrWire0Returns true if the block coordinate passed can provide power, or is a redstone wire.
894func_72176_lglow0The redstone ore glows.
895func_72177_nsparkle0The redstone ore sparkles.
896func_72179_aisPoweredBlockRail0Return true if the blocks passed is a power related rail.
897func_72180_d_isRailBlockAt0Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector).
898func_72181_arefreshTrackShape0Completely recalculates the track shape based on neighboring tracks
899func_72182_aisNeighborRailPowered0Powered minecart rail is conductive like wire, so check for powered neighbors
900func_72183_nisPowered0Returns true if the block is power related rail.
901func_72184_disRailBlock0Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector).
902func_72185_aisRailPassingPower0Returns true if the specified rail is passing power to its neighbor
903func_72187_esetStateIfMinecartInteractsWithRail0Update the detector rail power state if a minecart enter, stays or leave the block.
904func_72190_ltryToFall0If there is space to fall below will start this block falling
905func_72191_e_canFallBelow0Checks to see if the sand can fall into the block below it
906func_72193_lsetStateIfMobInteractsWithPlate0Checks 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.
907func_72195_lcheckIfAttachedToBlock0Checks 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.
908func_72196_dinvertMetadata0only used in ComponentScatteredFeatureJunglePyramid.addComponentParts"
909func_72198_f_getFlowDecay0Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid.
910func_72199_dgetFluidHeightPercent0Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid.
911func_72200_lcheckForHarden0Forces lava to check to see if it is colliding with water, and then decide what it should harden to.
912func_72201_jtriggerLavaMixEffects0Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
913func_72202_igetFlowVector0Returns a vector indicating the direction and intensity of fluid flow.
914func_72203_dgetEffectiveFlowDecay0Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
915func_72204_agetFlowDirection0the sin and cos of this number determine the surface gradient of the flowing block.
916func_72205_lupdateFlow0Updates the flow for the BlockFlowing object.
917func_72206_ngetOptimalFlowDirections0Returns 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.
918func_72207_pliquidCanDisplaceBlock0Returns true if the block at the coordinates can be displaced by the liquid.
919func_72208_oblockBlocksFlow0Returns true if block at coords blocks fluids
920func_72209_dcalculateFlowCost0calculateFlowCost(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.
921func_72210_iflowIntoBlock0flowIntoBlock(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.
922func_72211_egetSmallestFlowDecay0getSmallestFlowDecay(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.
923func_72215_lsetNotStationary0Changes the block ID to that of an updating fluid.
924func_72216_nisFlammable0Checks to see if the block is flammable.
925func_72217_dgetDirection0Returns the orentation value from the specified metadata
926func_72220_eignoreTick0
927func_72224_cisFenceGateOpen0Returns if the fence gate is open according to its metadata.
928func_72225_b_isBedOccupied0Return whether or not the bed is occupied.
929func_72226_bgetNearestEmptyChunkCoordinates0Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
930func_72227_nsetBounds0Set the bounds of the bed block.
931func_72228_asetBedOccupied0Sets whether or not the bed is occupied.
932func_72229_a_isBlockHeadOfBed0Returns whether or not this bed block is the head of the bed.
933func_72231_aonPoweredBlockChange0A function to open a door.
934func_72232_esetDoorRotation0
935func_72233_a_isDoorOpen0
936func_72234_b_getFullMetadata0Returns the full metadata value created by combining the metadata of both blocks the door takes up.
937func_72235_dgetDoorOrientation0Returns 0, 1, 2 or 3 depending on where the hinge is.
938func_72236_lfallIfPossible0Checks if the dragon egg can fall down, and if so, makes it fall.
939func_72237_nteleportNearby0Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
940func_72238_e_getBlockFromDye0Takes a dye damage value and returns the block damage value to match
941func_72239_dgetDyeFromBlock0Takes a block damage value and returns the dye damage value to match
942func_72240_dgetFullSlabName0Returns the slab block name with step type.
943func_72246_i_tryToCreatePortal0Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z
944func_72247_nisWaterNearby0returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)
945func_72248_lisCropsNearby0returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)
946func_72249_cisIdAFence0
947func_72250_dcanConnectFenceTo0Returns true if the specified block can be connected by a fence
948func_72251_lcanNeighborBurn0Returns true if at least one block next to this one can burn.
949func_72252_egetChanceToEncourageFire0Retrieves 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
950func_72253_asetBurnRate0Sets 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
951func_72254_ngetChanceOfNeighborsEncouragingFire0Gets the highest chance of a neighbor block encouraging this block to catch fire
952func_72255_atryToCatchBlockOnFire0
953func_72256_dcanBlockCatchFire0Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z
954func_72259_beatCakeSlice0Heals the player and removes a slice from the cake.
955func_72260_lgetOrientation0Get side which this button is facing.
956func_72261_nredundantCanPlaceBlockAt0This method is redundant, check it out...
957func_72262_ccheckFlowerChange0
958func_72263_d_canThisPlantGrowOnThisBlockID0Gets 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
959func_72264_lfertilizeStem0
960func_72265_dgetState0Returns 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.
961func_72266_ngetGrowthModifier0
962func_72268_eisSameSapling0Determines if the same sapling is present at the given location.
963func_72269_cgrowTree0Attempts to grow a sapling into a tree
964func_72271_cfertilizeMushroom0Fertilize the mushroom.
965func_72272_c_fertilize0Apply bonemeal to the crops.
966func_72273_lgetGrowthRate0Gets 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
967func_72274_acreateNewTileEntity0each class overrdies this to return a new <className>
968func_72276_j_ejectRecord0Ejects the current record inside of the jukebox.
969func_72277_einsertRecord0Inserts the given record into the JukeBox.
970func_72280_lsetDispenserDefaultDirection0sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
971func_72281_cdispenseItem0dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
972func_72282_adispenseEntityFromStack0
973func_72283_aspawnEntityWithAction0arrows are fired, eggs are thrown, buckets create liquid blocks ...
974func_72285_lsetDefaultDirection0set a blocks direction
975func_72286_aupdateFurnaceBlockState0Update which block ID the furnace is using depending on whether or not it is burning
976func_72290_b_unifyAdjacentChests0Turns the adjacent chests to a double chest.
977func_72291_lisThereANeighborChest0Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z
978func_72292_nisOcelotBlockingChest0Looks for a sitting ocelot within certain bounds. Such an ocelot is considered to be blocking access to the chest.
979func_72295_dgetTileEntityAtLocation0gets the piston tile entity at the specified location
980func_72296_bgetAxisAlignedBB0
981func_72297_agetTileEntity0gets a new TileEntityPiston created with the arguments provided.
982func_72298_acleanPool0Marks the pool as "empty", starting over when adding new entries. If this is called maxNumCleans times, the list size is reduced
983func_72299_aaddOrModifyAABBInPool0Adds a AABB to the pool, or if there is an available AABB, updates an existing AABB entry to specified coordinates
984func_72300_bclearPool0Clears the AABBPool
985func_72314_bexpand0Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
986func_72315_cisVecInXZ0Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
987func_72316_acalculateXOffset0if 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.
988func_72317_doffset0Offsets the current bounding box by the specified coordinates. Args: x, y, z
989func_72318_aisVecInside0Returns if the supplied Vec3D is completely inside the bounding box
990func_72319_disVecInXY0Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
991func_72320_bgetAverageEdgeLength0Returns the average length of the edges of the bounding box.
992func_72321_aaddCoord0Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z
993func_72322_ccalculateZOffset0if 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.
994func_72323_bcalculateYOffset0if 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.
995func_72324_bsetBounds0Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ
996func_72325_cgetOffsetBoundingBox0Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
997func_72326_aintersectsWith0Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
998func_72327_acalculateIntercept0
999func_72328_csetBB0Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
1000func_72329_ccopy0Returns a copy of the bounding box.
1001func_72330_agetBoundingBox0Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ
1002func_72331_econtract0Returns a bounding box that is inset by the specified amounts
1003func_72332_agetAABBPool0Gets the ThreadLocal AABBPool
1004func_72333_bisVecInYZ0Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
1005func_72341_acreateNewDefaultPool0
1006func_72343_aclear0will truncate the array everyN clears to the maximum size observed since the last truncation
1007func_72344_bclearAndFreeCache0
1008func_72345_agetVecFromPool0extends the pool if all vecs are currently "out"
1009func_72352_lgetMaxPlayers0
1010func_72353_eareCommandsAllowed0
1011func_72354_bsendTimeAndRainingToPlayer0
1012func_72355_ainitializeConnectionToPlayer0
1013func_72356_atransferPlayerToDimension0
1014func_72357_asetGameType0
1015func_72359_haddToWhiteList0Add the specified player to the white list.
1016func_72360_cremoveOp0This removes a username from the ops list, then saves the op list
1017func_72361_fgetPlayerForUsername0
1018func_72362_jloadWhiteList0Either does nothing, or calls readWhiteList.
1019func_72363_fgetBannedIPs0
1020func_72365_pgetServerInstance0
1021func_72366_acreatePlayerForUser0also checks for multiple logins
1022func_72368_arespawnPlayer0creates 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
1023func_72369_dgetAllUsernames0
1024func_72370_disAllowedToLogin0Determine if the player is allowed to connect based on current server settings.
1025func_72371_asetWhiteListEnabled0
1026func_72372_agetEntityViewDistance0
1027func_72373_mgetAvailablePlayerDat0returns a list of usernames for which playerData is available
1028func_72374_bsendPlayerInfoToAllPlayers0sends 1 player per tick, but only sends a player once every 600 ticks
1029func_72376_igetNamesWhiteList0
1030func_72378_qgetTagsFromLastWrite0gets the tags created in the last writePlayerData call
1031func_72379_iremoveFromWhitelist0Remove the specified player from the whitelist.
1032func_72382_jgetPlayerList0
1033func_72383_nisWhiteListEnabled0
1034func_72384_asendPacketToAllPlayers0
1035func_72385_fsyncPlayerInventory0sends the players inventory to himself
1036func_72386_baddOp0This adds a username to the ops list, then saves the op list
1037func_72387_bsetCommandsAllowedForAll0Sets whether all players are allowed to use commands (cheats) on the server.
1038func_72388_hgetIPWhiteList0
1039func_72389_gsaveAllPlayerData0
1040func_72390_egetBannedPlayers0
1041func_72391_bwritePlayerData0also stores the NBTTags if this is an intergratedPlayerList
1042func_72392_rremoveAllPlayers0kicks everyone with the "Server closed"
1043func_72393_asendToAllNear0params: 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)
1044func_72394_kgetPlayerListSize0
1045func_72395_ogetViewDistance0Gets the View Distance.
1046func_72396_asendPacketToAllPlayersInDimension0
1047func_72397_asendToAllNearExcept0params: 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
1048func_72399_aallowUserToConnect0checks ban-lists, then white-lists, then space for the server. Returns null on success, or an error message
1049func_72415_sgetIntegratedServer0get the associated Integrated Server
1050func_72417_tloadOpsList0
1051func_72418_vreadWhiteList0
1052func_72419_usaveOpsList0
1053func_72420_sgetDedicatedServerInstance0
1054func_72421_wsaveWhiteList0
1055func_72429_bgetIntermediateWithXValue0Returns 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.
1056func_72430_bdotProduct0
1057func_72431_ccrossProduct0Returns a new vector with the result of this vector x the specified vector.
1058func_72432_bnormalize0Normalizes the vector to a length of 1 (except if it is the zero vector)
1059func_72433_clengthVector0Returns the length of the vector.
1060func_72434_dgetIntermediateWithZValue0Returns 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.
1061func_72435_cgetIntermediateWithYValue0Returns 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.
1062func_72436_esquareDistanceTo0The square of the Euclidean distance between this and the specified vector.
1063func_72437_agetVec3Pool0
1064func_72438_ddistanceTo0Euclidean distance between this and the specified vector, returned as double.
1065func_72439_bsetComponents0Sets the x,y,z components of the vector as specified.
1066func_72440_arotateAroundX0Rotates the vector around the x axis by the specified angle.
1067func_72441_caddVector0Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
1068func_72442_brotateAroundY0Rotates the vector around the y axis by the specified angle.
1069func_72443_acreateVectorHelper0Static 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.
1070func_72444_asubtract0Returns a new vector with the result of the specified vector minus this.
1071func_72445_dsquareDistanceTo0The square of the Euclidean distance between this and the vector of x,y,z components passed in.
1072func_72446_crotateAroundZ0Rotates the vector around the z axis by the specified angle.
1073func_72452_ahandleRemoveEntityEffect0Handle a remove entity effect packet.
1074func_72453_ahandleMapChunks0
1075func_72454_ahandleBlockEvent0
1076func_72455_ahandleLogin0
1077func_72456_ahandleBlockChange0
1078func_72457_ahandleLevelSound0
1079func_72458_ahandleClientCommand0
1080func_72459_ahandlePickupSpawn0
1081func_72460_ahandleSleep0
1082func_72461_ahandleAutoComplete0
1083func_72462_ahandleDoorChange0
1084func_72463_ahandleMapChunk0Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
1085func_72464_ahandleCreativeSetSlot0Handle a creative slot packet.
1086func_72465_ahandleBlockDestroy0
1087func_72466_ahandleSpawnPosition0
1088func_72467_ahandleServerPing0Handle a server ping packet.
1089func_72468_ahandleTileEntityData0
1090func_72469_bcanProcessPackets0packet.processPacket is only called if this returns true
1091func_72470_ahandleServerAuthData0
1092func_72471_ahandlePlayerAbilities0Handle a player abilities packet.
1093func_72472_ahandlePlace0
1094func_72473_ahandleEntityAction0runs registerPacket on the given Packet19EntityAction
1095func_72474_ahandleCloseWindow0
1096func_72475_ahandleCollect0
1097func_72476_ahandleTransaction0
1098func_72477_ahandleKeepAlive0Handle a keep alive packet.
1099func_72478_ahandleEntityHeadRotation0
1100func_72479_ahandleEnchantItem0
1101func_72480_ahandlePlayerInfo0Handle a player information packet.
1102func_72481_ahandleChat0
1103func_72482_ahandleEntity0
1104func_72483_ahandleRespawn0respawns the player
1105func_72484_ahandleAttachEntity0Packet handler
1106func_72485_ahandleEntityStatus0Packet handler
1107func_72486_ahandleWindowItems0
1108func_72487_ahandleUpdateSign0Updates Client side signs
1109func_72488_ahandleBed0
1110func_72489_aisServerHandler0determine if it is a server handler
1111func_72490_ahandleSetSlot0
1112func_72491_ahandleDestroyEntity0
1113func_72492_ahandleKickDisconnect0
1114func_72493_ahandleEntityMetadata0Packet handler
1115func_72494_ahandleMapData0Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
1116func_72495_ahandleEntityPainting0Packet handler
1117func_72496_ahandleMultiBlockChange0
1118func_72497_ahandleUpdateTime0
1119func_72498_ahandleFlying0
1120func_72499_ahandleExplosion0
1121func_72500_ahandleClientProtocol0
1122func_72501_ahandleCustomPayload0
1123func_72502_ahandleBlockItemSwitch0
1124func_72503_ahandleEntityEffect0Handle an entity effect packet.
1125func_72504_ahandleClientInfo0
1126func_72505_ahandleUpdateProgressbar0
1127func_72506_ahandlePlayerInventory0
1128func_72507_ahandleUseEntity0
1129func_72508_ahandleWeather0Handles weather packet
1130func_72509_aregisterPacket0
1131func_72510_ahandleBlockDig0
1132func_72511_ahandleVehicleSpawn0
1133func_72512_ahandleEntityTeleport0
1134func_72513_ahandleSharedKey0
1135func_72514_ahandleEntityExpOrb0Handle a entity experience orb packet.
1136func_72515_ahandleErrorMessage0
1137func_72516_ahandleOpenWindow0
1138func_72517_ahandleStatistic0runs registerPacket on the given Packet200Statistic
1139func_72518_ahandleNamedEntitySpawn0
1140func_72519_ahandleMobSpawn0
1141func_72520_ahandleEntityVelocity0Packet handler
1142func_72521_ahandleUpdateHealth0Recieves player health from the server and then proceeds to set it locally on the client.
1143func_72522_ahandleExperience0Handle an experience packet.
1144func_72523_ahandleWindowClick0
1145func_72524_ahandleAnimation0
1146func_72527_araiseErrorAndDisconnect0
1147func_72528_egetUsernameAndAddress0
1148func_72529_dinitializePlayerConnection0on success the specified username is connected to the minecraftInstance, otherwise they are packet255'd
1149func_72532_ctryLogin0Logs the user in if a login packet is found, otherwise keeps processing network packets unless the timeout has occurred.
1150func_72545_agetEntityByID0
1151func_72546_bquitWithPacket0
1152func_72547_ccleanup0sets netManager and worldClient to null
1153func_72548_fgetNetManager0Return the NetworkManager instance used by this NetClientHandler
1154func_72551_dprocessReadPackets0Processes the packets that have been read since the last call to this function.
1155func_72552_caddToSendQueue0Adds the packet to the send queue
1156func_72553_edisconnect0Disconnects the network connection.
1157func_72565_ckickPlayerFromServer0
1158func_72567_bsendPacketToPlayer0addToSendQueue. if it is a chat packet, check before sending it
1159func_72568_epacketSize0returns 0 for memoryMapped connections
1160func_72569_asetPlayerLocation0
1161func_72570_dnetworkTick0run once each game tick
1162func_72675_dgetStepSound0Used when a entity walks over, or otherwise interacts with the block.
1163func_72676_agetBreakSound0Used when a block breaks, EXA: Player break, Shep eating grass, etc..
1164func_72677_bgetVolume0
1165func_72678_cgetPitch0
1166func_72682_cgetChunkWatchersWithPlayers0
1167func_72687_aflagChunkForUpdate0the "PlayerInstance"/ chunkWatcher will send this chunk to all players who are in line of sight
1168func_72688_agetWorldServer0
1169func_72689_bgetChunkWatchers0
1170func_72690_agetOrCreateChunkWatcher0
1171func_72692_agetWorldServer0
1172func_72694_aisPlayerWatchingChunk0
1173func_72702_aplayRecord0Plays the specified record. Arg: recordName, x, y, z
1174func_72703_aobtainEntitySkin0Start the skin for this entity downloading, if necessary, and increment its reference counter
1175func_72704_aplaySound0Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
1176func_72705_adestroyBlockPartially0Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
1177func_72706_aplayAuxSFX0Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
1178func_72707_amarkBlockRangeNeedsUpdate0Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ
1179func_72708_aspawnParticle0Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
1180func_72709_breleaseEntitySkin0Decrement the reference counter for this entity's skin image data
1181func_72710_amarkBlockNeedsUpdate0Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z
1182func_72711_bmarkBlockNeedsUpdate20As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
1183func_72712_aloadRenderers0Loads all the renderers and sets up the basic settings usage
1184func_72713_arenderEntities0Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime
1185func_72714_arenderSky0Renders the sky with the partial tick time. Args: partialTickTime
1186func_72715_adrawOutlinedBoundingBox0Draws lines for the edges of the bounding box.
1187func_72716_aupdateRenderers0Updates some of the renderers sorted by distance from the player
1188func_72717_adrawBlockDamageTexture0
1189func_72718_brenderClouds0
1190func_72719_asortAndRender0Sorts all renderers based on the passed in entity. Args: entityLiving, renderPass, partialTickTime
1191func_72720_acheckOcclusionQueryResult0
1192func_72722_cmarkRenderersForNewPosition0Goes through all the renderers setting new positions on them and those that have their position changed are adding to be updated
1193func_72723_dgetDebugInfoEntities0Gets the entities info for use on the Debug screen
1194func_72724_arenderSortedRenderers0Renders the sorted renders for the specified render pass. Args: startRenderer, numRenderers, renderPass, partialTickTime
1195func_72725_bmarkBlocksForUpdate0Marks the blocks in the given range for update
1196func_72727_adrawBlockBreaking0
1197func_72729_aclipRenderersByFrustum0Checks 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
1198func_72730_grenderStars0
1199func_72731_bdrawSelectionBox0Draws the selection box for the player. Args: entityPlayer, rayTraceHit, i, itemStack, partialTickTime
1200func_72732_asetWorldAndLoadRenderers0set null to clear
1201func_72733_arenderAllRenderLists0Render all render lists
1202func_72734_eupdateClouds0
1203func_72735_cgetDebugInfoRenders0Gets the render info for use on the Debug screen
1204func_72736_crenderCloudsFancy0Renders the 3d fancy clouds
1205func_72784_asendPacketToAllPlayersTrackingEntity0does not send the packet to the entity if the entity is a player
1206func_72785_aaddEntityToTracker0
1207func_72786_aaddEntityToTracker0if entity is a player sends all tracked events to the player, otherwise, adds with a visibility and update arate based on the class type
1208func_72787_aremoveAllTrackingPlayers0
1209func_72788_aprocessOutstandingEntries0
1210func_72789_bsendPacketToAllAssociatedPlayers0sends to the entity if the entity is a player
1211func_72790_bremoveEntityFromAllTrackingPlayers0
1212func_72791_aaddEntityToTracker0
1213func_72796_pgetBlockTileEntity0Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists
1214func_72797_tdoesBlockHaveSolidTopSurface0Returns true if the block at the given coordinate has a solid (buildable) top surface.
1215func_72798_agetBlockId0Returns the block ID at coords x,y,z
1216func_72799_cisAirBlock0Returns true if the block at the specified coordinates is empty
1217func_72800_KgetHeight0Returns current world height.
1218func_72801_ogetLightBrightness0Returns 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
1219func_72802_igetLightBrightnessForSkyBlocks0Any Light rendered on a 1.8 Block goes through here
1220func_72803_fgetBlockMaterial0Returns the block's material.
1221func_72804_risBlockOpaqueCube0Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
1222func_72805_ggetBlockMetadata0Returns the block metadata at coords x,y,z
1223func_72806_NextendedLevelsInChunkCache0set by !chunk.getAreLevelsEmpty
1224func_72807_agetBiomeGenForCoords0Gets the biome for a given set of x/z coordinates
1225func_72808_jgetBrightness0
1226func_72809_sisBlockNormalCube0Indicate if a material is a normal solid opaque cube.
1227func_72810_agetSkyBlockTypeBrightness0Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1228func_72811_bgetLightValue0Gets the light value of the specified block coords. Args: x, y, z
1229func_72812_bgetSpecialBlockBrightness0is only used on stairs and tilled fields
1230func_72813_agetLightValueExt0Get light value with flag
1231func_72819_igetWeightedThunderStrength0
1232func_72820_DgetWorldTime0
1233func_72821_mnotifyBlockOfNeighborChange0Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID
1234func_72822_bsetBlock0Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID
1235func_72823_asetItemData0Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
1236func_72824_fdrawClouds0
1237func_72825_hgetTopSolidOrLiquidBlock0Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z
1238func_72826_cgetCelestialAngle0calls calculateCelestialAngle
1239func_72827_ugetProviderName0Returns the name of the current chunk provider, by calling chunkprovider.makeString()
1240func_72828_bunloadEntities0Adds a list of entities to be unloaded on the next pass of World.updateEntities()
1241func_72829_cisAABBNonEmpty0Returns true if there are any blocks in the region constrained by an AxisAlignedBB
1242func_72830_bisAABBInMaterial0checks if the given AABB is in the material given. Used while swimming.
1243func_72831_arayTraceBlocks_do_do0
1244func_72832_dsetBlockAndMetadataWithNotify0Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata
1245func_72833_agetSkyColor0Calculates the color for the skybox
1246func_72834_ccanBlockFreeze0checks 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
1247func_72835_btick0Runs a single tick for the world
1248func_72836_ascheduleBlockUpdate0Schedules a tick to a block with a delay (Most commonly the tick rate)
1249func_72837_asetBlockTileEntity0Sets the TileEntity for a given block in X, Y, Z coordinates
1250func_72838_dspawnEntityInWorld0Called to place all entities as part of a world
1251func_72839_bgetEntitiesWithinAABBExcludingEntity0Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb
1252func_72840_agetAllCollidingBoundingBoxes0calculates and returns a list of colliding bounding boxes within a given AABB
1253func_72841_bgetUniqueDataId0Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
1254func_72842_agetBlockDensity0Gets the percentage of real blocks within within a bounding box, along a specified vector.
1255func_72843_DsetRandomSeed0puts the World Random seed to a specific state dependant on the inputs
1256func_72844_agetEntityPathToXYZ0
1257func_72845_hmarkBlockNeedsUpdate0Marks the block as needing an update with the renderer. Args: x, y, z
1258func_72846_bgetClosestVulnerablePlayer0Returns the closest vulnerable player within the given radius, or null if none is found.
1259func_72847_breleaseEntitySkin0Decrement the reference counter for this entity's skin image data
1260func_72848_bremoveWorldAccess0Removes a worldAccess from the worldAccesses object
1261func_72849_agetBlockLightValue_do0Gets 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)
1262func_72850_visBlockFreezableNaturally0checks to see if a given block is both water and has at least one immediately adjacent non-water block
1263func_72851_fnotifyBlockChange0The block type change and need to notify other systems Args: x, y, z, blockID
1264func_72852_aaddTileEntity0
1265func_72853_dgetMoonPhase0
1266func_72854_cupdateAllPlayersSleepingFlag0Updates the flag that indicates whether or not all players in the world are sleeping.
1267func_72855_bcheckIfAABBIsClear0Returns true if there are no solid, live entities in the specified AxisAlignedBB
1268func_72856_bgetClosestVulnerablePlayerToEntity0Returns the closest vulnerable player to this entity within the given radius, or null if none is found
1269func_72857_afindNearestEntityWithinAABB0
1270func_72858_wcanSnowAt0Tests whether or not snow can be placed at a given location
1271func_72859_esetBlockWithNotify0Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
1272func_72860_GgetSaveHandler0Returns this world's current save handler
1273func_72861_EgetSpawnPoint0Returns the coordinates of the spawn point
1274func_72862_imarkBlockAsNeedsUpdate0calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
1275func_72863_FgetChunkProvider0gets the IChunkProvider this world uses.
1276func_72864_zisBlockIndirectlyGettingPowered0Used 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
1277func_72865_agetPathEntityToEntity0
1278func_72866_aupdateEntityWithOptionalForce0Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate
1279func_72867_jgetRainStrength0Not sure about this actually. Reverting this one myself.
1280func_72868_aaddLoadedEntities0adds entities to the loaded entities list, and loads thier skins.
1281func_72869_aspawnParticle0Spawns a particle. Args particleName, x, y, z, velX, velY, velZ
1282func_72870_gupdateEntity0Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
1283func_72871_yisBlockGettingPowered0Whether one of the neighboring blocks is putting power into this block. Args: x, y, z
1284func_72872_agetEntitiesWithinAABB0Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb
1285func_72873_adoChunksNearChunkExist0Checks if any of the chunks within distance (argument 4) blocks of the given block exist
1286func_72874_ggetPrecipitationHeight0Gets the height to which rain/snow will fall. Calculates it if not already stored.
1287func_72875_aisMaterialInBB0Returns true if the given bounding box contains the given material
1288func_72876_acreateExplosion0Creates an explosion. Args: entity, x, y, z, strength
1289func_72877_bsetWorldTime0Sets the world time.
1290func_72878_lisBlockIndirectlyProvidingPowerTo0Is a block next to you getting powered (if its an attachable block) or is it providing power directly to you. Args: x, y, z, direction
1291func_72879_kisBlockProvidingPowerTo0Is this block powering in the specified direction Args: x, y, z, direction
1292func_72880_hgetStarBrightness0How bright are stars in the sky
1293func_72881_dsetBlockMetadata0Set the metadata of a block in global coordinates
1294func_72882_AsendQuittingDisconnectingPacket0If on MP, sends a quitting packet.
1295func_72883_kgetFullBlockLightValue0Does the same as getBlockLightValue_do but without checking if its not a normal block
1296func_72884_uisBlockFreezable0checks to see if a given block is both water and is cold enough to freeze
1297func_72885_anewExplosion0returns a new explosion. Does initiation (at time of writing Explosion is not finished)
1298func_72886_aextinguishFire0If the block in the given direction of the given coordinate is fire, extinguish it. Args: Player, X,Y,Z, blockDirection
1299func_72887_bisBlockNormalCubeDefault0Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter.
1300func_72888_fdestroyBlockInWorldPartially0Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
1301func_72889_aplayAuxSFXAtEntity0See description for playAuxSFX.
1302func_72890_agetClosestPlayerToEntity0Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist
1303func_72891_asetAllowedSpawnTypes0Set which types of mobs are allowed to spawn (peaceful vs hostile).
1304func_72892_bscheduleBlockUpdateFromLoad0Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
1305func_72893_gtickBlocksAndAmbiance0plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
1306func_72894_ksetRainStrength0
1307func_72895_fcomputeBlockLightValue0
1308func_72896_JisRaining0Returns true if the current rain strength is greater than 0.2
1309func_72897_hjoinEntityInSurroundings0spwans an entity and loads surrounding chunks
1310func_72898_hnotifyBlocksOfNeighborChange0Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID
1311func_72899_eblockExists0Returns whether a block exists at world coordinates x, y, z
1312func_72900_esetEntityDead0Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list. Called by the playerLoggedOut function.
1313func_72901_arayTraceBlocks_do0
1314func_72903_xsetActivePlayerChunksAndCheckLight0
1315func_72904_ccheckChunksExist0Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
1316func_72905_CgetSeed0Retrieve the world seed from level.dat
1317func_72906_BcheckSessionLock0Checks whether the session lock file was modified by another process
1318func_72907_acountEntities0Counts how many entities of an entity class exist in the world. Args: entityClass
1319func_72908_aplaySoundEffect0Play 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.
1320func_72909_dmarkBlocksDirty0
1321func_72910_ygetLoadedEntityList0Accessor for world Loaded Entity List
1322func_72911_IisThundering0Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
1323func_72912_HgetWorldInfo0Gets the World's WorldInfo instance
1324func_72913_wtoggleRain0
1325func_72914_aaddWorldInfoToCrashReport0Adds some basic stats of the world to the given crash report.
1326func_72915_bsetLightValue0Sets 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
1327func_72916_cchunkExists0Returns whether a chunk exists at chunk coordinates x, y
1328func_72917_acheckIfAABBIsClearExcludingEntity0Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
1329func_72918_ahandleMaterialAcceleration0handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
1330func_72919_OgetHorizon0Returns horizon height for use in rendering the sky.
1331func_72920_agetPendingBlockUpdates0
1332func_72921_csetBlockMetadataWithNotify0Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata
1333func_72922_bgetFirstUncoveredBlock0Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards.
1334func_72923_aobtainEntitySkin0Start the skin for this entity downloading, if necessary, and increment its reference counter
1335func_72924_agetPlayerEntityByName0Find a player by name in this world.
1336func_72925_agetSkyBlockTypeBrightness0Brightness for SkyBlock.Sky is clear white and (through color computing it is assumed) DEPENDENT ON DAYTIME. Brightness for SkyBlock.Block is yellowish and independent.
1337func_72926_eplayAuxSFX0See description for func_72706_a.
1338func_72927_dblockHasTileEntity0Checks if a block at a given position should have a tile entity.
1339func_72928_amarkTileEntityForDespawn0adds tile entity to despawn list (renamed from markEntityForDespawn)
1340func_72929_egetCelestialAngleRadians0Return getCelestialAngle()*2*PI
1341func_72930_asetBlockAndMetadataWithUpdate0Sets the block ID and metadata of a block, optionally marking it as needing update. Args: X,Y,Z, blockID, metadata, needsUpdate
1342func_72931_acanPlaceEntityOnSide0Returns true if the given Entity can be placed on the given side of the given block position.
1343func_72932_qremoveBlockTileEntity0Removes the TileEntity for a given block in X,Y,Z coordinates
1344func_72933_arayTraceBlocks0ray traces all blocks, including non-collideable ones
1345func_72934_aplayRecord0Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z
1346func_72935_risDaytime0Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
1347func_72936_cupdateLightByType0
1348func_72937_jcanBlockSeeTheSky0Checks if the specified block is able to see the sky
1349func_72938_dgetChunkFromBlockCoords0Returns a chunk looked up by block coordinates. Args: x, z
1350func_72939_supdateEntities0Updates (and cleans up) entities and tile entities
1351func_72940_LgetActualHeight0Returns current world height.
1352func_72941_amoodSoundAndLightCheck0
1353func_72942_caddWeatherEffect0adds a lightning bolt to the list of lightning bolts in this world.
1354func_72943_aloadItemData0Loads 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
1355func_72944_bupdateTileEntityChunkAndDoNothing0marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
1356func_72945_agetCollidingBoundingBoxes0Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb
1357func_72946_bfindClosestStructure0Returns the location of the closest structure of the specified type. If not found returns null.
1358func_72947_acalculateInitialWeather0Called from World constructor to set rainingStrength and thunderingStrength
1359func_72948_ggetFogColor0Returns vector(ish) with R/G/B for fog
1360func_72949_acomputeSkyLightValue0
1361func_72950_AsetSpawnLocation0
1362func_72951_BcanLightningStrikeAt0
1363func_72952_bgetBlockLightOpacity0
1364func_72953_disAnyLiquid0Returns if any of the blocks within the aabb are liquids. Args: aabb
1365func_72954_aaddWorldAccess0Adds a IWorldAccess to the list of worldAccesses
1366func_72955_atickUpdates0Runs through the list of updates to run and ticks them
1367func_72956_aplaySoundAtEntity0Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
1368func_72957_lgetBlockLightValue0Gets the light value of a block location
1369func_72958_CisBlockHighHumidity0Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high
1370func_72959_qgetWorldChunkManager0
1371func_72960_asetEntityState0sends a Packet 38 (Entity Status) to all tracked players of that entity
1372func_72961_csetBlockAndMetadata0Sets the block ID and metadata of a block in global coordinates
1373func_72962_acanMineBlock0Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
1374func_72963_ainitialize0
1375func_72964_egetChunkFromChunkCoords0Returns back a chunk looked up by chunk coordinates Args: x, y
1376func_72965_baddBlockEvent0Adds 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
1377func_72966_vcalculateInitialSkylight0Called on construction of the World class to setup the initial skylight values
1378func_72967_acalculateSkylightSubtracted0Returns the amount of skylight subtracted for the current time
1379func_72968_MupdatingLighting0Updates lighting. Returns true if there are more lighting updates to update
1380func_72969_xupdateAllLightTypes0
1381func_72970_hcreateChunkProvider0Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
1382func_72972_bgetSavedLightValue0Returns 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.
1383func_72973_fremoveEntity0
1384func_72974_fsetSpawnLocation0Sets a new spawn location by finding an uncovered block at a random (x,z) location in the chunk.
1385func_72975_gmarkBlocksDirtyVertical0marks a vertical line of blocks as dirty
1386func_72976_fgetHeightValue0Returns the y coordinate with a block in it at this x, z coordinate
1387func_72977_agetClosestPlayer0Gets 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
1388func_72978_eisBoundingBoxBurning0Returns whether or not the given bounding box is on fire or not
1389func_72979_lupdateWeather0Updates all weather states.
1390func_72980_bplaySound0par8 is loudness, all pars passed to minecraftInstance.sndManager.playSound
1391func_72981_tgetDebugLoadedEntities0This string is 'All: (number of loaded entities)' Viewable by press ing F3
1392func_73022_aremoveAllEntities0also releases skins.
1393func_73023_gsetBlockAndMetadataAndInvalidate0
1394func_73024_agetEntityByID0Lookup and return an Entity based on its ID
1395func_73025_adoPreChunk0
1396func_73026_agetEntityList0
1397func_73027_aaddEntityToWorld0Add an ID to Entity mapping to entityHashSet
1398func_73028_bremoveEntityFromWorld0
1399func_73030_bgetEntitySpawnQueue0
1400func_73031_ainvalidateBlockReceiveRegion0Invalidates 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.
1401func_73039_ngetEntityTracker0Gets the EntityTracker
1402func_73040_pgetPlayerManager0
1403func_73041_kflush0Syncs all changes to disk and wait for completion.
1404func_73042_asaveLevel0Saves the chunks to disk.
1405func_73043_aonBlockEventReceived0Called to apply a pending BlockEvent to apply to the current world.
1406func_73044_asaveAllChunks0Saves all chunks to disk while updating progress bar.
1407func_73045_agetEntityByID0Returns the Entity with the given ID, or null if it doesn't exist in this World.
1408func_73046_mgetMinecraftServer0Gets the MinecraftServer.
1409func_73047_icreateBonusChest0Creates the bonus chest in the world.
1410func_73048_asetTime0Sets the time on the given WorldServer
1411func_73049_agetAllTileEntityInBox0pars: min x,y,z , max x,y,z
1412func_73050_buncheckedUpdateEntity0direct call to super.updateEntityWithOptionalForce
1413func_73051_PresetRainAndThunder0
1414func_73052_bcreateSpawnPosition0creates a spawn position at random within 256 blocks of 0,0
1415func_73053_dwakeAllPlayers0
1416func_73054_jgetEntrancePortalLocation0
1417func_73055_QsendAndApplyBlockEvents0Send and apply locally all pending BlockEvents to each player with 64m radius of the event.
1418func_73056_eareAllPlayersAsleep0
1419func_73057_aspawnRandomCreature0only spawns creatures allowed by the chunkProvider
1420func_73073_cdestroyBlockInWorldPartially0note: this ignores the pars passed in and continues to destroy the onClickedBlock
1421func_73074_aonBlockClicked0if 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
1422func_73076_asetGameType0
1423func_73077_binitializeGameType0if the gameType is currently NOT_SET then change it to par1
1424func_73078_aactivateBlockOrUseItem0Activate the clicked on block, otherwise use the held item. Args: player, world, itemStack, x, y, z, side, xOffset, yOffset, zOffset
1425func_73079_dremoveBlock0Removes a block and triggers the appropriate events
1426func_73080_asetWorld0Sets the world instance.
1427func_73081_bgetGameType0
1428func_73082_auncheckedTryHarvestBlock0
1429func_73083_disCreative0
1430func_73084_btryHarvestBlock0Attempts to harvest a block at the given coordinate
1431func_73085_atryUseItem0Attempts to right-click use an item by the given EntityPlayer in the given World
1432func_73101_esendDemoReminder0Sends a message to the player reminding them that this is the demo version
1433func_73116_bsendPacketToAllAssociatedPlayers0if this is a player, then it recieves the message also
1434func_73117_btryStartWachingThis0if the player is more than the distance threshold (typically 64) then the player is removed instead
1435func_73118_aremoveFromWatchingList0
1436func_73119_ainformAllAssociatedPlayersOfItemDestruction0
1437func_73120_asendPacketToAllTrackingPlayers0if this is a player, then it is not informed
1438func_73121_disPlayerWatchingThisChunk0
1439func_73122_asendLocationToAllClients0also sends velocity, rotation, and riding info.
1440func_73123_cremovePlayerFromTracker0
1441func_73124_bgetPacketForThisEntity0
1442func_73125_bsendEventsToPlayers0
1443func_73148_dmakeString0Converts the instance data to a readable string.
1444func_73149_achunkExists0Checks to see if a chunk exists at x, y
1445func_73150_afindClosestStructure0Returns the location of the closest structure of the specified type. If not found returns null.
1446func_73151_asaveChunks0Two 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.
1447func_73152_egetLoadedChunkCount0
1448func_73153_apopulate0Populates chunk with ores etc etc
1449func_73154_dprovideChunk0Will 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
1450func_73155_agetPossibleCreatures0Returns a list of creatures of the specified type that can spawn at the given location.
1451func_73156_bunload100OldestChunks0Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
1452func_73157_ccanSave0Returns if the IChunkProvider supports saving.
1453func_73158_cloadChunk0loads or generates the chunk at the chunk location specified
1454func_73159_agenerate0
1455func_73164_ainitializeNoiseField0generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1456func_73165_agenerateNetherTerrain0Generates the shape of the terrain in the nether.
1457func_73166_breplaceBlocksForBiome0name based on ChunkProviderGenerate
1458func_73187_ainitializeNoiseField0generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1459func_73188_breplaceBlocksForBiome0
1460func_73189_agenerateTerrain0
1461func_73205_ainitializeNoiseField0generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
1462func_73206_agenerateTerrain0Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
1463func_73207_areplaceBlocksForBiome0Replaces the stone that was placed in with blocks that match the biome
1464func_73234_bunloadChunk0Unload chunk from ChunkProviderClient's hashmap. Called in response to a Packet50PreChunk with its mode field set to false
1465func_73239_esafeLoadChunk0used by loadChunk, but catches any exceptions if the load fails.
1466func_73240_aunloadAllChunks0marks all chunks for unload, ignoring those near the spawn
1467func_73241_bunloadChunksIfNotNearSpawn0marks 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
1468func_73242_bsafeSaveChunk0used by saveChunks, but catches any exceptions if the save fails.
1469func_73243_asafeSaveExtraChunkData0used by saveChunks, but catches any exceptions if the save fails.
1470func_73252_bsendThisChunkToPlayer0
1471func_73253_agetChunkLocation0
1472func_73254_asendChunkUpdate0
1473func_73255_aaddPlayerToChunkWatchingList0called for all chunks within the visible radius of the player
1474func_73256_asendToAllPlayersWatchingChunk0
1475func_73257_asendTileToAllPlayersWatchingChunk0
1476func_73258_bgetPlayersInChunk0
1477func_73259_aflagChunkForUpdate0
1478func_73266_awritePacket0Writes a packet, prefixed by its ID, to the data stream.
1479func_73267_areadPacketData0Abstract. Reads the raw packet data from the data stream.
1480func_73268_acontainsSameEntityIDAs0eg return packet30entity.entityId == entityId; WARNING : will throw if you compare a packet to a different packet class
1481func_73269_dgetNewPacket0Returns a new instance of the specified Packet class.
1482func_73270_awriteItemStack0Writes the ItemStack's ID (short), then size (byte), then damage. (short)
1483func_73271_awriteString0Writes a String to the DataOutputStream
1484func_73272_areadPacket0Read a packet, prefixed by its ID, from the data stream.
1485func_73273_awritePacketData0Abstract. Writes the raw packet data to the data stream.
1486func_73274_awriteByteArray0Writes a byte array to the DataOutputStream
1487func_73275_awriteNBTTagCompound0Writes a compressed NBTTagCompound to the OutputStream
1488func_73276_creadItemStack0Reads a ItemStack from the InputStream
1489func_73277_a_isWritePacket0if this returns false, processPacket is deffered for processReadPackets to handle
1490func_73278_eisRealPacket0only false for the abstract Packet class, all real packets return true
1491func_73279_aprocessPacket0Passes this Packet on to the NetHandler for processing.
1492func_73280_breadBytesFromStream0the first short in the stream indicates the number of bytes to read
1493func_73281_kgetPacketId0Returns the ID of this packet.
1494func_73282_areadString0Reads a string from a packet
1495func_73283_dreadNBTTagCompound0Reads a compressed NBTTagCompound from the InputStream
1496func_73284_agetPacketSize0Abstract. Return the size of the packet (not counting the header).
1497func_73285_aaddIdClassMapping0Adds a two way mapping between the packet ID and packet class.
1498func_73346_hisCreativeMode0
1499func_73347_igetFlySpeed0
1500func_73348_ggetAllowFlying0
1501func_73349_bsetFlying0Sets whether we're currently flying or not.
1502func_73350_fgetIsFlying0
1503func_73351_asetFlySpeed0Sets the flying speed.
1504func_73352_dgetDisableDamage0
1505func_73353_asetDisableDamage0Sets whether damage is disabled or not.
1506func_73354_csetAllowFlying0
1507func_73355_bsetWalkSpeed0Sets the walking speed.
1508func_73356_dsetCreativeMode0
1509func_73376_fgetPublicKey0
1510func_73377_dgetServerId0
1511func_73378_ggetVerifyToken0
1512func_73391_dgetMetadata0
1513func_73401_hgetDirection0
1514func_73402_fgetYPosition0
1515func_73403_dgetXPosition0
1516func_73404_lgetYOffset0Returns the offset from yPosition where the actual click took place
1517func_73405_igetItemStack0
1518func_73406_jgetXOffset0Returns the offset from xPosition where the actual click took place
1519func_73407_ggetZPosition0
1520func_73408_mgetZOffset0Returns the offset from zPosition where the actual click took place
1521func_73453_dgetProtocolVersion0Returns the protocol version.
1522func_73454_fgetUsername0Returns the username.
1523func_73459_dgetLanguage0
1524func_73460_hgetChatColours0
1525func_73461_fgetRenderDistance0
1526func_73462_igetDifficulty0
1527func_73463_ggetChatVisibility0
1528func_73489_cgetMetadata0
1529func_73641_dconnectToNeighbor0The specified neighbor has just formed a new connection, so update accordingly
1530func_73642_aisMinecartTrack0
1531func_73643_ccanConnectFrom0Determines whether or not the target rail can connect to this rail
1532func_73644_arefreshConnectedTracks0Neighboring tracks have potentially been broken, so prune the connected track list
1533func_73645_asetConnections0
1534func_73646_ccanConnectTo0Determines whether or not the track can bend to meet the specified rail
1535func_73647_bisConnectedTo0
1536func_73648_agetMinecartTrackLogic0
1537func_73649_bisInTrack0Returns true if the specified block is in the same railway.
1538func_73650_agetNAdjacentTracks0get number of adjacent tracks
1539func_73651_bgetAdjacentTracks0
1540func_73652_arefreshTrackShape0Completely recalculates the track shape based on neighboring tracks and power state
1541func_73665_cgetFile0
1542func_73666_alogMessageAndSave0logs 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.
1543func_73667_asetArbitraryProperty0returns void, rather than what you input
1544func_73668_bsaveSettingsToFile0calls logMessageAndSave if an exception occurs
1545func_73669_agetOrSetIntProperty0set if it doesn't exist, otherwise get
1546func_73670_agetOrSetBoolProperty0set if it doesn't exist, otherwise get
1547func_73671_agetOrSetProperty0set if it doesn't exist, otherwise get
1548func_73680_dgetBanEndDate0
1549func_73681_asetBanStartDate0null == start ban now
1550func_73682_ehasBanExpired0
1551func_73683_bbanStart0
1552func_73684_agetBannedUsername0
1553func_73685_gbuildBanString0
1554func_73686_fgetBanReason0
1555func_73687_asetBannedBy0
1556func_73688_cparse0
1557func_73689_bsetBanReason0
1558func_73690_cgetBannedBy0
1559func_73691_bsetBanEndDate0
1560func_73703_bsaveToFile0par1: include header
1561func_73704_aisBanned0
1562func_73705_dremoveExpiredBans0
1563func_73706_aput0
1564func_73707_eloadBanList0Loads the ban list from the file (adds every entry, does not clear the current list).
1565func_73708_asetListActive0
1566func_73709_bremove0
1567func_73710_bisListActive0
1568func_73711_fsaveToFileWithHeader0
1569func_73712_cgetBannedList0removes expired Bans before returning
1570func_73717_aonNoMoreProgress0called when there is no more progress to be had, both on completion and failure
1571func_73718_asetLoadingProgress0Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
1572func_73719_cresetProgresAndWorkingMessage0This is called with "Working..." by resetProgressAndMessage
1573func_73720_adisplayProgressMessage0"Saving level", or the loading,or downloading equivelent
1574func_73721_bresetProgressAndMessage0this string, followed by "working..." and then the "% complete" are the 3 lines shown. This resets progress to 0, and the WorkingString to "working...".
1575func_73728_bdrawVerticalLine0
1576func_73729_bdrawTexturedModalRect0Draws a textured rectangle at the stored z-value. Args: x, y, u, v, width, height
1577func_73730_adrawHorizontalLine0
1578func_73731_bdrawString0Renders the specified text to the screen.
1579func_73732_adrawCenteredString0Renders the specified text to the screen, center-aligned.
1580func_73733_adrawGradientRect0Draws a rectangle with a vertical gradient between the specified colors.
1581func_73734_adrawRect0Draws a solid color rectangle with the specified coordinates and color.
1582func_73736_cmousePressed0Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent e).
1583func_73737_adrawButton0Draws this button to the screen.
1584func_73738_agetHoverState0Returns 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.
1585func_73739_bmouseDragged0Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e).
1586func_73740_amouseReleased0Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e).
1587func_73753_areturnEnumOptions0
1588func_73759_cdeleteChatLine0finds and deletes a Chat line by ID
1589func_73763_aprintChatMessageWithOptionalDeletion0prints the String to Chat. If the ID is not 0, deletes an existing Chat Line of that ID from the GUI
1590func_73765_aprintChatMessage0takes a String and prints it to chat
1591func_73773_adraw0
1592func_73774_aupdate0
1593func_73777_bdeleteFromCursor0delete the selected text, otherwsie deletes characters from either side of the cursor. params: delete num
1594func_73780_aupdateCursorCounter0Increments the cursor counter
1595func_73781_bgetText0Returns the text beign edited on the textbox.
1596func_73782_asetText0Sets the text of the textbox.
1597func_73783_igetEnableBackgroundDrawing0get enable drawing background and outline
1598func_73785_agetNthWordFromPos0gets the position of the nth word. N may be negative, then it looks backwards. params: N, position
1599func_73786_asetEnableBackgroundDrawing0enable drawing background and outline
1600func_73787_ngetSelectionEnd0the side of the selection that is not the cursor, maye be the same as the cursor
1601func_73788_cgetNthWordFromCursor0see @getNthNextWordFromPos() params: N, position
1602func_73789_cdrawCursorVertical0draws the vertical line cursor in the textbox
1603func_73791_esetCursorPosition0sets the position of the cursor to the provided index
1604func_73792_bwriteText0replaces selected text, or inserts text at the position on the cursor
1605func_73793_amouseClicked0Args: x, y, buttonClicked
1606func_73795_fdrawTextBox0Draws the textbox
1607func_73796_bsetFocused0setter for the focused field
1608func_73797_dsetCursorPositionZero0sets the cursors position to the beginning
1609func_73799_hgetCursorPosition0returns the current position of the cursor
1610func_73801_ogetWidth0returns the width of the textbox depending on if the the box is enabled
1611func_73802_atextboxKeyTyped0Call this method from you GuiScreen to process the keys into textbox.
1612func_73803_esetCursorPositionEnd0sets the cursors position to after the text
1613func_73804_fsetMaxStringLength0
1614func_73805_dsetCanLoseFocus0if true the textbox can lose focus by clicking elsewhere on the screen
1615func_73806_lisFocused0getter for the focused field
1616func_73807_cgetSelectedtext0@return returns the text between the cursor and selectionEnd
1617func_73808_ggetMaxStringLength0returns the maximum number of character that can be contained in this textbox
1618func_73827_bgetChatGUI0returns a pointer to the persistant Chat GUI, containing all previous chat messages and such
1619func_73828_drenderBossHealth0Renders dragon's (boss) health on the HUD
1620func_73829_arenderVignette0Renders the vignette. Args: vignetteBrightness, width, height
1621func_73830_arenderGameOverlay0Render the ingame overlay with quick icon bar, ...
1622func_73831_aupdateTick0The update tick for the ingame UI
1623func_73832_arenderInventorySlot0Renders the specified item of the inventory slot at the specified location. Args: slot, x, y, partialTick
1624func_73833_asetRecordPlayingMessage0
1625func_73834_cgetUpdateCounter0
1626func_73835_brenderPortalOverlay0Renders the portal overlay. Args: portalStrength, width, height
1627func_73836_arenderPumpkinBlur0
1628func_73846_aqueueTakenAchievement0Queue a taken achievement to be displayed.
1629func_73847_aupdateAchievementWindow0Updates the small achievement tooltip window, showing a queued achievement if is needed.
1630func_73848_bqueueAchievementInformation0Queue a information about a achievement to be displayed.
1631func_73849_bupdateAchievementWindowScale0Update the display of the achievement window to match the game window.
1632func_73859_bdrawWorldBackground0
1633func_73860_nhandleKeyboardInput0Handles keyboard input.
1634func_73861_oisCtrlKeyDown0
1635func_73862_mhandleInput0Delegates mouse and keyboard input.
1636func_73863_adrawScreen0Draws the screen and all the components in it.
1637func_73864_amouseClicked0Called when the mouse is clicked.
1638func_73865_dsetClipboardString0store a string in the system clipboard
1639func_73866_w_initGui0Adds the buttons (and other controls) to the screen in question.
1640func_73867_dhandleMouseInput0Handles mouse input.
1641func_73868_fdoesGuiPauseGame0Returns true if this GUI should pause the game when it is displayed in single-player
1642func_73869_akeyTyped0Fired when a key is typed. This is the equivalent of KeyListener.keyTyped(KeyEvent e).
1643func_73870_lgetClipboardString0Returns a string stored in the system clipboard.
1644func_73871_cdrawBackground0Draws the background (i is always 0 as of 1.2.2)
1645func_73872_asetWorldAndResolution0Causes the screen to lay out its subcomponents again. This is the equivalent of the Java call Container.validate()
1646func_73873_v_drawDefaultBackground0Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
1647func_73874_bonGuiClosed0Called when the screen is unloaded. Used to disable keyboard repeat events
1648func_73875_aactionPerformed0Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e).
1649func_73876_cupdateScreen0Called from the main game loop to update the screen.
1650func_73877_pisShiftKeyDown0
1651func_73878_aconfirmClicked0
1652func_73879_bmouseMovedOrUp0Called 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
1653func_73892_agetSentHistory0input 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
1654func_73895_u_completePlayerName0Autocompletes player name
1655func_73906_gwakeEntity0Wakes the entity from the bed
1656func_73912_gmakeUseableName0Makes 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.
1657func_73968_arotateAndBlurSkybox0Rotate and blurs the skybox view in the main menu
1658func_73970_bdrawPanorama0Draws the main menu panorama
1659func_73971_crenderSkybox0Renders the skybox in the main menu
1660func_73985_grespawnPlayer0Respawns the player.
1661func_74004_ajoinServer0Join server by slot index
1662func_74005_egetButtonDelete0Return buttonDelete GuiButton
1663func_74014_dgetButtonEdit0Return buttonEdit GuiButton
1664func_74016_ginitGuiControls0Populate the GuiScreen controlList
1665func_74042_bgetDoneButton0Returns the private doneButton field.
1666func_74043_aReturns0the private theGameSettings field.
1667func_74058_fgetLocalizedWorldName0Gets the localized world name
1668func_74059_dgetRenameButton0returns the rename button
1669func_74060_ggetDateFormatter0returns the date formatter for this gui
1670func_74062_bgetSelectedWorld0returns the world currently selected
1671func_74063_dgetSaveName0returns the name of the saved game
1672func_74064_eselectWorld0Gets the selected world.
1673func_74065_ginitButtons0intilize the buttons for this GUI
1674func_74066_hgetLocalizedMustConvert0Gets the localized must convert text
1675func_74067_igetLocalizedGameMode0Gets the localized GameMode
1676func_74068_agetSize0
1677func_74069_agetSaveFileName0returns the file name of the specified save number
1678func_74070_cgetSelectButton0returns the select button
1679func_74071_egetDeleteButton0returns the delete button
1680func_74072_aonElementSelected0called whenever an element in this gui is selected
1681func_74073_hloadSaves0loads the saves
1682func_74109_gdrawTitle0Draws the "Achievements" title at the top of the GUI.
1683func_74110_bgenAchievementBackground0
1684func_74127_cgetStatsFileWriter0
1685func_74128_egetFontRenderer30there are 11 identical methods like this
1686func_74129_hgetFontRenderer40there are 11 identical methods like this
1687func_74130_agetMinecraft0
1688func_74131_adrawItemSprite0Draws the item sprite on top of the background sprite.
1689func_74132_dgetFontRenderer20there are 11 identical methods like this
1690func_74133_ggetMinecraft20exactly the same as 27141 and 27143
1691func_74134_adrawSprite0Draws a sprite from /gui/slot.png.
1692func_74135_jgetFontRenderer60there are 11 identical methods like this
1693func_74136_bdrawGradientRect10exactly the same as 27129
1694func_74137_cdrawItemSprite0Draws the item sprite on top of the background sprite.
1695func_74138_cdrawSprite0Draws a sprite from /gui/slot.png.
1696func_74139_fgetMinecraft10exactly the same as 27141
1697func_74140_ngetFontRenderer100there are 11 identical methods like this
1698func_74141_mgetFontRenderer90there are 11 identical methods like this
1699func_74142_bdrawButtonBackground0Draws a gray box that serves as a button background.
1700func_74143_gaddHeaderButtons0Creates the buttons that appear at the top of the Stats GUI.
1701func_74144_ogetFontRenderer110there are 11 identical methods like this
1702func_74145_bgetFontRenderer10there are 11 identical methods like this
1703func_74146_igetFontRenderer50there are 11 identical methods like this
1704func_74147_lgetFontRenderer80there are 11 identical methods like this
1705func_74148_kgetFontRenderer70there are 11 identical methods like this
1706func_74149_adrawGradientRect0
1707func_74185_adrawGuiContainerBackgroundLayer0Draw the background layer for the GuiContainer (everything behind the items)
1708func_74186_aisMouseOverSlot0Returns if the passed mouse position is over the specified slot.
1709func_74187_bgetSlotAtPosition0Returns the slot at the given coordinates or null if there is none.
1710func_74189_gdrawGuiContainerForegroundLayer0Draw the foreground layer for the GuiContainer (everything in front of the items)
1711func_74191_ahandleMouseClick0
1712func_74192_adrawSlotInventory0Draws an inventory slot
1713func_74221_hdisplayDebuffEffects0Displays debuff/potion effects that are currently being applied to the player
1714func_74226_kneedsScrollBars0returns (if you are not on the inventoryTab) and (the flag isn't set) and( you have more than 1 page of items)
1715func_74229_igetInventory0Returns the creative inventory
1716func_74252_asetNetClientHandler0Sets the NetClientHandler.
1717func_74253_dgetNetClientHandler0Gets the NetClientHandler.
1718func_74255_aspawnNewServerThread0
1719func_74257_bisCancelled0
1720func_74275_aupdateTimer0Updates all fields of the Timer using the current time
1721func_74291_asaveScreenshot0Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot.
1722func_74296_agetOptionFloatValue0
1723func_74297_cgetKeyBinding0Gets a key binding.
1724func_74298_cgetKeyDisplayString0Represents a key or mouse button as a string. Args: key
1725func_74300_aloadOptions0Loads the options from the options file. It appears that this has replaced the previous 'loadOptions'
1726func_74301_bgetOptionDisplayString0The string that appears inside the button/slider in the options menu.
1727func_74302_agetKeyBindingDescription0
1728func_74303_bsaveOptions0Saves the options to the options file.
1729func_74304_asetOptionFloatValue0If the specified option is controlled by a slider (float value), this will set the float value.
1730func_74305_aparseFloat0Parses a string into a float.
1731func_74306_asetOptionValue0For non-float options. Toggles the option on/off, or cycles through the list i.e. render distances.
1732func_74307_asetKeyBinding0Sets a key binding.
1733func_74308_bgetOptionOrdinalValue0
1734func_74309_cshouldRenderClouds0Should render clouds
1735func_74371_acheckARBOcclusion0Checks if we support OpenGL occlusion.
1736func_74372_agrabMouseCursor0Grabs the mouse cursor it doesn't move and isn't seen.
1737func_74373_bungrabMouseCursor0Ungrabs the mouse cursor so it can be moved and set it to the center of the screen
1738func_74374_cmouseXYChange0
1739func_74378_dgetEnumString0
1740func_74379_agetEnumOptions0
1741func_74380_agetEnumFloat0
1742func_74381_creturnEnumOrdinal0
1743func_74382_bgetEnumBoolean0
1744func_74423_dserverShutdown0Shuts down the server. (Only actually used on the server)
1745func_74424_anetworkShutdown0Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads.
1746func_74425_asetNetHandler0
1747func_74426_epacketSize0returns 0 for memoryConnections
1748func_74427_awakeThreads0Wakes reader and writer threads
1749func_74428_bprocessReadPackets0Checks timeouts and processes all pending read packets.
1750func_74429_aaddToSendQueue0Adds the packet to the correct send queue (chunk data packets go to a separate queue).
1751func_74430_cgetSocketAddress0Return the InetSocketAddress of the remote endpoint
1752func_74431_fcloseConnections0
1753func_74432_igetPairedConnection0
1754func_74433_hisGamePaused0
1755func_74434_apairWith0
1756func_74435_gisConnectionActive0
1757func_74436_bprocessOrCachePacket0acts immiditally if isWritePacket, otherwise adds it to the readCache to be processed next tick
1758func_74437_asetGamePaused0
1759func_74446_kencryptOuputStream0flushes the stream and replaces it with an encryptedOutputStream
1760func_74447_ireadPacket0Reads a single packet from the input stream and adds it to the read queue. If no packet is read, it shuts down the network.
1761func_74448_jdecryptInputStream0
1762func_74449_bisServerTerminating0Is the server terminating? Client side aways returns false.
1763func_74450_creadNetworkPacket0Static accessor to readPacket.
1764func_74451_dsendNetworkPacket0Static accessor to sendPacket.
1765func_74452_ggetSocket0
1766func_74453_egetOutputStream0
1767func_74455_aonNetworkError0Used to report network errors and causes a network shutdown.
1768func_74456_fisTerminating0Gets whether the Network manager is terminating.
1769func_74457_ggetReadThread0Returns the read thread.
1770func_74458_asendError0Sends the network manager an error
1771func_74459_hsendPacket0Sends 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.
1772func_74461_hgetWriteThread0Returns the write thread.
1773func_74462_aisRunning0Whether the network is operational.
1774func_74505_dunpressKey0
1775func_74506_aunPressAllKeys0
1776func_74507_aonTick0
1777func_74508_bresetKeyBindingArrayAndHash0
1778func_74509_cisPressed0
1779func_74510_asetKeyBindState0
1780func_74517_asetColorBuffer0Update and return colorBuffer with the RGBA values passed as arguments
1781func_74518_adisableStandardItemLighting0Disables the OpenGL lighting properties enabled by enableStandardItemLighting
1782func_74519_benableStandardItemLighting0Sets the OpenGL lighting properties to the values used when rendering blocks as items
1783func_74520_cenableGUIStandardItemLighting0Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
1784func_74521_asetColorBuffer0Update and return colorBuffer with the RGBA values passed as arguments
1785func_74523_bdeleteDisplayLists0
1786func_74524_ccreateDirectByteBuffer0Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.
1787func_74525_adeleteTexturesAndDisplayLists0Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources.
1788func_74526_agenerateDisplayLists0Generates the specified number of display lists and returns the first index.
1789func_74527_fcreateDirectIntBuffer0Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access.
1790func_74528_agenerateTextureNames0Generates texture names and stores them in the specified buffer.
1791func_74529_hcreateDirectFloatBuffer0Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access.
1792func_74535_aformatString0Formats the strings based on 'IStatStringFormat' interface.
1793func_74538_agetChatLineString0
1794func_74539_cgetChatLineID0
1795func_74540_bgetUpdatedCounter0
1796func_74544_jescapedStringChar0
1797func_74545_daJsonValue0
1798func_74546_gpossibleExponent0
1799func_74547_hpossibleSign0
1800func_74548_istringToken0
1801func_74549_anumberToken0
1802func_74550_khexadecimalNumber0
1803func_74551_edigitString0
1804func_74552_aparse0
1805func_74553_lreadNextNonWhitespaceChar0
1806func_74554_ddigitToken0
1807func_74555_bobjectString0
1808func_74556_fpossibleFractionalComponent0
1809func_74557_bnonNegativeNumberToken0
1810func_74558_caFieldToken0
1811func_74559_aarrayString0
1812func_74560_cnonZeroDigitToken0
1813func_74561_cgetRow0
1814func_74562_bgetColumn0
1815func_74563_aupdateCharacterAndLineCounts0
1816func_74564_aread0
1817func_74565_bread0
1818func_74566_auncount0
1819func_74567_aunread0
1820func_74572_adownloadResource0Downloads the resource and saves it to disk.
1821func_74573_areloadResources0Reloads the resource folder and passes the resources to Minecraft to install.
1822func_74574_bcloseMinecraft0Called when Minecraft is closing down.
1823func_74575_adownloadAndInstallResource0Downloads the resource and saves it to disk then installs it.
1824func_74576_aloadResource0Loads a resource and passes it to Minecraft to install.
1825func_74583_aupdateRenderInfo0Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
1826func_74584_agetBlockIdAtEntityViewpoint0Returns the block ID at the current camera location (either air or fluid), taking into account the height of fluid blocks
1827func_74585_bprojectViewFromEntity0Returns a vector representing the projection along the given entity's view for the given distance
1828func_74599_bbuildNode0
1829func_74603_awithElement0Adds the given element to the array that will be built.
1830func_74604_abuild0
1831func_74608_awithFieldBuilder0
1832func_74610_bgetElements0
1833func_74611_agetStringValue0Gets a String by navigating the hierarchy below this node.
1834func_74612_bgetArrayNode0Gets a List of JsonNodes, representing a JSON array, by navigating the hierarchy below this node.
1835func_74613_awrapExceptionsFor0
1836func_74614_dgetFields0return the fields associated with this node
1837func_74615_cgetText0
1838func_74616_agetType0
1839func_74618_aasList0
1840func_74628_ashortForm0
1841func_74629_bapplyTo0
1842func_74630_amatchesNode0
1843func_74633_ctypeSafeApplyTo0
1844func_74634_amatchesNode_0
1845func_74635_btypeSafeApplyTo_0
1846func_74637_btypeSafeApplyTo0
1847func_74638_amatchesNode_0
1848func_74646_knullValue0
1849func_74647_cstringValue0
1850func_74648_astartField0
1851func_74649_jfalseValue0
1852func_74650_bnumberValue0
1853func_74651_fstartObject0
1854func_74652_dstartArray0
1855func_74653_gendObject0
1856func_74654_itrueValue0
1857func_74655_eendArray0
1858func_74656_bstartDocument0
1859func_74657_cendDocument0
1860func_74658_hendField0
1861func_74659_baddValue0
1862func_74660_agetDocument0
1863func_74661_aaddRootNode0
1864func_74676_achainedJsonNodeSelector0
1865func_74677_achainOn0
1866func_74685_ashortForm0
1867func_74686_awith0Constructs 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
1868func_74687_bgetValue0
1869func_74688_amatches0Determines whether this JsonNodeSelector can extract a value from the given JsonNode
1870func_74690_aaJsonArray0
1871func_74691_baJsonNumber0
1872func_74692_aaJsonObject0
1873func_74693_baJsonTrue0
1874func_74694_caJsonFalse0
1875func_74695_aaJsonArray0
1876func_74696_aaJsonNull0
1877func_74697_aaJsonString0
1878func_74700_agetShortFormFailPath0
1879func_74704_ajsonNodeDoesNotMatchPathElementsException0
1880func_74705_acommaSeparate0
1881func_74706_bformatMessage0
1882func_74708_eanArrayBuilder0
1883func_74711_danObjectBuilder0
1884func_74715_aaddNode0
1885func_74716_aaddField0
1886func_74723_bwithValue0
1887func_74725_cbuildValue0
1888func_74726_awithKey0
1889func_74727_aaJsonFieldBuilder0
1890func_74731_awriteNamedTag0Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
1891func_74732_agetId0Gets the type byte for the tag.
1892func_74733_anewTag0Creates and returns a new tag of the specified type, or null if invalid.
1893func_74734_awrite0Write the actual data contents of the tag, implemented in NBT extension classes
1894func_74735_aload0Read the actual data contents of the tag, implemented in NBT extension classes
1895func_74736_agetTagName0Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
1896func_74737_bcopy0Creates a clone of the tag.
1897func_74738_osetName0Sets the name for this tag and returns this for convenience.
1898func_74739_breadNamedTag0Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
1899func_74740_egetName0Gets the name corresponding to the tag, or an empty string if none set.
1900func_74742_aappendTag0Adds 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.
1901func_74743_btagAt0Retrieves the tag at the specified index from the list.
1902func_74745_ctagCount0Returns the number of tags in the list.
1903func_74757_asetBoolean0Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
1904func_74758_cgetTags0Returns all the values in the tagMap HashMap.
1905func_74759_kgetIntArray0Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
1906func_74760_ggetFloat0Retrieves a float value using the specified key, or 0 if no such key was stored.
1907func_74761_mgetTagList0Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
1908func_74762_egetInteger0Retrieves an integer value using the specified key, or 0 if no such key was stored.
1909func_74763_fgetLong0Retrieves a long value using the specified key, or 0 if no such key was stored.
1910func_74764_bhasKey0Returns whether the given string has been previously stored as a key in the map.
1911func_74765_dgetShort0Retrieves a short value using the specified key, or 0 if no such key was stored.
1912func_74766_asetCompoundTag0Stores the given NBTTagCompound into the map with the given string key.
1913func_74767_ngetBoolean0Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method.
1914func_74768_asetInteger0Stores a new NBTTagInt with the given integer value into the map with the given string key.
1915func_74769_hgetDouble0Retrieves a double value using the specified key, or 0 if no such key was stored.
1916func_74770_jgetByteArray0Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
1917func_74771_cgetByte0Retrieves a byte value using the specified key, or 0 if no such key was stored.
1918func_74772_asetLong0Stores a new NBTTagLong with the given long value into the map with the given string key.
1919func_74773_asetByteArray0Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
1920func_74774_asetByte0Stores a new NBTTagByte with the given byte value into the map with the given string key.
1921func_74775_lgetCompoundTag0Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
1922func_74776_asetFloat0Stores a new NBTTagFloat with the given float value into the map with the given string key.
1923func_74777_asetShort0Stores a new NBTTagShort with the given short value into the map with the given string key.
1924func_74778_asetString0Stores a new NBTTagString with the given string value into the map with the given string key.
1925func_74779_igetString0Retrieves a string value using the specified key, or an empty string if no such key was stored.
1926func_74780_asetDouble0Stores a new NBTTagDouble with the given double value into the map with the given string key.
1927func_74781_agetTag0gets a generic tag with the specified name
1928func_74782_asetTag0Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
1929func_74783_asetIntArray0Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
1930func_74785_aformat0
1931func_74786_aformatJsonNode0
1932func_74787_aformat0
1933func_74788_aparse0Parse the character stream from the specified Reader into a JsonRootNode object.
1934func_74789_aparse0Parse the specified JSON String
1935func_74792_adecompress0
1936func_74793_asafeWrite0
1937func_74794_aread0Reads from a CompressedStream.
1938func_74795_bwrite0
1939func_74796_areadCompressed0Load the gzipped compound from the inputstream.
1940func_74797_aread0
1941func_74798_acompress0
1942func_74799_awriteCompressed0Write the compound, gzipped, to the outputstream.
1943func_74800_awrite0
1944func_74802_eisBidirectional0
1945func_74803_atranslateKeyFormat0Translate a key to current language applying String.format()
1946func_74804_disUnicode0
1947func_74805_btranslateKey0Translate a key to current language.
1948func_74806_bgetLanguageList0
1949func_74807_eloadLanguageList0
1950func_74808_agetInstance0Return the StringTranslate singleton instance
1951func_74809_ctranslateNamedKey0Translate a key with a extra '.name' at end added, is used by blocks and items.
1952func_74810_asetLanguage0
1953func_74811_cgetCurrentLanguage0
1954func_74812_aloadLanguage0
1955func_74837_atranslateToLocalFormatted0Translates a Stat name with format args
1956func_74838_atranslateToLocal0Translates a Stat name
1957func_74844_agetErrorOjbects0
1958func_74860_aisLiquidInStructureBoundingBox0checks the entire StructureBoundingBox for Liquids
1959func_74861_abuildComponent0Initiates construction of the Structure Component picked, at the current Location of StructGen
1960func_74862_agetYWithOffset0
1961func_74863_cgetMetadataWithOffset0Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata
1962func_74864_aplaceBlockAtCurrentPosition0current Position depends on currently set Coordinates mode, is computed here
1963func_74865_agetXWithOffset0
1964func_74866_agetBlockIdAtCurrentPosition0
1965func_74867_arandomlyRareFillWithBlocks0arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace
1966func_74868_agetCenter0
1967func_74870_bfillCurrentPositionBlocksDownwards0Overwrites air and liquids from selected position downwards, stops at hitting anything else.
1968func_74871_bclearCurrentPositionBlocksUpwards0Deletes all continuous blocks from selected position upwards. Stops at hitting air.
1969func_74873_bgetZWithOffset0
1970func_74874_bgetBoundingBox0
1971func_74875_aaddComponentParts0second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
1972func_74876_arandomlyPlaceBlock0Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
1973func_74877_cgetComponentType0Returns the component type ID of this component.
1974func_74880_arandomlyFillWithBlocks0arguments: 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
1975func_74881_aplaceDoorAtCurrentPosition0
1976func_74882_afillWithRandomizedBlocks0arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector
1977func_74883_afindIntersecting0Discover if bounding box can fit within the current bounding box object.
1978func_74884_afillWithBlocks0arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)
1979func_74888_bgetVillagerType0Returns the villager type to spawn in this component, based on the number of villagers already spawned.
1980func_74889_bgetAverageGroundLevel0Discover 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).
1981func_74891_agetNextComponentNN0Gets the next village component, with the bounding box shifted -1 in the X and Z direction.
1982func_74893_aspawnVillagers0Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers
1983func_74894_bgetNextComponentPP0Gets the next village component, with the bounding box shifted +1 in the X and Z direction.
1984func_74895_acanVillageGoDeeper0
1985func_74925_dgetWorldChunkManager0
1986func_74950_afindValidPlacement0Trys to find a valid place to put this component.
1987func_74951_afindValidPlacement0
1988func_74954_afindValidPlacement0
1989func_74959_agetNextComponent0
1990func_74960_agetTotalWeight0
1991func_74961_bgetNextComponentX0Gets the next component in the +/- X direction
1992func_74962_agetNextComponent0Finds a random component to tack on to the bridge. Or builds the end.
1993func_74963_agetNextComponentNormal0Gets the next component in any cardinal direction
1994func_74964_aisAboveGround0Checks if the bounding box's minY is > 10
1995func_74965_cgetNextComponentZ0Gets the next component in the +/- Z direction
1996func_74966_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1997func_74973_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1998func_74974_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
1999func_74975_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2000func_74977_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2001func_74978_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2002func_74979_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2003func_74980_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2004func_74981_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2005func_74982_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2006func_74983_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2007func_74984_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2008func_74985_acreateValidComponent0Creates and returns a new component piece. Or null if it could not find enough room to place it.
2009func_74986_agetNextComponentNormal0Gets the next component in any cardinal direction
2010func_74987_cgetNextComponentZ0Gets the next component in the +/- Z direction
2011func_74988_agetRandomDoor0
2012func_74989_bgetNextComponentX0Gets the next component in the +/- X direction
2013func_74990_aplaceDoor0builds a door of the enumerated types (empty opening is a door)
2014func_74991_acanStrongholdGoDeeper0returns false if the Structure Bounding Box goes below 10
2015func_74994_afindValidPlacement0
2016func_75000_afindValidPlacement0
2017func_75004_afindValidPlacement0
2018func_75006_afindValidPlacement0
2019func_75010_afindValidPlacement0
2020func_75012_afindValidPlacement0
2021func_75016_afindValidPlacement0
2022func_75018_afindValidPlacement0
2023func_75022_agetStrongholdStairsComponent0performs some checks, then gives out a fresh Stairs component
2024func_75028_afindValidPlacement0
2025func_75036_agenerate0
2026func_75037_arecursiveGenerate0Recursively called by generate() (func_75036_a) and optionally by itself.
2027func_75041_agenerateLargeCaveNode0Generates a larger initial cave node than usual. Called 25% of the time.
2028func_75042_agenerateCaveNode0Generates a node in the current cave system recursion tree.
2029func_75043_agenerateCaveNode0Generates a node in the current cave system recursion tree.
2030func_75044_agenerateLargeCaveNode0Generates a larger initial cave node than usual. Called 25% of the time.
2031func_75045_agenerateRavine0
2032func_75047_acanSpawnStructureAtCoords0
2033func_75049_bgetStructureStart0
2034func_75050_agetNearestInstance0
2035func_75051_agenerateStructuresInChunk0Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
2036func_75059_agetSpawnList0
2037func_75062_aselectBlocks0picks Block Ids and Metadata (Silverfish)
2038func_75063_agetSelectedBlockId0
2039func_75064_bgetSelectedBlockMetaData0
2040func_75067_amarkAvailableHeight0offsets the structure Bounding Boxes up to a certain height, typically 63 - 10
2041func_75068_agenerateStructure0Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
2042func_75069_disSizeableStructure0currently only defined for Villages, returns true if Village has more than 2 non-road components
2043func_75070_asetRandomHeight0
2044func_75071_agetBoundingBox0
2045func_75072_cupdateBoundingBox0Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
2046func_75073_bgetComponents0
2047func_75077_dgetNextVillageStructureComponent0attempts to find a next Structure Component to be spawned, private Village function
2048func_75078_agetNextStructureComponent0attempts to find a next Structure Component to be spawned
2049func_75080_egetNextComponentVillagePath0
2050func_75081_cgetNextVillageComponent0attempts to find a next Village Component to be spawned
2051func_75082_bgetNextStructureComponentVillagePath0
2052func_75084_agetStructureVillageWeightedPieceList0
2053func_75085_acanSpawnMoreVillagePiecesOfType0
2054func_75086_acanSpawnMoreVillagePieces0
2055func_75091_awriteCapabilitiesToNBT0
2056func_75092_asetFlySpeed0
2057func_75093_agetFlySpeed0
2058func_75094_bgetWalkSpeed0
2059func_75095_breadCapabilitiesFromNBT0
2060func_75111_aaddStats0Eat some food.
2061func_75112_areadNBT0Reads food stats from an NBT object.
2062func_75113_aaddExhaustion0adds input to foodExhaustionLevel to a max of 40
2063func_75114_asetFoodLevel0
2064func_75115_egetSaturationLevel0Get the player's food saturation level.
2065func_75116_agetFoodLevel0Get the player's food level.
2066func_75117_bwriteNBT0Writes food stats to an NBT object.
2067func_75118_aonUpdate0Handles the food game logic.
2068func_75119_bsetFoodSaturationLevel0
2069func_75120_bgetPrevFoodLevel0
2070func_75121_cneedFood0If foodLevel is not max.
2071func_75122_aaddStats0Args: int foodLevel, float foodSaturationModifier
2072func_75128_asetPlayerIsPresent0adds or removes the player from the container based on par2
2073func_75129_bisPlayerNotUsingContainer0NotUsing because adding a player twice is an error
2074func_75130_aonCraftMatrixChanged0Callback for when the crafting matrix is changed.
2075func_75131_aputStacksInSlots0places itemstacks in first x slots, x being aitemstack.lenght
2076func_75132_aaddCraftingToCrafters0
2077func_75133_bretrySlotClick0
2078func_75134_aonCraftGuiClosed0Callback for when the crafting gui is closed.
2079func_75135_amergeItemStack0merges provided ItemStack with the first avaliable one in the container/player inventory
2080func_75136_agetNextTransactionID0Gets a unique transaction ID. Parameter is unused.
2081func_75137_bupdateProgressBar0
2082func_75138_agetInventory0returns a list if itemStacks, for each slot.
2083func_75139_agetSlot0
2084func_75140_aenchantItem0enchants the item on the table using the specified slot; also deducts XP from player
2085func_75141_aputStackInSlot0args: slotID, itemStack to put in slot
2086func_75142_bupdateCraftingResults0Updates crafting matrix; called from onCraftMatrixChanged. Args: none
2087func_75143_btransferStackInSlot0Called to transfer a stack from one inventory to the other eg. when shift clicking.
2088func_75144_aslotClick0
2089func_75145_ccanInteractWith0
2090func_75146_aaddSlotToContainer0the slot is assumed empty
2091func_75147_agetSlotFromInventory0
2092func_75174_dgetMerchantInventory0
2093func_75175_csetCurrentRecipeIndex0
2094func_75183_ascrollTo0Updates the gui slots ItemStack's based on scroll position.
2095func_75184_dhasMoreThan1PageOfItemsInList0theCreativeContainer seems to be hard coded to 9x5 items
2096func_75189_acanSpawnMoreStructuresOfType0
2097func_75190_acanSpawnMoreStructures0
2098func_75195_agetNextValidComponentAccess0
2099func_75196_cgetNextValidComponent0
2100func_75197_bgetStrongholdStones0
2101func_75198_aprepareStructurePieces0sets up Arrays with the Structure pieces and their weights
2102func_75199_asetComponentType0
2103func_75200_agetStrongholdComponentFromWeightedPiece0translates the PieceWeight class to the Component class
2104func_75201_bgetNextComponent0
2105func_75202_ccanAddStructurePieces0
2106func_75208_conCrafting0the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood.
2107func_75209_adecrStackSize0Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
2108func_75210_aonCrafting0the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. Typically increases an internal count then calls onCrafting(item).
2109func_75211_cgetStack0Helper fnct to get the stack in the slot.
2110func_75212_bgetBackgroundIconIndex0Returns the icon index on items.png that is used as background image of the slot.
2111func_75213_bonPickupFromSlot0Called when the player picks up an item from an inventory slot
2112func_75214_aisItemValid0Check if the stack is a valid item for this slot. Always true beside for the armor slots.
2113func_75215_dputStack0Helper method to put a stack in the slot.
2114func_75216_dgetHasStack0Returns if this slot contains a stack.
2115func_75217_aisSlotInInventory0returns true if this slot is in par2 of par1
2116func_75218_eonSlotChanged0Called when the stack in a Slot changes
2117func_75219_agetSlotStackLimit0Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
2118func_75220_aonSlotChange0if par2 has more items than par1, onCrafting(item,countIncrease) is called
2119func_75246_dupdateTask0Updates the task
2120func_75247_hgetMutexBits0Get 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.
2121func_75248_asetMutexBits0Sets 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.
2122func_75249_estartExecuting0Execute a one shot task or start executing a continuous task
2123func_75250_ashouldExecute0Returns whether the EntityAIBase should begin execution.
2124func_75251_cresetTask0Resets the task
2125func_75252_gisContinuous0Returns whether the task requires multiple updates or not
2126func_75253_bcontinueExecuting0Returns whether an in-progress EntityAIBase should continue executing
2127func_75270_asetSitting0Sets the sitting flag.
2128func_75296_aisSuitableTarget0A method used to see if an entity is a suitable target through a number of checks.
2129func_75317_fdoRangedAttack0Performs a ranged attack according to the AI's rangedAttackID.
2130func_75349_afindUsableDoor0Determines if a door can be broken with AI.
2131func_75366_ffindPossibleShelter0
2132func_75388_ispawnBaby0Spawns a baby animal of the same type.
2133func_75389_fgetNearbyMate0Loops through nearby animals and finds another animal of the same type that can be mated with. Returns the first valid mate found.
2134func_75398_aisSittableBlock0Determines wheter the Ocelot wants to sit on the block at given coordinate
2135func_75399_fgetNearbySitableBlockDistance0Searches for a block to sit on within a 8 block range, returns 0 if none found
2136func_75446_fcheckSufficientDoorsPresentForNewVillager0
2137func_75447_igiveBirth0
2138func_75458_acompareDistanceSq0
2139func_75461_bfindRandomTargetBlockAwayFrom0finds a random target within par1(x,z) and par2 (y) blocks in the reverse direction of the point par3
2140func_75462_cfindRandomTargetBlock0searches 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
2141func_75463_afindRandomTarget0finds a random target within par1(x,z) and par2 (y) blocks
2142func_75464_afindRandomTargetBlockTowards0finds a random target within par1(x,z) and par2 (y) blocks in the direction of the point par3
2143func_75466_dresetDoorOpeningRestrictionCounter0
2144func_75467_aisInside0
2145func_75468_fgetDoorOpeningRestrictionCounter0
2146func_75469_cgetInsideDistanceSquare0Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
2147func_75470_eincrementDoorOpeningRestrictionCounter0
2148func_75471_agetInsidePosX0
2149func_75472_cgetInsidePosZ0
2150func_75473_bgetInsidePosY0
2151func_75474_bgetDistanceSquared0Returns the squared distance between this door and the given coordinate.
2152func_75483_aisSafeToStandAt0Returns 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
2153func_75484_asetPath0sets 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
2154func_75485_kcanNavigate0If on ground or swimming and can swim
2155func_75486_agetAvoidsWater0
2156func_75487_mremoveSunnyPath0Trims path data from the end to the first sun covered block
2157func_75488_agetPathToXYZ0Returns the path to the given coordinates
2158func_75489_asetSpeed0Sets the speed
2159func_75490_csetEnterDoors0Sets if the entity can enter open doors
2160func_75491_asetAvoidsWater0
2161func_75492_atryMoveToXYZ0Try to find and set a path to XYZ. Returns true if successful.
2162func_75493_aisDirectPathBetweenPoints0Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize
2163func_75494_agetPathToEntityLiving0Returns the path to the given EntityLiving
2164func_75495_esetCanSwim0Sets if the entity can swim
2165func_75496_bisPositionClear0Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
2166func_75497_atryMoveToEntityLiving0Try to find and set a path to EntityLiving. Returns true if successful.
2167func_75498_bsetBreakDoors0
2168func_75499_gclearPathEntity0sets active PathEntity to null
2169func_75500_fnoPath0If null path or reached the end
2170func_75501_eonUpdateNavigation0
2171func_75502_igetEntityPosition0
2172func_75503_jgetPathableYPos0Gets the safe pathing Y position for the entity depending on if it can path swim or not
2173func_75504_dsetAvoidSun0Sets if the path should avoid sunlight
2174func_75505_dgetPath0gets the actively used PathEntity
2175func_75506_lisInFluid0Returns true if the entity is in water or lava, false otherwise
2176func_75507_cgetCanBreakDoors0Returns true if the entity can break doors, false otherwise
2177func_75508_hpathFollow0
2178func_75522_acanSee0Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
2179func_75523_aclearSensingCache0Clears canSeeCachePositive and canSeeCacheNegative.
2180func_75528_atick0Runs a single tick for the village siege
2181func_75530_cspawnZombie0
2182func_75541_eisWoodenDoorAt0
2183func_75542_caddDoorToNewListIfAppropriate0
2184func_75543_ddropOldestVillagerPosition0
2185func_75544_atick0Runs a single tick for the village collection
2186func_75545_eaddNewDoorsToVillageOrCreateVillage0
2187func_75546_aaddUnassignedWoodenDoorsAroundToNewDoorsList0
2188func_75547_bgetVillageDoorAt0
2189func_75548_disVillagerPositionPresent0
2190func_75549_cremoveAnnihilatedVillages0
2191func_75550_afindNearestVillage0Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance.
2192func_75551_aaddVillagerPosition0This 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.
2193func_75557_kremoveDeadAndOutOfRangeDoors0
2194func_75558_fgetVillageDoorInfoList0called only by class EntityAIMoveThroughVillage
2195func_75559_atryGetIronGolemSpawningLocation0Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
2196func_75560_atick0Called periodically by VillageCollection
2197func_75561_dgetTicksSinceLastDoorAdding0
2198func_75562_egetNumVillagers0
2199func_75563_bisValidIronGolemSpawningLocation0
2200func_75564_bfindNearestDoor0
2201func_75565_jremoveDeadAndOldAgressors0
2202func_75566_gisAnnihilated0Returns true, if there is not a single village door left. Called by VillageCollection
2203func_75567_cgetNumVillageDoors0Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege
2204func_75568_bgetVillageRadius0
2205func_75569_cfindNearestDoorUnrestricted0Find 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.
2206func_75570_aisInRange0Returns true, if the given coordinates are within the bounding box of the village.
2207func_75571_bfindNearestVillageAggressor0
2208func_75572_iupdateNumVillagers0
2209func_75573_lupdateVillageRadiusAndCenter0
2210func_75574_fisBlockDoor0
2211func_75575_aaddOrRenewAgressor0
2212func_75576_aaddVillageDoorInfo0
2213func_75577_agetCenter0
2214func_75578_egetVillageDoorAt0
2215func_75579_hupdateNumIronGolems0
2216func_75598_agetCreatureClass0
2217func_75599_dgetPeacefulCreature0Gets whether or not this creature type is peaceful.
2218func_75600_cgetCreatureMaterial0
2219func_75601_bgetMaxNumberOfCreature0
2220func_75614_aaddMapping0Adds a entity mapping with egg info.
2221func_75615_acreateEntityFromNBT0create a new instance of an entity from NBT store
2222func_75616_acreateEntityByID0Create a new instance of an entity in the world by using an entity ID.
2223func_75617_agetStringFromID0Finds the class using IDtoClassMapping and classToStringMapping
2224func_75618_aaddMapping0adds a mapping between Entity classes and both a string representation and an ID
2225func_75619_agetEntityID0gets the entityID of a specific entity
2226func_75620_acreateEntityByName0Create a new instance of an entity in the world by using the entity name.
2227func_75621_bgetEntityString0Gets the string representation of a specific entity.
2228func_75630_amultiplyBy32AndRound0
2229func_75638_bgetSpeed0
2230func_75641_conUpdateMoveHelper0
2231func_75642_asetMoveTo0Sets the speed and location to move to
2232func_75649_aonUpdateLook0Updates look
2233func_75650_asetLookPosition0Sets position to look at
2234func_75651_asetLookPositionWithEntity0Sets position to look at using entity
2235func_75652_aupdateRotation0
2236func_75660_asetJumping0
2237func_75661_bdoJump0Called to actually make the entity jump if isJumping is true.
2238func_75669_bgetObject0
2239func_75670_disWatched0
2240func_75671_asetWatched0
2241func_75672_agetDataValueId0
2242func_75673_asetObject0
2243func_75674_cgetObjectType0
2244func_75679_cgetWatchableObjectInt0gets a watchable object and returns it as a Integer
2245func_75680_awriteObjectsInListToStream0writes every object in passed list to dataoutputstream, terminated by 0x7F
2246func_75681_egetWatchableObjectString0gets a watchable object and returns it as a String
2247func_75682_aaddObject0adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
2248func_75683_agetWatchableObjectByte0gets the bytevalue of a watchable object
2249func_75684_ahasChanges0
2250func_75686_areadWatchableObjects0
2251func_75687_aupdateWatchedObjectsFromList0
2252func_75688_bunwatchAndReturnAllWatched0
2253func_75689_awriteWatchableObjects0
2254func_75690_awriteWatchableObject0
2255func_75691_igetWatchedObject0is threadsafe, unless it throws an exception, then
2256func_75692_bupdateObject0updates an already existing object
2257func_75693_bgetWatchableObjectShort0
2258func_75734_awaitForFinish0
2259func_75735_aqueueIO0threaded io
2260func_75736_bprocessQueue0Process the items that are in the queue
2261func_75742_aloadData0Loads 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
2262func_75743_agetUniqueDataId0Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
2263func_75744_asaveAllData0Saves all dirty loaded MapDataBases to disk.
2264func_75745_asetData0Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
2265func_75746_bloadIdCounts0Loads the idCounts Map from the 'idcounts' file.
2266func_75747_asaveData0Saves the given MapDataBase to disk.
2267func_75752_breadPlayerData0Reads the player data from disk into the specified PlayerEntityMP.
2268func_75753_awritePlayerData0Writes the player data to disk from the specified PlayerEntityMP.
2269func_75754_fgetAvailablePlayerDat0Gets an array of Usernames there are available player.dat files for.
2270func_75755_asaveWorldInfoWithPlayer0Saves the given World Info with the given NBTTagCompound as the Player.
2271func_75756_egetSaveHandler0returns null if no saveHandler is relevent (eg. SMP)
2272func_75757_dloadWorldInfo0Loads and returns the world info
2273func_75758_bgetMapFileFromName0Gets the file location of the given map
2274func_75759_aflush0Called to flush all changes to disk, waiting for them to complete.
2275func_75760_ggetSaveDirectoryName0Returns the name of the directory where world information is saved
2276func_75761_asaveWorldInfo0Saves the passed in world info.
2277func_75762_ccheckSessionLock0Checks the session lock to prevent save collisions
2278func_75763_agetChunkLoader0Returns the chunk loader with the provided world provider
2279func_75764_agetPlayerData0Gets the player data for the given playername as a NBTTagCompound.
2280func_75765_bgetSaveDirectory0gets the File object corresponding to the base directory of this save (saves/404 for a save called 404 etc)
2281func_75766_hsetSessionLock0Creates a session lock file for this process
2282func_75774_aonUpdateTasks0
2283func_75776_aaddTask0
2284func_75777_aareTasksCompatible0Returns whether two EntityAITaskEntries can be executed concurrently
2285func_75784_egetLastTimePlayed0
2286func_75785_drequiresConversion0
2287func_75786_agetFileName0return the file name
2288func_75787_acompareTo0
2289func_75788_bgetDisplayName0return the display name of the save
2290func_75789_gisHardcoreModeEnabled0
2291func_75799_bgetSaveList0
2292func_75800_dflushCache0
2293func_75801_bisOldMapFormat0Checks if the save directory uses the old map format
2294func_75802_edeleteWorldDirectory0@args: Takes one argument - the name of the directory of the world to delete. @desc: Delete the world by deleting the associated directory recursively.
2295func_75803_cgetWorldInfo0gets the world info
2296func_75804_agetSaveLoader0Returns back a loader for the specified save directory
2297func_75805_aconvertMapFormat0Converts the specified map to the new map format. Args: worldName, loadingScreen
2298func_75806_arenameWorld0@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.
2299func_75807_adeleteFiles0@args: Takes one argument - the list of files and directories to delete. @desc: Deletes the files and directory listed in the list recursively.
2300func_75809_fcreateFile0par: filename for the level.dat_mcr backup
2301func_75810_aaddRegionFilesToCollection0filters the files in the par1 directory, and adds them to the par2 collections
2302func_75811_aconvertChunks0copies a 32x32 chunk set from par2File to par1File, via AnvilConverterData
2303func_75812_cgetSaveVersion0
2304func_75813_aconvertFile0
2305func_75814_cwriteNextIO0Returns a boolean stating if the write was unsuccessful.
2306func_75815_aloadChunk0Loads the specified(XZ) chunk into the specified world.
2307func_75816_asaveChunk0
2308func_75817_achunkTick0Called every World.tick()
2309func_75818_bsaveExtraData0Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused.
2310func_75819_bsaveExtraChunkData0Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
2311func_75820_awriteChunkToNBT0Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time.
2312func_75821_awriteChunkNBTTags0
2313func_75822_acheckedReadChunkFromNBT0wraps readChunkFromNBT. checks the coordinates, and several NBT tags
2314func_75823_areadChunkFromNBT0Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
2315func_75829_adistanceTo0Returns the linear distance to another path point
2316func_75830_amakeHash0
2317func_75831_aisAssigned0Returns true if this point has already been assigned to a path
2318func_75843_aformat0Formats a given stat for human consumption.
2319func_75844_cdequeue0Returns and removes the first point in the path
2320func_75845_eisPathEmpty0Returns true if this path contains no points
2321func_75846_bsortForward0Sorts a point to the right
2322func_75847_asortBack0Sorts a point to the left
2323func_75848_aclearPath0Clears the path
2324func_75849_aaddPoint0Adds a point to the path
2325func_75850_achangeDistance0Changes the provided point's distance to target
2326func_75853_acreateEntityPath0Returns a new PathEntity for a given start and end point
2327func_75854_aopenPoint0Returns a mapped point or creates and adds one
2328func_75855_agetVerticalOffset0Checks 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)
2329func_75856_acreateEntityPathTo0Creates a path from one entity to another within a minimum distance
2330func_75857_acreateEntityPathTo0Internal implementation of creating a path from an entity to a point
2331func_75858_agetSafePoint0Returns a point that the entity can safely move to
2332func_75859_acreateEntityPathTo0Creates a path from an entity to a specified location within a minimum distance
2333func_75860_bfindPathOptions0populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)
2334func_75861_aaddToPath0Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)
2335func_75870_cgetFinalPathPoint0returns the last PathPoint of the Array
2336func_75871_bsetCurrentPathLength0
2337func_75872_csetCurrentPathIndex0
2338func_75873_egetCurrentPathIndex0
2339func_75874_dgetCurrentPathLength0
2340func_75875_aincrementPathIndex0Directs this path to the next point in its array
2341func_75876_aisSamePath0Returns true if the EntityPath are the same. Non instance related equals.
2342func_75877_agetPathPointFromIndex0return the PathPoint located at the specified PathIndex, usually the current one
2343func_75878_agetPosition0returns the current PathEntity target node as Vec3D
2344func_75879_bisFinished0Returns true if this path has reached the end
2345func_75880_bisDestinationSame0Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
2346func_75881_agetVectorFromIndex0Gets the vector of the PathPoint associated with the given index.
2347func_75888_adecryptInputStream0
2348func_75891_bcreateNewKeyPair0
2349func_75897_aencryptOuputStream0
2350func_75899_agetMD5String0Gets the MD5 string
2351func_75901_ainitializeAllBiomeGenerators0the first array item is a linked list of the bioms, the second is the zoom function, the third is the same as the first.
2352func_75902_anextInt0returns a LCG pseudo random number from [0, x). Args: int x
2353func_75903_ainitChunkSeed0Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
2354func_75904_agetInts0Returns 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.
2355func_75905_ainitWorldGenSeed0Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
2356func_75912_bchoose0randomly choose between the four args
2357func_75913_achoose0randomly choose between the two args
2358func_75917_achoose0Chooses one of the two inputs randomly.
2359func_75918_dinitCraftableStats0Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
2360func_75920_ainitUsableStats0Initializes statistic fields related to usable items and blocks.
2361func_75921_ainitMinableStats0Initializes statistic fields related to minable items and blocks.
2362func_75922_binitBreakableStats0Initializes statistic fields related to breakable items and blocks.
2363func_75923_agetOneShotStat0
2364func_75924_areplaceAllSimilarBlocks0Forces all dual blocks to count for each other on the stats list
2365func_75925_cinitStats0
2366func_75926_binitBreakStats0
2367func_75927_areplaceSimilarBlocks0Forces stats for one block to add to another block, such as idle and active furnaces
2368func_75962_agetGuid0Returns the unique GUID of a achievement id.
2369func_75965_jgetNumberFormat0
2370func_75966_hinitIndependentStat0Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
2371func_75967_disAchievement0Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
2372func_75969_kgetDecimalFormat0
2373func_75970_igetName0
2374func_75971_gregisterStat0Register the stat into StatList.
2375func_75982_agetItemID0
2376func_75984_fgetSpecial0Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
2377func_75985_cregisterAchievement0Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
2378func_75986_asetIndependent0Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
2379func_75987_bsetSpecial0Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
2380func_75988_asetStatStringFormatter0Defines a string formatter for the achievement.
2381func_75989_egetDescription0Returns the fully description of the achievement - ready to be displayed on screen.
2382func_75997_ainit0A stub functions called to make the static initializer for this class run.
2383func_76030_bgetValue0Returns the object stored in this entry
2384func_76031_agetHash0Returns the hash code for this entry
2385func_76036_eremoveEntry0Removes the specified entry from the map and returns it
2386func_76037_bcontainsItem0Return true if an object is associated with the given key
2387func_76038_aaddKey0Adds a key and associated value to this map
2388func_76039_dgetKeySet0Return the Set of all keys stored in this MCHash object
2389func_76040_ainsert0Adds an object to a slot
2390func_76041_alookup0Returns the object associated to a key
2391func_76042_fgetHash0Returns the hash code for a key
2392func_76043_agetSlotIndex0Computes the index of the slot for the hash and slot count passed in.
2393func_76044_gcomputeHash0Makes the passed in integer suitable for hashing by a number of shifts
2394func_76045_clookupEntry0Returns the key/object mapping for a given key as a MCHashEntry
2395func_76046_cclearMap0Removes all entries from the map
2396func_76047_hgrow0Increases the number of hash slots
2397func_76048_acopyTo0Copies the hash slots to a new array
2398func_76049_dremoveObject0Removes the specified object from the map and returns it
2399func_76056_bsetSpawnY0Sets the y spawn position
2400func_76057_lgetLastTimePlayed0Return the last time the player was in this world.
2401func_76058_asetSpawnX0Set the x spawn position to the passed in value
2402func_76059_oisRaining0Returns true if it is raining, false otherwise.
2403func_76060_asetGameType0Sets the GameType.
2404func_76061_misThundering0Returns true if it is thundering, false otherwise.
2405func_76062_asetWorldName0
2406func_76063_bgetSeed0Returns the seed of current world.
2407func_76064_aupdateTagCompound0
2408func_76065_jgetWorldName0Get current world name
2409func_76066_agetNBTTagCompound0Gets the NBTTagCompound for the worldInfo
2410func_76067_tgetTerrainType0
2411func_76068_bsetWorldTime0Set current world time
2412func_76069_asetThundering0Sets whether it is thundering or not.
2413func_76070_visInitialized0Returns true if the World is initialized.
2414func_76071_ngetThunderTime0Returns the number of ticks until next thunderbolt.
2415func_76072_hgetPlayerNBTTagCompound0Returns the player's NBTTagCompound to be loaded
2416func_76073_fgetWorldTime0Get current world time
2417func_76074_egetSpawnZ0Returns the z spawn position
2418func_76075_dgetSpawnY0Return the Y axis spawning point of the player.
2419func_76076_igetDimension0
2420func_76077_qgetGameType0Gets the GameType.
2421func_76078_esetSaveVersion0Sets the save version of the world
2422func_76079_cgetSpawnX0Returns the x spawn position
2423func_76080_gsetRainTime0Sets the number of ticks until rain.
2424func_76081_asetSpawnPosition0Sets the spawn zone position. Args: x, y, z
2425func_76082_acloneNBTCompound0Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
2426func_76083_pgetRainTime0Return the number of ticks until rain.
2427func_76084_bsetRaining0Sets whether it is raining or not.
2428func_76085_asetTerrainType0
2429func_76086_uareCommandsAllowed0Returns true if commands are allowed on this World.
2430func_76087_csetSpawnZ0Set the z spawn position to the passed in value
2431func_76088_kgetSaveVersion0Returns the save version of this world
2432func_76089_risMapFeaturesEnabled0Get whether the map features (e.g. strongholds) generation is enabled or disabled.
2433func_76090_fsetThunderTime0Defines the number of ticks until next thunderbolt.
2434func_76091_dsetServerInitialized0Sets the initialization status of the World.
2435func_76092_ggetSizeOnDisk0
2436func_76093_sisHardcoreModeEnabled0Returns true if hardcore mode is enabled, otherwise false
2437func_76116_aputLower0a map already defines a general put
2438func_76118_acountPacket0
2439func_76123_fceiling_float_int0
2440func_76124_dfloor_double_long0Long version of floor_double
2441func_76125_aclamp_int0Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
2442func_76126_asin0sin looked up in a table
2443func_76127_aaverage0
2444func_76128_cfloor_double0Returns the greatest integer less than or equal to the double argument
2445func_76129_csqrt_float0
2446func_76130_aabs_int0
2447func_76131_aclamp_float0Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
2448func_76132_aabs_max0Maximum of the absolute value of two numbers.
2449func_76133_asqrt_double0
2450func_76134_bcos0cos looked up in the sin table with the appropriate offset
2451func_76135_eabs0
2452func_76136_agetRandomIntegerInRange0
2453func_76137_abucketInt0Buckets an integer with specifed bucket sizes. Args: i, bucketSize
2454func_76138_gwrapAngleTo180_double0the angle is reduced to an angle between -180 and +180 by mod, and a 360 check
2455func_76139_astringNullOrLengthZero0Tests if a string is null or of length zero
2456func_76140_btruncateDoubleToInt0returns par0 cast as an int, and no greater than Integer.MAX_VALUE-1024
2457func_76141_dfloor_float0Returns the greatest integer less than or equal to the float argument
2458func_76142_gwrapAngleTo180_float0the angle is reduced to an angle between -180 and +180 by mod, and a 360 check
2459func_76143_fceiling_double_int0
2460func_76145_bgetValue0
2461func_76146_agetKey0
2462func_76151_fgetHashCode0public method to get the hashed key(hashCode)
2463func_76152_eremoveKey0removes the key from the hash linked list
2464func_76153_bresizeTable0resizes the table
2465func_76154_acopyHashTableTo0copies the hash table to the specified array
2466func_76155_ggetHashedKey0returns the hashed key given the original key
2467func_76156_acreateKey0creates the key in the hash table
2468func_76157_ahash0the hash function
2469func_76158_agetHashIndex0gets the index in the hash given the array length and the hashed key
2470func_76159_dremove0calls the removeKey method and returns removed object
2471func_76160_cgetEntry0
2472func_76161_bcontainsItem0
2473func_76162_agetNumHashElements0
2474func_76163_aadd0Add a key-value pair.
2475func_76164_agetValueByKey0get the value from the map given the key
2476func_76170_aonSuccess0
2477func_76179_abuildPostString0Builds an encoded HTTP POST content string from a string map
2478func_76180_asendPost0Sends a HTTP POST request to the given URL with data from a string
2479func_76182_adownloadTexturePack0The downloader for texturepacks stored in the server.
2480func_76183_asendPost0Sends a HTTP POST request to the given URL with data from a map
2481func_76184_areadFromNBT0reads in data from the NBTTagCompound into this MapDataBase
2482func_76185_amarkDirty0Marks this MapDataBase dirty, to be saved to disk when the level next saves.
2483func_76186_asetDirty0Sets the dirty state of this MapDataBase, whether it needs saving to disk.
2484func_76187_bwriteToNBT0write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
2485func_76188_bisDirty0Whether this MapDataBase needs saving to disk.
2486func_76191_aupdateVisiblePlayers0Adds the player passed to the list of visible players and checks to see which players are visible
2487func_76192_aupdateMPMapData0Updates the client's map with information from other players in MP
2488func_76204_agetPlayersOnMap0returns 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
2489func_76217_hgetCanBurn0Returns if the block can burn or not.
2490func_76218_kisOpaque0Indicate if the material is opaque
2491func_76219_nsetNoPushMobility0This type of material can't be pushed, but pistons can move over it.
2492func_76220_aisSolid0
2493func_76221_fsetNoHarvest0Disables the ability to harvest this material.
2494func_76222_jisGroundCover0Return whether the material is a form of ground cover, e.g. Snow
2495func_76223_psetTranslucent0Marks the material as translucent
2496func_76224_disLiquid0Returns if blocks of these materials are liquids.
2497func_76225_osetImmovableMobility0This type of material can't be pushed, and pistons are blocked to move.
2498func_76226_gsetBurning0Set the canBurn bool to True and return the current object.
2499func_76227_mgetMaterialMobility0Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
2500func_76228_bgetCanBlockGrass0Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
2501func_76229_lisHarvestable0Returns true if material can be harvested by player.
2502func_76230_cblocksMovement0Returns if this material is considered solid or not
2503func_76231_isetGroundCover0Sets the material as a form of ground cover, e.g. Snow
2504func_76269_agetRandomItem0Returns a random choice from the input array of items, with a total weight value.
2505func_76270_agetTotalWeight0Returns the total weight of all items in a array.
2506func_76271_agetRandomItem0Returns a random choice from the input items.
2507func_76272_agetTotalWeight0Returns the total weight of all items in a collection.
2508func_76273_agetRandomItem0Returns a random choice from the input items, with a total weight value.
2509func_76274_agetRandomItem0Returns a random choice from the input items.
2510func_76304_agenerateNoiseOctaves0pars:(par2,3,4=noiseOffset ; so that adjacent noise segments connect) (pars5,6,7=x,y,zArraySize),(pars8,10,12 = x,y,z noiseScale)
2511func_76305_agenerateNoiseOctaves0Bouncer function to the main one with some default arguments.
2512func_76308_apopulateNoiseArray0pars: noiseArray , xOffset , yOffset , zOffset , xSize , ySize , zSize , xScale, yScale , zScale , noiseScale. noiseArray should be xSize*ySize*zSize in size
2513func_76310_agrad0
2514func_76311_blerp0
2515func_76316_aonInventoryChanged0Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
2516func_76317_aclearProfiling0Clear profiling
2517func_76318_cendStartSection0End current section and start a new section
2518func_76319_bendSection0End section
2519func_76320_astartSection0Start section
2520func_76321_bgetProfilingData0Get profiling data
2521func_76337_aticksToElapsedTime0Returns the time elapsed for the given number of ticks, in "mm:ss" format.
2522func_76338_astripControlCodes0
2523func_76340_bgetSecond0Get the second Object in the Tuple
2524func_76341_agetFirst0Get the first Object in the Tuple
2525func_76345_dgetHungerDamage0How much satiate(food) is consumed by this DamageSource
2526func_76346_ggetEntity0
2527func_76347_kfireDamage0Returns true if the damage is fire based.
2528func_76348_hsetDamageBypassesArmor0
2529func_76349_bsetProjectile0Define the damage type as projectile based.
2530func_76352_aisProjectile0Returns true if the damage is projectile based.
2531func_76353_acauseArrowDamage0returns EntityDamageSourceIndirect of an arrow
2532func_76354_bcauseIndirectMagicDamage0
2533func_76355_lgetDamageType0Return the name of damage type.
2534func_76356_acauseThrownDamage0
2535func_76357_ecanHarmInCreative0
2536func_76358_acauseMobDamage0
2537func_76359_isetDamageAllowedInCreativeMode0
2538func_76361_jsetFireDamage0Define the damage type as fire based.
2539func_76362_acauseFireballDamage0returns EntityDamageSourceIndirect of a fireball
2540func_76363_cisUnblockable0
2541func_76364_fgetSourceOfDamage0
2542func_76365_acausePlayerDamage0returns an EntityDamageSource of type player
2543func_76388_ggetEffectiveness0
2544func_76389_agetDurationString0
2545func_76390_bsetPotionName0Set the potion name.
2546func_76391_hsetPotionUnusable0
2547func_76392_egetStatusIconIndex0Returns the index for the icon to display when the potion is active.
2548func_76393_agetName0returns the name of the potion
2549func_76394_aperformEffect0
2550func_76395_iisUsable0
2551func_76396_cgetId0returns the ID of the potion
2552func_76397_aisReady0checks if Potion effect is ready to be applied this tick.
2553func_76398_fisBadEffect0This method returns true if the potion effect is bad - negative - for the entity.
2554func_76399_bsetIconIndex0Sets the index for the icon displayed in the player's inventory when the status is active.
2555func_76400_dhasStatusIcon0Returns true if the potion has a associated status icon to display in then inventory when active.
2556func_76401_jgetLiquidColor0Returns the color of the potion liquid.
2557func_76402_aaffectEntity0Hits the provided entity with this potion's instant effect.
2558func_76403_bisInstant0Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
2559func_76404_asetEffectiveness0
2560func_76445_agetIntCache0
2561func_76446_aresetIntCache0Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
2562func_76452_acombine0merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
2563func_76453_dgetEffectName0
2564func_76454_edeincrementDuration0
2565func_76455_aonUpdate0
2566func_76456_agetPotionID0Retrieve the ID of the potion this effect matches.
2567func_76457_bperformEffect0
2568func_76458_cgetAmplifier0
2569func_76459_bgetDuration0
2570func_76463_astartSnooper0issuing start multiple times is not an error.
2571func_76464_faddBaseDataToSnooper0
2572func_76465_cgetCurrentStats0
2573func_76466_dgetSelfCounterFor0returns a value indicating how many times this function has been run on the snooper
2574func_76467_gaddJvmArgsToSnooper0
2575func_76468_disSnooperRunning0
2576func_76469_cgetDataMapFor0
2577func_76470_estopSnooper0
2578func_76471_baddMemoryStatsToSnooper0
2579func_76472_aaddData0Adds information to the report
2580func_76473_agetStatsCollectorFor0
2581func_76474_bgetSyncLockFor0
2582func_76475_egetServerUrlFor0
2583func_76484_agenerate0
2584func_76485_asetBlockAndMetadata0Sets the block in the world, notifying neighbors if enabled.
2585func_76486_asetBlock0Sets the block without metadata in the world, notifying neighbors if enabled.
2586func_76487_asetScale0Rescales the generator settings, only used in WorldGenBigTree
2587func_76489_agenerateLeafNodeList0Generates a list of leaf nodes for the tree, to be populated by generateLeaves.
2588func_76490_alayerSize0Gets the rough size of a layer of the tree.
2589func_76491_agenerateLeafNode0Generates the leaves surrounding an individual entry in the leafNodes list.
2590func_76492_agenTreeLayer0
2591func_76493_cleafNodeNeedsBase0Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
2592func_76494_dgenerateLeafNodeBases0Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
2593func_76495_bleafSize0
2594func_76496_acheckBlockLine0Checks 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.
2595func_76497_evalidTreeLocation0Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid.
2596func_76498_bgenerateLeaves0Generates the leaf portion of the tree as specified by the leafNodes list.
2597func_76499_cgenerateTrunk0Places 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.
2598func_76500_aplaceBlockLine0Places a line of the specified block ID into the world from the first coordinate triplet to the second.
2599func_76519_agrowLeaves0
2600func_76529_bgrowVines0Grows vines downward from the given block for a given length. Args: World, x, starty, z, vine-length
2601func_76536_bgenerateVines0Generates vines at the given position until it hits a block.
2602func_76543_bpickMobSpawner0Randomly decides which spawner to use in a dungeon
2603func_76544_apickCheckLootItem0Picks potentially a random item to add to a dungeon chest.
2604func_76549_cgetChunkInputStream0Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ
2605func_76550_acreateOrLoadRegionFile0
2606func_76551_aclearRegionFileReferences0Saves the current Chunk Map Cache
2607func_76552_dgetChunkOutputStream0Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
2608func_76554_hgetEntrancePortalLocation0Gets the hard-coded portal location to use when entering this dimension
2609func_76555_cgetChunkProvider0Returns the chunk provider back for the world provider
2610func_76556_agenerateLightBrightnessTable0Creates the light to brightness table
2611func_76557_igetAverageGroundLevel0
2612func_76558_aregisterWorld0associate an existing world with a World provider, and setup its lightbrightness table
2613func_76559_bgetMoonPhase0
2614func_76560_acalcSunriseSunsetColors0Returns array with sunrise/sunset colors
2615func_76561_gisSkyColored0
2616func_76562_bgetFogColor0Return Vec3D with biome specific fog color
2617func_76563_acalculateCelestialAngle0Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
2618func_76564_jgetWorldHasVoidParticles0returns true if this dimension is supposed to display void particles and pull in the far plane based on the user's Y offset.
2619func_76565_kgetVoidFogYFactor0Returns 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.
2620func_76566_acanCoordinateBeSpawn0Will check if the x, z position specified is alright to be set as the map spawn point
2621func_76567_ecanRespawnHere0True if the player can respawn in this dimension (true = overworld, false = nether).
2622func_76568_bdoesXZShowFog0Returns true if the given X,Z coordinate should show environmental fog.
2623func_76569_disSurfaceWorld0Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
2624func_76570_agetProviderForDimension0
2625func_76571_fgetCloudHeight0the y level at which clouds are rendered.
2626func_76572_bregisterWorldChunkManager0creates a new world chunk manager for WorldProvider
2627func_76581_aset0Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val.
2628func_76582_aget0Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
2629func_76586_kupdateSkylight0Checks whether skylight needs updated; if it does, calls updateSkylight_do
2630func_76587_igetBlockStorageArray0Returns the ExtendedBlockStorage array for this Chunk.
2631func_76588_agetEntitiesWithinAABBForEntity0Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
2632func_76589_bsetBlockMetadata0Set the metadata of a block in the chunk
2633func_76590_agenerateHeightMap0Generates the height map for a chunk from scratch
2634func_76591_agetBiomeGenForWorldCoords0This method retrieves the biome at a set of coordinates
2635func_76592_asetBlockIDWithMetadata0Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
2636func_76593_qupdateSkylight_do0Runs delayed skylight updates.
2637func_76594_oenqueueRelightChecks0Called 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
2638func_76595_epropagateSkylightOcclusion0Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
2639func_76596_bgetBlockLightOpacity0
2640func_76597_egetChunkBlockTileEntity0Gets the TileEntity for a given block in this chunk
2641func_76598_asetBlockID0Sets a blockID for a position in the chunk. Args: x, y, z, blockID
2642func_76599_gcheckSkylightNeighborHeight0Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
2643func_76600_aisAtLocation0Checks whether the chunk is at the X/Z location specified
2644func_76601_aneedsSaving0Returns true if this Chunk needs to be saved
2645func_76602_asetStorageArrays0
2646func_76603_bgenerateSkylightMap0Generates the initial skylight map for the chunk upon generation or load.
2647func_76604_asetChunkBlockTileEntity0Sets the TileEntity for a given block in this chunk
2648func_76605_mgetBiomeArray0Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
2649func_76606_cgetAreLevelsEmpty0Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
2650func_76607_afillChunk0Initialise this chunk with new binary data
2651func_76608_aremoveEntityAtIndex0Removes entity at the specified index from the entity array.
2652func_76609_dupdateSkylightNeighborHeight0
2653func_76610_agetBlockID0Return the ID of a block in the chunk.
2654func_76611_bgetHeightValue0Returns the value in the height map at this x, z coordinate in the chunk
2655func_76612_aaddEntity0Adds an entity to the chunk. Args: entity
2656func_76613_nresetRelightChecks0Resets the relight check index to 0 for this Chunk.
2657func_76614_agetSavedLightValue0Gets the amount of light saved in this block (doesn't adjust for daylight)
2658func_76615_hrelightBlock0Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
2659func_76616_asetBiomeArray0Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
2660func_76617_agetRandomWithSeed0
2661func_76618_agetEntitiesOfTypeWithinAAAB0Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill
2662func_76619_dcanBlockSeeTheSky0Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
2663func_76620_aaddTileEntity0Adds a TileEntity to a chunk
2664func_76621_gisEmpty0
2665func_76622_bremoveEntity0removes entity using its y chunk coordinate as its index
2666func_76623_donChunkUnload0Called when this Chunk is unloaded by the ChunkProvider
2667func_76624_apopulateChunk0
2668func_76625_hgetTopFilledSegment0Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
2669func_76626_dgetPrecipitationHeight0Gets the height to which rain/snow will fall. Calculates it if not already stored.
2670func_76627_fremoveChunkBlockTileEntity0Removes the TileEntity for a given block in this chunk
2671func_76628_cgetBlockMetadata0Return the metadata corresponding to the given coordinates inside a chunk.
2672func_76629_cgetBlockLightValue0Gets the amount of light on a block taking into account sunlight
2673func_76630_esetChunkModified0Sets the isModified flag for this Chunk
2674func_76631_conChunkLoad0Called when this Chunk is loaded by the ChunkProvider
2675func_76632_lgetChunkCoordIntPair0Gets a ChunkCoordIntPair representing the Chunk's position.
2676func_76633_asetLightValue0Sets 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
2677func_76654_bsetExtBlockMetadata0Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
2678func_76655_asetExtBlockID0Sets 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.
2679func_76656_agetExtBlockID0Returns 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.
2680func_76657_csetExtSkylightValue0Sets the saved Sky-light value in the extended block storage structure.
2681func_76658_ggetBlockLSBArray0
2682func_76659_csetBlocklightArray0Sets the NibbleArray instance used for Block-light values in this particular storage block.
2683func_76660_igetBlockMSBArray0Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
2684func_76661_kgetBlocklightArray0Returns the NibbleArray instance containing Block-light data.
2685func_76662_dgetYLocation0Returns the Y location of this ExtendedBlockStorage.
2686func_76663_aisEmpty0Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
2687func_76664_asetBlockLSBArray0Sets the array of block ID least significant bits for this ExtendedBlockStorage.
2688func_76665_bgetExtBlockMetadata0Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
2689func_76666_dsetSkylightArray0Sets the NibbleArray instance used for Sky-light values in this particular storage block.
2690func_76667_mcreateBlockMSBArray0Called by a Chunk to initialize the MSB array if getBlockMSBArray returns null. Returns the newly-created NibbleArray instance.
2691func_76668_bsetBlockMetadataArray0Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
2692func_76669_jgetMetadataArray0
2693func_76670_cgetExtSkylightValue0Gets the saved Sky-light value in the extended block storage structure.
2694func_76671_lgetSkylightArray0Returns the NibbleArray instance containing Sky-light data.
2695func_76672_eremoveInvalidBlocks0
2696func_76673_asetBlockMSBArray0Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
2697func_76674_dgetExtBlocklightValue0Gets the saved Block-light value in the extended block storage structure.
2698func_76675_bgetNeedsRandomTick0Returns 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.
2699func_76677_dsetExtBlocklightValue0Sets the saved Block-light value in the extended block storage structure.
2700func_76686_aget0
2701func_76690_aconvertToAnvilFormat0
2702func_76691_aload0
2703func_76704_agetChunkDataInputStream0args: x, y - get uncompressed chunk stream from the region file
2704func_76705_doutOfBounds0args: x, z - check region bounds
2705func_76706_awrite0args: x, z, data, length - write chunk data at (x, z) to disk
2706func_76707_egetOffset0args: x, y - get chunk's offset in region file
2707func_76708_cclose0close this RegionFile and prevent further writes
2708func_76709_cisChunkSaved0args: x, z, - true if chunk has been saved / converted
2709func_76710_bgetChunkDataOutputStream0args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed
2710func_76711_asetOffset0args: x, z, offset - sets the chunk's offset in the region file
2711func_76712_awrite0args: sectorNumber, data, length - write the chunk data to this RegionFile
2712func_76713_bsetChunkTimestamp0args: x, z, timestamp - sets the chunk's write timestamp
2713func_76725_bsetMinMaxHeight0Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
2714func_76726_lgetBiomeFoliageColor0Provides the basic foliage color based on the biome temperature and rainfall
2715func_76727_igetFloatRainfall0Gets a floating point representation of this biome's rainfall
2716func_76728_adecorate0
2717func_76729_acreateBiomeDecorator0Allocate a new BiomeDecorator for this BiomeGenBase
2718func_76730_bgetRandomWorldGenForGrass0Gets a WorldGen appropriate for this biome.
2719func_76731_agetSkyColorByTemp0takes temperature, returns color
2720func_76732_asetTemperatureRainfall0Sets the temperature and rainfall of this biome.
2721func_76734_hgetIntTemperature0Gets an integer representation of this biome's temperature
2722func_76735_asetBiomeName0
2723func_76736_eisHighHumidity0Checks to see if the rainfall level of the biome is extremely high
2724func_76737_kgetBiomeGrassColor0Provides the basic grass color based on the biome temperature and rainfall
2725func_76738_dcanSpawnLightningBolt0Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
2726func_76739_bsetColor0
2727func_76740_agetRandomWorldGenForTrees0Gets a WorldGen appropriate for this biome.
2728func_76741_fgetSpawningChance0returns the chance a creature has to spawn.
2729func_76742_bsetEnableSnow0sets enableSnow to true during biome initialization. returns BiomeGenBase.
2730func_76743_jgetFloatTemperature0Gets a floating point representation of this biome's temperature
2731func_76744_ggetIntRainfall0Gets an integer representation of this biome's rainfall
2732func_76745_msetDisableRain0Disable the rain for the biome.
2733func_76746_cgetEnableSnow0Returns true if the biome have snowfall instead a normal rain.
2734func_76747_agetSpawnableList0Returns the correspondent list of the EnumCreatureType informed.
2735func_76793_bgenStandardOre20Standard ore generation helper. Generates Lapis Lazuli.
2736func_76794_adecorate0The method that does the work of actually decorating chunks
2737func_76795_agenStandardOre10Standard ore generation helper. Generates most ores.
2738func_76796_adecorate0Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
2739func_76797_bgenerateOres0Generates ores in the current chunk
2740func_76836_agetChunkManager0Get the world chunk manager object for a biome list.
2741func_76837_bgetBiomeGenAt0Returns the BiomeGenBase related to the x, z position from the cache.
2742func_76838_acleanupCache0Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
2743func_76839_egetCachedBiomes0Returns the array of cached biome types in the BiomeCacheBlock at the given location.
2744func_76840_agetBiomeCacheBlock0Returns a biome cache block at location specified.
2745func_76845_abindImage0
2746func_76846_aonTick0
2747func_76885_agetBiomeGenAt0Returns the BiomeGenBase related to the x, z position from the cache block.
2748func_76893_asetTileEntityRenderer0Associate a TileEntityRenderer with this TileEntitySpecialRenderer
2749func_76894_arenderTileEntityAt0
2750func_76895_bgetFontRenderer0
2751func_76896_aonWorldChange0Called 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
2752func_76897_abindTextureByName0Binds a texture to the renderEngine given a filename from the JAR.
2753func_76901_arenderTileEntityEnchantmentTableAt0
2754func_76903_arenderPiston0
2755func_76905_arenderTileEntityMobSpawner0
2756func_76909_arenderTileEntitySignAt0
2757func_76911_arenderTileEntityChestAt0Renders the TileEntity for the chest at a position.
2758func_76914_asetWaterBiomeColorizer0
2759func_76916_fgetBlockID0Gets the BlockID for this BlockEventData
2760func_76917_egetEventParameter0Get the Event Parameter (different for each BlockID,EventID)
2761func_76918_dgetEventID0Get the Event ID (different for each BlockID)
2762func_76919_agetX0Get the X coordinate.
2763func_76920_cgetZ0Get the Z coordinate.
2764func_76921_bgetY0Get the Y coordinate.
2765func_76931_agetBiomeGenAt0Return 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)
2766func_76932_agetBiomesToSpawnIn0Gets the list of valid biomes for the player to spawn in.
2767func_76933_bloadBlockGeneratorData0Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth
2768func_76934_bgetTemperatures0Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length
2769func_76935_agetBiomeGenAt0Returns the BiomeGenBase related to the x, z position on the world.
2770func_76936_agetRainfall0Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length.
2771func_76937_agetBiomesForGeneration0Returns an array of biomes for the location input.
2772func_76938_bcleanupCache0Calls the WorldChunkManager's biomeCache.cleanupCache()
2773func_76939_agetTemperatureAtHeight0Return an adjusted version of a given temperature based on the y height
2774func_76940_aareBiomesViable0checks given Chunk's Biomes against List of allowed ones
2775func_76941_afindBiomePosition0Finds a valid position within a range, that is in one of the listed biomes. Searches {par1,par2} +-par3 blocks. Strongly favors positive y positions.
2776func_76949_arenderTileEntityAt0Render this TileEntity at a given set of coordinates
2777func_76950_arenderTileEntity0Render this TileEntity at its current position from the player
2778func_76951_agetSpecialRendererForClass0Returns the TileEntitySpecialRenderer used to render this TileEntity class, or null if it has no special renderer
2779func_76952_ahasSpecialRenderer0Returns true if this TileEntity instance has a TileEntitySpecialRenderer associated with it, false otherwise.
2780func_76953_acacheActiveRenderInfo0Caches 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
2781func_76954_agetFontRenderer0
2782func_76955_asetWorld0Sets the world used by all TileEntitySpecialRender instances and notifies them of this change.
2783func_76956_bgetSpecialRendererForEntity0Returns the TileEntitySpecialRenderer used to render this TileEntity instance, or null if it has no special renderer
2784func_76975_crenderShadow0Renders the entity shadows at the position, shadow alpha and partialTickTime. Args: entity, x, y, z, shadowAlpha, partialTickTime
2785func_76976_asetRenderManager0Sets the RenderManager.
2786func_76977_arenderEntityOnFire0Renders fire on top of the entity. Args: entity, x, y, z, partialTickTime
2787func_76978_arenderOffsetAABB0Renders a white box with the bounds of the AABB translated by the offset. Args: aabb, x, y, z
2788func_76979_bdoRenderShadowAndFire0Renders the entity's shadow and fire (if its on fire). Args: entity, x, y, z, yaw, partialTickTime
2789func_76980_arenderAABB0Adds to the tesselator a box using the aabb for the bounds. Args: aabb
2790func_76981_arenderShadowOnBlock0Renders 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
2791func_76982_bgetWorldFromRenderManager0Returns the render manager's world object
2792func_76983_agetFontRendererFromRenderManager0Returns the font renderer from the set render manager
2793func_76984_aloadDownloadableImageTexture0loads the specified downloadable texture or alternative built in texture
2794func_76985_aloadTexture0loads the specified texture
2795func_76986_adoRender0Actually 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.
2796func_76997_arenderBoat0The render method used in RenderBoat that renders the boat model.
2797func_76999_arenderArrow0
2798func_77000_adoRenderFishHook0Actually renders the fishing line and hook
2799func_77001_adoRenderFireball0
2800func_77003_adoRenderFallingSand0The actual render method that is used in doRender
2801func_77014_adoRenderItem0Renders the item
2802func_77015_arenderItemIntoGUI0Renders the item's icon or block into the UI at the specified position.
2803func_77016_arenderTexturedQuad0Adds a textured quad to the tesselator at the specified position with the specified texture coords, width and height. Args: x, y, u, v, width, height
2804func_77017_arenderQuad0Adds a quad to the tesselator at the specified position with the set width and height and color. Args: tessellator, x, y, width, height, color
2805func_77019_adrawItemIntoGui0
2806func_77021_brenderItemOverlayIntoGUI0Renders the item's overlay information. Examples being stack count or damage on top of the item's image at the specified position.
2807func_77028_adoRenderLightningBolt0Actually renders the lightning bolt. This method is called through the doRender method.
2808func_77029_crenderEquippedItems0
2809func_77030_agetColorMultiplier0Returns an ARGB int color back. Args: entityLiving, lightBrightness, partialTickTime
2810func_77031_adoRenderLiving0
2811func_77032_ashouldRenderPass0Queries whether should render the specified pass or not.
2812func_77033_bpassSpecialRender0Passes the specialRender and renders it
2813func_77035_binheritRenderPass0
2814func_77036_arenderModel0Renders the model in RenderLiving
2815func_77037_agetDeathMaxRotation0
2816func_77038_arenderLivingLabel0Draws the debug or playername text above a living
2817func_77039_arenderLivingAt0Sets a simple glTranslate on a LivingEntity.
2818func_77040_drenderSwingProgress0
2819func_77041_bpreRenderCallback0Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime
2820func_77042_asetRenderPassModel0Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model
2821func_77043_arotateCorpse0
2822func_77044_ahandleRotationFloat0Defines what float the third param in setRotationAngles of ModelBase is
2823func_77054_arenderVillager0
2824func_77057_agetTailRotation0
2825func_77058_arenderWolf0
2826func_77059_arenderCow0
2827func_77060_aupdateCreeperScale0Updates creeper scale in prerender callback
2828func_77062_arenderCreeperPassModel0A method used to render a creeper's powered form as a pass model.
2829func_77063_aupdateCreeperColorMultiplier0Updates color multiplier based on creeper state called by getColorMultiplier
2830func_77065_arenderChicken0
2831func_77066_agetWingRotation0
2832func_77067_arenderBlaze0
2833func_77072_apreRenderScale0Applies the scale to the transform matrix
2834func_77074_arenderEyes0Render the endermans eyes
2835func_77075_arenderEnderman0Renders the enderman
2836func_77076_arenderCarrying0Render the block an enderman is carrying
2837func_77079_arenderDragon0Renders the dragon, along with its dying animation
2838func_77080_arenderDragonDying0Renders the animation for when an enderdragon dies
2839func_77081_arenderDragonModel0Renders the dragon model. Called by renderModel.
2840func_77082_arenderGlow0Renders the overlay for glowing eyes and the mouth. Called by shouldRenderPass.
2841func_77083_arotateDragonBody0Used to rotate the dragon as a whole in RenderDragon. It's called in the rotateCorpse method.
2842func_77087_ashouldSilverfishRenderPass0Disallows the silverfish to render the renderPassModel.
2843func_77088_arenderSilverfish0Renders the silverfish.
2844func_77089_agetSilverfishDeathRotation0Return the silverfish's maximum death rotation.
2845func_77091_ascaleSlime0sets the scale for the slime based on getSlimeSize in EntitySlime
2846func_77095_asetSpiderDeathMaxRotation0
2847func_77096_ascaleSpider0
2848func_77097_asetSpiderEyeBrightness0Sets the spider's glowing eyes
2849func_77099_arenderSaddledPig0
2850func_77100_arenderSpecials0Method for adding special render rules
2851func_77101_arenderPlayer0
2852func_77102_arotatePlayer0Rotates the player if the player is sleeping. This method is called in rotateCorpse.
2853func_77103_arenderName0Used to render a player's name above their head
2854func_77104_brenderPlayerScale0
2855func_77105_brenderPlayerSleep0Renders player with sleeping offset if sleeping
2856func_77106_bdrawFirstPersonHand0
2857func_77107_asetArmorModel0Set the specified armor model as the player model. Args: player, armorSlot, partialTick
2858func_77112_adoRenderSheep0
2859func_77113_asetWoolColorAndRender0
2860func_77118_ascaleMagmaCube0
2861func_77119_arenderMagmaCube0
2862func_77121_ahandleRotationFloat0
2863func_77124_asetCanBeCreated0Sets canBeCreated to the provided value, and returns this.
2864func_77125_eisVersioned0Returns true if this world Type has a version associated with it.
2865func_77126_dgetCanBeCreated0Gets whether this WorldType can be used to generate a new world.
2866func_77127_agetWorldTypeName0
2867func_77128_bgetTranslateName0Gets the translation key for the name of this world type.
2868func_77129_fsetVersioned0Flags this world type as having an associated version.
2869func_77130_aparseWorldType0
2870func_77131_cgetGeneratorVersion0Returns generatorVersion.
2871func_77132_agetWorldTypeForGeneratorVersion0
2872func_77142_agetByName0Returns the game type with the specified name, or SURVIVAL if none found. This is case sensitive. Args: name
2873func_77145_disCreative0Returns true if this is the CREATIVE game type
2874func_77146_agetByID0Returns the game type with the specified ID, or SURVIVAL if none found. Args: id
2875func_77147_aconfigurePlayerCapabilities0Configures the player capabilities based on the game type
2876func_77148_agetID0Returns the ID of this game type
2877func_77149_bgetName0Returns the name of this game type
2878func_77150_cisAdventure0Returns true if this is the ADVENTURE game type
2879func_77158_fgetHardcoreEnabled0Returns true if hardcore mode is enabled, otherwise false
2880func_77159_aenableBonusChest0Enables the bonus chest.
2881func_77160_dgetSeed0Returns the seed for the world.
2882func_77161_agetGameTypeById0Gets the GameType by ID
2883func_77162_egetGameType0Gets the game type.
2884func_77163_iareCommandsAllowed0Returns true if Commands (cheats) are allowed.
2885func_77164_gisMapFeaturesEnabled0Get whether the map features (e.g. strongholds) generation is enabled or disabled.
2886func_77165_hgetTerrainType0
2887func_77166_benableCommands0Enables Commands (cheats).
2888func_77167_cisBonusChestEnabled0Returns true if the Bonus Chest is enabled.
2889func_77175_acomparer0Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
2890func_77176_asetScheduledTime0Sets the scheduled time for this tick entry
2891func_77184_bplaceInExistingPortal0Place an entity in a nearby portal which already exists.
2892func_77185_aplaceInPortal0Place an entity in a nearby portal, creating one if necessary.
2893func_77186_ccreatePortal0Create a new portal near an entity.
2894func_77188_acreatureSpecificInit0determines if a skeleton spawns on a spider, and if a sheep is a different color
2895func_77189_agetRandomSpawningPointInChunk0Given a chunk, find a random position in it.
2896func_77190_acanCreatureTypeSpawnAtLocation0Returns whether or not the specified creature type can spawn at the specified location.
2897func_77191_aperformWorldGenSpawning0Called during chunk generation to spawn initial creatures.
2898func_77192_afindChunksForSpawning0adds all chunks within the spawn radius of the players to eligibleChunksForSpawning. pars: the world, hostileCreatures, passiveCreatures. returns number of eligible chunks.
2899func_77200_awriteRecipiesToStream0
2900func_77201_areadRecipiesFromTags0
2901func_77202_agetRecipiesAsTags0
2902func_77203_acanRecipeBeUsed0can par1,par2 be used to in crafting recipe par3
2903func_77204_areadRecipiesFromStream0
2904func_77205_aaddToListWithCheck0checks if there is a recipie for the same ingredients already on the list, and replaces it. otherwise, adds it
2905func_77206_boverlayBackground0Overlays the background to hide scrolled items
2906func_77211_adrawScreen0draws the slot to the screen, pass in mouse's current x and y and partial ticks
2907func_77212_bgetContentHeight0return the height of the content being scrolled
2908func_77213_aelementClicked0the element in the slot that was clicked, boolean for wether it was double clicked or not
2909func_77214_adrawSlot0
2910func_77217_agetSize0Gets the size of the current slot list.
2911func_77218_aisSelected0returns true if the element passed in is currently selected
2912func_77219_aactionPerformed0
2913func_77220_aregisterScrollButtons0Registers the IDs that can be used for the scrollbar's buttons.
2914func_77221_cdrawBackground0
2915func_77226_hbindAmountScrolled0stop the thing from scrolling out of bounds
2916func_77271_agetChunkPosition0
2917func_77272_achunkXZ2Int0converts a chunk coordinate pair to an integer (suitable for hashing)
2918func_77273_agetCenterXPos0
2919func_77274_bgetCenterZPosition0
2920func_77278_adoExplosionA0Does the first part of the explosion (destroy blocks)
2921func_77279_adoExplosionB0Does the second part of the explosion (sound, particles, drop spawn)
2922func_77292_egetSelectedTexturePack0
2923func_77293_davailableTexturePacks0Returns a list of the available texture packs.
2924func_77294_asetTexturePack0Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
2925func_77296_arequestDownloadOfTexture0filename must end in .zip
2926func_77297_adownloadTexture0
2927func_77298_ggetAcceptsTextures0
2928func_77305_cupdateAvaliableTexturePacks0check the texture packs the client has installed
2929func_77306_bgetMinecraft0
2930func_77316_cgetTranslatedName0Returns the correct traslated name of the enchantment and the level in roman numbers.
2931func_77317_bgetMaxEnchantability0Returns the maximum value of enchantability nedded on the enchantment level passed.
2932func_77318_acalcModifierDamage0Calculates de damage protection of the enchantment based on level and damage source passed.
2933func_77319_dgetMinLevel0Returns the minimum level that the enchantment can have.
2934func_77320_agetName0Return the name of key in translation table of this enchantment.
2935func_77321_agetMinEnchantability0Returns the minimal value of enchantability needed on the enchantment level passed.
2936func_77322_bsetName0Sets the enchantment name
2937func_77323_acalcModifierLiving0Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
2938func_77324_cgetWeight0
2939func_77325_bgetMaxLevel0Returns the maximum level that the enchantment can have.
2940func_77326_acanApplyTogether0Determines if the enchantment passed can be applyied together with this enchantment.
2941func_77363_dtryToSetLibraryAndCodecs0Tries 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.
2942func_77364_bplaySound0Plays a sound. Args: soundName, x, y, z, volume, pitch
2943func_77365_caddMusic0Adds an audio file to the music SoundPool.
2944func_77366_aplaySoundFX0Plays 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)
2945func_77367_aonSoundOptionsChanged0Called when one of the sound level options has changed.
2946func_77368_aplayStreaming0
2947func_77369_asetListener0Sets the listener of sounds
2948func_77370_bcloseMinecraft0Called when Minecraft is closing down.
2949func_77371_cplayRandomMusicIfReady0If its time to play new music it starts it up.
2950func_77372_aaddSound0Adds a sounds with the name from the file. Args: name, file
2951func_77373_aloadSoundSettings0Used for loading sound settings from GameSettings
2952func_77374_baddStreaming0Adds an audio file to the streaming SoundPool.
2953func_77390_areadFromTags0
2954func_77391_bhasSameItemsAs0checks first and second ItemToBuy ID's and count. Calls hasSameIDs
2955func_77392_egetToolUses0
2956func_77393_ahasSameIDsAs0checks if both the first and second ItemToBuy IDs are the same
2957func_77394_agetItemToBuy0Gets the itemToBuy.
2958func_77395_gwriteToTags0
2959func_77396_bgetSecondItemToBuy0Gets secondItemToBuy.
2960func_77397_dgetItemToSell0Gets itemToSell.
2961func_77398_chasSecondItemToBuy0Gets if Villager has secondItemToBuy.
2962func_77399_fincrementToolUses0
2963func_77406_asetBusy0
2964func_77409_egetUnsentDataFile0
2965func_77415_fgetUnsentTempFile0
2966func_77418_abeginSendStats0Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy.
2967func_77420_csyncStatsFileWithMap0
2968func_77423_bbeginReceiveStats0Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy.
2969func_77424_ggetUnsentOldFile0
2970func_77442_bcanUnlockAchievement0Returns true if the parent has been unlocked, or there is no parent
2971func_77443_ahasAchievementUnlocked0Returns true if the achievement has been unlocked.
2972func_77444_awriteStat0
2973func_77446_dsyncStats0
2974func_77447_awriteStats0write a whole Map of stats to the statmap
2975func_77450_areadStat0
2976func_77451_awriteStatToMap0
2977func_77458_agetRandomSoundFromSoundPool0gets a random sound from the specified (by name, can be sound/newsound/streaming/music/newmusic) sound pool.
2978func_77459_aaddSound0Adds a sound to this sound pool.
2979func_77460_agetRandomSound0Gets a random SoundPoolEntry.
2980func_77466_agetFoliageColorPine0Gets the foliage color for pine type (metadata 1) trees
2981func_77467_agetFoilageBiomeColorizer0
2982func_77468_cgetFoliageColorBasic0
2983func_77469_bgetFoliageColorBirch0Gets the foliage color for birch type (metadata 2) trees
2984func_77470_agetFoliageColor0Gets foliage color from temperature and humidity. Args: temperature, humidity
2985func_77472_bsetClientActiveTexture0Sets the current lightmap texture to the specified OpenGL constant
2986func_77473_asetActiveTexture0Sets the current lightmap texture to the specified OpenGL constant
2987func_77474_ainitializeTextures0Initializes the texture constants to be used when rendering lightmap values
2988func_77475_asetLightmapTextureCoords0Sets the current coordinates of the given lightmap texture
2989func_77479_asetGrassBiomeColorizer0
2990func_77480_agetGrassColor0Gets grass color from temperature and humidity. Args: temperature, humidity
2991func_77484_agetWorldEntitiesAsString0
2992func_77489_cupdateLastSeen0Updates the time this LanServer was last seen.
2993func_77493_acalculateModifier0Generic method use to calculate modifiers of offensive or defensive enchantment values.
2994func_77501_agetRespiration0Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
2995func_77502_dgetSilkTouchModifier0Returns the silk touch status of enchantments on current equipped item of player.
2996func_77503_cgetUnbreakingModifier0Returns the unbreaking enchantment modifier on current equipped item of player.
2997func_77504_aaddRandomEnchantment0Adds a random enchantment to the specified item. Args: random, itemStack, enchantabilityLevel
2998func_77505_bmapEnchantmentData0Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
2999func_77506_agetEnchantmentLevel0Returns the level of enchantment on the ItemStack passed.
3000func_77507_bgetKnockbackModifier0Returns the knockback value of enchantments on equipped player item.
3001func_77508_agetEnchantmentModifierDamage0Returns the modifier of protection enchantments on armors equipped on player.
3002func_77509_bgetEfficiencyModifier0Return the extra efficiency of tools based on enchantments on equipped player item.
3003func_77510_ggetAquaAffinityModifier0Returns the aqua affinity status of enchantments on current equipped item of player.
3004func_77511_agetMaxEnchantmentLevel0Returns the biggest level of the enchantment on the array of ItemStack passed.
3005func_77512_agetEnchantmentModifierLiving0Return the (magic) extra damage of the enchantments on player equipped item.
3006func_77513_bbuildEnchantmentList0Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
3007func_77514_acalcItemStackEnchantability0Returns 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)
3008func_77515_cgetFireAspectModifier0Return the fire aspect value of enchantments on equipped player item.
3009func_77516_aapplyEnchantmentModifierArray0Executes the enchantment modifier on the array of ItemStack passed.
3010func_77517_egetFortuneModifier0Returns the fortune enchantment modifier of the current equipped item of player.
3011func_77518_aapplyEnchantmentModifier0Executes the enchantment modifier on the ItemStack passed.
3012func_77519_fgetLootingModifier0Returns the looting enchantment modifier of the current equipped item of player.
3013func_77525_agetPingResponse0
3014func_77532_agetResourceAsStream0Gives a texture resource as InputStream.
3015func_77557_acanEnchantItem0Return true if the item passed can be enchanted by a enchantment of this type.
3016func_77569_amatches0Used to check if a recipe matches current crafting inventory
3017func_77570_agetRecipeSize0Returns the size of the recipe area
3018func_77571_bgetRecipeOutput0
3019func_77572_bgetCraftingResult0Returns an Item that is the result of this recipe
3020func_77573_acheckMatch0Checks if the region of a crafting inventory is match for the recipe.
3021func_77581_acompareRecipes0
3022func_77583_aaddRecipes0Adds the weapon recipes to the CraftingManager.
3023func_77586_aaddRecipes0Adds the tool recipes to the CraftingManager.
3024func_77589_aaddRecipes0Adds the crafting recipes to the CraftingManager.
3025func_77590_aaddRecipes0Adds the ingot recipes to the CraftingManager.
3026func_77592_bgetRecipeList0returns the List<> of all recipes
3027func_77593_afindMatchingRecipe0
3028func_77594_agetInstance0Returns the static instance of this class
3029func_77595_aaddRecipe0Adds a recipe. See spreadsheet on first page for details.
3030func_77596_baddShapelessRecipe0
3031func_77599_bgetSmeltingList0
3032func_77600_aaddSmelting0Adds a smelting recipe.
3033func_77602_asmelting0Used to call methods addSmelting and getSmeltingResult.
3034func_77603_bgetSmeltingResult0Returns the smelting result of an item.
3035func_77607_aaddRecipes0Adds the dye recipes to the CraftingManager.
3036func_77608_aaddRecipes0Adds the food recipes to the CraftingManager.
3037func_77609_aaddRecipes0Adds the armor recipes to the CraftingManager.
3038func_77612_lgetMaxDamage0Returns the maximum damage an item can take.
3039func_77613_egetRarity0Return an item rarity from EnumRarity
3040func_77614_kgetHasSubtypes0
3041func_77615_aonPlayerStoppedUsing0called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount
3042func_77616_kisItemTool0Checks isDamagable and if it cannot be stacked
3043func_77617_agetIconFromDamage0Gets an icon index based on an item's damage value
3044func_77618_cgetIconFromDamageForRenderPass0Gets an icon index based on an item's damage value and the given render pass
3045func_77619_bgetItemEnchantability0Return the enchantability factor of the item, most of the time is based on material.
3046func_77620_agetColorFromDamage0
3047func_77621_agetMovingObjectPositionFromPlayer0
3048func_77622_donCreated0Called when item is crafted/smelted. Used only by maps so far.
3049func_77623_vrequiresMultipleRenderPasses0
3050func_77624_aaddInformation0allows items to add custom lines of information to the mouseover description
3051func_77625_dsetMaxStackSize0
3052func_77626_agetMaxItemUseDuration0How long it takes to use or consume an item
3053func_77627_asetHasSubtypes0
3054func_77628_jgetItemDisplayName0
3055func_77629_n_shouldRotateAroundWhenRendering0Returns true if this item should be rotated by 180 degrees around the Y axis when being held in an entities hands.
3056func_77630_hdoesContainerItemLeaveCraftingGrid0If 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.
3057func_77631_csetPotionEffect0Sets the string representing this item's effect on a potion when used as an ingredient.
3058func_77632_uisPotionIngredient0Returns true if this item serves as a potion ingredient (its ingredient information is not null).
3059func_77633_agetSubItems0returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
3060func_77634_rhasContainerItem0True if this Item has a container item (a.k.a. crafting result)
3061func_77635_sgetStatName0
3062func_77636_dhasEffect0
3063func_77637_asetTabToDisplayOn0returns this;
3064func_77638_agetStrVsBlock0Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
3065func_77639_jgetItemStackLimit0Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
3066func_77640_wgetCreativeTab0gets the CreativeTab this item is displayed on
3067func_77641_acanHarvestBlock0Returns if the item (tool) can harvest results from the block type.
3068func_77642_asetContainerItem0
3069func_77643_m_isMap0false for all Items except sub-classes of ItemMapBase
3070func_77644_ahitEntity0Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
3071func_77645_misDamageable0
3072func_77646_aitemInteractionForEntity0die sheep, place saddles, etc ...
3073func_77647_bgetMetadata0Returns the metadata of the block which this Item (ItemBlock) can place
3074func_77648_atryPlaceIntoWorld0
3075func_77649_agetDamageVsEntity0Returns the damage against a given entity.
3076func_77650_fgetIconIndex0Returns the icon index of the stack given as argument.
3077func_77651_pgetShareTag0If this function returns true (or the item is damageable), the ItemStack's NBT tag will be sent to the client.
3078func_77652_bsetIconCoord0
3079func_77654_bonFoodEaten0
3080func_77655_bsetItemName0set name of item from language file
3081func_77656_esetMaxDamage0set max damage of an Item
3082func_77657_ggetLocalItemName0
3083func_77658_agetItemName0
3084func_77659_aonItemRightClick0Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
3085func_77661_bgetItemUseAction0returns the action that specifies what animation to play when the items is being used
3086func_77662_disFull3D0Returns True is the item is renderer in full 3D when hold.
3087func_77663_aonUpdate0Called 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.
3088func_77664_nsetFull3D0Sets bFull3D to True and return the object.
3089func_77665_csetIconIndex0Sets the icon index for this item. Returns the item.
3090func_77666_tgetPotionEffect0Returns a string representing what this item does to a potion.
3091func_77667_cgetItemNameIS0
3092func_77668_qgetContainerItem0
3093func_77828_avalidBookTagContents0
3094func_77829_avalidBookTagPages0
3095func_77831_gisSplash0returns wether or not a potion is a throwable splash potion based on damage value
3096func_77832_lgetEffects0Returns a list of potion effects for the specified itemstack.
3097func_77833_hisEffectInstant0
3098func_77834_fgetEffects0Returns a list of effects for the specified potion damage value.
3099func_77840_aspawnCreature0Spawns the creature specified by the egg's type in the location specified by the last three parameters. Parameters: world, entityID, x, y, z.
3100func_77844_asetPotionEffect0sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening
3101func_77845_hisWolfsFavoriteMeat0Whether wolves like this food (true for raw and cooked porkchop).
3102func_77846_ggetSaturationModifier0gets the saturationModifier of the ItemFood
3103func_77847_fgetHealAmount0
3104func_77848_isetAlwaysEdible0Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
3105func_77869_aplaceDoorBlock0
3106func_77871_ccreateMapDataPacket0returns null if no update is to be sent
3107func_77872_aupdateMapData0
3108func_77873_agetMapData0
3109func_77874_agetMPMapData0
3110func_77877_cgetMaxDamageArray0Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)
3111func_77883_fgetBlockID0Returns the blockID for this Item
3112func_77884_acanPlaceItemBlockOnSide0Returns true if the given ItemBlock can be placed on the given side of the given block position.
3113func_77894_asetBlockNames0Sets the array of strings to be used for name lookups from item damage to metadata
3114func_77906_abrewBitOperations0Does 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.
3115func_77907_hcountSetFlags0Count the number of bits in an integer set to ON.
3116func_77910_cisFlagSet0Returns 1 if the flag is set, 0 if it is not set.
3117func_77911_acalcPotionLiquidColor0Given a {@link Collection}<{@link PotionEffect}> will return an Integer color.
3118func_77912_aparsePotionEffects0
3119func_77913_aapplyIngredient0Generate a data value for a potion, given its previous data value and the encoded string of new effects it will receive
3120func_77914_acheckFlag0Is the bit given set to 1?
3121func_77916_disFlagUnset0Returns 0 if the flag is set, 1 if it is not set.
3122func_77917_bgetPotionEffects0Returns a list of effects for the specified potion damage value.
3123func_77942_ohasTagCompound0Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
3124func_77943_atryPlaceItemIntoWorld0
3125func_77944_bcopyItemStack0Creates a copy of a ItemStack, a null parameters will return a null.
3126func_77945_aupdateAnimation0Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
3127func_77946_lcopy0Returns a new stack with the same properties.
3128func_77947_ainteractWith0
3129func_77948_visItemEnchanted0True if the item has enchantment data
3130func_77949_aloadItemStackFromNBT0
3131func_77950_bonFoodEaten0
3132func_77951_hisItemDamaged0returns true when a damageable item is damaged
3133func_77952_igetItemDamageForDisplay0gets the damage of an itemstack, for displaying purposes
3134func_77953_tgetRarity0
3135func_77954_cgetIconIndex0Returns the icon index of the current stack.
3136func_77955_bwriteToNBT0Write the stack fields to a NBT object. Return the new NBT object.
3137func_77956_uisItemEnchantable0True if it is a tool and has no enchantments to begin with
3138func_77957_auseItemRightClick0Called 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
3139func_77958_kgetMaxDamage0Returns the max damage an item in the stack can take.
3140func_77959_disItemStackEqual0compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
3141func_77960_jgetItemDamage0gets the damage of an itemstack
3142func_77961_ahitEntity0Calls the corresponding fct in di
3143func_77962_shasEffect0
3144func_77963_creadFromNBT0Read the stack fields from a NBT object.
3145func_77964_bsetItemDamage0Sets the item damage of the ItemStack.
3146func_77965_cisStackEqual0
3147func_77966_aaddEnchantment0Adds an enchantment with a desired level on the ItemStack.
3148func_77967_agetStrVsBlock0Returns the strength of the stack against a given block.
3149func_77968_rgetItemNameandInformation0gets a list of strings representing the item name and successive extra data, eg Enchantments and potion effects
3150func_77969_aisItemEqual0compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
3151func_77971_agetDamageVsEntity0Returns the damage against a given entity.
3152func_77972_adamageItem0Damages the item in the ItemStack
3153func_77973_bgetItem0Returns the object corresponding to the stack.
3154func_77974_bonPlayerStoppedUsing0Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount
3155func_77975_ngetItemUseAction0
3156func_77976_dgetMaxStackSize0Returns maximum size of the stack.
3157func_77978_pgetTagCompound0Returns the NBTTagCompound of the ItemStack.
3158func_77979_asplitStack0Remove the argument from the stack size. Return a new stack object with argument size.
3159func_77980_aonCrafting0
3160func_77981_ggetHasSubtypes0
3161func_77982_dsetTagCompound0Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
3162func_77984_fisItemStackDamageable0true if this itemStack is damageable
3163func_77985_eisStackable0Returns true if the ItemStack can hold 2 or more units of the item.
3164func_77986_qgetEnchantmentTagList0
3165func_77987_bcanHarvestBlock0Checks if the itemStack object can harvest a specified block
3166func_77988_mgetMaxItemUseDuration0
3167func_77989_bareItemStacksEqual0compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
3168func_77995_egetEnchantability0Return the natural enchantability factor of the material.
3169func_77996_dgetHarvestLevel0The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
3170func_77997_agetMaxUses0The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
3171func_77998_bgetEfficiencyOnProperMaterial0The strength of this tool material against blocks which it is effective against.
3172func_78000_cgetDamageVsEntity0Damage versus entities.
3173func_78012_egetTabIconItemIndex0the itemID for the item to be displayed on the tab
3174func_78013_bgetTabLabel0
3175func_78014_hsetNoTitle0
3176func_78015_fgetBackgroundImageName0
3177func_78016_dgetTabIconItem0
3178func_78017_ishouldHidePlayerInventory0
3179func_78018_adisplayAllReleventItems0only shows items which have tabToDisplayOn == this
3180func_78019_gdrawInForegroundOfTab0
3181func_78020_kgetTabColumn0returns index % 6
3182func_78021_agetTabIndex0
3183func_78022_jsetNoScrollbar0
3184func_78023_lisTabInFirstRow0returns tabIndex < 6
3185func_78024_cgetTranslatedTabLabel0Gets the translated Label.
3186func_78025_asetBackgroundImageName0
3187func_78044_bgetDamageReductionAmount0Return 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)
3188func_78045_agetEnchantability0Return the enchantability factor of the material.
3189func_78046_agetDurability0Returns the durability for a armor slot of for this type.
3190func_78057_agenerateRandomEnchantName0Generates a random enchant name.
3191func_78058_asetRandSeed0Sets the seed for the enchant name RNG.
3192func_78062_apreUpdate0
3193func_78063_aupdate0
3194func_78064_bsetDead0
3195func_78084_agetTextureOffset0
3196func_78085_asetTextureOffset0
3197func_78086_asetLivingAnimations0Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.
3198func_78087_asetRotationAngles0Sets the models various rotation angles.
3199func_78088_arender0Sets the models various rotation angles then renders the model.
3200func_78110_brenderEars0renders the ears (specifically, deadmau5's)
3201func_78111_crenderCloak0Renders the cloak of the current biped (in most cases, it's a player)
3202func_78164_arenderSign0Renders the sign model through TileEntitySignRenderer
3203func_78214_aupdateRotations0Updates 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
3204func_78231_arenderAll0This method renders out all parts of the chest model.
3205func_78235_aflipFace0
3206func_78236_adraw0
3207func_78240_asetTexturePosition0
3208func_78245_arender0Draw the six sided box defined by this ModelBox
3209func_78255_arenderStringAtPos0Render a single line string at the current (posX,posY) and update posX
3210func_78256_agetStringWidth0Returns the width of this string. Equivalent of FontMetrics.stringWidth(String s).
3211func_78257_aloadGlyphTexture0Load one of the /font/glyph_XX.png into a new GL texture and store the texture ID in glyphTextureName array.
3212func_78258_arenderString0Render single line string by setting GL color, current (posX,posY), and calling renderStringAtPos()
3213func_78259_esizeStringToWidth0Determines how many characters from the string will fit into the specified width.
3214func_78260_agetBidiFlag0Get bidiFlag that controls if the Unicode Bidirectional Algorithm should be run before rendering any string
3215func_78261_adrawStringWithShadow0Draws the specified string with a shadow.
3216func_78262_atrimStringToWidth0Trims a string to a specified width, and will reverse it if par3 is set.
3217func_78263_agetCharWidth0Returns the width of this character as rendered.
3218func_78264_asetUnicodeFlag0Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
3219func_78265_bresetStyles0Reset all style flag fields in the class to false; called at the start of string rendering
3220func_78266_arenderDefaultChar0Render a single character with the default.png font at current (posX,posY) location...
3221func_78267_bsplitStringWidth0Returns the width of the wordwrapped String (maximum length is parameter k)
3222func_78268_brenderSplitString0Perform actual work of rendering a multi-line string with wordwrap and with darker drop shadow color if flag is set
3223func_78269_atrimStringToWidth0Trims a string to fit a specified Width.
3224func_78270_cisFormatSpecial0Checks if the char code is O-K...lLrRk-o... used to set special formatting.
3225func_78271_clistFormattedStringToWidth0Breaks a string into a list of pieces that will fit a specified width.
3226func_78272_bisFormatColor0Checks if the char code is a hexadecimal character, used to set colour.
3227func_78273_dtrimStringNewline0Remove all newline characters from the end of the string
3228func_78274_brenderStringAligned0Render string either left or right aligned depending on bidiFlag
3229func_78275_bsetBidiFlag0Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string.
3230func_78276_bdrawString0Draws the specified string.
3231func_78277_arenderUnicodeChar0Render a single Unicode character at current (posX,posY) location using one of the /font/glyph_XX.png files...
3232func_78278_arenderCharAtPos0Pick how to render a single character and return the width used.
3233func_78279_bdrawSplitString0Splits and draws a String with wordwrap (maximum length is parameter k)
3234func_78280_dwrapFormattedStringToWidth0Inserts newline and formatting into a string to wrap it within the specified width.
3235func_78281_crenderSplitStringNoShadow0renders a multi-line string with wordwrap (maximum length is parameter k) by means of renderSplitString
3236func_78282_egetFormatFromString0Digests a string for nonprinting formatting characters then returns a string containing only that formatting.
3237func_78283_cbidiReorder0Apply Unicode Bidirectional Algorithm to string and return a new possibly reordered string for visual rendering.
3238func_78308_ggetURI0computes the URI from the clicked chat data object
3239func_78319_arenderMap0
3240func_78324_dgetScaledHeight_double0
3241func_78325_egetScaleFactor0
3242func_78326_agetScaledWidth0
3243func_78327_cgetScaledWidth_double0
3244func_78328_bgetScaledHeight0
3245func_78340_agetImageContents0
3246func_78341_bgetTexture0
3247func_78342_bbindTexture0
3248func_78343_aupdateDynamicTextures0
3249func_78344_adeleteTexture0Deletes a single GL texture
3250func_78345_areadTextureImage0Returns a BufferedImage read off the provided input stream. Args: inputStream
3251func_78346_agetTextureContents0
3252func_78347_creleaseImageData0Decrements the reference count for a given URL, deleting the image data if the reference count hits 0
3253func_78348_bgetImageContentsAndAllocate0
3254func_78349_acreateTextureFromBytes0
3255func_78350_agetTextureForDownloadableImage0Takes 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.
3256func_78351_asetupTexture0Copy the supplied image onto the specified OpenGL texture
3257func_78352_brefreshTextures0Call setupTexture on all currently-loaded textures again to account for changes in rendering options
3258func_78353_aallocateAndSetupTexture0Copy the supplied image onto a newly-allocated OpenGL texture, returning the allocated texture name
3259func_78354_cunwrapImageByColumns0Takes an image with multiple 16-pixel-wide columns and creates a new 16-pixel-wide image where the columns are stacked vertically
3260func_78355_aregisterTextureFX0
3261func_78356_aobtainImageData0Return 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.
3262func_78369_asetColorRGBA_F0Sets the RGBA values for the color, converting from floats between 0 and 1 to integers from 0-255.
3263func_78370_asetColorRGBA0Sets the RGBA values for the color. Also clamps them to 0-255.
3264func_78371_bstartDrawing0Resets tessellator state and prepares for drawing (with the specified draw mode).
3265func_78372_caddTranslation0Offsets the translation for all vertices in the current draw call.
3266func_78373_bsetTranslation0Sets the translation for all vertices in the current draw call.
3267func_78374_aaddVertexWithUV0Adds a vertex specifying both x,y,z and the texture u,v for it.
3268func_78375_bsetNormal0Sets the normal for the current draw call.
3269func_78376_asetColorOpaque0Sets the RGB values as specified, and sets alpha to opaque.
3270func_78377_aaddVertex0Adds a vertex with the specified x,y,z to the current draw call. It will trigger a draw() if the buffer gets full.
3271func_78378_dsetColorOpaque_I0Sets the color to the given opaque value (stored as byte values packed in an integer).
3272func_78379_dreset0Clears the tessellator state in preparation for new drawing.
3273func_78380_csetBrightness0
3274func_78381_adraw0Draws the data set up in this tessellator and resets the state to prepare for new drawing.
3275func_78382_bstartDrawingQuads0Sets draw mode in the tessellator to draw quads.
3276func_78383_cdisableColor0Disables colors for the current draw call.
3277func_78384_asetColorRGBA_I0Sets the color to the given color (packed as bytes in integer) and alpha values.
3278func_78385_asetTextureUV0Sets the texture coordinates.
3279func_78386_asetColorOpaque_F0Sets the RGB values as specified, converting from floats between 0 and 1 to integers from 0-255.
3280func_78432_aparseUserSkin0
3281func_78439_arenderItemIn2D0Renders an item held in hand as a 2D texture with thickness
3282func_78440_arenderItemInFirstPerson0Renders the active item in the player's hand when in first person mode. Args: partialTickTime
3283func_78441_aupdateEquippedItem0
3284func_78442_drenderFireInFirstPerson0Renders the fire on the screen for first person mode. Arg: partialTickTime
3285func_78443_arenderItem0Renders the item stack for being in an entity's hand Args: itemStack
3286func_78446_arenderInsideOfBlock0Renders the texture of the block the player is inside as an overlay. Args: partialTickTime, blockTextureIndex
3287func_78447_brenderOverlays0Renders all the overlays that are in first person mode. Args: partialTickTime
3288func_78448_crenderWarpedTextureOverlay0Renders 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
3289func_78463_benableLightmap0Enable lightmap in secondary texture unit
3290func_78464_aupdateRenderer0Updates the entity renderer
3291func_78466_hupdateFogColor0calculates fog and calls glClearColor
3292func_78467_gorientCamera0sets up player's eye (or camera in third person mode)
3293func_78468_asetupFog0Sets 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.
3294func_78469_asetFogColorBuffer0Update and return fogColorBuffer with the RGBA values passed as arguments
3295func_78470_fupdateTorchFlicker0Recompute a random value that is applied to block color in updateLightmap()
3296func_78471_arenderWorld0
3297func_78472_gupdateLightmap0
3298func_78473_agetMouseOver0Finds what block or object the mouse is over at the specified partial tick time. Args: partialTickTime
3299func_78474_drenderRainSnow0Render rain and snow
3300func_78475_fsetupViewBobbing0Setups all the GL settings for view bobbing. Args: partialTickTime
3301func_78476_brenderHand0Render player hand
3302func_78477_eupdateFovModifierHand0Update FOV modifier hand
3303func_78478_csetupOverlayRendering0Setup orthogonal projection for rendering GUI screen overlays
3304func_78479_asetupCameraTransform0sets up projection, view effects, camera position/rotation
3305func_78480_bupdateCameraAndRender0Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
3306func_78481_agetFOVModifier0Changes the field of view of the player depending on if they are underwater or not
3307func_78482_ehurtCameraEffect0
3308func_78483_adisableLightmap0Disable secondary texture unit used by lightmap
3309func_78484_haddRainParticles0
3310func_78542_arenderChest0Renders a chest at 0,0,0 - used for item rendering
3311func_78546_aisBoundingBoxInFrustum0Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
3312func_78547_asetPosition0
3313func_78548_bisBoxInFrustum0Calls the clipping helper. Returns true if the box is inside all 6 clipping planes, otherwise returns false.
3314func_78553_bisBoxInFrustum0Returns true if the box is inside all 6 clipping planes, otherwise returns false.
3315func_78558_agetInstance0Initialises the ClippingHelper object then returns an instance of it.
3316func_78559_anormalize0Normalize the frustum.
3317func_78560_binit0
3318func_78565_trenderBlockStairs0Renders a stair block at the given coordinates
3319func_78566_orenderBlockLilyPad0Render BlockLilyPad
3320func_78567_vrenderBlockEndPortalFrame0Render BlockEndPortalFrame
3321func_78568_drenderPistonBaseAllFaces0Render all faces of the piston base
3322func_78569_drenderBlockCactusImpl0Render block cactus implementation
3323func_78570_qrenderStandardBlock0Renders a standard cube block at the given coordinates
3324func_78571_crenderPistonRodEW0Render piston rod east/west
3325func_78572_crenderBlockTorch0Renders a torch block at the given coordinates
3326func_78573_erenderNorthFace0Renders the given texture to the north (x-negative) face of the block. Args: block, x, y, z, texture
3327func_78574_wrenderBlockBed0render a bed at the given coordinates
3328func_78575_arenderBlockStemSmall0Render block stem small
3329func_78576_jrenderBlockLadder0Renders a ladder block at the given coordinates
3330func_78578_arenderStandardBlockWithAmbientOcclusion0
3331func_78579_brenderBlockCropsImpl0Render block crops implementation
3332func_78580_arenderBlockFenceGate0Render block fence gate
3333func_78582_arenderBlockFence0
3334func_78583_arenderBlockAllFaces0Render all faces of a block
3335func_78584_srenderBlockCactus0Renders a cactus block at the given coordinates
3336func_78585_arenderBlockBrewingStand0Render BlockBrewingStand
3337func_78586_arenderBlockMinecartTrack0Renders a minecart track block at the given coordinates
3338func_78587_arenderPistonExtensionAllFaces0Render all faces of the piston extension
3339func_78589_irenderBlockRedstoneWire0Renders a redstone wire block at the given coordinates
3340func_78590_hrenderBlockFire0Renders a fire block at the given coordinates
3341func_78591_arenderPistonRodUD0Render piston rod up/down
3342func_78592_arenderBlockPane0
3343func_78593_brenderPistonBase0renders a block as a piston base
3344func_78594_erenderBlockLever0Renders a lever block at the given coordinates
3345func_78595_aclearOverrideBlockTexture0Clear override block texture
3346func_78596_agetFluidHeight0Get fluid height
3347func_78597_brenderItemIn3d0Checks to see if the item's render type indicates that it should be rendered as a regular block or not.
3348func_78598_krenderBlockVine0Render block vine
3349func_78599_adrawCrossedSquares0Utility function to draw crossed swuares
3350func_78600_arenderBlockAsItem0Is called to render the image of a block on an inventory, as a held item, or as a an item on the ground
3351func_78601_urenderBlockDoor0Renders a door block at the given coordinates
3352func_78602_agetAoBrightness0Get ambient occlusion brightness
3353func_78603_mrenderBlockStem0Render block stem
3354func_78604_arenderBlockUsingTexture0Renders a block using the given texture instead of the block's own default texture
3355func_78605_frenderSouthFace0Renders the given texture to the south (x-positive) face of the block. Args: block, x, y, z, texture
3356func_78606_arenderBlockStemBig0Render block stem big
3357func_78607_brenderPistonRodSN0Render piston rod south/north
3358func_78608_crenderPistonExtension0renders the pushing part of a piston
3359func_78609_crenderStandardBlockWithColorMultiplier0Renders a standard cube block at the given coordinates, with a given color ratio. Args: block, x, y, z, r, g, b
3360func_78610_xrenderBlockRepeater0render a redstone repeater at the given coordinates
3361func_78611_crenderEastFace0Renders the given texture to the east (z-negative) face of the block. Args: block, x, y, z, texture
3362func_78612_brenderBlockByRenderType0Renders the block at the given coordinates using the block's rendering type
3363func_78613_arenderBottomFace0Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture
3364func_78614_nrenderBlockCrops0Render block crops
3365func_78615_arenderBlockCauldron0Render block cauldron
3366func_78617_brenderTopFace0Renders the given texture to the top face of the block. Args: block, x, y, z, texture
3367func_78618_arenderBlockDragonEgg0
3368func_78620_lrenderCrossedSquares0Renders any block requiring croseed squares such as reeds, flowers, and mushrooms
3369func_78621_prenderBlockFluids0Renders a block based on the BlockFluids class at the given coordinates
3370func_78622_drenderWestFace0Renders the given texture to the west (z-positive) face of the block. Args: block, x, y, z, texture
3371func_78623_arenderTorchAtAngle0Renders a torch at the given coordinates, with the base slanting at the given delta
3372func_78713_agetEntityRenderObject0
3373func_78714_agetDistanceToCamera0
3374func_78715_agetEntityClassRenderObject0
3375func_78716_agetFontRenderer0Returns the font renderer
3376func_78717_aset0World sets this RenderManager's worldObj to the world provided
3377func_78718_acacheActiveRenderInfo0Caches 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.
3378func_78719_arenderEntityWithPosYaw0Renders the specified entity with the passed in position, yaw, and partialTickTime. Args: entity, x, y, z, yaw, partialTickTime
3379func_78720_arenderEntity0Will render the specified entity at the specified partial tick time. Args: entity, partialTickTime
3380func_78737_bgetSecondaryComponents0
3381func_78738_bcreateNextComponentRandom0
3382func_78739_agetPrimaryComponents0
3383func_78740_acreateNextComponent0
3384func_78743_bclickBlock0Called by Minecraft class when the player is hitting a block with an item. Args: x, y, z, side
3385func_78745_bflipPlayer0Flips the player around. Args: player
3386func_78746_asetGameType0Sets the game type for the player.
3387func_78749_iextendedReach0true for hitting entities far away.
3388func_78750_jsyncCurrentPlayItem0Syncs the current player item with the server
3389func_78751_aonPlayerDestroyBlock0Called when a player completes the destruction of a block
3390func_78753_awindowClick0
3391func_78755_bshouldDrawHUD0
3392func_78756_asendEnchantPacket0GuiEnchantment uses this during multiplayer to tell PlayerControllerMP to send a packet indicating the enchantment action the player has taken.
3393func_78757_dgetBlockReachDistance0player reach distance = 4F
3394func_78758_hisInCreativeMode0returns true if player is in creative mode
3395func_78759_conPlayerDamageBlock0Called when a player damages a block and updates damage counters
3396func_78760_aonPlayerRightClick0Handles a players right click. Args: player, world, x, y, z, side, hitVec
3397func_78761_asendSlotPacket0Used in PlayerControllerMP to update the server with an ItemStack in a slot.
3398func_78762_gisNotCreative0Checks if the player is not creative, used for checking if it should break a block instantly
3399func_78764_aattackEntity0Attacks an entity
3400func_78765_eupdateController0
3401func_78766_conStoppedUsingItem0
3402func_78767_cresetBlockRemoving0Resets current block damage and field_78778_j
3403func_78769_asendUseItem0Notifies the server of things like consuming food, etc...
3404func_78784_asetTextureOffset0
3405func_78785_arender0
3406func_78786_aaddBox0
3407func_78787_bsetTextureSize0Returns the model renderer with the new texture parameters.
3408func_78788_dcompileDisplayList0Compiles a GL display list for this model
3409func_78789_aaddBox0
3410func_78790_aaddBox0Creates a textured box. Args: originX, originY, originZ, width, height, depth, scaleFactor.
3411func_78791_brenderWithRotation0
3412func_78792_aaddChild0Sets the current box's rotation points and rotation angles to another box.
3413func_78793_asetRotationPoint0
3414func_78794_cpostRender0Allows the changing of Angles after a box has been rendered
3415func_78814_agetNextComponent0
3416func_78815_agetRandomComponent0
3417func_78817_bgetNextMineShaftComponent0
3418func_78836_agetNBTCompound0Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.
3419func_78837_agetServerDataFromNBTCompound0Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
3420func_78838_asetAcceptsTextures0
3421func_78839_bgetAcceptsTextures0
3422func_78849_aaddServerData0Adds the given ServerData instance to the list.
3423func_78850_agetServerData0Gets the ServerData instance stored for the given index in the list.
3424func_78851_bremoveServerData0Removes the ServerData instance stored for the given index in the list.
3425func_78853_aloadServerList0Loads a list of servers from servers.dat, by running ServerData.getServerDataFromNBTCompound on each NBT compound found in the "servers" tag list.
3426func_78854_asetServer0Sets the given index in the list to the given ServerData instance.
3427func_78855_bsaveServerList0Runs getNBTCompound on each ServerData instance, puts everything into a "servers" NBT list and writes it to servers.dat.
3428func_78856_ccountServers0Counts the number of ServerData instances in the list.
3429func_78857_aswapServers0Takes two list indexes, and swaps their order around.
3430func_78861_agetIP0
3431func_78862_aparseIntWithDefault0
3432func_78864_bgetPort0
3433func_78867_aaddBlockHitEffects0Adds block hit particles for the specified block. Args: x, y, z, sideHit
3434func_78868_aupdateEffects0
3435func_78869_bgetStatistics0
3436func_78870_aclearEffects0
3437func_78871_aaddBlockDestroyEffects0
3438func_78873_aaddEffect0
3439func_78874_arenderParticles0Renders all current particles. Args player, partialTickTime
3440func_78879_fgetCenterY0
3441func_78880_dgetZSize0Returns length of a bounding box
3442func_78881_egetCenterX0
3443func_78882_cgetYSize0Returns height of a bounding box
3444func_78883_bgetXSize0Returns width of a bounding box
3445func_78884_aintersectsWith0Returns whether the given bounding box intersects with this one. Args: structureboundingbox
3446func_78885_aintersectsWith0Discover if a coordinate is inside the bounding box area.
3447func_78886_aoffset0Offsets the current bounding box by the specified coordinates. Args: x, y, z
3448func_78887_agetNewBoundingBox0returns a new StructureBoundingBox with MAX values
3449func_78888_bexpandTo0Expands a bounding box's dimensions to include the supplied bounding box.
3450func_78889_agetComponentToAddBoundingBox0used to project a possible new component Bounding Box - to check if it would cut anything already spawned
3451func_78890_bisVecInside0Returns true if block is inside bounding box
3452func_78891_ggetCenterZ0
3453func_78898_aupdatePlayerMoveState0
3454func_78904_dcallOcclusionQueryList0Renders the occlusion query GL List
3455func_78905_gsetupGLTranslation0
3456func_78906_eskipAllRenderPasses0Checks if all render passes are to be skipped. Returns false if the renderer is not initialized
3457func_78907_aupdateRenderer0Will update this chunk renderer
3458func_78908_aupdateInFrustum0
3459func_78909_agetGLCallListForPass0Takes in the pass the call list is being requested for. Args: renderPass
3460func_78910_bsetDontDraw0When called this renderer won't draw anymore until its gets initialized again
3461func_78911_cstopRendering0
3462func_78912_adistanceToEntitySquared0Returns the distance of this chunk renderer to the entity without performing the final normalizing square root, for performance reasons.
3463func_78913_asetPosition0Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position
3464func_78914_fmarkDirty0Marks the current renderer data as dirty and needing to be updated.
3465func_78944_adoCompare0
3466func_78946_asortByDistanceToEntity0Sorts the two world renderers according to their distance to a given entity.
3467func_70002_QisSnooperEnabled1Returns whether snooping is enabled or not.
3468func_70003_bcanCommandSenderUseCommand1Returns true if the command sender is allowed to use the given command.
3469func_70004_atranslateString1Translates and formats the given string key with the given arguments.
3470func_70005_c_getCommandSenderName1Gets the name of this command sender (usually username, but possibly "Rcon")
3471func_70007_bresetLog1Clears the RCon log
3472func_70008_cgetLogContents1Gets the contents of the RCon log
3473func_70011_fgetDistance1Gets the distance to the position. Args: x, y, z
3474func_70012_bsetLocationAndAngles1Sets the location and Yaw/Pitch of an entity in the world
3475func_70013_cgetBrightness1Gets how bright this entity is.
3476func_70014_bwriteEntityToNBT1(abstract) Protected helper method to write subclass entity data to NBT.
3477func_70015_dsetFire1Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
3478func_70018_KsetBeenAttacked1Sets that this entity has been attacked.
3479func_70019_csetEating1
3480func_70020_ereadFromNBT1Reads the entity from NBT (calls an abstract helper method to read specialized data)
3481func_70021_algetParts1Return the Entity parts making up this Entity (currently only for dragons)
3482func_70022_QgetEntityString1Returns the string that identifies this Entity's class
3483func_70023_akgetEntityName1Gets the username of the entity.
3484func_70024_gaddVelocity1Adds to the current velocity of the entity. Args: x, y, z
3485func_70025_bdropItem1Drops an item stack at the entity's position. Args: itemID, count
3486func_70026_GisWet1Checks if this entity is either in water or on an open air block in rain (used in wolves).
3487func_70027_adisBurning1Returns true if the entity is on fire. Used by render to add the fire effect on rendering.
3488func_70028_iisEntityEqual1Returns true if Entity argument is equal to this Entity
3489func_70029_asetWorld1Sets the reference to the World object.
3490func_70030_zonEntityUpdate1Gets called every tick from main Entity class
3491func_70031_bsetSprinting1Set sprinting switch for Entity.
3492func_70032_dgetDistanceToEntity1Returns the distance to the entity. Args: entity
3493func_70033_WgetYOffset1Returns the Y Offset of this entity.
3494func_70035_cgetInventory1returns the inventory of this entity (only used in EntityPlayerMP it seems)
3495func_70036_aplayStepSound1Plays step sound at given x, y, z for the entity
3496func_70037_areadEntityFromNBT1(abstract) Protected helper method to read subclass entity data from NBT.
3497func_70038_cisOffsetPositionInLiquid1Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z
3498func_70039_caddEntityID1adds the ID of this entity to the NBT given
3499func_70040_ZgetLookVec1returns a (normalized) vector of where this entity is looking
3500func_70041_e_canTriggerWalking1returns if this entity triggers Block.onEntityWalking on the blocks they walk on. used for spiders and wolves to prevent them from trampling crops
3501func_70042_XgetMountedYOffset1Returns the Y offset from the entity's position for any entity riding this one.
3502func_70043_VupdateRiderPosition1
3503func_70044_AsetOnFireFromLava1Called whenever the entity is walking inside of lava.
3504func_70045_FisImmuneToFire1
3505func_70046_EgetBoundingBox1returns the bounding box for this entity
3506func_70047_egetEyeHeight1
3507func_70048_ipushOutOfBlocks1Adds velocity to push the entity out of blocks at the specified x, y, z position Args: x, y, z
3508func_70049_anewFloatNBTList1Returns a new NBTTagList filled with the specified floats
3509func_70050_gsetAir1
3510func_70051_agisSprinting1Get if the Entity is sprinting.
3511func_70052_asetFlag1Enable or disable a entity flag, see getEntityFlag to read the know flags.
3512func_70054_adropItemWithOffset1Drops an item stack with a specified y offset. Args: itemID, count, yOffset
3513func_70055_aisInsideOfMaterial1Checks if the current block the entity is within of the specified material type
3514func_70058_JhandleLavaMovement1Whether or not the current entity is in lava
3515func_70060_amoveFlying1Used in both water and by flying objects
3516func_70061_hunmountEntity1Called when a player unounts an entity.
3517func_70063_aasetInPortal1Called by portal blocks when an entity is within it.
3518func_70064_aupdateFallState1Takes 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
3519func_70066_Bextinguish1Removes fire from entity.
3520func_70067_LcanBeCollidedWith1Returns true if other Entities should be prevented from moving through this Entity.
3521func_70068_egetDistanceSqToEntity1Returns the squared distance to the entity. Args: entity
3522func_70069_afall1Called when the mob is falling. Calculates and applies fall damage.
3523func_70071_h_onUpdate1Called to update the entity's position/logic.
3524func_70072_IhandleWaterMovement1Returns if this entity is in water and will end up adding the waters velocity to the entity
3525func_70074_aonKillEntity1This method gets called when the entity kills another one.
3526func_70075_ancanAttackWithItem1If returns false, the item will not inflict any damage against entities.
3527func_70076_Ckill1sets the dead flag. Used when you fall off the bottom of the world.
3528func_70077_aonStruckByLightning1Called when a lightning bolt hits the entity.
3529func_70078_amountEntity1Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
3530func_70080_asetPositionAndRotation1Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
3531func_70081_edealFireDamage1Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
3532func_70083_fgetFlag1Returns 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
3533func_70084_caddToPlayerScore1Adds a value to the player score. Currently not actually used and the entity passed in does nothing. Args: entity, scoreToAdd
3534func_70085_cinteract1Called when a player interacts with a mob. e.g. gets milk from a cow, gets into the saddle on a pig.
3535func_70086_aigetAir1
3536func_70087_anewDoubleNBTList1creates a NBT list from the array of doubles passed to this function
3537func_70088_aentityInit1
3538func_70089_SisEntityAlive1Checks whether target entity is alive.
3539func_70090_HisInWater1Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
3540func_70091_dmoveEntity1Tries to moves the entity by the passed in displacement. Args: x, y, z
3541func_70092_egetDistanceSq1Gets the squared distance to the position. Args: x, y, z
3542func_70093_afisSneaking1Returns if this entity is sneaking.
3543func_70094_TisEntityInsideOpaqueBlock1Checks if this entity is inside of an opaque block
3544func_70095_asetSneaking1Sets the sneaking flag.
3545func_70096_wgetDataWatcher1
3546func_70097_aattackEntityFrom1Called when the entity is attacked.
3547func_70098_UupdateRidden1Handles updating while being ridden by an entity
3548func_70099_aentityDropItem1Drops an item at the position of the entity.
3549func_70100_b_onCollideWithPlayer1Called by a player entity when they collide with an entity
3550func_70101_bsetRotation1Sets the rotation of the entity. Args: yaw, pitch (both in degrees)
3551func_70104_McanBePushed1Returns true if this entity should push and be pushed by other entities when colliding.
3552func_70105_asetSize1Sets the width and height of the entity. Args: width, height
3553func_70106_ysetDead1Will get destroyed next tick.
3554func_70107_bsetPosition1Sets the x,y,z of the entity from the given parameters. Also seems to set up a bounding box.
3555func_70108_fapplyEntityCollision1Applies a velocity to each of the entities pushing them away from each other. Args: entity
3556func_70109_dwriteToNBT1Save the entity to NBT (calls an abstract helper method to write extra data)
3557func_70110_ajsetInWeb1Sets the Entity inside a web block.
3558func_70111_YgetCollisionBorderSize1
3559func_70114_ggetCollisionBox1Returns 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.
3560func_70184_aonImpact1Called when this EntityThrowable hits a block or entity.
3561func_70185_hgetGravityVelocity1Gets the amount of gravity to apply to the thrown entity with each tick.
3562func_70186_csetThrowableHeading1Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
3563func_70196_igetPotionDamage1Returns the damage value of the thrown potion that this EntityPotion represents.
3564func_70198_dcatchFish1
3565func_70199_ccalculateVelocity1
3566func_70220_amoveTowards1The location the eye should float/move towards. Currently used for moving towards the nearest stronghold. Args: strongholdX, strongholdY, strongholdZ
3567func_70227_aonImpact1Called when this EntityFireball hits a block or entity.
3568func_70239_bsetDamage1
3569func_70240_asetKnockbackStrength1Sets the amount of knockback the arrow applies when it hits a mob.
3570func_70242_dgetDamage1
3571func_70244_csetArrowHeading1Uses the provided coordinates as a heading and determines the velocity from it with the set force and random variance. Args: x, y, z, force, forceVariation
3572func_70265_bsetTimeSinceHit1Sets the time to count down from since the last time entity was hit.
3573func_70266_asetDamageTaken1Sets the damage taken from the last hit.
3574func_70267_igetForwardDirection1Gets the forward direction of the entity.
3575func_70268_hgetTimeSinceHit1Gets the time since the last hit.
3576func_70269_csetForwardDirection1Sets the forward direction of the entity.
3577func_70271_ggetDamageTaken1Gets the damage taken from the last hit.
3578func_70295_k_openChest1
3579func_70296_donInventoryChanged1Called when an the contents of an Inventory change, usually
3580func_70297_j_getInventoryStackLimit1Returns 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?*
3581func_70298_adecrStackSize1Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack.
3582func_70299_asetInventorySlotContents1Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
3583func_70300_aisUseableByPlayer1Do not make give this method the name canInteractWith because it clashes with Container
3584func_70301_agetStackInSlot1Returns the stack in slot i
3585func_70302_i_getSizeInventory1Returns the number of slots in the inventory.
3586func_70303_bgetInvName1Returns the name of the inventory.
3587func_70304_bgetStackInSlotOnClosing1When 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.
3588func_70305_fcloseChest1
3589func_70306_aaddMapping1Adds a new two-way mapping between the class and its string name in both hashmaps.
3590func_70307_areadFromNBT1Reads a tile entity from NBT.
3591func_70310_bwriteToNBT1Writes a tile entity to NBT.
3592func_70312_qvalidate1validates a tile entity
3593func_70313_jinvalidate1invalidates a tile entity
3594func_70315_breceiveClientEvent1Called when a client event is received with the event number and argument, see World.sendClientEvent
3595func_70316_gupdateEntity1Allows 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.
3596func_70317_ccreateAndLoadEntity1Creates a new entity and loads its data from the specified NBT.
3597func_70319_egetDescriptionPacket1Overriden in a sign to provide the text
3598func_70320_pisInvalid1returns true if tile entity is invalid, false otherwise
3599func_70321_hupdateContainingBlockInfo1Causes 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
3600func_70322_ngetBlockMetadata1Returns block data at the location of this entity (client-only).
3601func_70333_agetProgress1Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument.
3602func_70335_aupdatePushedObjects1
3603func_70336_cgetPistonOrientation1Returns the orientation of the piston as an int
3604func_70339_iclearPistonTileEntity1removes a pistons tile entity (and if the piston is moving, stops it)
3605func_70340_agetStoredBlockID1
3606func_70341_bisExtending1Returns true if a piston is extending
3607func_70350_kcanBrew1
3608func_70351_igetFilledSlots1returns an integer with each bit specifying wether that slot of the stand contains a potion
3609func_70352_bgetPotionResult1Returns the new potion damage value after the specified item is applied as an ingredient to the specified potion.
3610func_70353_rbrewPotions1
3611func_70355_t_getBrewTime1
3612func_70364_aopenChest1
3613func_70365_aisUseableByPlayer1
3614func_70366_bcloseChest1
3615func_70385_asetMobID1
3616func_70386_banyPlayerInRange1Returns true if there is a player in range (using World.getClosestPlayer)
3617func_70387_fupdateDelay1Sets the delay before a new spawn (base delay of 200 + random number up to 600).
3618func_70398_agetItemBurnTime1Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
3619func_70399_ksmeltItem1Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
3620func_70400_iisBurning1Returns true if the furnace is currently burning
3621func_70401_bisItemFuel1Return true if item is a fuel source (getItemBurnTime() > 0).
3622func_70402_rcanSmelt1Returns true if the furnace can smelt an item, i.e. has a source item, destination stack isn't full, etc.
3623func_70409_aisEditable1
3624func_70413_achangePitch1change pitch by -> (currentPitch + 1) % 25
3625func_70414_atriggerNote1plays the stored note
3626func_70418_icheckForAdjacentChests1Performs the check for adjacent chests to determine if this chest is double or not.
3627func_70429_kdecrementAnimations1Decrement the number of animations remaining. Only called on client side. This is used to handle the animation of receiving a block.
3628func_70430_lgetTotalArmorValue1Based on the damage values and maximum damage values of each armor item, returns the current armor value.
3629func_70431_chasItemStack1Returns true if the specified ItemStack exists in the inventory.
3630func_70432_dstoreItemStack1stores an itemstack in the users inventory
3631func_70435_dconsumeInventoryItem1removed one item of specified itemID from inventory (if it is in a stack, the stack size will reduce with 1)
3632func_70436_mdropAllItems1Drop all armor and main inventory items.
3633func_70437_bsetItemStack1
3634func_70438_agetStrVsBlock1Gets the strength of the current item (tool) against the specified block, 1.0f if not holding anything.
3635func_70441_aaddItemStackToInventory1Adds the item stack to the inventory, returns false if it is impossible.
3636func_70442_awriteToNBT1Writes the inventory out as a list of compound tags. This is where the slot indices are used (+100 for armor, +80 for crafting).
3637func_70443_breadFromNBT1Reads from the given tag list and fills the slots in the inventory with the correct items.
3638func_70444_agetDamageVsEntity1Return damage vs an entity done by the current held weapon, or 1 if nothing is held
3639func_70445_ogetItemStack1
3640func_70446_hgetInventorySlotContainItem1Returns a slot index in main inventory containing a specific itemID
3641func_70447_igetFirstEmptyStack1Returns the first item stack that is empty.
3642func_70448_ggetCurrentItem1Returns the item stack currently held by the player.
3643func_70449_gdamageArmor1Damages armor in each slot by the specified amount.
3644func_70450_ehasItem1Get if a specifiied item id is inside the inventory.
3645func_70452_estorePartialItemStack1This function stores as many items of an ItemStack as possible in a matching slot and returns the quantity of left over items.
3646func_70454_bcanHarvestBlock1Returns whether the current item (tool) can harvest from the specified block (actually get a result).
3647func_70455_bcopyInventory1Copy the ItemStack contents from another InventoryPlayer instance
3648func_70463_bgetStackInRowAndColumn1Returns the itemstack in the slot specified (Top left is 0, 0). Args: row, column
3649func_70486_aloadInventoryFromNBT1
3650func_70487_gsaveInventoryToNBT1
3651func_70490_hisMinecartPowered1Is this minecart powered (Fuel > 0)
3652func_70491_igetDamage1Gets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
3653func_70492_csetDamage1Sets the current amount of damage the minecart has taken. Decreases over time. The cart breaks when this is over 40.
3654func_70498_dsetMinecartPowered1Set if this minecart is powered (Fuel > 0)
3655func_70515_dexplode1
3656func_70518_donValidSurface1checks to make sure painting can be placed there
3657func_70519_asetDirection1Sets the direction the painting faces.
3658func_70526_dgetXpValue1Returns the XP value of this XP orb.
3659func_70527_agetXPSplit1Get a fragment of the maximum experience points value for the supplied value of experience points value.
3660func_70598_bsetHomeArea1
3661func_70599_aPgetSoundVolume1Returns the volume for the sounds this mob makes.
3662func_70600_ldropRareDrop1
3663func_70601_bigetCanSpawnHere1Checks if the entity's current position is a valid location to spawn this entity.
3664func_70602_aCgetHomePosition1
3665func_70604_csetRevengeTarget1
3666func_70605_aqgetMoveHelper1
3667func_70606_jsetEntityHealth1
3668func_70607_jsetLastAttackingEntity1
3669func_70608_bnisPlayerSleeping1Returns whether player is sleeping or not
3670func_70609_aIonDeathUpdate1handles entity death timer, experience orb and particle creation
3671func_70610_aXisMovementBlocked1Dead and sleeping entities cannot move
3672func_70611_aBisWithinHomeDistanceCurrentPosition1Returns true if entity is within home distance from current position
3673func_70612_emoveEntityWithHeading1Moves the entity based on the specified heading. Args: strafe, forward
3674func_70613_aWisClientWorld1Returns whether the entity is in a local (client) world
3675func_70615_aAeatGrassBonus1This function applies the benefits of growing back wool and faster growing up to the acting entity. (This function is used in the AIEatGrass)
3676func_70616_bsgetSpeedModifier1This 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.
3677func_70617_f_isOnLadder1returns true if this entity is by a ladder, false otherwise
3678func_70619_bcupdateAITasks1
3679func_70621_aRgetHurtSound1Returns the sound this mob makes when it is hurt.
3680func_70622_aFhasHome1
3681func_70623_bbdespawnEntity1Makes the entity despawn if requirements are reached
3682func_70624_bsetAttackTarget1Sets the active target the Task system uses for tracking
3683func_70625_afaceEntity1Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
3684func_70626_beupdateEntityActionState1
3685func_70627_aGgetTalkInterval1Get number of ticks, at least during which the living entity will be silent.
3686func_70628_adropFewItems1Drop 0-2 items of this living's type
3687func_70629_bdupdateAITick1main AI tick function, replaces updateEntityActionState
3688func_70630_aNgetHealth1
3689func_70631_g_isChild1If Animal, checks if the age timer is negative
3690func_70632_aYisBlocking1
3691func_70633_aTgetDropItemId1Returns the item ID for the item the mob drops on death.
3692func_70634_asetPositionAndUpdate1Sets the position of the entity and updates the 'last' variables
3693func_70635_atgetEntitySenses1returns the EntitySenses Object for the EntityLiving
3694func_70636_donLivingUpdate1Called 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.
3695func_70637_dsetJumping1
3696func_70638_azgetAttackTarget1Gets the active target the Task system uses for tracking
3697func_70639_aQgetLivingSound1Returns the sound this mob makes while it's alive.
3698func_70640_aDgetMaximumHomeDistance1
3699func_70641_blgetMaxSpawnedInChunk1Will return how many at most can spawn in a chunk at once.
3700func_70642_aHplayLivingSound1Plays living's sound at its position
3701func_70643_avgetAITarget1
3702func_70644_aisPotionActive1
3703func_70645_aonDeath1Called when the mob's health reaches 0.
3704func_70646_bfgetVerticalFaceSpeed1The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently use in wolves.
3705func_70647_igetSoundPitch1Gets the pitch of living sounds in living entities.
3706func_70648_aUcanBreatheUnderwater1
3707func_70649_disWithinHomeDistance1
3708func_70650_aVisAIEnabled1Returns true if the newer Entity AI code should be run
3709func_70651_bqgetActivePotionEffects1
3710func_70652_kattackEntityAsMob1
3711func_70653_aknockBack1knocks back this entity
3712func_70654_axgetAge1
3713func_70655_bapplyArmorCalculations1Reduces damage, depending on armor
3714func_70656_aKspawnExplosionParticle1Spawns an explosion particle around the Entity's location
3715func_70657_fsetMoveForward1
3716func_70658_aOgetTotalArmorValue1Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
3717func_70659_esetAIMoveSpeed1set the movespeed used for the new AI system
3718func_70660_bgetActivePotionEffect1returns the PotionEffect for the supplied Potion if it is active, null otherwise.
3719func_70661_asgetNavigator1
3720func_70662_brisEntityUndead1Returns true if this entity is undead.
3721func_70663_bupdateRotation1Arguments: current rotation, intended rotation, max increment.
3722func_70664_aZjump1Causes this entity to do an upwards motion (jumping).
3723func_70665_ddamageEntity1Deals 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
3724func_70667_aMgetMaxHealth1
3725func_70668_btgetCreatureAttribute1Get this Entity's EnumCreatureAttribute
3726func_70669_arenderBrokenItemStack1Renders broken item particles using the given ItemStack
3727func_70670_aonNewPotionEffect1
3728func_70671_apgetLookHelper1
3729func_70672_capplyPotionDamageCalculations1Reduces damage, depending on potions
3730func_70673_aSgetDeathSound1Returns the sound this mob makes on death.
3731func_70674_bpclearActivePotions1
3732func_70675_kdamageArmor1
3733func_70676_igetLook1interpolated look vector
3734func_70677_aEdetachHome1
3735func_70679_boupdatePotionEffects1
3736func_70680_awgetLastAttackingEntity1
3737func_70681_augetRNG1
3738func_70682_hdecreaseAirSupply1Decrements the entity's air supply when underwater
3739func_70683_argetJumpHelper1
3740func_70684_aJisPlayer1Only use is to identify if class is an instance of player for experience dropping
3741func_70685_lcanEntityBeSeen1returns true if the entity provided in the argument can be seen. (Raytrace)
3742func_70686_aisExplosiveMob1
3743func_70687_eisPotionApplicable1
3744func_70688_conFinishedPotionEffect1
3745func_70689_aygetAIMoveSpeed1the movespeed used for the new AI system
3746func_70690_daddPotionEffect1adds a PotionEffect to the entity
3747func_70691_iheal1Heal living entity (param: amount of half-hearts)
3748func_70692_bacanDespawn1Determines if an entity can be despawned, used on idle far away entities
3749func_70693_agetExperiencePoints1Get the experience points the entity currently has.
3750func_70695_bonChangedPotionEffect1
3751func_70777_mgetEntityToAttack1returns the target Entity
3752func_70778_asetPathToEntity1sets the pathToEntity
3753func_70779_jupdateWanderPath1Time remaining during which the Animal is sped up and flees.
3754func_70780_iisMovementCeased1Disables a mob's ability to move on its own while true.
3755func_70781_lhasPath1if the entity got a PathEntity it returns true, else false
3756func_70782_kfindPlayerToAttack1Finds the closest player within 16 blocks to attack, or null if this Entity isn't interested in attacking (Animals, Spiders at day, peaceful PigZombies).
3757func_70783_agetBlockPathWeight1Takes a coordinate in and returns a weight to determine how likely this creature will try to path to the block. Args: x, y, z
3758func_70784_bsetTarget1Sets the entity which is to be attacked.
3759func_70785_aattackEntity1Basic mob attack. Default to touch of death in EntityCreature. Overridden by each mob to define their attack.
3760func_70790_aisCourseTraversable1True if the ghast has an unobstructed line of travel to the waypoint.
3761func_70799_asetSlimeSize1
3762func_70800_mcanDamagePlayer1Indicates weather the slime is able to damage the player (based upon the slime's size)
3763func_70801_igetSlimeParticle1Returns the name of a particle effect that may be randomly created by EntitySlime.onUpdate()
3764func_70802_jcreateInstance1
3765func_70803_ogetJumpSound1Returns the name of the sound played when the slime jumps.
3766func_70804_pmakesSoundOnLand1Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
3767func_70805_ngetAttackStrength1Gets the amount of damage dealt to the player when "attacked" by the slime.
3768func_70806_kgetJumpDelay1Gets the amount of time the slime needs to wait between jumps.
3769func_70807_rmakesSoundOnJump1Returns true if the slime makes a sound when it jumps (based upon the slime's size)
3770func_70809_qgetSlimeSize1Returns the size of the slime.
3771func_70814_oisValidLightLevel1Checks to make sure the light is not too bright where the mob is spawning
3772func_70816_cteleportToEntity1Teleport the enderman to another entity
3773func_70817_bsetCarryingData1Set the metadata of the block an enderman carries
3774func_70818_asetCarried1Set the id of the block an enderman carries
3775func_70820_nteleportRandomly1Teleport the enderman to a random nearby position
3776func_70821_dshouldAttackPlayer1Checks to see if this enderman should be attacking this player
3777func_70822_pgetCarried1Get the id of the block an enderman carries
3778func_70824_qgetCarryingData1Get the metadata of the block an enderman carries
3779func_70825_jteleportTo1Teleport the enderman
3780func_70829_asetCreeperState1Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
3781func_70830_ngetPowered1Returns true if the creeper is powered by a lightning bolt.
3782func_70832_pgetCreeperState1Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
3783func_70835_cbecomeAngryAt1Causes this PigZombie to become angry at the supplied Entity (which will be a player).
3784func_70839_esetBesideClimbableBlock1Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
3785func_70841_pisBesideClimbableBlock1Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
3786func_70851_esetHoldingRose1
3787func_70852_ngetVillage1
3788func_70853_pgetHoldRoseTick1
3789func_70873_asetGrowingAge1The 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.
3790func_70874_bgetGrowingAge1The 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.
3791func_70875_tresetInLove1
3792func_70876_cprocreate1Creates a baby animal according to the animal type of the target at the actual position and spawns 'love' particles.
3793func_70877_bisWheat1Checks if the parameter is an wheat item.
3794func_70878_bcanMateWith1Returns true if the mob is currently able to mate with the specified mob.
3795func_70879_aspawnBabyAnimal1This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
3796func_70880_sisInLove1Returns if the entity is currently in 'love mode'.
3797func_70891_bsetFleeceColor1
3798func_70892_ogetSheared1returns true if a sheeps wool has been sheared
3799func_70893_esetSheared1make a sheep sheared if set to true
3800func_70895_agetRandomFleeceColor1This method is called when a sheep spawns in the world to select the color of sheep fleece.
3801func_70896_ngetFleeceColor1
3802func_70900_esetSaddled1Set or remove the saddle of the pig.
3803func_70901_ngetSaddled1Returns true if the pig is saddled.
3804func_70902_qgetOwner1
3805func_70903_fsetTamed1
3806func_70904_gsetSitting1
3807func_70905_pgetOwnerName1
3808func_70906_oisSitting1
3809func_70908_eplayTameEffect1Play the taming effect, will either be hearts or smoke depending on status
3810func_70909_nisTamed1
3811func_70910_asetOwner1
3812func_70912_bsetTameSkin1
3813func_70913_ugetTameSkin1
3814func_70916_hsetAngry1Sets whether this wolf is angry or not.
3815func_70919_buisAngry1Determines whether this wolf is angry or not.
3816func_70931_l_getCustomer1
3817func_70932_a_setCustomer1
3818func_70938_bsetProfession1
3819func_70939_fsetPlaying1
3820func_70940_qisTrading1
3821func_70941_oisMating1
3822func_70945_pisPlaying1
3823func_70946_ngetProfession1
3824func_70947_esetMating1
3825func_70949_baddMerchantItem1
3826func_70964_esuperAttackFrom1Returns a super of attackEntityFrom in EntityDragonBase, because the normal attackEntityFrom is overriden
3827func_70965_aattackEntityFromPart1
3828func_70967_ksetNewTarget1Sets a new target for the flight AI. It can be a random coordinate or a nearby player.
3829func_70969_jupdateDragonEnderCrystal1Updates the state of the enderdragon's current endercrystal.
3830func_70970_acollideWithEntities1Pushes all entities inside the list away from the enderdragon.
3831func_70971_battackEntitiesInList1Attacks all entities inside this list, dealing 5 hearts of damage.
3832func_70972_adestroyBlocksInAABB1Destroys all blocks that aren't associated with 'The End' inside the given bounding box.
3833func_70973_bsimplifyAngle1Simplifies the value of a number by adding/subtracting 180 to the point that the number is between -180 and 180.
3834func_70974_agetMovementOffsets1Returns 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.
3835func_70975_acreateEnderPortal1Creates the ender portal leading back to the normal world after defeating the enderdragon.
3836func_70996_bMshouldHeal1Checks if the player's health is not full and not zero.
3837func_70997_bJgetSpawnChunk1Returns the coordinates to respawn the player based on last bed that the player sleep.
3838func_70999_awakeUpPlayer1Wake up the player if they're sleeping.
3839func_71000_jaddMovementStat1Adds a value to a movement statistic field - like run, walk, swin or climb.
3840func_71001_aonItemPickup1Called whenever an item is picked up from walking over it. Args: pickedUpEntity, stackSize
3841func_71002_cdisplayGUIEnchantment1
3842func_71003_hisPVPEnabled1returns if pvp is enabled or not
3843func_71005_bNgetInventoryEnderChest1Returns the InventoryEnderChest of this player.
3844func_71006_adisplayGUIDispenser1Displays the dipsenser GUI for the passed in dispenser entity. Args: TileEntityDispenser
3845func_71007_adisplayGUIChest1Displays the GUI for interacting with a chest inventory. Args: chestInventory
3846func_71008_asetItemInUse1sets the itemInUse when the use item button is clicked. Args: itemstack, int maxItemUseDuration
3847func_71009_bonCriticalHit1Called when the player performs a critical hit on the Entity. Args: entity that was hit critically
3848func_71010_cupdateItemUse1Plays sounds and makes particles for item in use state
3849func_71012_ajoinEntityItemWithWorld1Joins the passed in entity item with the world. Args: entityItem
3850func_71014_adisplayGUIEditSign1Displays the GUI for editing a sign. Args: tileEntitySign
3851func_71015_kaddMountedMovementStat1Adds a value to a mounted movement statistic field - by minecart, boat, or pig.
3852func_71016_psendPlayerAbilities1Sends the player's abilities to the server (if there is one).
3853func_71017_adisplayGUIBrewingStand1Displays the GUI for interacting with a brewing stand.
3854func_71018_asleepInBedAt1puts player to sleep on specified bed if possible
3855func_71019_adropPlayerItemWithRandomChoice1Args: itemstack, flag
3856func_71020_jaddExhaustion1increases exhaustion level by supplied amount
3857func_71021_bdropPlayerItem1Args: 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)
3858func_71022_aalertWolves1Called 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.
3859func_71023_qaddExperience1Add experience points to player.
3860func_71024_bLgetFoodStats1Returns the player's FoodStats object.
3861func_71026_bHisPlayerFullyAsleep1Returns whether or not the player is asleep and the screen has fully faded.
3862func_71027_ctravelToTheEnd1
3863func_71028_bDdestroyCurrentEquippedItem1Destroys the currently equipped item from the player's inventory.
3864func_71029_atriggerAchievement1Will trigger the specified trigger.
3865func_71031_ecanPlayerEdit1
3866func_71032_aremoveExperience1Removes the specified number of experience levels.
3867func_71033_asetGameType1Sets the player's game type
3868func_71034_bystopUsingItem1
3869func_71035_caddChatMessage1Add a chat message to the player
3870func_71036_oonItemUseFinish1Used for when item use count runs out, ie: eating completed
3871func_71038_iswingItem1Swings the item the player is holding.
3872func_71039_bwisUsingItem1Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
3873func_71040_bBdropOneItem1Called when player presses the drop item key
3874func_71041_bzclearItemInUse1
3875func_71042_adisplayGUIFurnace1Displays the furnace GUI for the passed in furnace entity. Args: tileEntityFurnace
3876func_71043_ecanEat1
3877func_71044_ocollideWithPlayer1
3878func_71045_bCgetCurrentEquippedItem1Returns the currently being used item by the player.
3879func_71046_kgetSwingSpeedModifier1Returns the swing speed modifier
3880func_71047_conEnchantmentCritical1
3881func_71048_cdisplayGUIBook1Displays the GUI for interacting with a book.
3882func_71049_aclonePlayer1Copies the values from the given player into this player if boolean par2 is true. Always clones Ender Chest Inventory.
3883func_71050_bKxpBarCap1This 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.
3884func_71053_jcloseScreen1set current crafting inventory back to the 2x2 square
3885func_71054_mincreaseLevel1This method increases the player's experience level by one.
3886func_71055_agetCurrentPlayerStrVsBlock1Returns how strong the player is against the specified block at this moment
3887func_71056_averifyRespawnCoordinates1Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
3888func_71058_bdisplayWorkbenchGUI1Displays the crafting GUI for a workbench.
3889func_71059_nattackTargetEntityWithCurrentItem1Attacks for the player the targeted entity with the currently equipped item. The equipped item has hitEntity called on it. Args: targetEntity
3890func_71061_d_resetHeight1sets the players height back to normal after doing things like sleeping and dieing
3891func_71062_bcanHarvestBlock1Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
3892func_71063_asetSpawnChunk1Defines a spawn coordinate to player spawn. Used by bed after the player sleep on it.
3893func_71064_aaddStat1Adds a value to a statistic field.
3894func_71065_lisInBed1Checks if the player is currently in a bed
3895func_71110_aupdateCraftingInventory1update the crafting window inventory with the items in the list
3896func_71111_aupdateCraftingInventorySlot1inform the player of a change in a single slot
3897func_71112_aupdateCraftingInventoryInfo1send information about the crafting inventory to the client(currently only for furnace times)
3898func_71113_kupdateHeldItem1updates item held by mouse, This method always returns before doing anything...
3899func_71117_bOgetNextWindowId1get the next window id to use
3900func_71119_agetTileEntityInfo1gets description packets from all TileEntity's that override func_20070
3901func_71122_bhandleFalling1process player falling based on movement packet
3902func_71124_bgetEquipmentInSlot10: Tool in Hand; 1-4: Armor
3903func_71128_lcloseCraftingGui1close the current crafting gui
3904func_71191_dsetBuildLimit1
3905func_71197_bstartServer1Initialises the server and starts it.
3906func_71198_klogIn1
3907func_71201_jlogSevere1Log severe error message
3908func_71203_abgetConfigurationManager1
3909func_71205_psetMOTD1
3910func_71207_ZgetBuildLimit1
3911func_71209_fgetFile1Returns a File object from the specified string.
3912func_71210_asetConfigurationManager1
3913func_71213_zgetPlayerNamesAsList1Returns a list of usernames of all connected players
3914func_71214_GgetServerOwner1Returns the username of the server owner (for integrated servers)
3915func_71215_FgetServerPort1Gets serverPort.
3916func_71216_a_outputPercentRemaining1used to display a percent remaining given text and the percentage
3917func_71218_agetWorldManager1gets the worldServer by the given dimension
3918func_71224_lsetServerOwner1Sets the username of the owner of this server (in the case of an integrated server)
3919func_71233_xplayersOnline1Returns the number of players on the server
3920func_71234_ugetPort1Returns the server port
3921func_71235_asetGameMode1
3922func_71236_hlogWarning1logs the warning same as: logger.warning(String);
3923func_71239_BisDebuggingEnabled1Returns true if debugging is enabled, false otherwise
3924func_71241_aaisServerStopped1
3925func_71243_iclearCurrentTask1set current task to null and set its percentage to 0
3926func_71244_glog1Logs the message with a level of INFO.
3927func_71249_wgetVersion1Returns the server version string
3928func_71250_EgetKeyPair1Gets KeyPair instanced in MinecraftServer.
3929func_71252_ihandleRConCommand1Handle a command received by an RCon instance
3930func_71258_AgetPlugin1
3931func_71260_jstopServer1Saves all necessary data as preparation for stopping the server.
3932func_71262_SisDedicatedServer1
3933func_71263_minitiateShutdown1Sets the serverRunning variable to false, in order to get the server to shut down.
3934func_71264_HisSinglePlayer1
3935func_71273_YgetMOTD1
3936func_71274_vgetMotd1Returns the server message of the day
3937func_71275_ygetMaxPlayers1Returns the maximum number of players allowed on the server
3938func_71276_CgetServer1Gets mcServer.
3939func_71277_tgetHostname1Returns the server hostname
3940func_71326_asaveProperties1Saves all of the server properties to the properties file
3941func_71327_agetIntProperty1Returns the specified property value as an int, or a default if the property doesn't exist
3942func_71328_asetProperty1Saves an Object with the given property name
3943func_71329_cgetSettingsFilename1Returns the filename where server properties are stored
3944func_71330_agetStringProperty1Returns the specified property value as a String, or a default if the property doesn't exist
3945func_71498_dgetCauseStackTraceOrString1Gets the stack trace of the Throwable that caused this crash report, or if that fails, the cause .toString().
3946func_71499_aaddCrashSectionThrowable1Adds a Crashreport section with the given name with the given Throwable
3947func_71500_aaddCrashSectionCallable1Adds a Crashreport section with the given name with the value set to the result of the given Callable;
3948func_71501_agetDescription1Returns the description of the Crash Report.
3949func_71502_egetCompleteReport1Gets the complete report with headers, stack trace, and different sections as a string.
3950func_71503_hgetWittyComment1Gets a random witty comment for inclusion in this CrashReport
3951func_71506_agetSectionsInStringBuilder1Gets the various sections of the crash report into the given StringBuilder
3952func_71507_aaddCrashSection1Adds a Crashreport section with the given name with the given value (convered .toString())
3953func_71508_asaveToFile1Saves the complete crash report to the given File.
3954func_71514_agetCommandAliases1
3955func_71515_bprocessCommand1
3956func_71516_aaddTabCompletionOptions1Adds the strings available in this command to the given list of tab completion options.
3957func_71517_bgetCommandName1
3958func_71518_agetCommandUsage1
3959func_71519_bcanCommandSenderUseCommand1Returns true if the given command sender is allowed to use this command.
3960func_71520_ajoinString1Joins the given string array, starting with the given index, into a space seperated string.
3961func_71521_cgetCommandSenderAsPlayer1Returns the given ICommandSender as a EntityPlayer or throw an exception.
3962func_71523_adoesStringStartWith1Returns true if the given substring is exactly equal to the start of the given string (case insensitive).
3963func_71525_acompareNameTo1Compares the name of this command to the name of the given command.
3964func_71526_aparseInt1Parses an int from the given string.
3965func_71527_ajoinNiceString1Joins the given string array into a "x, y, and z" seperated string.
3966func_71528_aparseIntWithMin1Parses an int from the given sring with a specified minimum.
3967func_71529_asetAdminCommander1Sets the static IAdminCommander.
3968func_71530_agetListOfStringsMatchingLastWord1Returns 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).
3969func_71531_agetListOfStringsFromIterableMatchingLastWord1Returns 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).
3970func_71532_aparseIntBounded1Parses an int from the given string within a specified bound.
3971func_71536_cgetPlayers1
3972func_71539_bgetGameModeFromCommand1Gets the Game Mode specified in the command.
3973func_71549_cgetWittyComment1Returns a random "witty" comment.
3974func_71553_baddTime1Adds (or removes) time in the server object.
3975func_71563_anotifyAdmins1Sends 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.
3976func_71564_agetAllowedCharacters1Load the font.txt resource file, that is on UTF-8 format. This file contains the characters that minecraft can render Strings on screen.
3977func_71566_aisAllowedCharacter1
3978func_71569_egetDistanceSquared1Returns the squared distance between this coordinates and the coordinates given as argument.
3979func_71570_acompareChunkCoordinate1Compare the coordinate with another coordinate
3980func_71571_bset1
3981func_71744_astopListening1
3982func_71745_aaddPlayer1adds this connection to the list of currently connected players
3983func_71746_dgetServer1
3984func_71747_bhandleNetworkListenThread1Handles all incoming connections and packets
3985func_71846_aonBlockHarvested1Called when the block is attempted to be harvested
3986func_71847_bupdateTick1Ticks the block if it's been scheduled
3987func_71848_csetHardness1Sets how many hits it takes to break a block.
3988func_71849_asetCreativeTab1sets the CreativeTab to display this block on
3989func_71850_a_canPlaceBlockOnSide1checks to see if you can place this block can be placed on that side of a block: BlockLever overrides
3990func_71851_agetBlockTextureFromSide1Returns the block texture based on the side being looked at. Args: side
3991func_71853_icanProvidePower1Can this block provide power. Only wire currently seems to have this change based on its state.
3992func_71854_dcanBlockStay1Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
3993func_71855_cisIndirectlyPoweringTo1Is this block indirectly powering the block on the specified side
3994func_71857_bgetRenderType1The type of render function that is called for this block
3995func_71858_agetBlockTextureFromSideAndMetadata1From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
3996func_71859_p_tickRate1How many world ticks before ticking
3997func_71860_aonBlockPlacedBy1Called when the block is placed in the world.
3998func_71861_gonBlockAdded1Called whenever the block is added into the world. Args: world, x, y, z
3999func_71863_aonNeighborBlockChange1Lets 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
4000func_71864_bsetBlockName1set name of block from language file
4001func_71865_aisPoweringTo1Is this block powering the block on the specified side
4002func_71866_aonFallenUpon1Block's chance to react to an entity falling on it.
4003func_71867_konBlockDestroyedByExplosion1Called upon the block being destroyed by an explosion
4004func_71868_hsetLightOpacity1Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
4005func_71869_aonEntityCollidedWithBlock1Triggered whenever an entity collides with this block (enters into the block). Args: world, x, y, z, entity
4006func_71871_aaddCollidingBlockToList1if the specified block is in the given AABB, add its collision bounding box to the given list
4007func_71872_egetCollisionBoundingBoxFromPool1Returns a bounding box from the pool of bounding boxes (this means this box can change after the pool has been cleared to be reused)
4008func_71875_qsetBlockUnbreakable1This method will make the hardness of the block equals to -1, and the block is indestructible.
4009func_71876_ugetEnableStats1Return the state of blocks statistics flags - if the block is counted for mined and placed.
4010func_71878_acollisionRayTrace1Ray traces through the blocks collision from start vector to end vector returning a ray trace hit. Args: world, x, y, z, startVec, endVec
4011func_71880_c_createStackedBlock1Returns 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.
4012func_71881_rgetTickRandomly1Returns 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.
4013func_71883_bonBlockEventReceived1Called 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
4014func_71884_asetStepSound1Sets the footstep sound for the block. Returns the object for convenience in constructing.
4015func_71885_aidDropped1Returns the ID of the items to drop on destruction.
4016func_71886_crenderAsNormalBlock1If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc)
4017func_71887_shasTileEntity1
4018func_71890_cisVecInsideXYBounds1Checks if a vector is within the X and Y bounds of the block.
4019func_71891_bonEntityWalking1Called whenever an entity is walking on top of this block. Args: world, x, y, z, entity
4020func_71893_aharvestBlock1Called 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.
4021func_71894_bsetResistance1Sets the the blocks resistance to explosions. Returns the object for convenience in constructing.
4022func_71896_vdisableStats1Disable statistics for the block, the block will no count for mined or placed.
4023func_71897_cdropBlockAsItem1Drops the specified block items
4024func_71898_donBlockDestroyedByPlayer1Called right before the block is destroyed by a player. Args: world, x, y, z, metaData
4025func_71899_bdamageDropped1Determines the damage on the item the block drops. Used in cloth and wood.
4026func_71900_asetLightValue1Sets 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.
4027func_71901_avelocityToAddToEntity1Can add to the passed in vector for a movement vector to be applied to the entity. Args: x, y, z, entity, vec3d
4028func_71902_asetBlockBoundsBasedOnState1Updates the blocks bounds based on its current state. Args: world, x, y, z
4029func_71903_aonBlockActivated1Called upon block activation (right click on the block.)
4030func_71904_agetExplosionResistance1Returns how much this block can resist explosions from the passed in entity.
4031func_71905_asetBlockBounds1Sets the bounds of the block. minX, minY, minZ, maxX, maxY, maxZ
4032func_71906_q_canSilkHarvest1Return true if a player with Silk Touch can harvest this block directly, and not its normal drops.
4033func_71907_bsetTickRandomly1Sets whether this block type will receive random update ticks
4034func_71908_agetPlayerRelativeBlockHardness1Gets the hardness of block at the given coordinates in the given world, relative to the ability of the given EntityPlayer.
4035func_71910_aquantityDroppedWithBonus1Returns the usual quantity dropped by the block plus a bonus of 1 to 'i' (inclusive).
4036func_71912_psetRequiresSelfNotify1Blocks with this attribute will not notify all near blocks when it's metadata change. The default behavior is always notify every neightbor block when anything changes.
4037func_71913_acanCollideCheck1Returns whether this block is collideable based on the arguments passed in Args: blockMetaData, unknownFlag
4038func_71914_adropBlockAsItemWithChance1Drops the block items with a specified chance of dropping the specified items
4039func_71915_egetMobilityFlag1Returns the mobility information of the block, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons
4040func_71916_aisVecInsideYZBounds1Checks if a vector is within the Y and Z bounds of the block.
4041func_71917_agetBlockName1
4042func_71918_cgetBlocksMovement1
4043func_71919_fsetBlockBoundsForItemRender1Sets the block's bounds for rendering it as an item
4044func_71921_aonBlockClicked1Called when the block is clicked by a player. Args: x, y, z, entityPlayer
4045func_71924_disBlockSolid1Returns 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
4046func_71925_aquantityDropped1Returns the quantity of items to drop on block destruction.
4047func_71926_disOpaqueCube1Is 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.
4048func_71927_honSetBlockIDWithMetaData1Called when this block is set (with meta data).
4049func_71928_r_initializeBlock1This 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.
4050func_71929_adropBlockAsItem_do1Spawns EntityItem in the world for the given ItemStack if the world is not remote.
4051func_71930_bcanPlaceBlockAt1Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z
4052func_71931_ttranslateBlockName1gets the localized version of the name of this block using StatCollector.translateToLocal. Used for the statistic page.
4053func_71932_iisNormalCube1
4054func_71934_mgetBlockHardness1Returns the block hardness at a location. Args: world, x, y, z
4055func_71935_lisCollidable1Returns if this block is collidable (only used by Fire). Args: x, y, z
4056func_71936_bisVecInsideXZBounds1Checks if a vector is within the X and Z bounds of the block.
4057func_71937_aonTimeChanged1Called when the time changes.
4058func_72110_lupdatePistonState1handles attempts to extend or retract the piston.
4059func_72111_acanPushBlock1returns true if the piston can push the specified block
4060func_72112_icanExtend1checks to see if this piston could push the blocks in front of it.
4061func_72113_eisIndirectlyPowered1checks the block to that side to see if it is indirectly powered.
4062func_72114_fisExtended1Determine if the metadata is related to something powered.
4063func_72115_jtryExtend1attempts to extend the piston. returns false if impossible.
4064func_72116_bdetermineOrientation1gets the way this piston should face for that entity that placed it.
4065func_72117_egetOrientation1returns an int which describes the direction the piston faces
4066func_72121_fgetDirectionMeta1
4067func_72124_ncanSnowStay1Checks if this snow block can stay at this location.
4068func_72125_lcanPlaceTorchOn1Gets if we can place a torch on a block.
4069func_72126_ndropTorchIfCantStay1Tests 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
4070func_72127_acheckForBurnout1
4071func_72128_lisIndirectlyPowered1Returns true or false based on whether the block the torch is attached to is providing indirect power.
4072func_72132_lremoveLeaves1
4073func_72137_gisTrapdoorOpen1
4074func_72138_aonPoweredBlockChange1
4075func_72139_esetBlockBoundsForBlockRender1
4076func_72140_jisValidSupportBlock1Checks 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.
4077func_72147_lupdateTripWireState1
4078func_72150_lcanVineStay1Returns if the vine can stay in the world. It also changes the metadata according to neighboring blocks.
4079func_72151_ecanBePlacedOn1returns true if a vine can be placed on that block (checks for render as normal block and if it is solid)
4080func_72153_fgetMetadataForBlockType1Returns 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.
4081func_72154_egetPosingIdByMetadata1Gets the blockID of the block this block is pretending to be according to this block's metadata.
4082func_72161_ecanThisPaneConnectToThisBlockID1Gets 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
4083func_72165_eisEnderEyeInserted1checks if an ender eye has been inserted into the frame block. parameters: metadata
4084func_72167_k_checkBlockCoordValid1Checks if current block pos is valid, if not, breaks the block as dropable item. Used for reed and cactus.
4085func_72168_lupdateAndPropagateCurrentStrength1Sets the strength of the wire current (0-15) for this block based on neighboring blocks and propagates to neighboring redstone wires
4086func_72169_fisPoweredOrRepeater1Returns true if the block coordinate passed can provide power, or is a redstone wire, or if its a repeater that is powered.
4087func_72170_egetMaxCurrentStrength1Returns 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)
4088func_72171_acalculateCurrentChanges1
4089func_72172_nnotifyWireNeighborsOfNeighborChange1Calls World.notifyBlocksOfNeighborChange() for all neighboring blocks, but only if the given block is a redstone wire.
4090func_72173_eisPowerProviderOrWire1Returns true if the block coordinate passed can provide power, or is a redstone wire.
4091func_72176_lglow1The redstone ore glows.
4092func_72177_nsparkle1The redstone ore sparkles.
4093func_72179_aisPoweredBlockRail1Return true if the blocks passed is a power related rail.
4094func_72180_d_isRailBlockAt1Returns true if the block at the coordinates of world passed is a valid rail block (current is rail, powered or detector).
4095func_72181_arefreshTrackShape1Completely recalculates the track shape based on neighboring tracks
4096func_72182_aisNeighborRailPowered1Powered minecart rail is conductive like wire, so check for powered neighbors
4097func_72183_nisPowered1Returns true if the block is power related rail.
4098func_72184_disRailBlock1Return true if the parameter is a blockID for a valid rail block (current is rail, powered or detector).
4099func_72185_aisRailPassingPower1Returns true if the specified rail is passing power to its neighbor
4100func_72187_esetStateIfMinecartInteractsWithRail1Update the detector rail power state if a minecart enter, stays or leave the block.
4101func_72190_ltryToFall1If there is space to fall below will start this block falling
4102func_72191_e_canFallBelow1Checks to see if the sand can fall into the block below it
4103func_72193_lsetStateIfMobInteractsWithPlate1Checks 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.
4104func_72195_lcheckIfAttachedToBlock1Checks 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.
4105func_72198_f_getFlowDecay1Returns the amount of fluid decay at the coordinates, or -1 if the block at the coordinates is not the same material as the fluid.
4106func_72199_dgetFluidHeightPercent1Returns the percentage of the fluid block that is air, based on the given flow decay of the fluid.
4107func_72200_lcheckForHarden1Forces lava to check to see if it is colliding with water, and then decide what it should harden to.
4108func_72201_jtriggerLavaMixEffects1Creates fizzing sound and smoke. Used when lava flows over block or mixes with water.
4109func_72202_igetFlowVector1Returns a vector indicating the direction and intensity of fluid flow.
4110func_72203_dgetEffectiveFlowDecay1Returns the flow decay but converts values indicating falling liquid (values >=8) to their effective source block value of zero.
4111func_72205_lupdateFlow1Updates the flow for the BlockFlowing object.
4112func_72206_ngetOptimalFlowDirections1Returns 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.
4113func_72207_pliquidCanDisplaceBlock1Returns true if the block at the coordinates can be displaced by the liquid.
4114func_72208_oblockBlocksFlow1Returns true if block at coords blocks fluids
4115func_72209_dcalculateFlowCost1calculateFlowCost(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.
4116func_72210_iflowIntoBlock1flowIntoBlock(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.
4117func_72211_egetSmallestFlowDecay1getSmallestFlowDecay(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.
4118func_72215_lsetNotStationary1Changes the block ID to that of an updating fluid.
4119func_72216_nisFlammable1Checks to see if the block is flammable.
4120func_72217_dgetDirection1Returns the orentation value from the specified metadata
4121func_72220_eignoreTick1
4122func_72224_cisFenceGateOpen1Returns if the fence gate is open according to its metadata.
4123func_72225_b_isBedOccupied1Return whether or not the bed is occupied.
4124func_72226_bgetNearestEmptyChunkCoordinates1Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
4125func_72227_nsetBounds1Set the bounds of the bed block.
4126func_72228_asetBedOccupied1Sets whether or not the bed is occupied.
4127func_72229_a_isBlockHeadOfBed1Returns whether or not this bed block is the head of the bed.
4128func_72231_aonPoweredBlockChange1A function to open a door.
4129func_72232_esetDoorRotation1
4130func_72233_a_isDoorOpen1
4131func_72234_b_getFullMetadata1Returns the full metadata value created by combining the metadata of both blocks the door takes up.
4132func_72235_dgetDoorOrientation1Returns 0, 1, 2 or 3 depending on where the hinge is.
4133func_72236_lfallIfPossible1Checks if the dragon egg can fall down, and if so, makes it fall.
4134func_72237_nteleportNearby1Teleports the dragon egg somewhere else in a 31x19x31 area centered on the egg.
4135func_72238_e_getBlockFromDye1Takes a dye damage value and returns the block damage value to match
4136func_72239_dgetDyeFromBlock1Takes a block damage value and returns the dye damage value to match
4137func_72240_dgetFullSlabName1Returns the slab block name with step type.
4138func_72246_i_tryToCreatePortal1Checks to see if this location is valid to create a portal and will return True if it does. Args: world, x, y, z
4139func_72247_nisWaterNearby1returns true if there's water nearby (x-4 to x+4, y to y+1, k-4 to k+4)
4140func_72248_lisCropsNearby1returns true if there is at least one cropblock nearby (x-1 to x+1, y+1, z-1 to z+1)
4141func_72250_dcanConnectFenceTo1Returns true if the specified block can be connected by a fence
4142func_72251_lcanNeighborBurn1Returns true if at least one block next to this one can burn.
4143func_72252_egetChanceToEncourageFire1Retrieves 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
4144func_72253_asetBurnRate1Sets 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
4145func_72254_ngetChanceOfNeighborsEncouragingFire1Gets the highest chance of a neighbor block encouraging this block to catch fire
4146func_72255_atryToCatchBlockOnFire1
4147func_72256_dcanBlockCatchFire1Checks the specified block coordinate to see if it can catch fire. Args: blockAccess, x, y, z
4148func_72259_beatCakeSlice1Heals the player and removes a slice from the cake.
4149func_72260_lgetOrientation1Get side which this button is facing.
4150func_72261_nredundantCanPlaceBlockAt1This method is redundant, check it out...
4151func_72262_ccheckFlowerChange1
4152func_72263_d_canThisPlantGrowOnThisBlockID1Gets 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
4153func_72264_lfertilizeStem1
4154func_72266_ngetGrowthModifier1
4155func_72268_eisSameSapling1Determines if the same sapling is present at the given location.
4156func_72269_cgrowTree1Attempts to grow a sapling into a tree
4157func_72271_cfertilizeMushroom1Fertilize the mushroom.
4158func_72272_c_fertilize1Apply bonemeal to the crops.
4159func_72273_lgetGrowthRate1Gets 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
4160func_72276_j_ejectRecord1Ejects the current record inside of the jukebox.
4161func_72277_einsertRecord1Inserts the given record into the JukeBox.
4162func_72280_lsetDispenserDefaultDirection1sets Dispenser block direction so that the front faces an non-opaque block; chooses west to be direction if all surrounding blocks are opaque.
4163func_72281_cdispenseItem1dispenses an item from a randomly selected item stack from the blocks inventory into the game world.
4164func_72285_lsetDefaultDirection1set a blocks direction
4165func_72286_aupdateFurnaceBlockState1Update which block ID the furnace is using depending on whether or not it is burning
4166func_72290_b_unifyAdjacentChests1Turns the adjacent chests to a double chest.
4167func_72291_lisThereANeighborChest1Checks the neighbor blocks to see if there is a chest there. Args: world, x, y, z
4168func_72292_nisOcelotBlockingChest1Looks for a sitting ocelot within certain bounds. Such an ocelot is considered to be blocking access to the chest.
4169func_72295_dgetTileEntityAtLocation1gets the piston tile entity at the specified location
4170func_72296_bgetAxisAlignedBB1
4171func_72297_agetTileEntity1gets a new TileEntityPiston created with the arguments provided.
4172func_72298_acleanPool1Marks the pool as "empty", starting over when adding new entries. If this is called maxNumCleans times, the list size is reduced
4173func_72299_aaddOrModifyAABBInPool1Adds a AABB to the pool, or if there is an available AABB, updates an existing AABB entry to specified coordinates
4174func_72314_bexpand1Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
4175func_72315_cisVecInXZ1Checks if the specified vector is within the XZ dimensions of the bounding box. Args: Vec3D
4176func_72316_acalculateXOffset1if 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.
4177func_72317_doffset1Offsets the current bounding box by the specified coordinates. Args: x, y, z
4178func_72318_aisVecInside1Returns if the supplied Vec3D is completely inside the bounding box
4179func_72319_disVecInXY1Checks if the specified vector is within the XY dimensions of the bounding box. Args: Vec3D
4180func_72321_aaddCoord1Adds the coordinates to the bounding box extending it if the point lies outside the current ranges. Args: x, y, z
4181func_72322_ccalculateZOffset1if 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.
4182func_72323_bcalculateYOffset1if 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.
4183func_72324_bsetBounds1Sets the bounds of the bounding box. Args: minX, minY, minZ, maxX, maxY, maxZ
4184func_72325_cgetOffsetBoundingBox1Returns a bounding box offseted by the specified vector (if negative numbers are given it will shrink). Args: x, y, z
4185func_72326_aintersectsWith1Returns whether the given bounding box intersects with this one. Args: axisAlignedBB
4186func_72327_acalculateIntercept1
4187func_72328_csetBB1Sets the bounding box to the same bounds as the bounding box passed in. Args: axisAlignedBB
4188func_72329_ccopy1Returns a copy of the bounding box.
4189func_72330_agetBoundingBox1Returns a bounding box with the specified bounds. Args: minX, minY, minZ, maxX, maxY, maxZ
4190func_72331_econtract1Returns a bounding box that is inset by the specified amounts
4191func_72332_agetAABBPool1Gets the ThreadLocal AABBPool
4192func_72333_bisVecInYZ1Checks if the specified vector is within the YZ dimensions of the bounding box. Args: Vec3D
4193func_72352_lgetMaxPlayers1Returns maximum amount of players that can join the server
4194func_72353_eisOp1Returns true if the player is an OP, false otherwise.
4195func_72354_bupdateTimeAndWeather1Updates the time and weather for the given player to those of the given world
4196func_72356_asendPlayerToOtherDimension1moves provided player from overworld to nether or vice versa
4197func_72358_dserverUpdateMountedMovingPlayer1using player's dimension, update their movement when in a vehicle (e.g. cart, boat)
4198func_72359_haddToWhiteList1add the specified player to the white list
4199func_72360_cremoveOp1This removes a username from the ops list, then saves the op list
4200func_72361_fgetPlayerEntity1gets the player entity for the player with the name specified
4201func_72362_jloadWhiteList1Either does nothing, or calls readWhiteList.
4202func_72363_fgetBannedIPs1
4203func_72364_asetPlayerManager1Sets the NBT manager to the one for the worldserver given
4204func_72365_pgetServerInstance1
4205func_72367_eplayerLoggedOut1Called when a player disconnects from the game. Writes player data to disk and removes them from the world.
4206func_72368_arecreatePlayerEntity1Called on respawn
4207func_72369_dgetPlayerNamesAsList1Returns a list of usernames of all connected players
4208func_72370_disAllowedToLogin1Determine if the player is allowed to connect based on current server settings.
4209func_72371_asetWhiteListEnabled1
4210func_72374_bonTick1self explanitory
4211func_72377_cplayerLoggedIn1Called when a player successfully logs in. Reads player data from disk and inserts the player into the world.
4212func_72379_iremoveFromWhitelist1Remove the specified player from the whitelist.
4213func_72380_areadPlayerDataFromFile1called during player login. reads the player information from disk.
4214func_72384_asendPacketToAllPlayers1sends a packet to all players
4215func_72386_baddOp1This adds a username to the ops list, then saves the op list
4216func_72388_hgetWhiteListedIPs1returns the set of whitelisted ip addresses
4217func_72389_gsavePlayerStates1Saves all of the player's states
4218func_72390_egetBannedPlayers1
4219func_72393_asendPacketToPlayersAroundPoint1sends a packet to players within d3 of point (x,y,z)
4220func_72394_kplayersOnline1Returns the number of players on the server
4221func_72395_ogetViewDistance1Gets the View Distance.
4222func_72396_asendPacketToAllPlayersInDimension1Sends a packet to all players in the specified Dimension
4223func_72398_cgetPlayerList1returns a string containing a comma-seperated list of player names
4224func_72417_tloadOpsList1
4225func_72418_vreadWhiteList1
4226func_72419_usaveOpsList1
4227func_72420_sgetDedicatedServerInstance1
4228func_72421_wsaveWhiteList1
4229func_72429_bgetIntermediateWithXValue1Returns 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.
4230func_72430_bdotProduct1
4231func_72432_bnormalize1Normalizes the vector to a length of 1 (except if it is the zero vector)
4232func_72433_clengthVector1Returns the length of the vector.
4233func_72434_dgetIntermediateWithZValue1Returns 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.
4234func_72435_cgetIntermediateWithYValue1Returns 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.
4235func_72436_esquareDistanceTo1The square of the Euclidean distance between this and the specified vector.
4236func_72438_ddistanceTo1Euclidean distance between this and the specified vector, returned as double.
4237func_72439_bsetComponents1Sets the x,y,z components of the vector as specified.
4238func_72440_arotateAroundX1Rotates the vector around the x axis by the specified angle.
4239func_72441_caddVector1Adds the specified x,y,z vector components to this vector and returns the resulting vector. Does not change this vector.
4240func_72442_brotateAroundY1Rotates the vector around the y axis by the specified angle.
4241func_72443_acreateVectorHelper1Static 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.
4242func_72445_dsquareDistanceTo1The square of the Euclidean distance between this and the vector of x,y,z components passed in.
4243func_72452_ahandleRemoveEntityEffect1Handle a remove entity effect packet.
4244func_72454_ahandleBlockEvent1
4245func_72455_ahandleLogin1
4246func_72456_ahandleBlockChange1
4247func_72459_ahandlePickupSpawn1
4248func_72460_ahandleSleep1
4249func_72462_ahandleDoorChange1
4250func_72463_ahandleMapChunk1Handle Packet51MapChunk (full chunk update of blocks, metadata, light levels, and optionally biome data)
4251func_72464_ahandleCreativeSetSlot1Handle a creative slot packet.
4252func_72466_ahandleSpawnPosition1
4253func_72467_ahandleServerPing1Handle a server ping packet.
4254func_72468_ahandleTileEntityData1
4255func_72471_ahandlePlayerAbilities1Handle a player abilities packet.
4256func_72472_ahandlePlace1
4257func_72473_ahandleEntityAction1runs registerPacket on the given Packet19EntityAction
4258func_72474_ahandleCloseWindow1
4259func_72475_ahandleCollect1
4260func_72476_ahandleTransaction1
4261func_72477_ahandleKeepAlive1Handle a keep alive packet.
4262func_72478_ahandleEntityHeadRotation1
4263func_72479_ahandleEnchantItem1
4264func_72480_ahandlePlayerInfo1Handle a player information packet.
4265func_72481_ahandleChat1
4266func_72482_ahandleEntity1
4267func_72483_ahandleRespawn1respawns the player
4268func_72484_ahandleAttachEntity1Packet handler
4269func_72485_ahandleEntityStatus1Packet handler
4270func_72486_ahandleWindowItems1
4271func_72487_ahandleUpdateSign1Updates Client side signs
4272func_72488_ahandleBed1
4273func_72489_aisServerHandler1determine if it is a server handler
4274func_72490_ahandleSetSlot1
4275func_72491_ahandleDestroyEntity1
4276func_72492_ahandleKickDisconnect1
4277func_72493_ahandleEntityMetadata1Packet handler
4278func_72494_ahandleMapData1Contains logic for handling packets containing arbitrary unique item data. Currently this is only for maps.
4279func_72495_ahandleEntityPainting1Packet handler
4280func_72496_ahandleMultiBlockChange1
4281func_72497_ahandleUpdateTime1
4282func_72498_ahandleFlying1
4283func_72499_ahandleExplosion1
4284func_72501_ahandleCustomPayload1
4285func_72502_ahandleBlockItemSwitch1
4286func_72503_ahandleEntityEffect1Handle an entity effect packet.
4287func_72505_ahandleUpdateProgressbar1
4288func_72506_ahandlePlayerInventory1
4289func_72507_ahandleUseEntity1
4290func_72508_ahandleWeather1Handles weather packet
4291func_72509_aregisterPacket1
4292func_72510_ahandleBlockDig1
4293func_72511_ahandleVehicleSpawn1
4294func_72512_ahandleEntityTeleport1
4295func_72514_ahandleEntityExpOrb1Handle a entity experience orb packet.
4296func_72515_ahandleErrorMessage1
4297func_72516_ahandleOpenWindow1
4298func_72517_ahandleStatistic1runs registerPacket on the given Packet200Statistic
4299func_72518_ahandleNamedEntitySpawn1
4300func_72519_ahandleMobSpawn1
4301func_72520_ahandleEntityVelocity1Packet handler
4302func_72521_ahandleUpdateHealth1Recieves player health from the server and then proceeds to set it locally on the client.
4303func_72522_ahandleExperience1Handle an experience packet.
4304func_72523_ahandleWindowClick1
4305func_72524_ahandleAnimation1
4306func_72526_agetServerId1Returns the server Id randomly generated by this login handler.
4307func_72527_akickUser1Disconnects the user with the given reason.
4308func_72532_ctryLogin1Logs the user in if a login packet is found, otherwise keeps processing network packets unless the timeout has occurred.
4309func_72565_ckickPlayer1Kick the offending player and give a reason why
4310func_72566_dhandleSlashCommand1Processes a / command
4311func_72567_bsendPacket1Adds the packet to the underlying network manager's send queue.
4312func_72568_egetNumChunkDataPackets1return the number of chuckDataPackets from the netManager
4313func_72569_ateleportTo1Teleports the player to the specified destination and rotation
4314func_72570_dhandlePackets1handle all the packets for the connection
4315func_72591_cgetRequestID1Returns the request ID provided by the client
4316func_72592_agetRandomChallenge1Returns the random challenge number assigned to this auth
4317func_72593_ahasExpired1Returns true if the auth's creation timestamp is less than the given time, otherwise false
4318func_72594_bgetChallengeValue1Returns the auth challenge value
4319func_72601_aregisterSocket1Registers a DatagramSocket with this thread
4320func_72602_astartThread1Creates a new Thread object from this class and starts running
4321func_72603_dgetNumberOfPlayers1Returns the number of players on the server
4322func_72604_acloseSocket1Closes the specified Da
4323func_72605_acloseServerSocket_do1Closes the specified ServerSocket
4324func_72606_clogWarning1Log warning message
4325func_72607_alogInfo1Log information message
4326func_72608_bcloseServerSocket1Closes the specified ServerSocket
4327func_72609_blog1Log message
4328func_72610_dlogSevere1Log severe error message
4329func_72611_ecloseAllSockets1Closes all of the opened sockets
4330func_72612_aclos1
4331func_72613_cisRunning1Returns true if the Thread is running, false otherwise
4332func_72620_asendResponsePacket1Sends a byte array as a DatagramPacket response to the client who sent the given DatagramPacket
4333func_72621_aparseIncomingPacket1Parses an incoming DatagramPacket, returning true if the packet was valid
4334func_72622_dsendAuthChallenge1Sends an auth challenge DatagramPacket to the client and adds the client to the queryClients map
4335func_72623_astopWithException1Stops the query server and reports the given Exception
4336func_72624_bcreateQueryResponse1Creates a query response as a byte array for the specified query DatagramPacket
4337func_72625_agetRequestID1Returns the request ID provided by the authorized client
4338func_72626_ginitQuerySystem1Initializes the query system by binding it to a port
4339func_72627_cverifyClientAuth1Returns true if the client has a valid auth, otherwise false
4340func_72628_fcleanQueryClientsMap1Removes all clients whose auth is no longer valid
4341func_72645_gcleanClientThreadsMap1Cleans up the clientThreads map by removing client Threads that are not running
4342func_72646_finitClientTh1
4343func_72653_gcloseSocket1Closes the client socket
4344func_72654_asendResponse1Sends the given response message to the client
4345func_72655_asendMultipacketResponse1Splits the response message into individual packets and sends each one
4346func_72656_fsendLoginFailedResponse1Sends the standard RCon 'authorization failed' response packet
4347func_72661_agetBytesAsString1Read a null-terminated string from the given byte array
4348func_72662_bgetRemainingBytesAsLEInt1Read 4 bytes from the
4349func_72663_agetByteAsHexString1Returns a String representation of the byte in hexadecimal format
4350func_72664_cgetBytesAsBEint1Read 4 bytes from the given array in big-endian format and return them as an int
4351func_72665_bgetBytesAsLEInt1Read 4 bytes from the given array in little-endian format and return them as an int
4352func_72667_awriteInt1Writes the given int to the output stream
4353func_72668_awriteShort1Writes the given short to the output stream
4354func_72669_breset1Resets
4355func_72670_awriteByteArray1Writes the given byte array to the output stream
4356func_72671_awriteString1Writes the given String to the output stream
4357func_72672_atoByteArray1Returns the contents of the output stream as a byte array
4358func_72675_dgetStepSound1Used when a entity walks over, or otherwise interacts with the block.
4359func_72677_bgetVolume1
4360func_72678_cgetPitch1
4361func_72683_aaddPlayer1Adds an EntityPlayerMP to the PlayerManager.
4362func_72685_dupdateMountedMovingPlayer1update chunks around a player being moved by server logic (e.g. cart, boat)
4363func_72687_amarkBlockNeedsUpdate1
4364func_72688_agetMinecraftServer1Returns the MinecraftServer associated with the PlayerManager.
4365func_72690_agetPlayerInstance1passi n the chunk x and y and a flag as to whether or not the instance should be made if it doesnt exist
4366func_72693_bupdatePlayerInstances1updates all the player instances that need to be updated
4367func_72695_cremovePlayer1Removes an EntityPlayerMP from the PlayerManager.
4368func_72702_aplayRecord1Plays the specified record. Arg: recordName, x, y, z
4369func_72703_aobtainEntitySkin1Start the skin for this entity downloading, if necessary, and increment its reference counter
4370func_72704_aplaySound1Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
4371func_72705_adestroyBlockPartially1Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
4372func_72706_aplayAuxSFX1Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
4373func_72707_amarkBlockRangeNeedsUpdate1Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ
4374func_72708_aspawnParticle1Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
4375func_72709_breleaseEntitySkin1Decrement the reference counter for this entity's skin image data
4376func_72710_amarkBlockNeedsUpdate1Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z
4377func_72711_bmarkBlockNeedsUpdate21As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
4378func_72784_asendPacketToTrackedPlayers1
4379func_72785_atrackEntity1
4380func_72786_atrackEntity1
4381func_72787_aremoveTrackedPlayerSymmetric1
4382func_72788_aupdateTrackedEntities1
4383func_72789_bsendPacketToTrackedPlayersAndTrackedEntity1
4384func_72790_buntrackEntity1
4385func_72791_atrackEntity1
4386func_72796_pgetBlockTileEntity1Returns the TileEntity associated with a given block in X,Y,Z coordinates, or null if no TileEntity exists
4387func_72797_tdoesBlockHaveSolidTopSurface1Returns true if the block at the given coordinate has a solid (buildable) top surface.
4388func_72798_agetBlockId1Returns the block ID at coords x,y,z
4389func_72799_cisAirBlock1Returns true if the block at the specified coordinates is empty
4390func_72800_KgetHeight1Returns maximum world height.
4391func_72801_ogetLightBrightness1Returns 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
4392func_72803_fgetBlockMaterial1Returns the block's material.
4393func_72804_risBlockOpaqueCube1Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
4394func_72805_ggetBlockMetadata1Returns the block metadata at coords x,y,z
4395func_72807_agetBiomeGenForCoords1Gets the biome for a given set of x/z coordinates
4396func_72809_sisBlockNormalCube1Returns true if the block at the specified coordinates is an opaque cube. Args: x, y, z
4397func_72819_igetWeightedThunderStrength1
4398func_72820_DgetWorldTime1
4399func_72821_mnotifyBlockOfNeighborChange1Notifies a block that one of its neighbor change to the specified type Args: x, y, z, blockID
4400func_72822_bsetBlock1Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID
4401func_72823_asetItemData1Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
4402func_72825_hgetTopSolidOrLiquidBlock1Finds the highest block on the x, z coordinate that is solid and returns its y coord. Args x, z
4403func_72826_cgetCelestialAngle1calls calculateCelestialAngle
4404func_72828_bunloadEntities1adds entities to the list of unloaded entities
4405func_72829_cisAABBNonEmpty1Returns true if there are any blocks in the region constrained by an AxisAlignedBB
4406func_72830_bisAABBInMaterial1checks if the given AABB is in the material given. Used while swimming.
4407func_72831_arayTraceBlocks_do_do1
4408func_72832_dsetBlockAndMetadataWithNotify1Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata
4409func_72834_ccanBlockFreeze1checks 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
4410func_72835_btick1Runs a single tick for the world
4411func_72836_ascheduleBlockUpdate1Used to schedule a call to the updateTick method on the specified block.
4412func_72837_asetBlockTileEntity1Sets the TileEntity for a given block in X, Y, Z coordinates
4413func_72838_dspawnEntityInWorld1Called when an entity is spawned in the world. This includes players.
4414func_72839_bgetEntitiesWithinAABBExcludingEntity1Will get all entities within the specified AABB excluding the one passed into it. Args: entityToExclude, aabb
4415func_72840_agetAllCollidingBoundingBoxes1calculates and returns a list of colliding bounding boxes within a given AABB
4416func_72841_bgetUniqueDataId1Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
4417func_72842_agetBlockDensity1Gets the percentage of real blocks within within a bounding box, along a specified vector.
4418func_72843_DsetRandomSeed1puts the World Random seed to a specific state dependant on the inputs
4419func_72844_agetEntityPathToXYZ1
4420func_72845_hmarkBlockNeedsUpdate1Marks the block as needing an update with the renderer. Args: x, y, z
4421func_72846_bgetClosestVulnerablePlayer1Returns the closest vulnerable player within the given radius, or null if none is found.
4422func_72847_breleaseEntitySkin1Decrement the reference counter for this entity's skin image data
4423func_72849_agetBlockLightValue_do1Gets 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)
4424func_72850_visBlockFreezableNaturally1checks to see if a given block is both water and has at least one immediately adjacent non-water block
4425func_72851_fnotifyBlockChange1The block type change and need to notify other systems Args: x, y, z, blockID
4426func_72852_aaddTileEntity1
4427func_72854_cupdateAllPlayersSleepingFlag1Updates the flag that indicates whether or not all players in the world are sleeping.
4428func_72855_bcheckIfAABBIsClear1Returns true if there are no solid, live entities in the specified AxisAlignedBB
4429func_72856_bgetClosestVulnerablePlayerToEntity1Returns the closest vulnerable player to this entity within the given radius, or null if none is found
4430func_72857_afindNearestEntityWithinAABB1
4431func_72858_wcanSnowAt1Tests whether or not snow can be placed at a given location
4432func_72859_esetBlockWithNotify1Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
4433func_72860_GgetSaveHandler1Returns this world's current save handler
4434func_72861_EgetSpawnPoint1Returns the coordinates of the spawn point
4435func_72862_imarkBlockAsNeedsUpdate1calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
4436func_72863_FgetChunkProvider1gets the world's chunk provider
4437func_72864_zisBlockIndirectlyGettingPowered1Used 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
4438func_72865_agetPathEntityToEntity1
4439func_72866_aupdateEntityWithOptionalForce1Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update. Args: entity, forceUpdate
4440func_72867_jgetRainStrength1Not sure about this actually. Reverting this one myself.
4441func_72868_aaddLoadedEntities1adds entities to the loaded entities list, and loads thier skins.
4442func_72869_aspawnParticle1Spawns a particle. Args particleName, x, y, z, velX, velY, velZ
4443func_72870_gupdateEntity1Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
4444func_72871_yisBlockGettingPowered1Whether one of the neighboring blocks is putting power into this block. Args: x, y, z
4445func_72872_agetEntitiesWithinAABB1Returns all entities of the specified class type which intersect with the AABB. Args: entityClass, aabb
4446func_72873_adoChunksNearChunkExist1Checks if any of the chunks within distance (argument 4) blocks of the given block exist
4447func_72874_ggetPrecipitationHeight1Gets the height to which rain/snow will fall. Calculates it if not already stored.
4448func_72875_aisMaterialInBB1Returns true if the given bounding box contains the given material
4449func_72876_acreateExplosion1Creates an explosion. Args: entity, x, y, z, strength
4450func_72877_bsetWorldTime1Sets the world time.
4451func_72878_lisBlockIndirectlyProvidingPowerTo1Is a block next to you getting powered (if its an attachable block) or is it providing power directly to you. Args: x, y, z, direction
4452func_72879_kisBlockProvidingPowerTo1Is this block powering in the specified direction Args: x, y, z, direction
4453func_72881_dsetBlockMetadata1Set the metadata of a block in global coordinates
4454func_72883_kgetFullBlockLightValue1gets the block's light value - without the _do function's checks.
4455func_72884_uisBlockFreezable1checks to see if a given block is both water and is cold enough to freeze
4456func_72885_anewExplosion1returns a new explosion. Does initiation (at time of writing Explosion is not finished)
4457func_72886_aextinguishFire1If the block in the given direction of the given coordinate is fire, extinguish it. Args: Player, X,Y,Z, blockDirection
4458func_72887_bisBlockNormalCubeDefault1Checks if the block is a solid, normal cube. If the chunk does not exist, or is not loaded, it returns the boolean parameter.
4459func_72888_fdestroyBlockInWorldPartially1Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
4460func_72889_aplayAuxSFXAtEntity1See description for playAuxSFX.
4461func_72890_agetClosestPlayerToEntity1Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored). Args: entity, dist
4462func_72891_asetAllowedSpawnTypes1first boolean for hostile mobs and second for peaceful mobs
4463func_72892_bscheduleBlockUpdateFromLoad1Schedules a block update from the saved information in a chunk. Called when the chunk is loaded.
4464func_72893_gtickBlocksAndAmbiance1plays random cave ambient sounds and runs updateTick on random blocks within each chunk in the vacinity of a player
4465func_72895_fcomputeBlockLightValue1
4466func_72896_JisRaining1Returns true if the current rain strength is greater than 0.2
4467func_72898_hnotifyBlocksOfNeighborChange1Notifies neighboring blocks that this specified block changed Args: x, y, z, blockID
4468func_72899_eblockExists1Returns whether a block exists at world coordinates x, y, z
4469func_72900_esetEntityDead1Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list. Called by the playerLoggedOut function.
4470func_72901_arayTraceBlocks_do1
4471func_72904_ccheckChunksExist1Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
4472func_72905_CgetSeed1gets the random world seed
4473func_72906_BcheckSessionLock1Checks whether the session lock file was modified by another process
4474func_72907_acountEntities1Counts how many entities of an entity class exist in the world. Args: entityClass
4475func_72908_aplaySoundEffect1Play 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.
4476func_72909_dmarkBlocksDirty1
4477func_72911_IisThundering1Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
4478func_72912_HgetWorldInfo1Returns the world's WorldInfo object
4479func_72913_wcommandToggleDownfall1start precipitation in this world (2 ticks after command posted)
4480func_72914_aaddWorldInfoToCrashReport1Adds some basic stats of the world to the given crash report.
4481func_72915_bsetLightValue1Sets 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
4482func_72916_cchunkExists1Returns whether a chunk exists at chunk coordinates x, y
4483func_72917_acheckIfAABBIsClearExcludingEntity1Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
4484func_72918_ahandleMaterialAcceleration1handles the acceleration of an object whilst in water. Not sure if it is used elsewhere.
4485func_72920_agetPendingBlockUpdates1
4486func_72921_csetBlockMetadataWithNotify1Sets the blocks metadata and if set will then notify blocks that this block changed. Args: x, y, z, metadata
4487func_72922_bgetFirstUncoveredBlock1Returns the block ID of the first block at this (x,z) location with air above it, searching from sea level upwards.
4488func_72923_aobtainEntitySkin1Start the skin for this entity downloading, if necessary, and increment its reference counter
4489func_72924_agetPlayerEntityByName1Find a player by name in this world.
4490func_72926_eplayAuxSFX1See description for func_28136_a.
4491func_72927_dblockHasTileEntity1Checks if a block at a given position should have a tile entity.
4492func_72928_amarkTileEntityForDespawn1Adds TileEntity to despawn list
4493func_72930_asetBlockAndMetadataWithUpdate1Sets the block ID and metadata of a block, optionally marking it as needing update. Args: X,Y,Z, blockID, metadata, needsUpdate
4494func_72932_qremoveBlockTileEntity1Removes the TileEntity for a given block in X,Y,Z coordinates
4495func_72933_arayTraceBlocks1ray traces all blocks, including non-collideable ones
4496func_72934_aplayRecord1Plays a record at the specified coordinates of the specified name. Args: recordName, x, y, z
4497func_72935_risDaytime1Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
4498func_72936_cupdateLightByType1
4499func_72937_jcanBlockSeeTheSky1Checks if the specified block is able to see the sky
4500func_72938_dgetChunkFromBlockCoords1Returns a chunk looked up by block coordinates. Args: x, z
4501func_72939_supdateEntities1Updates (and cleans up) entities and tile entities
4502func_72940_LgetActualHeight1Returns current world height.
4503func_72942_caddWeatherEffect1adds a lightning bolt to the list of lightning bolts in this world.
4504func_72943_aloadItemData1Loads 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
4505func_72944_bupdateTileEntityChunkAndDoNothing1marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
4506func_72945_agetCollidingBoundingBoxes1Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision. Args: entity, aabb
4507func_72946_bfindClosestStructure1Returns the location of the closest structure of the specified type. If not found returns null.
4508func_72947_acalculateInitialWeather1Called from World constructor to set rainingStrength and thunderingStrength
4509func_72949_acomputeSkyLightValue1
4510func_72951_BcanLightningStrikeAt1
4511func_72952_bgetBlockLightOpacity1
4512func_72953_disAnyLiquid1Returns if any of the blocks within the aabb are liquids. Args: aabb
4513func_72954_aaddWorldAccess1Adds a IWorldAccess to the list of worldAccesses
4514func_72955_atickUpdates1Runs through the list of updates to run and ticks them
4515func_72956_aplaySoundAtEntity1Plays a sound at the entity's position. Args: entity, sound, volume (relative to 1.0), and frequency (or pitch, also relative to 1.0).
4516func_72957_lgetBlockLightValue1Gets the light value of a block location
4517func_72958_CisBlockHighHumidity1Checks to see if the biome rainfall values for a given x,y,z coordinate set are extremely high
4518func_72959_qgetWorldChunkManager1
4519func_72960_asetEntityState1sends a Packet 38 (Entity Status) to all tracked players of that entity
4520func_72961_csetBlockAndMetadata1Sets the block ID and metadata of a block in global coordinates
4521func_72962_acanMineBlock1Called when checking if a certain block can be mined or not. The 'spawn safe zone' check is located here.
4522func_72963_ainitialize1
4523func_72964_egetChunkFromChunkCoords1Returns back a chunk looked up by chunk coordinates Args: x, y
4524func_72965_baddBlockEvent1Adds 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
4525func_72966_vcalculateInitialSkylight1Called on construction of the World class to setup the initial skylight values
4526func_72967_acalculateSkylightSubtracted1Returns the amount of skylight subtracted for the current time
4527func_72968_MupdatingLighting1Updates lighting. Returns true if there are more lighting updates to update
4528func_72969_xupdateAllLightTypes1
4529func_72970_hcreateChunkProvider1Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?
4530func_72972_bgetSavedLightValue1Returns 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.
4531func_72973_fremoveEntity1remove dat player from dem servers
4532func_72975_gmarkBlocksDirtyVertical1marks a vertical line of blocks as dirty
4533func_72976_fgetHeightValue1Returns the y coordinate with a block in it at this x, z coordinate
4534func_72977_agetClosestPlayer1Gets 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
4535func_72978_eisBoundingBoxBurning1Returns whether or not the given bounding box is on fire or not
4536func_72979_lupdateWeather1Updates all weather states.
4537func_73039_ngetEntityTracker1Gets the EntityTracker
4538func_73041_kflush1Syncs all changes to disk and wait for completion.
4539func_73042_asaveLevel1Saves the chunks to disk.
4540func_73043_aonBlockEventReceived1Called to apply a pending BlockEvent to apply to the current world.
4541func_73044_asaveAllChunks1Saves all chunks to disk while updating progress bar.
4542func_73045_agetEntityByID1Returns the Entity with the given ID, or null if it doesn't exist in this World.
4543func_73046_mgetMinecraftServer1Gets the MinecraftServer.
4544func_73047_icreateBonusChest1Creates the bonus chest in the world.
4545func_73048_asetTime1Sets the time on the given WorldServer
4546func_73049_agetTileEntityList1get a list of tileEntity's
4547func_73055_QsendAndApplyBlockEvents1Send and apply locally all pending BlockEvents to each player with 64m radius of the event.
4548func_73074_ablockClicked1
4549func_73075_aupdateBlockRemoving1
4550func_73076_asetGameType1
4551func_73078_aactivateBlockOrUseItem1Activate the clicked on block, otherwise use the held item. Args: player, world, itemStack, x, y, z, side, xOffset, yOffset, zOffset
4552func_73079_dremoveBlock1Removes a block and triggers the appropriate events
4553func_73080_asetWorld1Sets the world instance.
4554func_73081_bgetGameType1
4555func_73082_ablockRemoving1
4556func_73083_disCreative1Get if we are in creative game mode.
4557func_73084_btryHarvestBlock1Attempts to harvest a block at the given coordinate
4558func_73085_atryUseItem1Attempts to right-click use an item by the given EntityPlayer in the given World
4559func_73101_esendDemoReminder1Sends a message to the player reminding them that this is the demo version
4560func_73116_bsendPacketToTrackedPlayersAndTrackedEntity1
4561func_73117_bupdatePlayerEntity1
4562func_73118_aremoveFromTrackedPlayers1
4563func_73119_asendDestroyEntityPacketToTrackedPlayers1
4564func_73120_asendPacketToTrackedPlayers1
4565func_73122_aupdatePlayerList1
4566func_73123_cremoveTrackedPlayerSymmetric1Remove a tracked player from our list and tell the tracked player to destroy us from their world.
4567func_73124_bgetSpawnPacket1
4568func_73125_bupdatePlayerEntities1
4569func_73149_achunkExists1Checks to see if a chunk exists at x, y
4570func_73150_afindClosestStructure1Returns the location of the closest structure of the specified type. If not found returns null.
4571func_73151_asaveChunks1Two 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.
4572func_73152_egetLoadedChunkCount1
4573func_73153_apopulate1Populates chunk with ores etc etc
4574func_73154_dprovideChunk1Will 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
4575func_73155_agetPossibleCreatures1Returns a list of creatures of the specified type that can spawn at the given location.
4576func_73156_bunload100OldestChunks1Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
4577func_73157_ccanSave1Returns if the IChunkProvider supports saving.
4578func_73158_cloadChunk1loads or generates the chunk at the chunk location specified
4579func_73159_agenerate1
4580func_73165_agenerateNetherTerrain1Generates the shape of the terrain in the nether.
4581func_73205_ainitializeNoiseField1generates a subset of the level's terrain data. Takes 7 arguments: the [empty] noise array, the position, and the size.
4582func_73206_agenerateTerrain1Generates the shape of the terrain for the chunk though its all stone though the water is frozen if the temperature is low enough
4583func_73207_areplaceBlocksForBiome1Replaces the stone that was placed in with blocks that match the biome
4584func_73239_eloadChunkFromFile1
4585func_73240_aunloadAllChunks1
4586func_73241_bdropChunk1
4587func_73242_bsaveChunkData1
4588func_73243_asaveChunkExtraData1
4589func_73252_bremovePlayer1remove player from this instance
4590func_73254_aonUpdate1
4591func_73255_aaddPlayer1adds this player to the playerInstance
4592func_73256_asendPacketToPlayersInInstance1sends the packet to all players in the current instance
4593func_73257_aupdateTileEntity1sends players update packet about the given entity
4594func_73259_amarkBlockNeedsUpdate1mark the block as changed so that it will update clients who need to know about it
4595func_73266_awritePacket1Writes a packet, prefixed by its ID, to the data stream.
4596func_73267_areadPacketData1Abstract. Reads the raw packet data from the data stream.
4597func_73269_dgetNewPacket1Returns a new instance of the specified Packet class.
4598func_73270_awriteItemStack1Writes the ItemStack's ID (short), then size (byte), then damage. (short)
4599func_73271_awriteString1Writes a String to the DataOutputStream
4600func_73272_areadPacket1Read a packet, prefixed by its ID, from the data stream.
4601func_73273_awritePacketData1Abstract. Writes the raw packet data to the data stream.
4602func_73275_awriteNBTTagCompound1Writes a compressed NBTTagCompound to the OutputStream
4603func_73276_creadItemStack1Reads a ItemStack from the InputStream
4604func_73279_aprocessPacket1Passes this Packet on to the NetHandler for processing.
4605func_73281_kgetPacketId1Returns the ID of this packet.
4606func_73282_areadString1Reads a string from a packet
4607func_73283_dreadNBTTagCompound1Reads a compressed NBTTagCompound from the InputStream
4608func_73284_agetPacketSize1Abstract. Return the size of the packet (not counting the header).
4609func_73285_aaddIdClassMapping1Adds a two way mapping between the packet ID and packet class.
4610func_73346_hisCreativeMode1
4611func_73349_bsetFlying1Sets whether we're currently flying or not.
4612func_73351_asetFlySpeed1Sets the flying speed.
4613func_73353_asetDisableDamage1Sets whether damage is disabled or not.
4614func_73354_csetAllowFlying1
4615func_73355_bsetWalkSpeed1Sets the walking speed.
4616func_73356_dsetCreativeMode1
4617func_73401_hgetDirection1
4618func_73402_fgetYPosition1
4619func_73403_dgetXPosition1
4620func_73404_lgetYOffset1Returns the offset from yPosition where the actual click took place
4621func_73405_igetItemStack1
4622func_73406_jgetXOffset1Returns the offset from xPosition where the actual click took place
4623func_73407_ggetZPosition1
4624func_73408_mgetZOffset1Returns the offset from zPosition where the actual click took place
4625func_73453_dgetProtocolVersion1Returns the protocol version.
4626func_73454_fgetUsername1Returns the username.
4627func_73641_dconnectToNeighbor1The specified neighbor has just formed a new connection, so update accordingly
4628func_73642_aisMinecartTrack1
4629func_73643_ccanConnectFrom1Determines whether or not the target rail can connect to this rail
4630func_73644_arefreshConnectedTracks1Neighboring tracks have potentially been broken, so prune the connected track list
4631func_73645_asetConnections1
4632func_73646_ccanConnectTo1Determines whether or not the track can bend to meet the specified rail
4633func_73647_bisConnectedTo1
4634func_73648_agetMinecartTrackLogic1
4635func_73649_bisInTrack1Returns true if the specified block is in the same railway.
4636func_73650_agetNAdjacentTracks1get number of adjacent tracks
4637func_73651_bgetAdjacentTracks1
4638func_73652_arefreshTrackShape1Completely recalculates the track shape based on neighboring tracks and power state
4639func_73660_aupdate1Updates the Jlist with a new model.
4640func_73665_cgetPropertiesFile1Returns this PropertyManager's file object used for property saving.
4641func_73666_agenerateNewProperties1Generates a new properties file.
4642func_73667_asetProperty1Saves an Object with the given property name
4643func_73668_bsaveProperties1Writes the properties to the properties file.
4644func_73669_agetIntProperty1Returns an integer property. If the property doesn't exist the default is returned.
4645func_73670_agetBooleanProperty1Returns a boolean property. If the property doesn't exist the default is returned.
4646func_73671_agetStringProperty1Returns a string property. If the property doesn't exist the default is returned.
4647func_73699_ainit1Initialises the console logger.
4648func_73707_eloadBanList1Loads the ban list from the file (adds every entry, does not clear the current list).
4649func_73708_asetListActive1
4650func_73711_fsaveToFileWithHeader1
4651func_73718_asetLoadingProgress1Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
4652func_73719_cdisplayLoadingString1Displays a string on the loading screen supposed to indicate what is being done currently.
4653func_73720_adisplaySavingString1Shows the 'Saving level' string.
4654func_74423_dserverShutdown1Shuts down the server. (Only actually used on the server)
4655func_74424_anetworkShutdown1Shuts down the network with the specified reason. Closes all streams and sockets, spawns NetworkMasterThread to stop reading and writing threads.
4656func_74425_asetNetHandler1Sets the NetHandler for this NetworkManager. Server-only.
4657func_74426_egetNumChunkDataPackets1Returns the number of chunk data packets waiting to be sent.
4658func_74428_bprocessReadPackets1Checks timeouts and processes all pending read packets.
4659func_74429_aaddToSendQueue1Adds the packet to the correct send queue (chunk data packets go to a separate queue).
4660func_74430_cgetRemoteAddress1Returns the socket address of the remote side. Server-only.
4661func_74731_awriteNamedTag1Writes the specified tag to the given DataOutput, writing the type byte, the UTF string key and then calling the tag to write its data.
4662func_74732_agetId1Gets the type byte for the tag.
4663func_74733_anewTag1Creates and returns a new tag of the specified type, or null if invalid.
4664func_74734_awrite1Write the actual data contents of the tag, implemented in NBT extension classes
4665func_74735_aload1Read the actual data contents of the tag, implemented in NBT extension classes
4666func_74736_agetTagName1Returns the string name of a tag with the specified type, or 'UNKNOWN' if invalid.
4667func_74737_bcopy1Creates a clone of the tag.
4668func_74738_osetName1Sets the name for this tag and returns this for convenience.
4669func_74739_breadNamedTag1Reads and returns a tag from the given DataInput, or the End tag if no tag could be read.
4670func_74740_egetName1Gets the name corresponding to the tag, or an empty string if none set.
4671func_74742_aappendTag1Adds 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.
4672func_74743_btagAt1Retrieves the tag at the specified index from the list.
4673func_74745_ctagCount1Returns the number of tags in the list.
4674func_74757_asetBoolean1Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
4675func_74758_cgetTags1Returns all the values in the tagMap HashMap.
4676func_74759_kgetIntArray1Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
4677func_74760_ggetFloat1Retrieves a float value using the specified key, or 0 if no such key was stored.
4678func_74761_mgetTagList1Retrieves a NBTTagList subtag matching the specified key, or a new empty NBTTagList if no such key was stored.
4679func_74762_egetInteger1Retrieves an integer value using the specified key, or 0 if no such key was stored.
4680func_74763_fgetLong1Retrieves a long value using the specified key, or 0 if no such key was stored.
4681func_74764_bhasKey1Returns whether the given string has been previously stored as a key in the map.
4682func_74765_dgetShort1Retrieves a short value using the specified key, or 0 if no such key was stored.
4683func_74766_asetCompoundTag1Stores the given NBTTagCompound into the map with the given string key.
4684func_74767_ngetBoolean1Retrieves a boolean value using the specified key, or false if no such key was stored. This uses the getByte method.
4685func_74768_asetInteger1Stores a new NBTTagInt with the given integer value into the map with the given string key.
4686func_74769_hgetDouble1Retrieves a double value using the specified key, or 0 if no such key was stored.
4687func_74770_jgetByteArray1Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
4688func_74771_cgetByte1Retrieves a byte value using the specified key, or 0 if no such key was stored.
4689func_74772_asetLong1Stores a new NBTTagLong with the given long value into the map with the given string key.
4690func_74773_asetByteArray1Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
4691func_74774_asetByte1Stores a new NBTTagByte with the given byte value into the map with the given string key.
4692func_74775_lgetCompoundTag1Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
4693func_74776_asetFloat1Stores a new NBTTagFloat with the given float value into the map with the given string key.
4694func_74777_asetShort1Stores a new NBTTagShort with the given short value into the map with the given string key.
4695func_74778_asetString1Stores a new NBTTagString with the given string value into the map with the given string key.
4696func_74779_igetString1Retrieves a string value using the specified key, or an empty string if no such key was stored.
4697func_74780_asetDouble1Stores a new NBTTagDouble with the given double value into the map with the given string key.
4698func_74781_agetTag1gets a generic tag with the specified name
4699func_74782_asetTag1Stores the given tag into the map with the given string key. This is mostly used to store tag lists.
4700func_74783_asetIntArray1Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
4701func_74792_adecompress1
4702func_74794_aread1Reads from a CompressedStream.
4703func_74796_areadCompressed1Load the gzipped compound from the inputstream.
4704func_74798_acompress1
4705func_74799_awriteCompressed1Write the compound, gzipped, to the outputstream.
4706func_74800_awrite1
4707func_74803_atranslateKeyFormat1Translate a key to current language applying String.format()
4708func_74805_btranslateKey1Translate a key to current language.
4709func_74807_eloadLanguageList1
4710func_74808_agetInstance1Return the StringTranslate singleton instance
4711func_74810_asetLanguage1
4712func_74812_aloadLanguage1
4713func_74837_atranslateToLocalFormatted1Translates a Stat name with format args
4714func_74838_atranslateToLocal1Translates a Stat name
4715func_74860_aisLiquidInStructureBoundingBox1checks the entire StructureBoundingBox for Liquids
4716func_74861_abuildComponent1Initiates construction of the Structure Component picked, at the current Location of StructGen
4717func_74862_agetYWithOffset1
4718func_74863_cgetMetadataWithOffset1Returns the direction-shifted metadata for blocks that require orientation, e.g. doors, stairs, ladders. Parameters: block ID, original metadata
4719func_74864_aplaceBlockAtCurrentPosition1current Position depends on currently set Coordinates mode, is computed here
4720func_74865_agetXWithOffset1
4721func_74866_agetBlockIdAtCurrentPosition1
4722func_74867_arandomlyRareFillWithBlocks1arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, boolean alwaysreplace
4723func_74868_agetCenter1
4724func_74870_bfillCurrentPositionBlocksDownwards1Overwrites air and liquids from selected position downwards, stops at hitting anything else.
4725func_74871_bclearCurrentPositionBlocksUpwards1Deletes all continuous blocks from selected position upwards. Stops at hitting air.
4726func_74873_bgetZWithOffset1
4727func_74874_bgetBoundingBox1
4728func_74875_aaddComponentParts1second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
4729func_74876_arandomlyPlaceBlock1Randomly decides if placing or not. Used for Decoration such as Torches and Spiderwebs
4730func_74877_cgetComponentType1Returns the component type ID of this component.
4731func_74880_arandomlyFillWithBlocks1arguments: 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
4732func_74881_aplaceDoorAtCurrentPosition1
4733func_74882_afillWithRandomizedBlocks1arguments: World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean alwaysreplace, Random rand, StructurePieceBlockSelector blockselector
4734func_74883_afindIntersecting1Discover if bounding box can fit within the current bounding box object.
4735func_74884_afillWithBlocks1arguments: (World worldObj, StructureBoundingBox structBB, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, int placeBlockId, int replaceBlockId, boolean alwaysreplace)
4736func_74888_bgetVillagerType1Returns the villager type to spawn in this component, based on the number of villagers already spawned.
4737func_74889_bgetAverageGroundLevel1Discover 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).
4738func_74891_agetNextComponentNN1Gets the next village component, with the bounding box shifted -1 in the X and Z direction.
4739func_74893_aspawnVillagers1Spawns a number of villagers in this component. Parameters: world, component bounding box, x offset, y offset, z offset, number of villagers
4740func_74894_bgetNextComponentPP1Gets the next village component, with the bounding box shifted +1 in the X and Z direction.
4741func_74895_acanVillageGoDeeper1
4742func_74925_dgetWorldChunkManager1
4743func_74950_afindValidPlacement1Trys to find a valid place to put this component.
4744func_74951_afindValidPlacement1
4745func_74954_afindValidPlacement1
4746func_74959_agetNextComponent1
4747func_74960_agetTotalWeight1
4748func_74961_bgetNextComponentX1Gets the next component in the +/- X direction
4749func_74962_agetNextComponent1Finds a random component to tack on to the bridge. Or builds the end.
4750func_74963_agetNextComponentNormal1Gets the next component in any cardinal direction
4751func_74964_aisAboveGround1Checks if the bounding box's minY is > 10
4752func_74965_cgetNextComponentZ1Gets the next component in the +/- Z direction
4753func_74966_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4754func_74973_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4755func_74974_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4756func_74975_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4757func_74977_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4758func_74978_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4759func_74979_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4760func_74980_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4761func_74981_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4762func_74982_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4763func_74983_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4764func_74984_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4765func_74985_acreateValidComponent1Creates and returns a new component piece. Or null if it could not find enough room to place it.
4766func_74986_agetNextComponentNormal1Gets the next component in any cardinal direction
4767func_74987_cgetNextComponentZ1Gets the next component in the +/- Z direction
4768func_74988_agetRandomDoor1
4769func_74989_bgetNextComponentX1Gets the next component in the +/- X direction
4770func_74990_aplaceDoor1builds a door of the enumerated types (empty opening is a door)
4771func_74991_acanStrongholdGoDeeper1returns false if the Structure Bounding Box goes below 10
4772func_74994_afindValidPlacement1
4773func_75000_afindValidPlacement1
4774func_75004_afindValidPlacement1
4775func_75006_afindValidPlacement1
4776func_75010_afindValidPlacement1
4777func_75012_afindValidPlacement1
4778func_75016_afindValidPlacement1
4779func_75018_afindValidPlacement1
4780func_75022_agetStrongholdStairsComponent1performs some checks, then gives out a fresh Stairs component
4781func_75028_afindValidPlacement1
4782func_75036_agenerate1
4783func_75037_arecursiveGenerate1Recursively called by generate() (func_867_a) and optionally by itself.
4784func_75041_agenerateLargeCaveNode1Generates a larger initial cave node than usual. Called 25% of the time.
4785func_75042_agenerateCaveNode1Generates a node in the current cave system recursion tree.
4786func_75043_agenerateCaveNode1Generates a node in the current cave system recursion tree.
4787func_75044_agenerateLargeCaveNode1Generates a larger initial cave node than usual. Called 25% of the time.
4788func_75045_agenerateRavine1
4789func_75047_acanSpawnStructureAtCoords1
4790func_75049_bgetStructureStart1
4791func_75050_agetNearestInstance1
4792func_75051_agenerateStructuresInChunk1Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.
4793func_75059_agetSpawnList1
4794func_75062_aselectBlocks1picks Block Ids and Metadata (Silverfish)
4795func_75063_agetSelectedBlockId1
4796func_75064_bgetSelectedBlockMetaData1
4797func_75067_amarkAvailableHeight1offsets the structure Bounding Boxes up to a certain height, typically 63 - 10
4798func_75068_agenerateStructure1Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
4799func_75069_disSizeableStructure1currently only defined for Villages, returns true if Village has more than 2 non-road components
4800func_75070_asetRandomHeight1
4801func_75071_agetBoundingBox1
4802func_75072_cupdateBoundingBox1Calculates total bounding box based on components' bounding boxes and saves it to boundingBox
4803func_75073_bgetComponents1
4804func_75077_dgetNextVillageStructureComponent1attempts to find a next Structure Component to be spawned, private Village function
4805func_75078_agetNextStructureComponent1attempts to find a next Structure Component to be spawned
4806func_75080_egetNextComponentVillagePath1
4807func_75081_cgetNextVillageComponent1attempts to find a next Village Component to be spawned
4808func_75082_bgetNextStructureComponentVillagePath1
4809func_75084_agetStructureVillageWeightedPieceList1
4810func_75085_acanSpawnMoreVillagePiecesOfType1
4811func_75086_acanSpawnMoreVillagePieces1
4812func_75091_awriteCapabilitiesToNBT1
4813func_75093_agetFlySpeed1
4814func_75094_bgetWalkSpeed1
4815func_75095_breadCapabilitiesFromNBT1
4816func_75111_aaddStats1Eat some food.
4817func_75112_areadNBT1Reads the food data for the player.
4818func_75113_aaddExhaustion1adds input to foodExhaustionLevel to a max of 40
4819func_75115_egetSaturationLevel1Get the player's food saturation level.
4820func_75116_agetFoodLevel1Get the player's food level.
4821func_75117_bwriteNBT1Writes the food data for the player.
4822func_75118_aonUpdate1Handles the food game logic.
4823func_75121_cneedFood1Get whether the player must eat food.
4824func_75122_aaddStats1Args: int foodLevel, float foodSaturationModifier
4825func_75128_asetCanCraft1sets whether the player can craft in this inventory or not
4826func_75129_bgetCanCraft1gets whether or not the player can craft in this inventory or not
4827func_75130_aonCraftMatrixChanged1Callback for when the crafting matrix is changed.
4828func_75132_aonCraftGuiOpened1
4829func_75133_bretrySlotClick1
4830func_75134_aonCraftGuiClosed1Callback for when the crafting gui is closed.
4831func_75135_amergeItemStack1merges provided ItemStack with the first avaliable one in the container/player inventory
4832func_75139_agetSlot1
4833func_75140_aenchantItem1enchants the item on the table using the specified slot; also deducts XP from player
4834func_75141_aputStackInSlot1args: slotID, itemStack to put in slot
4835func_75142_bupdateCraftingResults1Updates crafting matrix; called from onCraftMatrixChanged. Args: none
4836func_75143_btransferStackInSlot1Called to transfer a stack from one inventory to the other eg. when shift clicking.
4837func_75144_aslotClick1
4838func_75145_ccanInteractWith1
4839func_75189_acanSpawnMoreStructuresOfType1
4840func_75190_acanSpawnMoreStructures1
4841func_75195_agetNextValidComponentAccess1
4842func_75196_cgetNextValidComponent1
4843func_75197_bgetStrongholdStones1
4844func_75198_aprepareStructurePieces1sets up Arrays with the Structure pieces and their weights
4845func_75199_asetComponentType1
4846func_75200_agetStrongholdComponentFromWeightedPiece1translates the PieceWeight class to the Component class
4847func_75201_bgetNextComponent1
4848func_75202_ccanAddStructurePieces1
4849func_75209_adecrStackSize1Decrease the size of the stack in slot (first int arg) by the amount of the second int arg. Returns the new stack.
4850func_75211_cgetStack1Helper fnct to get the stack in the slot.
4851func_75213_bonPickupFromSlot1Called when the player picks up an item from an inventory slot
4852func_75214_aisItemValid1Check if the stack is a valid item for this slot. Always true beside for the armor slots.
4853func_75215_dputStack1Helper method to put a stack in the slot.
4854func_75216_dgetHasStack1Returns if this slot contains a stack.
4855func_75217_aisHere1returns true if the slot exists in the given inventory and location
4856func_75218_eonSlotChanged1Called when the stack in a Slot changes
4857func_75219_agetSlotStackLimit1Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
4858func_75246_dupdateTask1Updates the task
4859func_75247_hgetMutexBits1Get 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.
4860func_75248_asetMutexBits1Sets 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.
4861func_75249_estartExecuting1Execute a one shot task or start executing a continuous task
4862func_75250_ashouldExecute1Returns whether the EntityAIBase should begin execution.
4863func_75251_cresetTask1Resets the task
4864func_75252_gisContinuous1Returns whether the task requires multiple updates or not
4865func_75253_bcontinueExecuting1Returns whether an in-progress EntityAIBase should continue executing
4866func_75270_asetSitting1Sets the sitting flag.
4867func_75296_aisSuitableTarget1A method used to see if an entity is a suitable target through a number of checks.
4868func_75317_fdoRangedAttack1Performs a ranged attack according to the AI's rangedAttackID.
4869func_75349_afindUsableDoor1Determines if a door can be broken with AI.
4870func_75366_ffindPossibleShelter1
4871func_75388_ispawnBaby1Spawns a baby animal of the same type.
4872func_75389_fgetNearbyMate1Loops through nearby animals and finds another animal of the same type that can be mated with. Returns the first valid mate found.
4873func_75398_aisSittableBlock1Determines whether the Ocelot wants to sit on the block at given coordinate
4874func_75399_fgetNearbySitableBlockDistance1Searches for a block to sit on within a 8 block range, returns 0 if none found
4875func_75446_fcheckSufficientDoorsPresentForNewVillager1
4876func_75447_igiveBirth1
4877func_75458_acompareDistanceSq1
4878func_75466_dresetDoorOpeningRestrictionCounter1
4879func_75467_aisInside1
4880func_75468_fgetDoorOpeningRestrictionCounter1
4881func_75469_cgetInsideDistanceSquare1Get the square of the distance from a location 2 blocks away from the door considered 'inside' and the given arguments
4882func_75470_eincrementDoorOpeningRestrictionCounter1
4883func_75471_agetInsidePosX1
4884func_75472_cgetInsidePosZ1
4885func_75473_bgetInsidePosY1
4886func_75474_bgetDistanceSquared1Returns the squared distance between this door and the given coordinate.
4887func_75483_aisSafeToStandAt1Returns 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
4888func_75484_asetPath1sets 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
4889func_75485_kcanNavigate1If on ground or swimming and can swim
4890func_75486_agetAvoidsWater1
4891func_75487_mremoveSunnyPath1Trims path data from the end to the first sun covered block
4892func_75488_agetPathToXYZ1Returns the path to the given coordinates
4893func_75489_asetSpeed1Sets the speed
4894func_75490_csetEnterDoors1Sets if the entity can enter open doors
4895func_75491_asetAvoidsWater1
4896func_75492_atryMoveToXYZ1Try to find and set a path to XYZ. Returns true if successful.
4897func_75493_aisDirectPathBetweenPoints1Returns true when an entity of specified size could safely walk in a straight line between the two points. Args: pos1, pos2, entityXSize, entityYSize, entityZSize
4898func_75494_agetPathToEntityLiving1Returns the path to the given EntityLiving
4899func_75495_esetCanSwim1Sets if the entity can swim
4900func_75496_bisPositionClear1Returns true if an entity does not collide with any solid blocks at the position. Args: xOffset, yOffset, zOffset, entityXSize, entityYSize, entityZSize, originPosition, vecX, vecZ
4901func_75497_atryMoveToEntityLiving1Try to find and set a path to EntityLiving. Returns true if successful.
4902func_75498_bsetBreakDoors1
4903func_75499_gclearPathEntity1sets active PathEntity to null
4904func_75500_fnoPath1If null path or reached the end
4905func_75501_eonUpdateNavigation1
4906func_75502_igetEntityPosition1
4907func_75503_jgetPathableYPos1Gets the safe pathing Y position for the entity depending on if it can path swim or not
4908func_75504_dsetAvoidSun1Sets if the path should avoid sunlight
4909func_75505_dgetPath1gets the actively used PathEntity
4910func_75506_lisInFluid1Returns true if the entity is in water or lava, false otherwise
4911func_75507_cgetCanBreakDoors1Returns true if the entity can break doors, false otherwise
4912func_75508_hpathFollow1
4913func_75522_acanSee1Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
4914func_75523_aclearSensingCache1Clears canSeeCachePositive and canSeeCacheNegative.
4915func_75528_atick1Runs a single tick for the village siege
4916func_75530_cspawnZombie1
4917func_75541_eisWoodenDoorAt1
4918func_75542_caddDoorToNewListIfAppropriate1
4919func_75543_ddropOldestVillagerPosition1
4920func_75544_atick1Runs a single tick for the village collection
4921func_75545_eaddNewDoorsToVillageOrCreateVillage1
4922func_75546_aaddUnassignedWoodenDoorsAroundToNewDoorsList1
4923func_75547_bgetVillageDoorAt1
4924func_75548_disVillagerPositionPresent1
4925func_75549_cremoveAnnihilatedVillages1
4926func_75550_afindNearestVillage1Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance.
4927func_75551_aaddVillagerPosition1This 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.
4928func_75557_kremoveDeadAndOutOfRangeDoors1
4929func_75558_fgetVillageDoorInfoList1called only by class EntityAIMoveThroughVillage
4930func_75559_atryGetIronGolemSpawningLocation1Tries up to 10 times to get a valid spawning location before eventually failing and returning null.
4931func_75560_atick1Called periodically by VillageCollection
4932func_75561_dgetTicksSinceLastDoorAdding1
4933func_75562_egetNumVillagers1
4934func_75563_bisValidIronGolemSpawningLocation1
4935func_75564_bfindNearestDoor1
4936func_75565_jremoveDeadAndOldAgressors1
4937func_75566_gisAnnihilated1Returns true, if there is not a single village door left. Called by VillageCollection
4938func_75567_cgetNumVillageDoors1Actually get num village door info entries, but that boils down to number of doors. Called by EntityAIVillagerMate and VillageSiege
4939func_75568_bgetVillageRadius1
4940func_75569_cfindNearestDoorUnrestricted1Find 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.
4941func_75570_aisInRange1Returns true, if the given coordinates are within the bounding box of the village.
4942func_75571_bfindNearestVillageAggressor1
4943func_75572_iupdateNumVillagers1
4944func_75573_lupdateVillageRadiusAndCenter1
4945func_75574_fisBlockDoor1
4946func_75575_aaddOrRenewAgressor1
4947func_75576_aaddVillageDoorInfo1
4948func_75577_agetCenter1
4949func_75578_egetVillageDoorAt1
4950func_75579_hupdateNumIronGolems1
4951func_75598_agetCreatureClass1
4952func_75599_dgetPeacefulCreature1Gets whether or not this creature type is peaceful.
4953func_75600_cgetCreatureMaterial1
4954func_75601_bgetMaxNumberOfCreature1
4955func_75614_aaddMapping1Adds a entity mapping with egg info.
4956func_75615_acreateEntityFromNBT1create a new instance of an entity from NBT store
4957func_75616_acreateEntityByID1Create a new instance of an entity in the world by using an entity ID.
4958func_75618_aaddMapping1adds a mapping between Entity classes and both a string representation and an ID
4959func_75619_agetEntityID1gets the entityID of a specific entity
4960func_75620_acreateEntityByName1Create a new instance of an entity in the world by using the entity name.
4961func_75621_bgetEntityString1Gets the string representation of a specific entity.
4962func_75638_bgetSpeed1
4963func_75641_conUpdateMoveHelper1
4964func_75642_asetMoveTo1Sets the speed and location to move to
4965func_75649_aonUpdateLook1Updates look
4966func_75650_asetLookPosition1Sets position to look at
4967func_75651_asetLookPositionWithEntity1Sets position to look at using entity
4968func_75652_aupdateRotation1
4969func_75660_asetJumping1
4970func_75661_bdoJump1Called to actually make the entity jump if isJumping is true.
4971func_75669_bgetObject1
4972func_75670_dgetWatching1
4973func_75671_asetWatching1
4974func_75672_agetDataValueId1
4975func_75673_asetObject1
4976func_75674_cgetObjectType1
4977func_75679_cgetWatchableObjectInt1gets a watchable object and returns it as a Integer
4978func_75680_awriteObjectsInListToStream1writes every object in passed list to dataoutputstream, terminated by 0x7F
4979func_75681_egetWatchableObjectString1gets a watchable object and returns it as a String
4980func_75682_aaddObject1adds a new object to dataWatcher to watch, to update an already existing object see updateObject. Arguments: data Value Id, Object to add
4981func_75683_agetWatchableObjectByte1gets the bytevalue of a watchable object
4982func_75684_ahasObjectChanged1true if one or more object was changed
4983func_75686_areadWatchableObjects1
4984func_75689_awriteWatchableObjects1
4985func_75690_awriteWatchableObject1
4986func_75692_bupdateObject1updates an already existing object
4987func_75693_bgetWatchableObjectShort1
4988func_75734_awaitForFinish1
4989func_75735_aqueueIO1threaded io
4990func_75736_bprocessQueue1Process the items that are in the queue
4991func_75742_aloadData1Loads 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
4992func_75743_agetUniqueDataId1Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
4993func_75744_asaveAllData1Saves all dirty loaded MapDataBases to disk.
4994func_75745_asetData1Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
4995func_75746_bloadIdCounts1Loads the idCounts Map from the 'idcounts' file.
4996func_75747_asaveData1Saves the given MapDataBase to disk.
4997func_75752_breadPlayerData1Reads the player data from disk into the specified PlayerEntityMP.
4998func_75753_awritePlayerData1Writes the player data to disk from the specified PlayerEntityMP.
4999func_75754_fgetAvailablePlayerDat1Gets an array of Usernames there are available player.dat files for.
5000func_75755_asaveWorldInfoWithPlayer1Saves the given World Info with the given NBTTagCompound as the Player.
5001func_75756_egetPlayerNBTManager1
5002func_75757_dloadWorldInfo1Loads and returns the world info
5003func_75758_bgetMapFileFromName1Gets the file location of the given map
5004func_75759_aflush1Called to flush all changes to disk, waiting for them to complete.
5005func_75761_asaveWorldInfo1used to update level.dat from old format to MCRegion format
5006func_75762_ccheckSessionLock1Checks the session lock to prevent save collisions
5007func_75763_agetChunkLoader1initializes and returns the chunk loader for the specified world provider
5008func_75764_agetPlayerData1
5009func_75765_bgetWorldDirectory1Gets the File object corresponding to the base directory of this world.
5010func_75766_hsetSessionLock1Creates a session lock file for this process
5011func_75774_aonUpdateTasks1
5012func_75776_aaddTask1
5013func_75777_aareTasksCompatible1Returns whether two EntityAITaskEntries can be executed concurrently
5014func_75801_bisOldMapFormat1gets if the map is old chunk saving (true) or McRegion (false)
5015func_75803_cgetWorldInfo1gets the world info
5016func_75804_agetSaveLoader1Returns back a loader for the specified save directory
5017func_75805_aconvertMapFormat1converts the map to mcRegion
5018func_75814_cwriteNextIO1Returns a boolean stating if the write was unsuccessful.
5019func_75815_aloadChunk1Loads the specified(XZ) chunk into the specified world.
5020func_75816_asaveChunk1
5021func_75817_achunkTick1Called every World.tick()
5022func_75818_bsaveExtraData1Save extra data not associated with any Chunk. Not saved during autosave, only during world unload. Currently unused.
5023func_75819_bsaveExtraChunkData1Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload. Currently unused.
5024func_75820_awriteChunkToNBT1Writes the Chunk passed as an argument to the NBTTagCompound also passed, using the World argument to retrieve the Chunk's last update time.
5025func_75823_areadChunkFromNBT1Reads the data stored in the passed NBTTagCompound and creates a Chunk with that data in the passed World. Returns the created Chunk.
5026func_75829_adistanceTo1Returns the linear distance to another path point
5027func_75830_amakeHash1
5028func_75831_aisAssigned1Returns true if this point has already been assigned to a path
5029func_75844_cdequeue1Returns and removes the first point in the path
5030func_75845_eisPathEmpty1Returns true if this path contains no points
5031func_75846_bsortForward1Sorts a point to the right
5032func_75847_asortBack1Sorts a point to the left
5033func_75848_aclearPath1Clears the path
5034func_75849_aaddPoint1Adds a point to the path
5035func_75850_achangeDistance1Changes the provided point's distance to target
5036func_75853_acreateEntityPath1Returns a new PathEntity for a given start and end point
5037func_75854_aopenPoint1Returns a mapped point or creates and adds one
5038func_75855_agetVerticalOffset1Given an x y z, returns a vertical offset needed to search to find a block to stand on
5039func_75856_acreateEntityPathTo1Creates a path from one entity to another within a minimum distance
5040func_75857_acreateEntityPathTo1Internal implementation of creating a path from an entity to a point
5041func_75858_agetSafePoint1Returns a point that the entity can safely move to
5042func_75859_acreateEntityPathTo1Creates a path from an entity to a specified location within a minimum distance
5043func_75860_bfindPathOptions1populates pathOptions with available points and returns the number of options found (args: unused1, currentPoint, unused2, targetPoint, maxDistance)
5044func_75861_aaddToPath1Adds a path from start to end and returns the whole path (args: unused, start, end, unused, maxDistance)
5045func_75870_cgetFinalPathPoint1returns the last PathPoint of the Array
5046func_75871_bsetCurrentPathLength1
5047func_75872_csetCurrentPathIndex1
5048func_75873_egetCurrentPathIndex1
5049func_75874_dgetCurrentPathLength1
5050func_75875_aincrementPathIndex1Directs this path to the next point in its array
5051func_75876_aisSamePath1Returns true if the EntityPath are the same. Non instance related equals.
5052func_75877_agetPathPointFromIndex1return the PathPoint located at the specified PathIndex, usually the current one
5053func_75878_agetPosition1returns the current PathEntity target node as Vec3D
5054func_75879_bisFinished1Returns true if this path has reached the end
5055func_75880_bisDestinationSame1Returns true if the final PathPoint in the PathEntity is equal to Vec3D coords.
5056func_75881_agetVectorFromIndex1Gets the vector of the PathPoint associated with the given index.
5057func_75891_bgenerateKeyPair1Generates RSA KeyPair
5058func_75902_anextInt1returns a LCG pseudo random number from [0, x). Args: int x
5059func_75903_ainitChunkSeed1Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
5060func_75904_agetInts1Returns 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.
5061func_75905_ainitWorldGenSeed1Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).
5062func_75912_bchoose1randomly choose between the four args
5063func_75913_achoose1randomly choose between the two args
5064func_75917_achoose1Chooses one of the two inputs randomly.
5065func_75918_dinitCraftableStats1Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
5066func_75920_ainitUsableStats1Initializes statistic fields related to usable items and blocks.
5067func_75921_ainitMinableStats1Initializes statistic fields related to minable items and blocks.
5068func_75922_binitBreakableStats1Initializes statistic fields related to breakable items and blocks.
5069func_75924_areplaceAllSimilarBlocks1Forces all dual blocks to count for each other on the stats list
5070func_75925_cinitStats1
5071func_75926_binitBreakStats1
5072func_75927_areplaceSimilarBlocks1Forces stats for one block to add to another block, such as idle and active furnaces
5073func_75962_agetGuid1Returns the unique GUID of a achievement id.
5074func_75966_hinitIndependentStat1Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
5075func_75971_gregisterStat1Register the stat into StatList.
5076func_75985_cregisterAchievement1Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
5077func_75986_asetIndependent1Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
5078func_75987_bsetSpecial1Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
5079func_75997_ainit1A stub functions called to make the static initializer for this class run.
5080func_76030_bgetValue1Returns the object stored in this entry
5081func_76031_agetHash1Returns the hash code for this entry
5082func_76036_eremoveEntry1Removes the specified entry from the map and returns it
5083func_76037_bcontainsItem1Returns true if this hash table contains the specified item.
5084func_76038_aaddKey1Adds a key and associated value to this map
5085func_76040_ainsert1Adds an object to a slot
5086func_76041_alookup1Returns the object associated to a key
5087func_76042_fgetHash1Returns the hash code for a key
5088func_76043_agetSlotIndex1Computes the index of the slot for the hash and slot count passed in.
5089func_76044_gcomputeHash1Makes the passed in integer suitable for hashing by a number of shifts
5090func_76045_clookupEntry1Returns the internal entry for a key
5091func_76046_cclearMap1Removes all entries from the map
5092func_76047_hgrow1Increases the number of hash slots
5093func_76048_acopyTo1Copies the hash slots to a new array
5094func_76049_dremoveObject1Removes the specified object from the map and returns it
5095func_76059_oisRaining1Returns true if it is raining, false otherwise.
5096func_76060_asetGameType1Sets the GameType.
5097func_76061_misThundering1Returns true if it is thundering, false otherwise.
5098func_76062_asetWorldName1
5099func_76063_bgetSeed1Returns the seed of current world.
5100func_76064_aupdateTagCompound1
5101func_76066_agetNBTTagCompound1Gets the NBTTagCompound for the worldInfo
5102func_76067_tgetTerrainType1
5103func_76068_bsetWorldTime1Set current world time
5104func_76069_asetThundering1Sets whether it is thundering or not.
5105func_76070_visInitialized1Returns true if the World is initialized.
5106func_76071_ngetThunderTime1Returns the number of ticks until next thunderbolt.
5107func_76073_fgetWorldTime1Get current world time
5108func_76074_egetSpawnZ1Returns the z spawn position
5109func_76075_dgetSpawnY1Return the Y axis spawning point of the player.
5110func_76076_igetDimension1
5111func_76077_qgetGameType1Gets the GameType.
5112func_76078_esetSaveVersion1Sets the save version of the world
5113func_76079_cgetSpawnX1Returns the x spawn position
5114func_76080_gsetRainTime1Sets the number of ticks until rain.
5115func_76081_asetSpawnPosition1Sets the spawn zone position. Args: x, y, z
5116func_76082_acloneNBTCompound1Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
5117func_76083_pgetRainTime1Return the number of ticks until rain.
5118func_76084_bsetRaining1Sets whether it is raining or not.
5119func_76085_asetTerrainType1
5120func_76086_uareCommandsAllowed1Returns true if commands are allowed on this World.
5121func_76088_kgetSaveVersion1Returns the save version of this world
5122func_76089_risMapFeaturesEnabled1Get whether the map features (e.g. strongholds) generation is enabled or disabled.
5123func_76090_fsetThunderTime1Defines the number of ticks until next thunderbolt.
5124func_76091_dsetServerInitialized1Sets the initialization status of the World.
5125func_76093_sisHardcoreModeEnabled1Returns true if hardcore mode is enabled, otherwise false
5126func_76118_acountPacket1
5127func_76124_dfloor_double_long1Long version of floor_double
5128func_76125_aclamp_int1Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
5129func_76126_asin1sin looked up in a table
5130func_76128_cfloor_double1Returns the greatest integer less than or equal to the double argument
5131func_76129_csqrt_float1
5132func_76130_aabs1Returns the unsigned value of an int.
5133func_76132_aabs_max1Maximum of the absolute value of two numbers.
5134func_76133_asqrt_double1
5135func_76134_bcos1cos looked up in the sin table with the appropriate offset
5136func_76135_eabs1
5137func_76136_agetRandomIntegerInRange1
5138func_76141_dfloor_float1Returns the greatest integer less than or equal to the float argument
5139func_76145_bgetValue1
5140func_76146_agetKey1
5141func_76151_fgetHashCode1public method to get the hashed key(hashCode)
5142func_76152_eremoveKey1removes the key from the hash linked list
5143func_76153_bresizeTable1resizes the table
5144func_76154_acopyHashTableTo1copies the hash table to the specified array
5145func_76155_ggetHashedKey1returns the hashed key given the original key
5146func_76156_acreateKey1creates the key in the hash table
5147func_76157_ahash1the hash function
5148func_76158_agetHashIndex1gets the index in the hash given the array length and the hashed key
5149func_76159_dremove1calls the removeKey method and returns removed object
5150func_76160_cgetEntry1
5151func_76161_bcontainsItem1
5152func_76162_agetNumHashElements1
5153func_76163_aadd1Add a key-value pair.
5154func_76164_agetValueByKey1get the value from the map given the key
5155func_76179_abuildPostString1Builds an encoded HTTP POST content string from a string map
5156func_76180_asendPost1Sends a HTTP POST request to the given URL with data from a string
5157func_76183_asendPost1Sends a HTTP POST request to the given URL with data from a map
5158func_76184_areadFromNBT1reads in data from the NBTTagCompound into this MapDataBase
5159func_76185_amarkDirty1Marks this MapDataBase dirty, to be saved to disk when the level next saves.
5160func_76186_asetDirty1Sets the dirty state of this MapDataBase, whether it needs saving to disk.
5161func_76187_bwriteToNBT1write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities
5162func_76188_bisDirty1Whether this MapDataBase needs saving to disk.
5163func_76191_aupdateVisiblePlayers1Adds the player passed to the list of visible players and checks to see which players are visible
5164func_76217_hgetCanBurn1Returns if the block can burn or not.
5165func_76218_kisOpaque1Indicate if the material is opaque
5166func_76219_nsetNoPushMobility1marks this material as being unable to push blocks
5167func_76220_aisSolid1
5168func_76221_fsetNoHarvest1Disables the ability to harvest this material.
5169func_76222_jisGroundCover1Return whether the material is a form of ground cover, e.g. Snow
5170func_76223_psetTranslucent1Marks the material as translucent
5171func_76224_disLiquid1Returns if blocks of these materials are liquids.
5172func_76225_osetImmovableMobility1This type of material can't be pushed, and pistons are blocked to move.
5173func_76226_gsetBurning1Set the canBurn bool to True and return the current object.
5174func_76227_mgetMaterialMobility1returns a materials mobility flag
5175func_76228_bgetCanBlockGrass1Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
5176func_76229_lisHarvestable1Returns true if material can be harvested by player.
5177func_76230_cblocksMovement1Returns if this material is considered solid or not
5178func_76231_isetGroundCover1Sets the material as a form of ground cover, e.g. Snow
5179func_76269_agetRandomItem1Returns a random choice from the input array of items, with a total weight value.
5180func_76270_agetTotalWeight1Returns the total weight of all items in a array.
5181func_76271_agetRandomItem1Returns a random choice from the input items.
5182func_76272_agetTotalWeight1Returns the total weight of all items in a collection.
5183func_76273_agetRandomItem1Returns a random choice from the input items, with a total weight value.
5184func_76274_agetRandomItem1Returns a random choice from the input items.
5185func_76304_agenerateNoiseOctaves1
5186func_76305_agenerateNoiseOctaves1Bouncer function to the main one with some default arguments.
5187func_76310_agrad1
5188func_76311_blerp1
5189func_76316_aonInventoryChanged1Called by InventoryBasic.onInventoryChanged() on a array that is never filled.
5190func_76318_cendStartSection1End current section and start a new section
5191func_76319_bendSection1End section
5192func_76320_astartSection1Start section
5193func_76338_astripControlCodes1
5194func_76340_bgetSecond1Get the second Object in the Tuple
5195func_76341_agetFirst1Get the first Object in the Tuple
5196func_76345_dgetHungerDamage1How much satiate(food) is consumed by this DamageSource
5197func_76346_ggetEntity1
5198func_76347_kfireDamage1Returns true if the damage is fire based.
5199func_76348_hsetDamageBypassesArmor1
5200func_76349_bsetProjectile1Define the damage type as projectile based.
5201func_76352_aisProjectile1Returns true if the damage is projectile based.
5202func_76353_acauseArrowDamage1returns EntityDamageSourceIndirect of an arrow
5203func_76354_bcauseIndirectMagicDamage1
5204func_76355_lgetDamageType1Return the name of damage type.
5205func_76356_acauseThrownDamage1
5206func_76357_ecanHarmInCreative1
5207func_76358_acauseMobDamage1
5208func_76359_isetDamageAllowedInCreativeMode1
5209func_76360_bgetDeathMessage1Returns the message to be displayed on player death.
5210func_76361_jsetFireDamage1Define the damage type as fire based.
5211func_76362_acauseFireballDamage1returns EntityDamageSourceIndirect of a fireball
5212func_76363_cisUnblockable1
5213func_76364_fgetSourceOfDamage1
5214func_76365_acausePlayerDamage1returns an EntityDamageSource of type player
5215func_76388_ggetEffectiveness1
5216func_76390_bsetPotionName1Set the potion name.
5217func_76391_hsetPotionUnusable1
5218func_76393_agetName1returns the name of the potion
5219func_76394_aperformEffect1
5220func_76395_iisUsable1
5221func_76396_cgetId1returns the ID of the potion
5222func_76397_aisReady1checks if Potion effect is ready to be applied this tick.
5223func_76399_bsetIconIndex1Sets the index for the icon displayed in the player's inventory when the status is active.
5224func_76401_jgetLiquidColor1Returns the color of the potion liquid.
5225func_76402_aaffectEntity1Hits the provided entity with this potion's instant effect.
5226func_76403_bisInstant1Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
5227func_76404_asetEffectiveness1
5228func_76445_agetIntCache1
5229func_76446_aresetIntCache1Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
5230func_76452_acombine1merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
5231func_76453_dgetEffectName1
5232func_76454_edeincrementDuration1
5233func_76455_aonUpdate1
5234func_76456_agetPotionID1Retrieve the ID of the potion this effect matches.
5235func_76457_bperformEffect1
5236func_76458_cgetAmplifier1
5237func_76459_bgetDuration1
5238func_76472_aaddData1Adds information to the report
5239func_76484_agenerate1
5240func_76485_asetBlockAndMetadata1Sets the block in the world, notifying neighbors if enabled.
5241func_76486_asetBlock1Sets the block without metadata in the world, notifying neighbors if enabled.
5242func_76487_asetScale1Rescales the generator settings, only used in WorldGenBigTree
5243func_76489_agenerateLeafNodeList1Generates a list of leaf nodes for the tree, to be populated by generateLeaves.
5244func_76490_alayerSize1Gets the rough size of a layer of the tree.
5245func_76491_agenerateLeafNode1Generates the leaves surrounding an individual entry in the leafNodes list.
5246func_76492_agenTreeLayer1
5247func_76493_cleafNodeNeedsBase1Indicates whether or not a leaf node requires additional wood to be added to preserve integrity.
5248func_76494_dgenerateLeafNodeBases1Generates additional wood blocks to fill out the bases of different leaf nodes that would otherwise degrade.
5249func_76495_bleafSize1
5250func_76496_acheckBlockLine1Checks 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.
5251func_76497_evalidTreeLocation1Returns a boolean indicating whether or not the current location for the tree, spanning basePos to to the height limit, is valid.
5252func_76498_bgenerateLeaves1Generates the leaf portion of the tree as specified by the leafNodes list.
5253func_76499_cgenerateTrunk1Places 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.
5254func_76500_aplaceBlockLine1Places a line of the specified block ID into the world from the first coordinate triplet to the second.
5255func_76519_agrowLeaves1
5256func_76529_bgrowVines1Grows vines downward from the given block for a given length. Args: World, x, starty, z, vine-length
5257func_76536_bgenerateVines1Generates vines at the given position until it hits a block.
5258func_76543_bpickMobSpawner1Randomly decides which spawner to use in a dungeon
5259func_76544_apickCheckLootItem1Picks potentially a random item to add to a dungeon chest.
5260func_76549_cgetChunkInputStream1Returns an input stream for the specified chunk. Args: worldDir, chunkX, chunkZ
5261func_76550_acreateOrLoadRegionFile1
5262func_76551_aclearRegionFileReferences1clears region file references
5263func_76552_dgetChunkOutputStream1Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
5264func_76554_hgetEntrancePortalLocation1Gets the hard-coded portal location to use when entering this dimension
5265func_76555_cgetChunkProvider1Returns the chunk provider back for the world provider
5266func_76556_agenerateLightBrightnessTable1Creates the light to brightness table
5267func_76557_igetAverageGroundLevel1
5268func_76558_aregisterWorld1associate an existing world with a World provider, and setup its lightbrightness table
5269func_76563_acalculateCelestialAngle1Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
5270func_76566_acanCoordinateBeSpawn1Will check if the x, z position specified is alright to be set as the map spawn point
5271func_76567_ecanRespawnHere1True if the player can respawn in this dimension (true = overworld, false = nether).
5272func_76569_disSurfaceWorld1Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
5273func_76570_agetProviderForDimension1
5274func_76572_bregisterWorldChunkManager1creates a new world chunk manager for WorldProvider
5275func_76581_aset1Arguments are x, y, z, val. Sets the nibble of data at x << 11 | z << 7 | y to val.
5276func_76582_aget1Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
5277func_76586_kupdateSkylight1Checks whether skylight needs updated; if it does, calls updateSkylight_do
5278func_76587_igetBlockStorageArray1Returns the ExtendedBlockStorage array for this Chunk.
5279func_76588_agetEntitiesWithinAABBForEntity1Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity Args: entity, aabb, listToFill
5280func_76589_bsetBlockMetadata1Set the metadata of a block in the chunk
5281func_76591_agetBiomeGenForWorldCoords1This method retrieves the biome at a set of coordinates
5282func_76592_asetBlockIDWithMetadata1Sets a blockID of a position within a chunk with metadata. Args: x, y, z, blockID, metadata
5283func_76593_qupdateSkylight_do1Runs delayed skylight updates.
5284func_76594_oenqueueRelightChecks1Called once-per-chunk-per-tick, and advances the round-robin relight check index by up to 8 blocks at a time. In a worst-case scenario, can potentially take up to 25.6 seconds, calculated via (4096/8)/20, to re-check all blocks in a chunk, which may explain lagging light updates on initial world generation.
5285func_76595_epropagateSkylightOcclusion1Propagates a given sky-visible block's light value downward and upward to neighboring blocks as necessary.
5286func_76596_bgetBlockLightOpacity1
5287func_76597_egetChunkBlockTileEntity1Gets the TileEntity for a given block in this chunk
5288func_76598_asetBlockID1Sets a blockID for a position in the chunk. Args: x, y, z, blockID
5289func_76599_gcheckSkylightNeighborHeight1Checks the height of a block next to a sky-visible block and schedules a lighting update as necessary.
5290func_76600_aisAtLocation1Checks whether the chunk is at the X/Z location specified
5291func_76601_aneedsSaving1Returns true if this Chunk needs to be saved
5292func_76602_asetStorageArrays1
5293func_76603_bgenerateSkylightMap1Generates the initial skylight map for the chunk upon generation or load.
5294func_76604_asetChunkBlockTileEntity1Sets the TileEntity for a given block in this chunk
5295func_76605_mgetBiomeArray1Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
5296func_76606_cgetAreLevelsEmpty1Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
5297func_76608_aremoveEntityAtIndex1Removes entity at the specified index from the entity array.
5298func_76609_dupdateSkylightNeighborHeight1
5299func_76610_agetBlockID1Return the ID of a block in the chunk.
5300func_76611_bgetHeightValue1Returns the value in the height map at this x, z coordinate in the chunk
5301func_76612_aaddEntity1Adds an entity to the chunk. Args: entity
5302func_76613_nresetRelightChecks1Resets the relight check index to 0 for this Chunk.
5303func_76614_agetSavedLightValue1Gets the amount of light saved in this block (doesn't adjust for daylight)
5304func_76615_hrelightBlock1Initiates the recalculation of both the block-light and sky-light for a given block inside a chunk.
5305func_76616_asetBiomeArray1Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
5306func_76617_agetRandomWithSeed1
5307func_76618_agetEntitiesOfTypeWithinAAAB1Gets all entities that can be assigned to the specified class. Args: entityClass, aabb, listToFill
5308func_76619_dcanBlockSeeTheSky1Returns whether is not a block above this one blocking sight to the sky (done via checking against the heightmap)
5309func_76620_aaddTileEntity1Adds a TileEntity to a chunk
5310func_76621_gisEmpty1
5311func_76622_bremoveEntity1removes entity using its y chunk coordinate as its index
5312func_76623_donChunkUnload1Called when this Chunk is unloaded by the ChunkProvider
5313func_76624_apopulateChunk1
5314func_76625_hgetTopFilledSegment1Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
5315func_76626_dgetPrecipitationHeight1Gets the height to which rain/snow will fall. Calculates it if not already stored.
5316func_76627_fremoveChunkBlockTileEntity1Removes the TileEntity for a given block in this chunk
5317func_76628_cgetBlockMetadata1Return the metadata corresponding to the given coordinates inside a chunk.
5318func_76629_cgetBlockLightValue1Gets the amount of light on a block taking into account sunlight
5319func_76630_esetChunkModified1Sets the isModified flag for this Chunk
5320func_76631_conChunkLoad1Called when this Chunk is loaded by the ChunkProvider
5321func_76632_lgetChunkCoordIntPair1Gets a ChunkCoordIntPair representing the Chunk's position.
5322func_76633_asetLightValue1Sets 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
5323func_76654_bsetExtBlockMetadata1Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
5324func_76655_asetExtBlockID1Sets 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.
5325func_76656_agetExtBlockID1Returns 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.
5326func_76657_csetExtSkylightValue1Sets the saved Sky-light value in the extended block storage structure.
5327func_76658_ggetBlockLSBArray1
5328func_76659_csetBlocklightArray1Sets the NibbleArray instance used for Block-light values in this particular storage block.
5329func_76660_igetBlockMSBArray1Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
5330func_76661_kgetBlocklightArray1Returns the NibbleArray instance containing Block-light data.
5331func_76662_dgetYLocation1Returns the Y location of this ExtendedBlockStorage.
5332func_76663_aisEmpty1Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
5333func_76664_asetBlockLSBArray1Sets the array of block ID least significant bits for this ExtendedBlockStorage.
5334func_76665_bgetExtBlockMetadata1Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
5335func_76666_dsetSkylightArray1Sets the NibbleArray instance used for Sky-light values in this particular storage block.
5336func_76668_bsetBlockMetadataArray1Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
5337func_76669_jgetMetadataArray1
5338func_76670_cgetExtSkylightValue1Gets the saved Sky-light value in the extended block storage structure.
5339func_76671_lgetSkylightArray1Returns the NibbleArray instance containing Sky-light data.
5340func_76672_eremoveInvalidBlocks1
5341func_76673_asetBlockMSBArray1Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
5342func_76674_dgetExtBlocklightValue1Gets the saved Block-light value in the extended block storage structure.
5343func_76675_bgetNeedsRandomTick1Returns 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.
5344func_76677_dsetExtBlocklightValue1Sets the saved Block-light value in the extended block storage structure.
5345func_76686_aget1
5346func_76690_aconvertToAnvilFormat1
5347func_76691_aload1
5348func_76704_agetChunkDataInputStream1args: x, y - get uncompressed chunk stream from the region file
5349func_76705_doutOfBounds1args: x, z - check region bounds
5350func_76706_awrite1args: x, z, data, length - write chunk data at (x, z) to disk
5351func_76707_egetOffset1args: x, y - get chunk's offset in region file
5352func_76708_cclose1close this RegionFile and prevent further writes
5353func_76709_cisChunkSaved1args: x, z, - true if chunk has been saved / converted
5354func_76710_bgetChunkDataOutputStream1args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed
5355func_76711_asetOffset1args: x, z, offset - sets the chunk's offset in the region file
5356func_76712_awrite1args: sectorNumber, data, length - write the chunk data to this RegionFile
5357func_76713_bsetChunkTimestamp1args: x, z, timestamp - sets the chunk's write timestamp
5358func_76725_bsetMinMaxHeight1Sets the minimum and maximum height of this biome. Seems to go from -2.0 to 2.0.
5359func_76728_adecorate1
5360func_76729_acreateBiomeDecorator1Allocate a new BiomeDecorator for this BiomeGenBase
5361func_76730_bgetRandomWorldGenForGrass1Gets a WorldGen appropriate for this biome.
5362func_76732_asetTemperatureRainfall1Sets the temperature and rainfall of this biome.
5363func_76734_hgetIntTemperature1Gets an integer representation of this biome's temperature
5364func_76735_asetBiomeName1
5365func_76736_eisHighHumidity1Checks to see if the rainfall level of the biome is extremely high
5366func_76738_dcanSpawnLightningBolt1Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
5367func_76739_bsetColor1
5368func_76740_agetRandomWorldGenForTrees1Gets a WorldGen appropriate for this biome.
5369func_76741_fgetSpawningChance1returns the chance a creature has to spawn.
5370func_76742_bsetEnableSnow1sets enableSnow to true during biome initialization. returns BiomeGenBase.
5371func_76743_jgetFloatTemperature1Gets a floating point representation of this biome's temperature
5372func_76744_ggetIntRainfall1Gets an integer representation of this biome's rainfall
5373func_76745_msetDisableRain1Disable the rain for the biome.
5374func_76746_cgetEnableSnow1Returns true if the biome have snowfall instead a normal rain.
5375func_76747_agetSpawnableList1Returns the correspondent list of the EnumCreatureType informed.
5376func_76793_bgenStandardOre21Standard ore generation helper. Generates Lapis Lazuli.
5377func_76794_adecorate1The method that does the work of actually decorating chunks
5378func_76795_agenStandardOre11Standard ore generation helper. Generates most ores.
5379func_76796_adecorate1Decorates the world. Calls code that was formerly (pre-1.8) in ChunkProviderGenerate.populate
5380func_76797_bgenerateOres1Generates ores in the current chunk
5381func_76836_agetChunkManager1Get the world chunk manager object for a biome list.
5382func_76837_bgetBiomeGenAt1Returns the BiomeGenBase related to the x, z position from the cache.
5383func_76838_acleanupCache1Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
5384func_76839_egetCachedBiomes1Returns the array of cached biome types in the BiomeCacheBlock at the given location.
5385func_76840_agetBiomeCacheBlock1Returns a biome cache block at location specified.
5386func_76885_agetBiomeGenAt1Returns the BiomeGenBase related to the x, z position from the cache block.
5387func_76916_fgetBlockID1Gets the BlockID for this BlockEventData
5388func_76917_egetEventParameter1Get the Event Parameter (different for each BlockID,EventID)
5389func_76918_dgetEventID1Get the Event ID (different for each BlockID)
5390func_76919_agetX1Get the X coordinate.
5391func_76920_cgetZ1Get the Z coordinate.
5392func_76921_bgetY1Get the Y coordinate.
5393func_76931_agetBiomeGenAt1Return 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)
5394func_76932_agetBiomesToSpawnIn1Gets the list of valid biomes for the player to spawn in.
5395func_76933_bloadBlockGeneratorData1Returns biomes to use for the blocks and loads the other data like temperature and humidity onto the WorldChunkManager Args: oldBiomeList, x, z, width, depth
5396func_76934_bgetTemperatures1Returns a list of temperatures to use for the specified blocks. Args: listToReuse, x, y, width, length
5397func_76935_agetBiomeGenAt1Returns the BiomeGenBase related to the x, z position on the world.
5398func_76936_agetRainfall1Returns a list of rainfall values for the specified blocks. Args: listToReuse, x, z, width, length.
5399func_76937_agetBiomesForGeneration1Returns an array of biomes for the location input.
5400func_76938_bcleanupCache1Calls the WorldChunkManager's biomeCache.cleanupCache()
5401func_76940_aareBiomesViable1checks given Chunk's Biomes against List of allowed ones
5402func_76941_afindBiomePosition1Finds a valid position within a range, that is once of the listed biomes.
5403func_77124_asetCanBeCreated1Sets canBeCreated to the provided value, and returns this.
5404func_77125_eisVersioned1Returns true if this world Type has a version associated with it.
5405func_77127_agetWorldTypeName1
5406func_77129_fsetVersioned1Flags this world type as having an associated version.
5407func_77130_aparseWorldType1
5408func_77131_cgetGeneratorVersion1Returns generatorVersion.
5409func_77132_agetWorldTypeForGeneratorVersion1
5410func_77145_disCreative1Returns true if this is the CREATIVE game type
5411func_77146_agetByID1Returns the game type with the specified ID, or SURVIVAL if none found. Args: id
5412func_77147_aconfigurePlayerCapabilities1Configures the player capabilities based on the game type
5413func_77148_agetID1Returns the ID of this game type
5414func_77149_bgetName1Returns the name of this game type
5415func_77150_cisAdventure1Returns true if this is the ADVENTURE game type
5416func_77158_fgetHardcoreEnabled1Returns true if hardcore mode is enabled, otherwise false
5417func_77159_aenableBonusChest1Enables the bonus chest.
5418func_77160_dgetSeed1Get the seed of the map.
5419func_77161_agetGameTypeById1Gets the GameType by ID
5420func_77162_egetGameType1Gets the game type.
5421func_77163_iareCommandsAllowed1Returns true if Commands (cheats) are allowed.
5422func_77164_gisMapFeaturesEnabled1Get whether the map features (e.g. strongholds) generation is enabled or disabled.
5423func_77165_hgetTerrainType1
5424func_77167_cisBonusChestEnabled1Returns true if the Bonus Chest is enabled.
5425func_77175_acomparer1Compares this tick entry to another tick entry for sorting purposes. Compared first based on the scheduled time and second based on tickEntryID.
5426func_77176_asetScheduledTime1Sets the scheduled time for this tick entry
5427func_77184_bplaceInExistingPortal1Place an entity in a nearby portal which already exists.
5428func_77185_aplaceInPortal1Place an entity in a nearby portal, creating one if necessary.
5429func_77186_ccreatePortal1Create a new portal near an entity.
5430func_77188_acreatureSpecificInit1determines if a skeleton spawns on a spider, and if a sheep is a different color
5431func_77189_agetRandomSpawningPointInChunk1Given a chunk, find a random position in it.
5432func_77190_acanCreatureTypeSpawnAtLocation1Returns whether or not the specified creature type can spawn at the specified location.
5433func_77191_aperformWorldGenSpawning1Called during chunk generation to spawn initial creatures.
5434func_77271_agetChunkPosition1
5435func_77272_achunkXZ2Int1converts a chunk coordinate pair to an integer (suitable for hashing)
5436func_77273_agetCenterXPos1
5437func_77274_bgetCenterZPosition1
5438func_77278_adoExplosionA1Does the first part of the explosion (destroy blocks)
5439func_77279_adoExplosionB1Does the second part of the explosion (sound, particles, drop spawn)
5440func_77317_bgetMaxEnchantability1Returns the maximum value of enchantability nedded on the enchantment level passed.
5441func_77318_acalcModifierDamage1Calculates de damage protection of the enchantment based on level and damage source passed.
5442func_77319_dgetMinLevel1Returns the minimum level that the enchantment can have.
5443func_77321_agetMinEnchantability1Returns the minimal value of enchantability needed on the enchantment level passed.
5444func_77322_bsetName1Sets the enchantment name
5445func_77323_acalcModifierLiving1Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed.
5446func_77324_cgetWeight1
5447func_77325_bgetMaxLevel1Returns the maximum level that the enchantment can have.
5448func_77326_acanApplyTogether1Determines if the enchantment passed can be applyied together with this enchantment.
5449func_77394_agetItemToBuy1Gets the itemToBuy.
5450func_77396_bgetSecondItemToBuy1Gets secondItemToBuy.
5451func_77397_dgetItemToSell1Gets itemToSell.
5452func_77398_chasSecondItemToBuy1Gets if Villager has secondItemToBuy.
5453func_77493_acalculateModifier1Generic method use to calculate modifiers of offensive or defensive enchantment values.
5454func_77501_agetRespiration1Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
5455func_77502_dgetSilkTouchModifier1Returns the silk touch status of enchantments on current equipped item of player.
5456func_77503_cgetUnbreakingModifier1Returns the unbreaking enchantment modifier on current equipped item of player.
5457func_77504_aaddRandomEnchantment1Adds a random enchantment to the specified item. Args: random, itemStack, enchantabilityLevel
5458func_77505_bmapEnchantmentData1Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level passed.
5459func_77506_agetEnchantmentLevel1Returns the level of enchantment on the ItemStack passed.
5460func_77507_bgetKnockbackModifier1Returns the knockback value of enchantments on equipped player item.
5461func_77508_agetEnchantmentModifierDamage1Returns the modifier of protection enchantments on armors equipped on player.
5462func_77509_bgetEfficiencyModifier1Return the extra efficiency of tools based on enchantments on equipped player item.
5463func_77510_ggetAquaAffinityModifier1Returns the aqua affinity status of enchantments on current equipped item of player.
5464func_77511_agetMaxEnchantmentLevel1Returns the biggest level of the enchantment on the array of ItemStack passed.
5465func_77512_agetEnchantmentModifierLiving1Return the (magic) extra damage of the enchantments on player equipped item.
5466func_77513_bbuildEnchantmentList1Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
5467func_77514_acalcItemStackEnchantability1Returns 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)
5468func_77515_cgetFireAspectModifier1Return the fire aspect value of enchantments on equipped player item.
5469func_77516_aapplyEnchantmentModifierArray1Executes the enchantment modifier on the array of ItemStack passed.
5470func_77517_egetFortuneModifier1Returns the fortune enchantment modifier of the current equipped item of player.
5471func_77518_aapplyEnchantmentModifier1Executes the enchantment modifier on the ItemStack passed.
5472func_77519_fgetLootingModifier1Returns the looting enchantment modifier of the current equipped item of player.
5473func_77557_acanEnchantItem1Return true if the item passed can be enchanted by a enchantment of this type.
5474func_77569_amatches1Used to check if a recipe matches current crafting inventory
5475func_77570_agetRecipeSize1Returns the size of the recipe area
5476func_77571_bgetRecipeOutput1
5477func_77572_bgetCraftingResult1Returns an Item that is the result of this recipe
5478func_77573_acheckMatch1Checks if the region of a crafting inventory is match for the recipe.
5479func_77581_acompareRecipes1
5480func_77583_aaddRecipes1Adds the weapon recipes to the CraftingManager.
5481func_77586_aaddRecipes1Adds the tool recipes to the CraftingManager.
5482func_77589_aaddRecipes1Adds the crafting recipes to the CraftingManager.
5483func_77590_aaddRecipes1Adds the ingot recipes to the CraftingManager.
5484func_77592_bgetRecipeList1returns the List<> of all recipes
5485func_77593_afindMatchingRecipe1
5486func_77594_agetInstance1Returns the static instance of this class
5487func_77595_aaddRecipe1Adds a recipe. See spreadsheet on first page for details.
5488func_77596_baddShapelessRecipe1
5489func_77599_bgetSmeltingList1
5490func_77600_aaddSmelting1Adds a smelting recipe.
5491func_77602_asmelting1Used to call methods addSmelting and getSmeltingResult.
5492func_77603_bgetSmeltingResult1Returns the smelting result of an item.
5493func_77607_aaddRecipes1Adds the dye recipes to the CraftingManager.
5494func_77608_aaddRecipes1Adds the food recipes to the CraftingManager.
5495func_77609_aaddRecipes1Adds the armor recipes to the CraftingManager.
5496func_77612_lgetMaxDamage1Returns the maximum damage an item can take.
5497func_77614_kgetHasSubtypes1
5498func_77615_aonPlayerStoppedUsing1called when the player releases the use item button. Args: itemstack, world, entityplayer, itemInUseCount
5499func_77616_kisItemTool1Checks isDamagable and if it cannot be stacked
5500func_77619_bgetItemEnchantability1Return the enchantability factor of the item, most of the time is based on material.
5501func_77621_agetMovingObjectPositionFromPlayer1
5502func_77622_donCreated1Called when item is crafted/smelted. Used only by maps so far.
5503func_77625_dsetMaxStackSize1
5504func_77626_agetMaxItemUseDuration1How long it takes to use or consume an item
5505func_77627_asetHasSubtypes1
5506func_77630_hdoesContainerItemLeaveCraftingGrid1If 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.
5507func_77631_csetPotionEffect1Sets the string representing this item's effect on a potion when used as an ingredient.
5508func_77632_uisPotionIngredient1Returns true if this item serves as a potion ingredient (its ingredient information is not null).
5509func_77634_rhasContainerItem1True if this Item has a container item (a.k.a. crafting result)
5510func_77635_sgetStatName1
5511func_77638_agetStrVsBlock1Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
5512func_77639_jgetItemStackLimit1Returns the maximum size of the stack for a specific item. *Isn't this more a Set than a Get?*
5513func_77641_acanHarvestBlock1Returns if the item (tool) can harvest results from the block type.
5514func_77642_asetContainerItem1
5515func_77644_ahitEntity1Current implementations of this method in child classes do not use the entry argument beside ev. They just raise the damage on the stack.
5516func_77645_misDamageable1
5517func_77646_auseItemOnEntity1Called when a player right clicks a entity with a item.
5518func_77647_bgetMetadata1Returns the metadata of the block which this Item (ItemBlock) can place
5519func_77648_aonItemUse1Callback 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
5520func_77649_agetDamageVsEntity1Returns the damage against a given entity.
5521func_77651_pgetShareTag1If this function returns true (or the item is damageable), the ItemStack's NBT tag will be sent to the client.
5522func_77652_bsetIconCoord1
5523func_77654_bonFoodEaten1
5524func_77655_bsetItemName1set name of item from language file
5525func_77656_esetMaxDamage1set max damage of an Item
5526func_77658_agetItemName1
5527func_77659_aonItemRightClick1Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
5528func_77661_bgetItemUseAction1returns the action that specifies what animation to play when the items is being used
5529func_77663_aonUpdate1Called 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.
5530func_77664_nsetFull3D1Sets bFull3D to True and return the object.
5531func_77665_csetIconIndex1Sets the icon index for this item. Returns the item.
5532func_77666_tgetPotionEffect1Returns a string representing what this item does to a potion.
5533func_77667_cgetItemNameIS1
5534func_77668_qgetContainerItem1
5535func_77828_avalidBookTagContents1
5536func_77829_avalidBookTagPages1
5537func_77831_gisSplash1returns wether or not a potion is a throwable splash potion based on damage value
5538func_77832_lgetEffects1Returns a list of potion effects for the specified itemstack.
5539func_77834_fgetEffects1Returns a list of effects for the specified potion damage value.
5540func_77840_aspawnCreature1Spawns the creature specified by the egg's type in the location specified by the last three parameters. Parameters: world, entityID, x, y, z.
5541func_77844_asetPotionEffect1sets a potion effect on the item. Args: int potionId, int duration (will be multiplied by 20), int amplifier, float probability of effect happening
5542func_77845_hisWolfsFavoriteMeat1Whether wolves like this food (true for raw and cooked porkchop).
5543func_77846_ggetSaturationModifier1gets the saturationModifier of the ItemFood
5544func_77847_fgetHealAmount1
5545func_77848_isetAlwaysEdible1Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
5546func_77869_aplaceDoorBlock1
5547func_77871_cgetUpdatePacket1
5548func_77872_aupdateMapData1
5549func_77873_agetMapData1
5550func_77877_cgetMaxDamageArray1Returns the 'max damage' factor array for the armor, each piece of armor have a durability factor (that gets multiplied by armor material factor)
5551func_77883_fgetBlockID1Returns the blockID for this Item
5552func_77894_asetBlockNames1Sets the array of strings to be used for name lookups from item damage to metadata
5553func_77906_abrewBitOperations1Manipulates the specified bit of the potion damage value according to the rules passed from applyIngredient.
5554func_77907_hcountSetFlags1Returns the number of 1 bits in the given integer.
5555func_77910_cisFlagSet1Returns 1 if the flag is set, 0 if it is not set.
5556func_77911_acalcPotionLiquidColor1Given a {@link Collection}<{@link PotionEffect}> will return an Integer color.
5557func_77912_aparsePotionEffects1
5558func_77913_aapplyIngredient1Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
5559func_77914_acheckFlag1Checks if the bit at 1 << j is on in i.
5560func_77916_disFlagUnset1Returns 0 if the flag is set, 1 if it is not set.
5561func_77917_bgetPotionEffects1Returns a list of effects for the specified potion damage value.
5562func_77942_ohasTagCompound1Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
5563func_77944_bcopyItemStack1Creates a copy of a ItemStack, a null parameters will return a null.
5564func_77945_aupdateAnimation1Called each tick as long the ItemStack in on player inventory. Used to progress the pickup animation and update maps.
5565func_77946_lcopy1Returns a new stack with the same properties.
5566func_77948_visItemEnchanted1True if the item has enchantment data
5567func_77949_aloadItemStackFromNBT1
5568func_77950_bonFoodEaten1
5569func_77951_hisItemDamaged1returns true when a damageable item is damaged
5570func_77952_igetItemDamageForDisplay1gets the damage of an itemstack, for displaying purposes
5571func_77955_bwriteToNBT1Write the stack fields to a NBT object. Return the new NBT object.
5572func_77956_uisItemEnchantable1True if it is a tool and has no enchantments to begin with
5573func_77957_auseItemRightClick1Called 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
5574func_77958_kgetMaxDamage1Returns the max damage an item in the stack can take.
5575func_77959_disItemStackEqual1compares ItemStack argument to the instance ItemStack; returns true if both ItemStacks are equal
5576func_77960_jgetItemDamage1gets the damage of an itemstack
5577func_77961_ahitEntity1Calls the corresponding fct in di
5578func_77963_creadFromNBT1Read the stack fields from a NBT object.
5579func_77964_bsetItemDamage1Sets the item damage of the ItemStack.
5580func_77965_cisStackEqual1
5581func_77966_aaddEnchantment1Adds an enchantment with a desired level on the ItemStack.
5582func_77967_agetStrVsBlock1Returns the strength of the stack against a given block.
5583func_77969_aisItemEqual1compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
5584func_77971_agetDamageVsEntity1Returns the damage against a given entity.
5585func_77972_adamageItem1Damages the item in the ItemStack
5586func_77973_bgetItem1Returns the object corresponding to the stack.
5587func_77974_bonPlayerStoppedUsing1Called when the player releases the use item button. Args: world, entityplayer, itemInUseCount
5588func_77975_ngetItemUseAction1
5589func_77976_dgetMaxStackSize1Returns maximum size of the stack.
5590func_77977_agetItemName1
5591func_77978_pgetTagCompound1Returns the NBTTagCompound of the ItemStack.
5592func_77979_asplitStack1Remove the argument from the stack size. Return a new stack object with argument size.
5593func_77980_aonCrafting1
5594func_77981_ggetHasSubtypes1
5595func_77982_dsetTagCompound1Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
5596func_77984_fisItemStackDamageable1true if this itemStack is damageable
5597func_77985_eisStackable1Returns true if the ItemStack can hold 2 or more units of the item.
5598func_77986_qgetEnchantmentTagList1
5599func_77987_bcanHarvestBlock1Checks if the itemStack object can harvest a specified block
5600func_77988_mgetMaxItemUseDuration1
5601func_77989_bareItemStacksEqual1compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
5602func_77995_egetEnchantability1Return the natural enchantability factor of the material.
5603func_77996_dgetHarvestLevel1The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
5604func_77997_agetMaxUses1The number of uses this material allows. (wood = 59, stone = 131, iron = 250, diamond = 1561, gold = 32)
5605func_77998_bgetEfficiencyOnProperMaterial1The strength of this tool material against blocks which it is effective against.
5606func_78000_cgetDamageVsEntity1Returns the damage against a given entity.
5607func_78014_hsetNoTitle1
5608func_78022_jsetNoScrollbar1
5609func_78044_bgetDamageReductionAmount1Return 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)
5610func_78045_agetEnchantability1Return the enchantability factor of the material.
5611func_78046_agetDurability1Returns the durability for a armor slot of for this type.
5612func_78737_bgetSecondaryComponents1
5613func_78738_bcreateNextComponentRandom1
5614func_78739_agetPrimaryComponents1
5615func_78740_acreateNextComponent1
5616func_78814_agetNextComponent1
5617func_78815_agetRandomComponent1
5618func_78817_bgetNextMineShaftComponent1
5619func_78879_fgetCenterY1
5620func_78880_dgetZSize1Get dimension of the bounding box in the z direction.
5621func_78881_egetCenterX1
5622func_78882_cgetYSize1Get dimension of the bounding box in the y direction.
5623func_78883_bgetXSize1Get dimension of the bounding box in the x direction.
5624func_78884_aintersectsWith1Discover if bounding box can fit within the current bounding box object.
5625func_78885_aintersectsWith1Discover if a coordinate is inside the bounding box area.
5626func_78886_aoffset1Offsets the current bounding box by the specified coordinates. Args: x, y, z
5627func_78887_agetNewBoundingBox1returns a new StructureBoundingBox with MAX values
5628func_78888_bexpandTo1Expands a bounding box's dimensions to include the supplied bounding box.
5629func_78889_agetComponentToAddBoundingBox1used to project a possible new component Bounding Box - to check if it would cut anything already spawned
5630func_78890_bisVecInside1Discover if a coordinate is inside the bounding box volume.
5631func_78891_ggetCenterZ1
5632func_79000_aaddToOnlinePlayerList1Adds a player's name to the list of online players.
5633func_79005_dgetLogComponent1Returns a new JPanel with a new GuiStatsComponent inside.
5634func_79006_bgetStatsComponent1Returns a new JPanel with a new GuiStatsComponent inside.
5635func_79007_cgetPlayerListComponent1Returns a new JScrollPane with a new PlayerListBox inside.
5636func_79013_aupdate1Public static accessor to call updateStats.
5637func_79014_aupdateStats1Updates the stat values and calls paint to redraw the component.