Update FML for MC 1.4.5

This commit is contained in:
Christian 2012-11-16 16:31:06 -05:00
parent 6191f2530c
commit 719f5f2bde
10 changed files with 195 additions and 75 deletions

View file

@ -3,8 +3,8 @@
"modid": "mcp",
"name": "Minecraft Coder Pack",
"description": "Modding toolkit to decompile and deobfuscate the Minecraft client and server files.",
"version": "7.21",
"mcversion": "1.4.4",
"version": "7.22",
"mcversion": "1.4.5",
"logoFile": "/mcp.png",
"url": "http://mcp.ocean-labs.de/",
"updateUrl": "",

View file

@ -141,6 +141,8 @@ field_70278_an,velocityZ,2,
field_70280_j,velocityY,2,
field_70281_h,boatPitch,2,
field_70282_i,velocityX,2,
field_70284_d,shouldDropItem,2,
field_70285_b,metadata,2,
field_70286_c,fallTime,2,How long the block has been falling for.
field_70287_a,blockID,2,
field_70290_d,hoverStart,2,The EntityItem's random initial float height.
@ -447,8 +449,8 @@ field_70994_bF,slowed,2,"Activated if the dragon is flying though obsidian, whit
field_70995_bG,deathTicks,2,
field_71067_cb,experienceTotal,2,The total amount of experience the player has. This also includes the amount of experience within their Experience Bar.
field_71068_ca,experienceLevel,2,The current experience level the player is on.
field_71069_bz,inventorySlots,2,the crafting inventory in you get when opening your inventory
field_71070_bA,craftingInventory,2,the crafting inventory you are currently using
field_71069_bz,inventoryContainer,2,The Container for the player's inventory (which opens when they press E)
field_71070_bA,openContainer,2,The Container the player has open.
field_71071_by,inventory,2,Inventory of the player
field_71072_f,itemInUseCount,2,This field starts off equal to getMaxItemUseDuration and is decremented on each tick
field_71073_d,startMinecartRidingCoordinate,2,Holds the coordinate of the player when enter a minecraft to ride.
@ -698,6 +700,7 @@ field_71772_g,myServerAddress,2,
field_71773_d,connectionCounter,2,
field_71774_e,myServerSocket,2,
field_71775_b,pendingConnections,2,
field_71776_c,recentConnections,2,This map stores a list of InetAddresses and the last time which they connected at
field_71777_a,logger,2,
field_71778_h,myPort,2,
field_71781_b,parameters,2,
@ -1522,6 +1525,7 @@ field_73556_g,worldHeight,2,Defaults to 128
field_73557_d,gameType,2,
field_73558_e,dimension,2,"-1: The Nether, 0: The Overworld, 1: The End"
field_73559_b,terrainType,2,
field_73560_c,hardcoreMode,2,
field_73561_a,clientEntityId,2,The player's entity ID
field_73562_h,maxPlayers,2,The maximum players.
field_73563_d,posY,2,
@ -1745,6 +1749,7 @@ field_74001_a,message1,2,Unused class. Would contain a message drawn to the cent
field_74022_d,serverSlotContainer,2,Slot container for the server list
field_74023_b,lock,2,Lock object for use with synchronized()
field_74025_c,parentScreen,2,A reference to the screen object that created this. Used for navigating between screens.
field_74026_B,listofLanServers,2,
field_74027_a,threadsPending,2,Number of outstanding ThreadPollServers threads
field_74028_n,selectedServer,2,Index of the currently selected server
field_74029_o,buttonEdit,2,The 'Edit' button
@ -2010,6 +2015,7 @@ field_74516_a,keybindArray,2,
field_74522_a,colorBuffer,2,Float buffer used to set OpenGL material colors
field_74532_a,mc,2,A reference to the Minecraft object.
field_74533_a,enumOSMappingHelperArray,2,
field_74534_a,arguments,2,"Arguments that were passed to Minecraft.jar (username, sessionid etc)"
field_74536_a,mc,2,Minecraft instance
field_74537_a,logo,2,BufferedImage object containing the Majong logo.
field_74541_b,lineString,2,
@ -2737,9 +2743,9 @@ field_76235_G,canBurn,2,Bool defining if the block can burn or not.
field_76236_A,dragonEgg,2,
field_76237_B,portal,2,Material used for portals
field_76238_C,cake,2,"Cake's material, see BlockCake"
field_76239_H,groundCover,2,"Indicates if the material is a form of ground cover, e.g. Snow"
field_76239_H,replaceable,2,"Determines whether blocks with this material can be ""overwritten"" by other blocks when placed - eg snow, vines and tall grass."
field_76240_I,isTranslucent,2,Indicates if the material is translucent
field_76241_J,canHarvest,2,Determines if the materials is one that can be collected by the player.
field_76241_J,requiresNoTool,2,Determines if the material can be harvested without a tool (or with the wrong tool)
field_76242_K,mobilityFlag,2,"Mobility information flag. 0 indicates that this block is normal, 1 indicates that it can't push other blocks, 2 indicates that it can't be pushed."
field_76243_f,iron,2,
field_76244_g,water,2,
@ -3315,7 +3321,9 @@ field_77481_a,grassBuffer,2,Color buffer for grass
field_77482_b,syncher,2,
field_77485_a,theWorld,2,Reference to the World object.
field_77486_a,syncher,2,
field_77490_b,lanServerIpPort,2,
field_77491_c,timeLastSeen,2,Last time this LanServer was seen.
field_77492_a,lanServerMotd,2,
field_77494_b,entityLiving,2,Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
field_77495_a,livingModifier,2,Used to calculate the (magic) extra damage based on enchantments of current equipped player item.
field_77496_b,source,2,Used as parameter to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors.
@ -3339,6 +3347,8 @@ field_77546_b,firstDescriptionLine,2,First line of texture pack description (fro
field_77547_c,secondDescriptionLine,2,Second line of texture pack description (from /pack.txt) displayed in the GUI
field_77548_a,texturePackFile,2,File object for the texture pack's zip file in TexturePackCustom or the directory in TexturePackFolder.
field_77550_e,texturePackZipFile,2,ZipFile object used to access the texture pack file's contents.
field_77555_b,listOfLanServers,2,
field_77556_a,wasUpdated,2,
field_77574_d,recipeItems,2,Is a array of ItemStack that composes the recipe.
field_77575_e,recipeOutput,2,Is the ItemStack that you get when craft the recipe.
field_77576_b,recipeWidth,2,How many horizontal slots this recipe is wide.
@ -3552,6 +3562,7 @@ field_77882_bY,maxDamageArray,2,Holds the 'base' maxDamage that each armorType h
field_77885_a,blockID,2,The block ID of the Block associated with this ItemBlock
field_77889_b,theHalfSlab,2,Instance of BlockHalfSlab.
field_77890_c,theHalfSlab2,2,Instance of BlockHalfSlab.
field_77891_a,isFullBlock,2,
field_77895_b,blockNames,2,
field_77896_a,blockRef,2,
field_77918_f,speckledMelonEffect,2,
@ -4168,6 +4179,8 @@ field_82134_g,secondaryEffect,2,Secondary potion effect given by this beacon.
field_82136_e,levels,2,Level of this beacon's pyramid.
field_82139_a,effectsList,2,List of effects that Beacon can apply
field_82140_h,payment,2,Item given to this beacon as payment.
field_82155_f,isAnvil,2,
field_82157_e,isBreakingAnvil,2,
field_82172_bs,canPickUpLoot,2,Whether this entity can pick up items from the ground.
field_82173_br,swingProgressInt,2,
field_82174_bp,equipmentDropChances,2,Chances for each equipment piece from dropping when this entity dies.
@ -4181,6 +4194,7 @@ field_82192_a,mobSelector,2,Entity selector for IMob types.
field_82199_d,witchDrops,2,List of items a witch should drop on death.
field_82200_e,witchAttackTimer,2,"Timer used as interval for a witch's attack, decremented every tick if aggressive and when reaches zero the witch will throw a potion at the target entity."
field_82219_bJ,attackEntitySelector,2,Selector used to determine the entities a wither boss should attack.
field_82225_f,fuseTime,2,
field_82226_g,explosionRadius,2,Explosion radius for this creeper.
field_82234_d,conversionTime,2,Ticker used to determine the time remaining for this zombie to convert into a villager when cured.
field_82237_a,currentFlightTarget,2,randomly selected ChunkCoordinates in a 7x6x7 box around the bat (y offset -2 to 4) towards which it will fly. upon getting close a new target will be selected
@ -4215,8 +4229,10 @@ field_82320_o,theSlot,2,
field_82321_q,buttonsNotDrawn,2,
field_82322_p,beaconConfirmButton,2,
field_82323_o,beacon,2,
field_82332_a,hangingDirection,2,
field_82337_e,itemDropChance,2,Chance for this item frame's item to drop from the frame.
field_82346_a,theContainer,2,Container of this anvil's block.
field_82354_a,command,2,The command this block will execute when powered.
field_82365_a,difficulties,2,
field_82373_c,directions,2,
field_82374_e,facings,2,
@ -4251,7 +4267,7 @@ field_82510_ck,anvil,2,
field_82511_ci,woodenButton,2,
field_82512_cj,skull,2,
field_82513_cg,carrot,2,
field_82514_ch,potatoe,2,
field_82514_ch,potato,2,
field_82515_ce,cobblestoneWall,2,
field_82516_cf,flowerPot,2,
field_82517_cc,commandBlock,2,
@ -4266,11 +4282,14 @@ field_82552_a,mcServer,2,
field_82553_a,mcServer,2,
field_82555_a,mcServer,2,
field_82557_a,mcServer,2,Reference to the MinecraftServer object.
field_82564_f,showCape,2,
field_82575_g,dayTime,2,Total time for this world.
field_82576_c,generatorOptions,2,
field_82577_x,theGameRules,2,
field_82578_b,NBTTypes,2,
field_82584_b,theNBTTagCompound,2,
field_82587_b,theNBTTagCompound,2,
field_82592_a,vec3dPool,2,
field_82596_a,registryObjects,2,Objects registered on this registry.
field_82597_b,defaultObject,2,"Default object for this registry, returned when an object is not found."
field_82624_d,zPos,2,
@ -4290,6 +4309,9 @@ field_82661_d,layerMinimumY,2,
field_82662_b,layerFillBlock,2,Block type used on this set of layers.
field_82663_c,layerFillBlockMeta,2,Block metadata used on this set of laeyrs.
field_82664_a,layerCount,2,Amount of layers for this set of layers.
field_82668_f,scatteredFeatureSpawnList,2,contains possible spawns for scattered features
field_82669_g,maxDistanceBetweenScatteredFeatures,2,the maximum distance between scattered features
field_82670_h,minDistanceBetweenScatteredFeatures,2,the minimum distance between scattered features
field_82678_d,cropTypeC,2,Third crop type for this field.
field_82679_b,cropTypeA,2,First crop type for this field.
field_82680_c,cropTypeB,2,Second crop type for this field.
@ -4316,7 +4338,7 @@ field_82786_e,maxTradeUses,2,Maximum times this trade can be used.
field_82791_bT,pumpkinPie,2,
field_82792_bS,netherStar,2,
field_82793_bR,carrotOnAStick,2,
field_82794_bL,potatoe,2,
field_82794_bL,potato,2,
field_82795_bM,bakedPotato,2,
field_82796_bJ,flowerPot,2,
field_82797_bK,carrot,2,

1 searge name side desc
141 field_70280_j velocityY 2
142 field_70281_h boatPitch 2
143 field_70282_i velocityX 2
144 field_70284_d shouldDropItem 2
145 field_70285_b metadata 2
146 field_70286_c fallTime 2 How long the block has been falling for.
147 field_70287_a blockID 2
148 field_70290_d hoverStart 2 The EntityItem's random initial float height.
449 field_70995_bG deathTicks 2
450 field_71067_cb experienceTotal 2 The total amount of experience the player has. This also includes the amount of experience within their Experience Bar.
451 field_71068_ca experienceLevel 2 The current experience level the player is on.
452 field_71069_bz inventorySlots inventoryContainer 2 the crafting inventory in you get when opening your inventory The Container for the player's inventory (which opens when they press E)
453 field_71070_bA craftingInventory openContainer 2 the crafting inventory you are currently using The Container the player has open.
454 field_71071_by inventory 2 Inventory of the player
455 field_71072_f itemInUseCount 2 This field starts off equal to getMaxItemUseDuration and is decremented on each tick
456 field_71073_d startMinecartRidingCoordinate 2 Holds the coordinate of the player when enter a minecraft to ride.
700 field_71773_d connectionCounter 2
701 field_71774_e myServerSocket 2
702 field_71775_b pendingConnections 2
703 field_71776_c recentConnections 2 This map stores a list of InetAddresses and the last time which they connected at
704 field_71777_a logger 2
705 field_71778_h myPort 2
706 field_71781_b parameters 2
1525 field_73557_d gameType 2
1526 field_73558_e dimension 2 -1: The Nether, 0: The Overworld, 1: The End
1527 field_73559_b terrainType 2
1528 field_73560_c hardcoreMode 2
1529 field_73561_a clientEntityId 2 The player's entity ID
1530 field_73562_h maxPlayers 2 The maximum players.
1531 field_73563_d posY 2
1749 field_74022_d serverSlotContainer 2 Slot container for the server list
1750 field_74023_b lock 2 Lock object for use with synchronized()
1751 field_74025_c parentScreen 2 A reference to the screen object that created this. Used for navigating between screens.
1752 field_74026_B listofLanServers 2
1753 field_74027_a threadsPending 2 Number of outstanding ThreadPollServers threads
1754 field_74028_n selectedServer 2 Index of the currently selected server
1755 field_74029_o buttonEdit 2 The 'Edit' button
2015 field_74522_a colorBuffer 2 Float buffer used to set OpenGL material colors
2016 field_74532_a mc 2 A reference to the Minecraft object.
2017 field_74533_a enumOSMappingHelperArray 2
2018 field_74534_a arguments 2 Arguments that were passed to Minecraft.jar (username, sessionid etc)
2019 field_74536_a mc 2 Minecraft instance
2020 field_74537_a logo 2 BufferedImage object containing the Majong logo.
2021 field_74541_b lineString 2
2743 field_76236_A dragonEgg 2
2744 field_76237_B portal 2 Material used for portals
2745 field_76238_C cake 2 Cake's material, see BlockCake
2746 field_76239_H groundCover replaceable 2 Indicates if the material is a form of ground cover, e.g. Snow Determines whether blocks with this material can be "overwritten" by other blocks when placed - eg snow, vines and tall grass.
2747 field_76240_I isTranslucent 2 Indicates if the material is translucent
2748 field_76241_J canHarvest requiresNoTool 2 Determines if the materials is one that can be collected by the player. Determines if the material can be harvested without a tool (or with the wrong tool)
2749 field_76242_K mobilityFlag 2 Mobility information flag. 0 indicates that this block is normal, 1 indicates that it can't push other blocks, 2 indicates that it can't be pushed.
2750 field_76243_f iron 2
2751 field_76244_g water 2
3321 field_77482_b syncher 2
3322 field_77485_a theWorld 2 Reference to the World object.
3323 field_77486_a syncher 2
3324 field_77490_b lanServerIpPort 2
3325 field_77491_c timeLastSeen 2 Last time this LanServer was seen.
3326 field_77492_a lanServerMotd 2
3327 field_77494_b entityLiving 2 Used as parameter to calculate the (magic) extra damage based on enchantments of current equipped player item.
3328 field_77495_a livingModifier 2 Used to calculate the (magic) extra damage based on enchantments of current equipped player item.
3329 field_77496_b source 2 Used as parameter to calculate the damage modifier (extra armor) on enchantments that the player have on equipped armors.
3347 field_77547_c secondDescriptionLine 2 Second line of texture pack description (from /pack.txt) displayed in the GUI
3348 field_77548_a texturePackFile 2 File object for the texture pack's zip file in TexturePackCustom or the directory in TexturePackFolder.
3349 field_77550_e texturePackZipFile 2 ZipFile object used to access the texture pack file's contents.
3350 field_77555_b listOfLanServers 2
3351 field_77556_a wasUpdated 2
3352 field_77574_d recipeItems 2 Is a array of ItemStack that composes the recipe.
3353 field_77575_e recipeOutput 2 Is the ItemStack that you get when craft the recipe.
3354 field_77576_b recipeWidth 2 How many horizontal slots this recipe is wide.
3562 field_77885_a blockID 2 The block ID of the Block associated with this ItemBlock
3563 field_77889_b theHalfSlab 2 Instance of BlockHalfSlab.
3564 field_77890_c theHalfSlab2 2 Instance of BlockHalfSlab.
3565 field_77891_a isFullBlock 2
3566 field_77895_b blockNames 2
3567 field_77896_a blockRef 2
3568 field_77918_f speckledMelonEffect 2
4179 field_82136_e levels 2 Level of this beacon's pyramid.
4180 field_82139_a effectsList 2 List of effects that Beacon can apply
4181 field_82140_h payment 2 Item given to this beacon as payment.
4182 field_82155_f isAnvil 2
4183 field_82157_e isBreakingAnvil 2
4184 field_82172_bs canPickUpLoot 2 Whether this entity can pick up items from the ground.
4185 field_82173_br swingProgressInt 2
4186 field_82174_bp equipmentDropChances 2 Chances for each equipment piece from dropping when this entity dies.
4194 field_82199_d witchDrops 2 List of items a witch should drop on death.
4195 field_82200_e witchAttackTimer 2 Timer used as interval for a witch's attack, decremented every tick if aggressive and when reaches zero the witch will throw a potion at the target entity.
4196 field_82219_bJ attackEntitySelector 2 Selector used to determine the entities a wither boss should attack.
4197 field_82225_f fuseTime 2
4198 field_82226_g explosionRadius 2 Explosion radius for this creeper.
4199 field_82234_d conversionTime 2 Ticker used to determine the time remaining for this zombie to convert into a villager when cured.
4200 field_82237_a currentFlightTarget 2 randomly selected ChunkCoordinates in a 7x6x7 box around the bat (y offset -2 to 4) towards which it will fly. upon getting close a new target will be selected
4229 field_82321_q buttonsNotDrawn 2
4230 field_82322_p beaconConfirmButton 2
4231 field_82323_o beacon 2
4232 field_82332_a hangingDirection 2
4233 field_82337_e itemDropChance 2 Chance for this item frame's item to drop from the frame.
4234 field_82346_a theContainer 2 Container of this anvil's block.
4235 field_82354_a command 2 The command this block will execute when powered.
4236 field_82365_a difficulties 2
4237 field_82373_c directions 2
4238 field_82374_e facings 2
4267 field_82511_ci woodenButton 2
4268 field_82512_cj skull 2
4269 field_82513_cg carrot 2
4270 field_82514_ch potatoe potato 2
4271 field_82515_ce cobblestoneWall 2
4272 field_82516_cf flowerPot 2
4273 field_82517_cc commandBlock 2
4282 field_82553_a mcServer 2
4283 field_82555_a mcServer 2
4284 field_82557_a mcServer 2 Reference to the MinecraftServer object.
4285 field_82564_f showCape 2
4286 field_82575_g dayTime 2 Total time for this world.
4287 field_82576_c generatorOptions 2
4288 field_82577_x theGameRules 2
4289 field_82578_b NBTTypes 2
4290 field_82584_b theNBTTagCompound 2
4291 field_82587_b theNBTTagCompound 2
4292 field_82592_a vec3dPool 2
4293 field_82596_a registryObjects 2 Objects registered on this registry.
4294 field_82597_b defaultObject 2 Default object for this registry, returned when an object is not found.
4295 field_82624_d zPos 2
4309 field_82662_b layerFillBlock 2 Block type used on this set of layers.
4310 field_82663_c layerFillBlockMeta 2 Block metadata used on this set of laeyrs.
4311 field_82664_a layerCount 2 Amount of layers for this set of layers.
4312 field_82668_f scatteredFeatureSpawnList 2 contains possible spawns for scattered features
4313 field_82669_g maxDistanceBetweenScatteredFeatures 2 the maximum distance between scattered features
4314 field_82670_h minDistanceBetweenScatteredFeatures 2 the minimum distance between scattered features
4315 field_82678_d cropTypeC 2 Third crop type for this field.
4316 field_82679_b cropTypeA 2 First crop type for this field.
4317 field_82680_c cropTypeB 2 Second crop type for this field.
4338 field_82791_bT pumpkinPie 2
4339 field_82792_bS netherStar 2
4340 field_82793_bR carrotOnAStick 2
4341 field_82794_bL potatoe potato 2
4342 field_82795_bM bakedPotato 2
4343 field_82796_bJ flowerPot 2
4344 field_82797_bK carrot 2

View file

@ -36,8 +36,8 @@ DirNatives = %(DirJars)s/bin/natives
Client = %(DirJars)s/bin/minecraft.jar
Server = %(DirJars)s/minecraft_server.jar
LWJGL = %(DirJars)s/bin/jinput.jar,%(DirJars)s/bin/lwjgl.jar,%(DirJars)s/bin/lwjgl_util.jar
MD5Client = 7aa46c8058cba2f38e9d2ddddcc77c72
MD5Server = b5feed15df1db87c9aaf78dcefad513d
MD5Client = 469c9743ba88b7aa498769db75e31b1c
MD5Server = c6f1b976385db8bb502902c57458be00
[RETROGUARD]
Location = %(DirRuntime)s/bin/retroguard.jar
@ -123,8 +123,8 @@ LogFile = %(DirLogs)s/mcp.log
LogFileErr = %(DirLogs)s/mcperr.log
UpdateUrl =
IgnoreUpdate = %(DirBin)s,%(DirLib)s,%(DirLogs)s,%(DirModSrc)s,%(DirReobf)s,%(DirSrc)s,%(DirTemp)s,%(DirEclipse)s/Client/bin,%(DirEclipse)s/Server/bin,%(DirJars)s/world,%(DirJars)s/saves,%(DirJars)s/resources
RGIndex = 90000
ParamIndex = 7000
RGIndex = 90900
ParamIndex = 7090
[ASTYLE]
AstyleConfig = %(DirConf)s/astyle.cfg

View file

@ -76,6 +76,7 @@ func_70075_an,canAttackWithItem,2,"If returns false, the item will not inflict a
func_70076_C,kill,2,sets the dead flag. Used when you fall off the bottom of the world.
func_70077_a,onStruckByLightning,2,Called when a lightning bolt hits the entity.
func_70078_a,mountEntity,2,"Called when a player mounts an entity. e.g. mounts a pig, mounts a boat."
func_70079_am,setRotationYawHead,2,
func_70080_a,setPositionAndRotation,2,"Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch"
func_70081_e,dealFireDamage,2,Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
func_70082_c,setAngles,2,"Adds 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."
@ -337,7 +338,7 @@ func_70682_h,decreaseAirSupply,2,Decrements the entity's air supply when underwa
func_70683_ar,getJumpHelper,2,
func_70684_aJ,isPlayer,2,Only use is to identify if class is an instance of player for experience dropping
func_70685_l,canEntityBeSeen,2,returns true if the entity provided in the argument can be seen. (Raytrace)
func_70686_a,isExplosiveMob,2,
func_70686_a,canAttackClass,2,Returns true if this entity can attack entities of the specified class.
func_70687_e,isPotionApplicable,2,
func_70688_c,onFinishedPotionEffect,2,
func_70689_ay,getAIMoveSpeed,2,the movespeed used for the new AI system
@ -378,14 +379,14 @@ func_70824_q,getCarryingData,2,Get the metadata of the block an enderman carries
func_70825_j,teleportTo,2,Teleport the enderman
func_70829_a,setCreeperState,2,"Sets the state of creeper, -1 to idle and 1 to be 'in fuse'"
func_70830_n,getPowered,2,Returns true if the creeper is powered by a lightning bolt.
func_70831_j,setCreeperFlashTime,2,Connects the the creeper flashes to the creeper's color multiplier
func_70831_j,getCreeperFlashIntensity,2,Params: (Float)Render tick. Returns the intensity of the creeper's flash when it is ignited.
func_70832_p,getCreeperState,2,"Returns the current state of creeper, -1 is idle, 1 is 'in fuse'"
func_70835_c,becomeAngryAt,2,Causes this PigZombie to become angry at the supplied Entity (which will be a player).
func_70839_e,setBesideClimbableBlock,2,"Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false."
func_70840_n,spiderScaleAmount,2,How large the spider should be scaled.
func_70841_p,isBesideClimbableBlock,2,Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
func_70849_f,setBit1FlagTo,2,
func_70850_q,getBit1Flag,2,
func_70849_f,setPlayerCreated,2,
func_70850_q,isPlayerCreated,2,
func_70851_e,setHoldingRose,2,
func_70852_n,getVillage,2,
func_70853_p,getHoldRoseTick,2,
@ -452,7 +453,7 @@ func_70973_b,simplifyAngle,2,Simplifies the value of a number by adding/subtract
func_70974_a,getMovementOffsets,2,"Returns 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."
func_70975_a,createEnderPortal,2,Creates the ender portal leading back to the normal world after defeating the enderdragon.
func_70996_bM,shouldHeal,2,Checks if the player's health is not full and not zero.
func_70997_bJ,getSpawnChunk,2,Returns the coordinates to respawn the player based on last bed that the player sleep.
func_70997_bJ,getBedLocation,2,"Returns the location of the bed the player will respawn at, or null if the player has not slept in a bed."
func_70998_m,interactWith,2,
func_70999_a,wakeUpPlayer,2,Wake up the player if they're sleeping.
func_71000_j,addMovementStat,2,"Adds a value to a movement statistic field - like run, walk, swin or climb."
@ -517,9 +518,9 @@ func_71063_a,setSpawnChunk,2,Defines a spawn coordinate to player spawn. Used by
func_71064_a,addStat,2,Adds a value to a statistic field.
func_71065_l,isInBed,2,Checks if the player is currently in a bed
func_71110_a,sendContainerAndContentsToPlayer,2,
func_71111_a,updateCraftingInventorySlot,2,inform the player of a change in a single slot
func_71112_a,updateCraftingInventoryInfo,2,send information about the crafting inventory to the client(currently only for furnace times)
func_71113_k,sendInventoryToPlayer,2,
func_71111_a,sendSlotContents,2,"Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents"
func_71112_a,sendProgressBarUpdate,2,"Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP."
func_71113_k,updateHeldItem,2,updates item held by mouse
func_71115_a,requestTexturePackLoad,2,on recieving this message the client (if permission is given) will download the requested textures
func_71116_b,addSelfToInternalCraftingInventory,2,
func_71117_bO,incrementWindowID,2,
@ -720,6 +721,7 @@ func_71500_a,addCrashSectionCallable,2,Adds a Crashreport section with the given
func_71501_a,getDescription,2,Returns the description of the Crash Report.
func_71502_e,getCompleteReport,2,"Gets the complete report with headers, stack trace, and different sections as a string."
func_71503_h,getWittyComment,2,Gets a random witty comment for inclusion in this CrashReport
func_71504_g,populateEnvironment,2,Populates this crash report with initial information about the running server and operating system / java environment
func_71505_b,getCrashCause,2,Returns the Throwable object that is the cause for the crash and Crash Report.
func_71506_a,getSectionsInStringBuilder,2,Gets the various sections of the crash report into the given StringBuilder
func_71507_a,addCrashSection,2,Adds a Crashreport section with the given name with the given value (convered .toString())
@ -771,7 +773,7 @@ func_71566_a,isAllowedCharacter,2,
func_71569_e,getDistanceSquared,2,Returns the squared distance between this coordinates and the coordinates given as argument.
func_71570_a,compareChunkCoordinate,2,Compare the coordinate with another coordinate
func_71571_b,set,2,
func_71575_a,getTheReportedExceptionCrashReport,2,Gets the CrashReport Instance.
func_71575_a,getCrashReport,2,Gets the CrashReport wrapped by this exception.
func_71606_a,toASN1Primitive,2,
func_71607_a,asn1Equals,2,
func_71742_a,getType,2,
@ -802,7 +804,7 @@ func_71851_a,getBlockTextureFromSide,2,Returns the block texture based on the si
func_71852_a,breakBlock,2,"ejects contained items into the world, and notifies neighbours of an update, as appropriate"
func_71853_i,canProvidePower,2,Can this block provide power. Only wire currently seems to have this change based on its state.
func_71854_d,canBlockStay,2,Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
func_71855_c,isIndirectlyPoweringTo,2,Is this block indirectly powering the block on the specified side
func_71855_c,isProvidingStrongPower,2,"Returns true if the block is emitting direct/strong redstone power on the specified side. Args: World, X, Y, Z, side"
func_71856_s_,getRenderBlockPass,2,Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
func_71857_b,getRenderType,2,The type of render function that is called for this block
func_71858_a,getBlockTextureFromSideAndMetadata,2,"From the specified side and block metadata retrieves the blocks texture. Args: side, metadata"
@ -812,7 +814,7 @@ func_71861_g,onBlockAdded,2,"Called whenever the block is added into the world.
func_71862_a,randomDisplayTick,2,A randomly called display update to be able to add particles or other items for display
func_71863_a,onNeighborBlockChange,2,"Lets 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"
func_71864_b,setBlockName,2,set name of block from language file
func_71865_a,isPoweringTo,2,Is this block powering the block on the specified side
func_71865_a,isProvidingWeakPower,2,"Returns true if the block is emitting indirect/weak redstone power on the specified side. If isBlockNormalCube returns true, standard redstone propagation rules will apply instead and this will not be called. Args: World, X, Y, Z, side"
func_71866_a,onFallenUpon,2,Block's chance to react to an entity falling on it.
func_71867_k,onBlockDestroyedByExplosion,2,Called upon the block being destroyed by an explosion
func_71868_h,setLightOpacity,2,Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
@ -1255,6 +1257,7 @@ func_72687_a,flagChunkForUpdate,2,"the ""PlayerInstance""/ chunkWatcher will sen
func_72688_a,getWorldServer,2,
func_72689_b,getChunkWatchers,2,
func_72690_a,getOrCreateChunkWatcher,2,
func_72691_b,filterChunkLoadQueue,2,Removes all chunks from the given player's chunk load queue that are not in viewing range of the player.
func_72692_a,getWorldServer,2,
func_72693_b,updatePlayerInstances,2,updates all the player instances that need to be updated
func_72694_a,isPlayerWatchingChunk,2,
@ -1264,11 +1267,11 @@ func_72703_a,obtainEntitySkin,2,"Start the skin for this entity downloading, if
func_72704_a,playSound,2,"Plays the specified sound. Arg: soundName, x, y, z, volume, pitch"
func_72705_a,destroyBlockPartially,2,Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
func_72706_a,playAuxSFX,2,"Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc)."
func_72707_a,markBlockRangeNeedsUpdate,2,"Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_72707_a,markBlockRangeForRenderUpdate,2,"On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z"
func_72708_a,spawnParticle,2,"Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ"
func_72709_b,releaseEntitySkin,2,Decrement the reference counter for this entity's skin image data
func_72710_a,markBlockNeedsUpdate,2,"Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z"
func_72711_b,markBlockNeedsUpdate2,2,As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate
func_72710_a,markBlockForUpdate,2,"On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z"
func_72711_b,markBlockForRenderUpdate,2,"On the client, re-renders this block. On the server, does nothing. Used for lighting updates."
func_72712_a,loadRenderers,2,Loads all the renderers and sets up the basic settings usage
func_72713_a,renderEntities,2,"Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime"
func_72714_a,renderSky,2,Renders the sky with the partial tick time. Args: partialTickTime
@ -1343,7 +1346,7 @@ func_72841_b,getUniqueDataId,2,Returns an unique new data id from the MapStorage
func_72842_a,getBlockDensity,2,"Gets the percentage of real blocks within within a bounding box, along a specified vector."
func_72843_D,setRandomSeed,2,puts the World Random seed to a specific state dependant on the inputs
func_72844_a,getEntityPathToXYZ,2,
func_72845_h,markBlockNeedsUpdate,2,"Marks the block as needing an update with the renderer. Args: x, y, z"
func_72845_h,markBlockForUpdate,2,"On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z"
func_72846_b,getClosestVulnerablePlayer,2,"Returns the closest vulnerable player within the given radius, or null if none is found."
func_72847_b,releaseEntitySkin,2,Decrement the reference counter for this entity's skin image data
func_72848_b,removeWorldAccess,2,Removes a worldAccess from the worldAccesses object
@ -1360,7 +1363,7 @@ func_72858_w,canSnowAt,2,Tests whether or not snow can be placed at a given loca
func_72859_e,setBlockWithNotify,2,"Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID"
func_72860_G,getSaveHandler,2,Returns this world's current save handler
func_72861_E,getSpawnPoint,2,Returns the coordinates of the spawn point
func_72862_i,markBlockAsNeedsUpdate,2,calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world
func_72862_i,markBlockForRenderUpdate2,2,"On the client, re-renders this block. On the server, does nothing. Appears to be redundant."
func_72863_F,getChunkProvider,2,gets the IChunkProvider this world uses.
func_72864_z,isBlockIndirectlyGettingPowered,2,"Used 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"
func_72865_a,getPathEntityToEntity,2,
@ -1400,14 +1403,14 @@ func_72898_h,notifyBlocksOfNeighborChange,2,"Notifies neighboring blocks that th
func_72899_e,blockExists,2,"Returns whether a block exists at world coordinates x, y, z"
func_72900_e,setEntityDead,2,"Dismounts 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."
func_72901_a,rayTraceBlocks_do,2,
func_72902_n,markBlockNeedsUpdateForAll,2,all WorldAcceses mark this block as dirty
func_72902_n,markBlockForRenderUpdate,2,"On the client, re-renders this block. On the server, does nothing. Used for lighting updates."
func_72903_x,setActivePlayerChunksAndCheckLight,2,
func_72904_c,checkChunksExist,2,"Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ"
func_72905_C,getSeed,2,Retrieve the world seed from level.dat
func_72906_B,checkSessionLock,2,Checks whether the session lock file was modified by another process
func_72907_a,countEntities,2,Counts how many entities of an entity class exist in the world. Args: entityClass
func_72908_a,playSoundEffect,2,"Play 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."
func_72909_d,markBlocksDirty,2,
func_72909_d,markBlockRangeForRenderUpdate,2,"On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z"
func_72910_y,getLoadedEntityList,2,Accessor for world Loaded Entity List
func_72911_I,isThundering,2,Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
func_72912_H,getWorldInfo,2,Gets the World's WorldInfo instance
@ -1783,11 +1786,16 @@ func_73970_b,drawPanorama,2,Draws the main menu panorama
func_73971_c,renderSkybox,2,Renders the skybox in the main menu
func_73972_b,addDemoButtons,2,Adds Demo buttons on Main Menu for players who are playing Demo.
func_73985_g,respawnPlayer,2,Respawns the player.
func_74002_a,connectToServer,2,
func_74003_b,getListOfLanServers,2,
func_74004_a,joinServer,2,Join server by slot index
func_74005_e,getButtonEdit,2,Return buttonEdit GuiButton
func_74006_a,getInternetServerList,2,
func_74014_d,getButtonSelect,2,Return buttonSelect GuiButton
func_74015_a,getAndSetSelectedServer,2,
func_74016_g,initGuiControls,2,Populate the GuiScreen controlList
func_74019_f,getButtonDelete,2,Return buttonDelete GuiButton
func_74020_c,getSelectedServer,2,
func_74042_b,getDoneButton,2,Returns the private doneButton field.
func_74043_a,getGameSettings,2,Gets the relevant instance of GameSettings. Synthetic method for use in GuiSlotLanguage
func_74059_d,getRenameButton,2,returns the rename button
@ -2261,6 +2269,7 @@ func_75217_a,isSlotInInventory,2,returns true if this slot is in par2 of par1
func_75218_e,onSlotChanged,2,Called when the stack in a Slot changes
func_75219_a,getSlotStackLimit,2,"Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)"
func_75220_a,onSlotChange,2,"if par2 has more items than par1, onCrafting(item,countIncrease) is called"
func_75243_a_,canHoldPotion,2,Returns true if this itemstack can be filled with a potion
func_75246_d,updateTask,2,Updates the task
func_75247_h,getMutexBits,2,"Get 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."
func_75248_a,setMutexBits,2,"Sets 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."
@ -2272,6 +2281,7 @@ func_75253_b,continueExecuting,2,Returns whether an in-progress EntityAIBase sho
func_75270_a,setSitting,2,Sets the sitting flag.
func_75296_a,isSuitableTarget,2,A method used to see if an entity is a suitable target through a number of checks.
func_75349_a,findUsableDoor,2,Determines if a door can be broken with AI.
func_75362_f,getEatGrassTick,2,
func_75366_f,findPossibleShelter,2,
func_75382_a,hasPlayerGotBoneInHand,2,Gets if the Player has the Bone in the hand.
func_75388_i,spawnBaby,2,Spawns a baby animal of the same type.
@ -2506,6 +2516,7 @@ func_75912_b,choose,2,randomly choose between the four args
func_75913_a,choose,2,randomly choose between the two args
func_75917_a,choose,2,Chooses one of the two inputs randomly.
func_75918_d,initCraftableStats,2,Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
func_75919_a,nopInit,2,This method simply NOPs. It is presumably used to call the static constructors on server start.
func_75920_a,initUsableStats,2,Initializes statistic fields related to usable items and blocks.
func_75921_a,initMinableStats,2,Initializes statistic fields related to minable items and blocks.
func_75922_b,initBreakableStats,2,Initializes statistic fields related to breakable items and blocks.
@ -2634,22 +2645,23 @@ func_76187_b,writeToNBT,2,"write data to NBTTagCompound from this MapDataBase, s
func_76188_b,isDirty,2,Whether this MapDataBase needs saving to disk.
func_76191_a,updateVisiblePlayers,2,Adds the player passed to the list of visible players and checks to see which players are visible
func_76192_a,updateMPMapData,2,Updates the client's map with information from other players in MP
func_76194_a,setColumnDirty,2,"Marks a vertical range of pixels as being modified so they will be resent to clients. Parameters: X, lowest Y, highest Y"
func_76204_a,getPlayersOnMap,2,"returns 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"
func_76217_h,getCanBurn,2,Returns if the block can burn or not.
func_76218_k,isOpaque,2,Indicate if the material is opaque
func_76219_n,setNoPushMobility,2,"This type of material can't be pushed, but pistons can move over it."
func_76220_a,isSolid,2,
func_76221_f,setNoHarvest,2,Disables the ability to harvest this material.
func_76222_j,isGroundCover,2,"Return whether the material is a form of ground cover, e.g. Snow"
func_76221_f,setRequiresTool,2,Makes blocks with this material require the correct tool to be harvested.
func_76222_j,isReplaceable,2,"Returns whether the material can be replaced by other blocks when placed - eg snow, vines and tall grass."
func_76223_p,setTranslucent,2,Marks the material as translucent
func_76224_d,isLiquid,2,Returns if blocks of these materials are liquids.
func_76225_o,setImmovableMobility,2,"This type of material can't be pushed, and pistons are blocked to move."
func_76226_g,setBurning,2,Set the canBurn bool to True and return the current object.
func_76227_m,getMaterialMobility,2,"Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons."
func_76228_b,getCanBlockGrass,2,Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
func_76229_l,isHarvestable,2,Returns true if material can be harvested by player.
func_76229_l,isToolNotRequired,2,Returns true if the material can be harvested without a tool (or with the wrong tool)
func_76230_c,blocksMovement,2,Returns if this material is considered solid or not
func_76231_i,setGroundCover,2,"Sets the material as a form of ground cover, e.g. Snow"
func_76231_i,setReplaceable,2,Sets {@link #replaceable} to true.
func_76269_a,getRandomItem,2,"Returns a random choice from the input array of items, with a total weight value."
func_76270_a,getTotalWeight,2,Returns the total weight of all items in a array.
func_76271_a,getRandomItem,2,Returns a random choice from the input items.
@ -2758,7 +2770,7 @@ func_76550_a,createOrLoadRegionFile,2,
func_76551_a,clearRegionFileReferences,2,Saves the current Chunk Map Cache
func_76552_d,getChunkOutputStream,2,"Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ"
func_76554_h,getEntrancePortalLocation,2,Gets the hard-coded portal location to use when entering this dimension.
func_76555_c,getChunkProvider,2,Returns the chunk provider back for the world provider
func_76555_c,createChunkGenerator,2,Returns a new chunk provider which generates chunks for this world
func_76556_a,generateLightBrightnessTable,2,Creates the light to brightness table
func_76557_i,getAverageGroundLevel,2,
func_76558_a,registerWorld,2,"associate an existing world with a World provider, and setup its lightbrightness table"
@ -3164,7 +3176,7 @@ func_77458_a,getRandomSoundFromSoundPool,2,"gets a random sound from the specifi
func_77459_a,addSound,2,Adds a sound to this sound pool.
func_77460_a,getRandomSound,2,Gets a random SoundPoolEntry.
func_77466_a,getFoliageColorPine,2,Gets the foliage color for pine type (metadata 1) trees
func_77467_a,getFoilageBiomeColorizer,2,
func_77467_a,setFoliageBiomeColorizer,2,
func_77468_c,getFoliageColorBasic,2,
func_77469_b,getFoliageColorBirch,2,Gets the foliage color for birch type (metadata 2) trees
func_77470_a,getFoliageColor,2,"Gets foliage color from temperature and humidity. Args: temperature, humidity"
@ -3175,6 +3187,8 @@ func_77475_a,setLightmapTextureCoords,2,Sets the current coordinates of the give
func_77479_a,setGrassBiomeColorizer,2,
func_77480_a,getGrassColor,2,"Gets grass color from temperature and humidity. Args: temperature, humidity"
func_77484_a,getWorldEntitiesAsString,2,
func_77487_a,getServerMotd,2,
func_77488_b,getServerIpPort,2,
func_77489_c,updateLastSeen,2,Updates the time this LanServer was last seen.
func_77493_a,calculateModifier,2,Generic method use to calculate modifiers of offensive or defensive enchantment values.
func_77501_a,getRespiration,2,Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
@ -3196,6 +3210,8 @@ func_77516_a,applyEnchantmentModifierArray,2,Executes the enchantment modifier o
func_77517_e,getFortuneModifier,2,Returns the fortune enchantment modifier of the current equipped item of player.
func_77518_a,applyEnchantmentModifier,2,Executes the enchantment modifier on the ItemStack passed.
func_77519_f,getLootingModifier,2,Returns the looting enchantment modifier of the current equipped item of player.
func_77523_b,getAdFromPingResponse,2,
func_77524_a,getMotdFromPingResponse,2,
func_77525_a,getPingResponse,2,
func_77531_d,getFirstDescriptionLine,2,Get the first line of the texture pack description (read from the pack.txt file)
func_77532_a,getResourceAsStream,2,Gives a texture resource as InputStream.
@ -3209,6 +3225,9 @@ func_77539_g,loadThumbnailImage,2,Load and initialize thumbnailImage from the th
func_77540_a,loadDescription,2,Load texture pack description from /pack.txt file in the texture pack
func_77541_b,trimStringToGUIWidth,2,Truncate strings to at most 34 characters. Truncates description lines
func_77549_g,openTexturePackFile,2,Open the texture pack's file and initialize texturePackZipFile
func_77552_b,setWasNotUpdated,2,
func_77553_a,getWasUpdated,2,
func_77554_c,getLanServers,2,
func_77557_a,canEnchantItem,2,Return true if the item passed can be enchanted by a enchantment of this type.
func_77569_a,matches,2,Used to check if a recipe matches current crafting inventory
func_77570_a,getRecipeSize,2,Returns the size of the recipe area
@ -3360,6 +3379,7 @@ func_77979_a,splitStack,2,Remove the argument from the stack size. Return a new
func_77980_a,onCrafting,2,
func_77981_g,getHasSubtypes,2,
func_77982_d,setTagCompound,2,"Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it."
func_77983_a,setTagInfo,2,
func_77984_f,isItemStackDamageable,2,true if this itemStack is damageable
func_77985_e,isStackable,2,Returns true if the ItemStack can hold 2 or more units of the item.
func_77986_q,getEnchantmentTagList,2,
@ -3643,6 +3663,7 @@ func_78856_c,countServers,2,Counts the number of ServerData instances in the lis
func_78857_a,swapServers,2,"Takes two list indexes, and swaps their order around."
func_78861_a,getIP,2,
func_78862_a,parseIntWithDefault,2,
func_78863_b,getServerAddress,2,"Returns a server's address and port for the specified hostname, looking up the SRV record if possible"
func_78864_b,getPort,2,
func_78867_a,addBlockHitEffects,2,"Adds block hit particles for the specified block. Args: x, y, z, sideHit"
func_78868_a,updateEffects,2,
@ -3690,17 +3711,23 @@ func_79014_a,updateStats,2,Updates the stat values and calls paint to redraw the
func_80003_ah,getPlayerUsageSnooper,2,
func_80006_f,getUniqueID,2,
func_80007_l,getDimensionName,2,"Returns the dimension's name, e.g. ""The End"", ""Nether"", or ""Overworld""."
func_82011_an,enableGui,2,
func_82114_b,getPlayerCoordinates,2,Return the coordinates for this player as ChunkCoordinates.
func_82126_i,getPrimaryEffect,2,Return the primary potion effect given by this beacon.
func_82129_c,setLevels,2,Set the levels of this beacon's pyramid.
func_82130_k,getLevels,2,Return the levels of this beacon's pyramid.
func_82132_j,getSecondaryEffect,2,Return the secondary potion effect given by this beacon.
func_82141_a,copyDataFrom,2,"Copies important data from another entity to this entity. Used when teleporting entities between worlds, as this actually deletes the teleporting entity and re-creates it on the other side. Params: Entity to copy from, unused (always true)"
func_82142_c,setHasActivePotion,2,
func_82144_au,doesEntityNotTriggerPressurePlate,2,Return whether this entity should NOT trigger a pressure plate or a tripwire.
func_82145_z,getMaxInPortalTime,2,Return the amount of time this entity should stay in a portal before being transported.
func_82147_ab,getPortalCooldown,2,Return the amount of cooldown before this entity can use a portal again.
func_82150_aj,getHasActivePotion,2,
func_82154_e,setIsAnvil,2,
func_82160_b,dropEquipment,2,Drop the equipment for this entity.
func_82161_a,getArmorItemForSlot,2,"Params: Armor slot, Item tier"
func_82163_bD,initCreature,2,Initialize this creature.
func_82165_m,isPotionActive,2,
func_82166_i,getArmSwingAnimationEnd,2,"Returns an integer indicating the end point of the swing animation, used by {@link #swingProgress} to provide a progress indicator. Takes dig speed enchantments into account."
func_82167_n,collideWithEntity,2,
func_82168_bl,updateArmSwingProgress,2,Updates the arm swing progress counters and animation progress
@ -3720,29 +3747,41 @@ func_82203_t,getWatchedTargetId,2,"Returns the target entity ID if present, or -
func_82205_o,isArmored,2,Returns whether the wither is armored with its boss armor or not by checking whether its health is below half of its maximum.
func_82227_f,setChild,2,Set whether this zombie is a child.
func_82228_a,startConversion,2,Starts converting this zombie into a villager. The zombie converts into a villager after the specified time in ticks.
func_82229_g,setVillager,2,Set whether this zombie is a villager.
func_82229_g,setIsVillager,2,Set whether this zombie is a villager.
func_82231_m,isVillager,2,Return whether this zombie is a villager.
func_82232_p,convertToVillager,2,Convert this zombie into a villager.
func_82233_q,getConversionTimeBoost,2,Return the amount of time decremented from conversionTime every tick.
func_82235_h,getIsBatHanging,2,
func_82236_f,setIsBatHanging,2,
func_82238_cc,getHideCape,2,
func_82239_b,setHideCape,2,
func_82240_a,displayGUIBeacon,2,Displays the GUI for interacting with a beacon.
func_82241_s,getHideCape,2,
func_82242_a,addExperienceLevel,2,Add experience levels to this player.
func_82244_d,displayGUIAnvil,2,Displays the GUI for interacting with an anvil.
func_82245_bX,isSpawnForced,2,
func_82246_f,canCurrentToolHarvestBlock,2,"Returns true if the item the player is holding can harvest the block at the given coords. Args: x, y, z."
func_82247_a,canPlayerEdit,2,
func_82273_a,setFlatGeneratorInfo,2,
func_82274_h,getRenderItem,2,
func_82275_e,getFlatGeneratorInfo,2,
func_82294_a,addPreset,2,Add a flat world preset.
func_82295_i,getPresets,2,Return the list of defined flat world presets.
func_82297_a,addPresetNoFeatures,2,Add a flat world preset with no world features.
func_82299_h,getPresetIconRenderer,2,Return the RenderItem instance used to render preset icons.
func_82328_a,setDirection,2,
func_82331_h,dropItemStack,2,Drop the item currently on this item frame.
func_82333_j,getRotation,2,Return the rotation of the item currently on this frame.
func_82334_a,setDisplayedItem,2,
func_82335_i,getDisplayedItem,2,
func_82336_g,setItemRotation,2,
func_82340_a,setPotionDamage,2,
func_82341_c,getMotionFactor,2,Return the motion factor for this projectile. The factor is multiplied by the original motion.
func_82342_d,isInvulnerable,2,Return whether this skull comes from an invulnerable (aura) wither boss.
func_82343_e,setInvulnerable,2,Set whether this skull comes from an invulnerable (aura) wither boss.
func_82347_b,clearInventory,2,"Clear this player's inventory, using the specified ID and metadata as filters or -1 for no filter."
func_82351_a,executeCommandOnPowered,2,"Execute the command, called when the command block is powered."
func_82352_b,setCommand,2,Sets the command this block will execute when powered.
func_82353_c,getCommand,2,Return the command this command block is set to execute.
func_82355_al,registerDispenseBehaviors,2,Register all dispense behaviors.
func_82356_Z,isCommandBlockEnabled,2,Return whether command blocks are enabled.
@ -3777,18 +3816,23 @@ func_82489_a,spawnDispenseParticles,2,Order clients to display dispense particle
func_82499_a,getProjectileEntity,2,Return the projectile entity spawned by this dispense behavior.
func_82519_a_,onFinishFalling,2,Called when the falling block entity for this block hits the ground and turns back into a block
func_82520_a,onStartFalling,2,Called when the falling block entity for this block is created
func_82526_n,dispense,2,
func_82529_a,makeWither,2,This method attempts to create a wither at the given location and skull
func_82530_a,getMetaForPlant,2,Return the flower pot metadata value associated with the specified item.
func_82531_c,getPlantForMeta,2,Return the item associated with the specified flower pot metadata value.
func_82532_h,getSeedItem,2,Generate a seed ItemStack for this crop.
func_82533_j,getCropItem,2,Generate a crop produce ItemStack for this crop.
func_82538_d,canConnectWallTo,2,Return whether an adjacent block can connect to a wall.
func_82547_a,comparePlayers,2,Compare the position of two players.
func_82563_j,getShowCape,2,
func_82572_b,incrementTotalWorldTime,2,
func_82573_f,getWorldTotalTime,2,
func_82574_x,getGameRulesInstance,2,Gets the GameRules class Instance.
func_82579_a,getTagMap,2,Return the tag map for this compound.
func_82580_o,removeTag,2,Remove the specified tag.
func_82581_a,createCrashReport,2,Create a crash report which indicates a NBT read error.
func_82582_d,hasNoTags,2,Return whether this compound has no tags.
func_82591_c,getPoolSize,2,
func_82593_b,getPlaceSound,2,Used when a player places a block.
func_82595_a,putObject,2,Register an object on this registry.
func_82615_a,getX,2,
@ -3804,12 +3848,15 @@ func_82634_f,isSpeedBoosted,2,Return whether the entity's speed is boosted.
func_82644_b,getWorldFeatures,2,Return the list of world features enabled on this preset.
func_82647_a,setBiome,2,Set the biome used on this preset.
func_82648_a,getBiome,2,Return the biome used on this preset.
func_82649_e,getDefaultFlatGenerator,2,
func_82650_c,getFlatLayers,2,Return the list of layers on this preset.
func_82651_a,createFlatGeneratorFromString,2,
func_82656_d,getMinY,2,"Return the minimum Y coordinate for this layer, set during generation."
func_82657_a,getLayerCount,2,Return the amount of layers for this set of layers.
func_82658_c,getFillBlockMeta,2,Return the block metadata used on this set of layers.
func_82659_b,getFillBlock,2,Return the block type used on this set of layers.
func_82660_d,setMinY,2,Set the minimum Y coordinate for this layer.
func_82667_a,getScatteredFeatureSpawnList,2,returns possible spawns for scattered features
func_82674_a,pickRandomCrop,2,Returns a crop type to be planted on this field.
func_82677_a,pickRandomCrop,2,Returns a crop type to be planted on this field.
func_82684_a,getReputationForPlayer,2,Return the village reputation for a player
@ -3817,32 +3864,45 @@ func_82687_d,isPlayerReputationTooLow,2,Return whether this player has a too low
func_82688_a,setReputationForPlayer,2,Set the village reputation for a player
func_82689_b,writeVillageDataToNBT,2,Write this village's data to NBT.
func_82690_a,readVillageDataFromNBT,2,Read this village's data from NBT.
func_82695_e,recreateStructures,2,
func_82704_a,isEntityApplicable,2,Return whether the specified entity is applicable to this filter.
func_82705_e,getAnimal,2,Return whether this creature type is an animal.
func_82709_a,addObjectByDataType,2,"Add a new object for the DataWatcher to watch, using the specified data type."
func_82710_f,getWatchableObjectItemStack,2,Get a watchable object as an ItemStack.
func_82711_a,setWatchableObjectWatched,2,Set whether the specified watchable object is being watched.
func_82712_a,parseDoubleWithDefault,2,parses the string as double or returns the second parameter if it fails.
func_82714_a,parseIntWithDefaultAndMax,2,parses the string as integer or returns the second parameter if it fails. this value is capped to par2
func_82715_a,parseIntWithDefault,2,parses the string as integer or returns the second parameter if it fails
func_82716_a,getRandomDoubleInRange,2,
func_82719_a,writeCustomPotionEffectToNBT,2,Write a custom potion effect to a potion item's NBT data.
func_82721_a,setSplashPotion,2,Set whether this potion is a splash potion.
func_82722_b,readCustomPotionEffectFromNBT,2,Read a custom potion effect from a potion item's NBT data.
func_82725_o,isMagicDamage,2,Returns true if the damage is magic based.
func_82726_p,setMagicDamage,2,Define the damage type as magic based.
func_82732_R,getWorldVec3Pool,2,Return the Vec3Pool object for this world.
func_82733_a,selectEntitiesWithinAABB,2,
func_82736_K,getGameRules,2,Gets the GameRules instance
func_82737_E,getTotalWorldTime,2,
func_82742_i,resetUpdateEntityTick,2,Resets the updateEntityTick field to 0
func_82743_f,getCreationCloudUpdateTick,2,retrieves the 'date' at which the PartiallyDestroyedBlock was created
func_82744_b,setCloudUpdateTick,2,saves the current Cloud update tick into the PartiallyDestroyedBlock
func_82746_a,broadcastSound,2,
func_82752_c,isAdventure,2,Returns true if this is the ADVENTURE game type
func_82756_a,getGameRuleStringValue,2,Gets the GameRule's value as String.
func_82757_a,setValue,2,Set this game rule value.
func_82758_b,getGameRuleBooleanValue,2,Gets the GameRule's value as boolean.
func_82763_b,getRules,2,Return the defined game rules.
func_82764_b,setOrCreateGameRule,2,
func_82765_e,hasRule,2,Return whether the specified game rule is defined.
func_82766_b,getGameRuleBooleanValue,2,Gets the boolean Game Rule value.
func_82767_a,getGameRuleStringValue,2,Gets the string Game Rule value.
func_82768_a,readGameRulesFromNBT,2,Set defined game rules from NBT.
func_82769_a,addGameRule,2,Define a game rule and its default value.
func_82770_a,writeGameRulesToNBT,2,Return the defined game rules as NBT.
func_82775_a,renderBlockAnvil,2,Renders anvil
func_82778_a,renderBlockBeacon,2,Renders beacon block
func_82779_a,renderBlockWall,2,Renders wall block
func_82780_a,renderBlockFlowerpot,2,Renders flower pot
func_82781_a,getEnchantments,2,Return the enchantments for the specified stack.
func_82782_a,setEnchantments,2,Set the enchantments for the specified stack.
func_82787_a,findMatchingRecipe,2,
@ -3853,6 +3913,8 @@ func_82812_d,getArmorMaterial,2,Return the armor material for this armor item.
func_82814_b,getColor,2,Return the color for the specified armor ItemStack.
func_82815_c,removeColor,2,Remove the color from the specified armor ItemStack.
func_82816_b_,hasColor,2,Return whether the specified armor ItemStack has a color.
func_82819_b,setHideAddress,2,
func_82820_d,isHidingAddress,2,
func_82833_r,getDisplayName,2,returns the display name of the itemstack
func_82834_c,setItemName,2,Sets the item's name (used by anvil to rename the items).
func_82836_z,getItemFrame,2,Return the item frame this stack is on. Returns null if not on an item frame.
@ -3866,6 +3928,7 @@ func_82844_f,getToolCraftingMaterial,2,"Return the crafting material for this to
func_82845_b,getArmorCraftingMaterial,2,"Return the crafting material for this armor material, used to determine the item that can be used to repair an armor piece with an anvil"
func_82846_b,transferStackInSlot,2,Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
func_82847_b,removeCraftingFromCrafters,2,Remove this crafting listener from the listener list.
func_82863_d,getBeacon,2,Returns the Tile Entity behind this beacon inventory / container
func_82869_a,canTakeStack,2,Return whether this slot's stack can be taken from this slot.
func_82870_a,onPickupFromSlot,2,
func_82879_c,sendSettingsToServer,2,Send a client info packet with settings information to the server
@ -3877,5 +3940,7 @@ func_83007_w,getBlockBoundsMaxX,2,returns the block bounderies maxX value
func_83008_x,getBlockBoundsMinY,2,returns the block bounderies minY value
func_83009_v,getBlockBoundsMinX,2,returns the block bounderies minX value
func_83010_y,getBlockBoundsMaxY,2,returns the block bounderies maxY value
func_83012_d,getnextPoolIndex,2,
func_83013_c,getlistAABBsize,2,
func_83015_S,getCurrentDate,2,returns a calendar object containing the current date
func_83020_a,setRenderMinMax,2,"Sets the size and offset of the block to be rendered, ie: half size and rendered center block: 0.25D, 0.75D"

1 searge name side desc
76 func_70076_C kill 2 sets the dead flag. Used when you fall off the bottom of the world.
77 func_70077_a onStruckByLightning 2 Called when a lightning bolt hits the entity.
78 func_70078_a mountEntity 2 Called when a player mounts an entity. e.g. mounts a pig, mounts a boat.
79 func_70079_am setRotationYawHead 2
80 func_70080_a setPositionAndRotation 2 Sets the entity's position and rotation. Args: posX, posY, posZ, yaw, pitch
81 func_70081_e dealFireDamage 2 Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage. Args: amountDamage
82 func_70082_c setAngles 2 Adds 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.
338 func_70683_ar getJumpHelper 2
339 func_70684_aJ isPlayer 2 Only use is to identify if class is an instance of player for experience dropping
340 func_70685_l canEntityBeSeen 2 returns true if the entity provided in the argument can be seen. (Raytrace)
341 func_70686_a isExplosiveMob canAttackClass 2 Returns true if this entity can attack entities of the specified class.
342 func_70687_e isPotionApplicable 2
343 func_70688_c onFinishedPotionEffect 2
344 func_70689_ay getAIMoveSpeed 2 the movespeed used for the new AI system
379 func_70825_j teleportTo 2 Teleport the enderman
380 func_70829_a setCreeperState 2 Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
381 func_70830_n getPowered 2 Returns true if the creeper is powered by a lightning bolt.
382 func_70831_j setCreeperFlashTime getCreeperFlashIntensity 2 Connects the the creeper flashes to the creeper's color multiplier Params: (Float)Render tick. Returns the intensity of the creeper's flash when it is ignited.
383 func_70832_p getCreeperState 2 Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
384 func_70835_c becomeAngryAt 2 Causes this PigZombie to become angry at the supplied Entity (which will be a player).
385 func_70839_e setBesideClimbableBlock 2 Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
386 func_70840_n spiderScaleAmount 2 How large the spider should be scaled.
387 func_70841_p isBesideClimbableBlock 2 Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false. The WatchableObject is updated using setBesideClimableBlock.
388 func_70849_f setBit1FlagTo setPlayerCreated 2
389 func_70850_q getBit1Flag isPlayerCreated 2
390 func_70851_e setHoldingRose 2
391 func_70852_n getVillage 2
392 func_70853_p getHoldRoseTick 2
453 func_70974_a getMovementOffsets 2 Returns 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.
454 func_70975_a createEnderPortal 2 Creates the ender portal leading back to the normal world after defeating the enderdragon.
455 func_70996_bM shouldHeal 2 Checks if the player's health is not full and not zero.
456 func_70997_bJ getSpawnChunk getBedLocation 2 Returns the coordinates to respawn the player based on last bed that the player sleep. Returns the location of the bed the player will respawn at, or null if the player has not slept in a bed.
457 func_70998_m interactWith 2
458 func_70999_a wakeUpPlayer 2 Wake up the player if they're sleeping.
459 func_71000_j addMovementStat 2 Adds a value to a movement statistic field - like run, walk, swin or climb.
518 func_71064_a addStat 2 Adds a value to a statistic field.
519 func_71065_l isInBed 2 Checks if the player is currently in a bed
520 func_71110_a sendContainerAndContentsToPlayer 2
521 func_71111_a updateCraftingInventorySlot sendSlotContents 2 inform the player of a change in a single slot Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents
522 func_71112_a updateCraftingInventoryInfo sendProgressBarUpdate 2 send information about the crafting inventory to the client(currently only for furnace times) Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP.
523 func_71113_k sendInventoryToPlayer updateHeldItem 2 updates item held by mouse
524 func_71115_a requestTexturePackLoad 2 on recieving this message the client (if permission is given) will download the requested textures
525 func_71116_b addSelfToInternalCraftingInventory 2
526 func_71117_bO incrementWindowID 2
721 func_71501_a getDescription 2 Returns the description of the Crash Report.
722 func_71502_e getCompleteReport 2 Gets the complete report with headers, stack trace, and different sections as a string.
723 func_71503_h getWittyComment 2 Gets a random witty comment for inclusion in this CrashReport
724 func_71504_g populateEnvironment 2 Populates this crash report with initial information about the running server and operating system / java environment
725 func_71505_b getCrashCause 2 Returns the Throwable object that is the cause for the crash and Crash Report.
726 func_71506_a getSectionsInStringBuilder 2 Gets the various sections of the crash report into the given StringBuilder
727 func_71507_a addCrashSection 2 Adds a Crashreport section with the given name with the given value (convered .toString())
773 func_71569_e getDistanceSquared 2 Returns the squared distance between this coordinates and the coordinates given as argument.
774 func_71570_a compareChunkCoordinate 2 Compare the coordinate with another coordinate
775 func_71571_b set 2
776 func_71575_a getTheReportedExceptionCrashReport getCrashReport 2 Gets the CrashReport Instance. Gets the CrashReport wrapped by this exception.
777 func_71606_a toASN1Primitive 2
778 func_71607_a asn1Equals 2
779 func_71742_a getType 2
804 func_71852_a breakBlock 2 ejects contained items into the world, and notifies neighbours of an update, as appropriate
805 func_71853_i canProvidePower 2 Can this block provide power. Only wire currently seems to have this change based on its state.
806 func_71854_d canBlockStay 2 Can this block stay at this position. Similar to canPlaceBlockAt except gets checked often with plants.
807 func_71855_c isIndirectlyPoweringTo isProvidingStrongPower 2 Is this block indirectly powering the block on the specified side Returns true if the block is emitting direct/strong redstone power on the specified side. Args: World, X, Y, Z, side
808 func_71856_s_ getRenderBlockPass 2 Returns which pass should this block be rendered on. 0 for solids and 1 for alpha
809 func_71857_b getRenderType 2 The type of render function that is called for this block
810 func_71858_a getBlockTextureFromSideAndMetadata 2 From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
814 func_71862_a randomDisplayTick 2 A randomly called display update to be able to add particles or other items for display
815 func_71863_a onNeighborBlockChange 2 Lets 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
816 func_71864_b setBlockName 2 set name of block from language file
817 func_71865_a isPoweringTo isProvidingWeakPower 2 Is this block powering the block on the specified side Returns true if the block is emitting indirect/weak redstone power on the specified side. If isBlockNormalCube returns true, standard redstone propagation rules will apply instead and this will not be called. Args: World, X, Y, Z, side
818 func_71866_a onFallenUpon 2 Block's chance to react to an entity falling on it.
819 func_71867_k onBlockDestroyedByExplosion 2 Called upon the block being destroyed by an explosion
820 func_71868_h setLightOpacity 2 Sets how much light is blocked going through this block. Returns the object for convenience in constructing.
1257 func_72688_a getWorldServer 2
1258 func_72689_b getChunkWatchers 2
1259 func_72690_a getOrCreateChunkWatcher 2
1260 func_72691_b filterChunkLoadQueue 2 Removes all chunks from the given player's chunk load queue that are not in viewing range of the player.
1261 func_72692_a getWorldServer 2
1262 func_72693_b updatePlayerInstances 2 updates all the player instances that need to be updated
1263 func_72694_a isPlayerWatchingChunk 2
1267 func_72704_a playSound 2 Plays the specified sound. Arg: soundName, x, y, z, volume, pitch
1268 func_72705_a destroyBlockPartially 2 Starts (or continues) destroying a block with given ID at the given coordinates for the given partially destroyed value
1269 func_72706_a playAuxSFX 2 Plays a pre-canned sound effect along with potentially auxiliary data-driven one-shot behaviour (particles, etc).
1270 func_72707_a markBlockRangeNeedsUpdate markBlockRangeForRenderUpdate 2 Called across all registered IWorldAccess instances when a block range is invalidated. Args: minX, minY, minZ, maxX, maxY, maxZ On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
1271 func_72708_a spawnParticle 2 Spawns a particle. Arg: particleType, x, y, z, velX, velY, velZ
1272 func_72709_b releaseEntitySkin 2 Decrement the reference counter for this entity's skin image data
1273 func_72710_a markBlockNeedsUpdate markBlockForUpdate 2 Will mark the block and neighbors that their renderers need an update (could be all the same renderer potentially) Args: x, y, z On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z
1274 func_72711_b markBlockNeedsUpdate2 markBlockForRenderUpdate 2 As of mc 1.2.3 this method has exactly the same signature and does exactly the same as markBlockNeedsUpdate On the client, re-renders this block. On the server, does nothing. Used for lighting updates.
1275 func_72712_a loadRenderers 2 Loads all the renderers and sets up the basic settings usage
1276 func_72713_a renderEntities 2 Renders all entities within range and within the frustrum. Args: pos, frustrum, partialTickTime
1277 func_72714_a renderSky 2 Renders the sky with the partial tick time. Args: partialTickTime
1346 func_72842_a getBlockDensity 2 Gets the percentage of real blocks within within a bounding box, along a specified vector.
1347 func_72843_D setRandomSeed 2 puts the World Random seed to a specific state dependant on the inputs
1348 func_72844_a getEntityPathToXYZ 2
1349 func_72845_h markBlockNeedsUpdate markBlockForUpdate 2 Marks the block as needing an update with the renderer. Args: x, y, z On the client, re-renders the block. On the server, sends the block to the client (which will re-render it), including the tile entity description packet if applicable. Args: x, y, z
1350 func_72846_b getClosestVulnerablePlayer 2 Returns the closest vulnerable player within the given radius, or null if none is found.
1351 func_72847_b releaseEntitySkin 2 Decrement the reference counter for this entity's skin image data
1352 func_72848_b removeWorldAccess 2 Removes a worldAccess from the worldAccesses object
1363 func_72859_e setBlockWithNotify 2 Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
1364 func_72860_G getSaveHandler 2 Returns this world's current save handler
1365 func_72861_E getSpawnPoint 2 Returns the coordinates of the spawn point
1366 func_72862_i markBlockAsNeedsUpdate markBlockForRenderUpdate2 2 calls the 'MarkBlockAsNeedsUpdate' in all block accesses in this world On the client, re-renders this block. On the server, does nothing. Appears to be redundant.
1367 func_72863_F getChunkProvider 2 gets the IChunkProvider this world uses.
1368 func_72864_z isBlockIndirectlyGettingPowered 2 Used 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
1369 func_72865_a getPathEntityToEntity 2
1403 func_72899_e blockExists 2 Returns whether a block exists at world coordinates x, y, z
1404 func_72900_e setEntityDead 2 Dismounts 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.
1405 func_72901_a rayTraceBlocks_do 2
1406 func_72902_n markBlockNeedsUpdateForAll markBlockForRenderUpdate 2 all WorldAcceses mark this block as dirty On the client, re-renders this block. On the server, does nothing. Used for lighting updates.
1407 func_72903_x setActivePlayerChunksAndCheckLight 2
1408 func_72904_c checkChunksExist 2 Checks between a min and max all the chunks inbetween actually exist. Args: minX, minY, minZ, maxX, maxY, maxZ
1409 func_72905_C getSeed 2 Retrieve the world seed from level.dat
1410 func_72906_B checkSessionLock 2 Checks whether the session lock file was modified by another process
1411 func_72907_a countEntities 2 Counts how many entities of an entity class exist in the world. Args: entityClass
1412 func_72908_a playSoundEffect 2 Play 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.
1413 func_72909_d markBlocksDirty markBlockRangeForRenderUpdate 2 On the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
1414 func_72910_y getLoadedEntityList 2 Accessor for world Loaded Entity List
1415 func_72911_I isThundering 2 Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
1416 func_72912_H getWorldInfo 2 Gets the World's WorldInfo instance
1786 func_73971_c renderSkybox 2 Renders the skybox in the main menu
1787 func_73972_b addDemoButtons 2 Adds Demo buttons on Main Menu for players who are playing Demo.
1788 func_73985_g respawnPlayer 2 Respawns the player.
1789 func_74002_a connectToServer 2
1790 func_74003_b getListOfLanServers 2
1791 func_74004_a joinServer 2 Join server by slot index
1792 func_74005_e getButtonEdit 2 Return buttonEdit GuiButton
1793 func_74006_a getInternetServerList 2
1794 func_74014_d getButtonSelect 2 Return buttonSelect GuiButton
1795 func_74015_a getAndSetSelectedServer 2
1796 func_74016_g initGuiControls 2 Populate the GuiScreen controlList
1797 func_74019_f getButtonDelete 2 Return buttonDelete GuiButton
1798 func_74020_c getSelectedServer 2
1799 func_74042_b getDoneButton 2 Returns the private doneButton field.
1800 func_74043_a getGameSettings 2 Gets the relevant instance of GameSettings. Synthetic method for use in GuiSlotLanguage
1801 func_74059_d getRenameButton 2 returns the rename button
2269 func_75218_e onSlotChanged 2 Called when the stack in a Slot changes
2270 func_75219_a getSlotStackLimit 2 Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
2271 func_75220_a onSlotChange 2 if par2 has more items than par1, onCrafting(item,countIncrease) is called
2272 func_75243_a_ canHoldPotion 2 Returns true if this itemstack can be filled with a potion
2273 func_75246_d updateTask 2 Updates the task
2274 func_75247_h getMutexBits 2 Get 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.
2275 func_75248_a setMutexBits 2 Sets 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.
2281 func_75270_a setSitting 2 Sets the sitting flag.
2282 func_75296_a isSuitableTarget 2 A method used to see if an entity is a suitable target through a number of checks.
2283 func_75349_a findUsableDoor 2 Determines if a door can be broken with AI.
2284 func_75362_f getEatGrassTick 2
2285 func_75366_f findPossibleShelter 2
2286 func_75382_a hasPlayerGotBoneInHand 2 Gets if the Player has the Bone in the hand.
2287 func_75388_i spawnBaby 2 Spawns a baby animal of the same type.
2516 func_75913_a choose 2 randomly choose between the two args
2517 func_75917_a choose 2 Chooses one of the two inputs randomly.
2518 func_75918_d initCraftableStats 2 Initializes statistics related to craftable items. Is only called after both block and item stats have been initialized.
2519 func_75919_a nopInit 2 This method simply NOPs. It is presumably used to call the static constructors on server start.
2520 func_75920_a initUsableStats 2 Initializes statistic fields related to usable items and blocks.
2521 func_75921_a initMinableStats 2 Initializes statistic fields related to minable items and blocks.
2522 func_75922_b initBreakableStats 2 Initializes statistic fields related to breakable items and blocks.
2645 func_76188_b isDirty 2 Whether this MapDataBase needs saving to disk.
2646 func_76191_a updateVisiblePlayers 2 Adds the player passed to the list of visible players and checks to see which players are visible
2647 func_76192_a updateMPMapData 2 Updates the client's map with information from other players in MP
2648 func_76194_a setColumnDirty 2 Marks a vertical range of pixels as being modified so they will be resent to clients. Parameters: X, lowest Y, highest Y
2649 func_76204_a getPlayersOnMap 2 returns 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
2650 func_76217_h getCanBurn 2 Returns if the block can burn or not.
2651 func_76218_k isOpaque 2 Indicate if the material is opaque
2652 func_76219_n setNoPushMobility 2 This type of material can't be pushed, but pistons can move over it.
2653 func_76220_a isSolid 2
2654 func_76221_f setNoHarvest setRequiresTool 2 Disables the ability to harvest this material. Makes blocks with this material require the correct tool to be harvested.
2655 func_76222_j isGroundCover isReplaceable 2 Return whether the material is a form of ground cover, e.g. Snow Returns whether the material can be replaced by other blocks when placed - eg snow, vines and tall grass.
2656 func_76223_p setTranslucent 2 Marks the material as translucent
2657 func_76224_d isLiquid 2 Returns if blocks of these materials are liquids.
2658 func_76225_o setImmovableMobility 2 This type of material can't be pushed, and pistons are blocked to move.
2659 func_76226_g setBurning 2 Set the canBurn bool to True and return the current object.
2660 func_76227_m getMaterialMobility 2 Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons.
2661 func_76228_b getCanBlockGrass 2 Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
2662 func_76229_l isHarvestable isToolNotRequired 2 Returns true if material can be harvested by player. Returns true if the material can be harvested without a tool (or with the wrong tool)
2663 func_76230_c blocksMovement 2 Returns if this material is considered solid or not
2664 func_76231_i setGroundCover setReplaceable 2 Sets the material as a form of ground cover, e.g. Snow Sets {@link #replaceable} to true.
2665 func_76269_a getRandomItem 2 Returns a random choice from the input array of items, with a total weight value.
2666 func_76270_a getTotalWeight 2 Returns the total weight of all items in a array.
2667 func_76271_a getRandomItem 2 Returns a random choice from the input items.
2770 func_76551_a clearRegionFileReferences 2 Saves the current Chunk Map Cache
2771 func_76552_d getChunkOutputStream 2 Returns an output stream for the specified chunk. Args: worldDir, chunkX, chunkZ
2772 func_76554_h getEntrancePortalLocation 2 Gets the hard-coded portal location to use when entering this dimension.
2773 func_76555_c getChunkProvider createChunkGenerator 2 Returns the chunk provider back for the world provider Returns a new chunk provider which generates chunks for this world
2774 func_76556_a generateLightBrightnessTable 2 Creates the light to brightness table
2775 func_76557_i getAverageGroundLevel 2
2776 func_76558_a registerWorld 2 associate an existing world with a World provider, and setup its lightbrightness table
3176 func_77459_a addSound 2 Adds a sound to this sound pool.
3177 func_77460_a getRandomSound 2 Gets a random SoundPoolEntry.
3178 func_77466_a getFoliageColorPine 2 Gets the foliage color for pine type (metadata 1) trees
3179 func_77467_a getFoilageBiomeColorizer setFoliageBiomeColorizer 2
3180 func_77468_c getFoliageColorBasic 2
3181 func_77469_b getFoliageColorBirch 2 Gets the foliage color for birch type (metadata 2) trees
3182 func_77470_a getFoliageColor 2 Gets foliage color from temperature and humidity. Args: temperature, humidity
3187 func_77479_a setGrassBiomeColorizer 2
3188 func_77480_a getGrassColor 2 Gets grass color from temperature and humidity. Args: temperature, humidity
3189 func_77484_a getWorldEntitiesAsString 2
3190 func_77487_a getServerMotd 2
3191 func_77488_b getServerIpPort 2
3192 func_77489_c updateLastSeen 2 Updates the time this LanServer was last seen.
3193 func_77493_a calculateModifier 2 Generic method use to calculate modifiers of offensive or defensive enchantment values.
3194 func_77501_a getRespiration 2 Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
3210 func_77517_e getFortuneModifier 2 Returns the fortune enchantment modifier of the current equipped item of player.
3211 func_77518_a applyEnchantmentModifier 2 Executes the enchantment modifier on the ItemStack passed.
3212 func_77519_f getLootingModifier 2 Returns the looting enchantment modifier of the current equipped item of player.
3213 func_77523_b getAdFromPingResponse 2
3214 func_77524_a getMotdFromPingResponse 2
3215 func_77525_a getPingResponse 2
3216 func_77531_d getFirstDescriptionLine 2 Get the first line of the texture pack description (read from the pack.txt file)
3217 func_77532_a getResourceAsStream 2 Gives a texture resource as InputStream.
3225 func_77540_a loadDescription 2 Load texture pack description from /pack.txt file in the texture pack
3226 func_77541_b trimStringToGUIWidth 2 Truncate strings to at most 34 characters. Truncates description lines
3227 func_77549_g openTexturePackFile 2 Open the texture pack's file and initialize texturePackZipFile
3228 func_77552_b setWasNotUpdated 2
3229 func_77553_a getWasUpdated 2
3230 func_77554_c getLanServers 2
3231 func_77557_a canEnchantItem 2 Return true if the item passed can be enchanted by a enchantment of this type.
3232 func_77569_a matches 2 Used to check if a recipe matches current crafting inventory
3233 func_77570_a getRecipeSize 2 Returns the size of the recipe area
3379 func_77980_a onCrafting 2
3380 func_77981_g getHasSubtypes 2
3381 func_77982_d setTagCompound 2 Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
3382 func_77983_a setTagInfo 2
3383 func_77984_f isItemStackDamageable 2 true if this itemStack is damageable
3384 func_77985_e isStackable 2 Returns true if the ItemStack can hold 2 or more units of the item.
3385 func_77986_q getEnchantmentTagList 2
3663 func_78857_a swapServers 2 Takes two list indexes, and swaps their order around.
3664 func_78861_a getIP 2
3665 func_78862_a parseIntWithDefault 2
3666 func_78863_b getServerAddress 2 Returns a server's address and port for the specified hostname, looking up the SRV record if possible
3667 func_78864_b getPort 2
3668 func_78867_a addBlockHitEffects 2 Adds block hit particles for the specified block. Args: x, y, z, sideHit
3669 func_78868_a updateEffects 2
3711 func_80003_ah getPlayerUsageSnooper 2
3712 func_80006_f getUniqueID 2
3713 func_80007_l getDimensionName 2 Returns the dimension's name, e.g. "The End", "Nether", or "Overworld".
3714 func_82011_an enableGui 2
3715 func_82114_b getPlayerCoordinates 2 Return the coordinates for this player as ChunkCoordinates.
3716 func_82126_i getPrimaryEffect 2 Return the primary potion effect given by this beacon.
3717 func_82129_c setLevels 2 Set the levels of this beacon's pyramid.
3718 func_82130_k getLevels 2 Return the levels of this beacon's pyramid.
3719 func_82132_j getSecondaryEffect 2 Return the secondary potion effect given by this beacon.
3720 func_82141_a copyDataFrom 2 Copies important data from another entity to this entity. Used when teleporting entities between worlds, as this actually deletes the teleporting entity and re-creates it on the other side. Params: Entity to copy from, unused (always true)
3721 func_82142_c setHasActivePotion 2
3722 func_82144_au doesEntityNotTriggerPressurePlate 2 Return whether this entity should NOT trigger a pressure plate or a tripwire.
3723 func_82145_z getMaxInPortalTime 2 Return the amount of time this entity should stay in a portal before being transported.
3724 func_82147_ab getPortalCooldown 2 Return the amount of cooldown before this entity can use a portal again.
3725 func_82150_aj getHasActivePotion 2
3726 func_82154_e setIsAnvil 2
3727 func_82160_b dropEquipment 2 Drop the equipment for this entity.
3728 func_82161_a getArmorItemForSlot 2 Params: Armor slot, Item tier
3729 func_82163_bD initCreature 2 Initialize this creature.
3730 func_82165_m isPotionActive 2
3731 func_82166_i getArmSwingAnimationEnd 2 Returns an integer indicating the end point of the swing animation, used by {@link #swingProgress} to provide a progress indicator. Takes dig speed enchantments into account.
3732 func_82167_n collideWithEntity 2
3733 func_82168_bl updateArmSwingProgress 2 Updates the arm swing progress counters and animation progress
3747 func_82205_o isArmored 2 Returns whether the wither is armored with its boss armor or not by checking whether its health is below half of its maximum.
3748 func_82227_f setChild 2 Set whether this zombie is a child.
3749 func_82228_a startConversion 2 Starts converting this zombie into a villager. The zombie converts into a villager after the specified time in ticks.
3750 func_82229_g setVillager setIsVillager 2 Set whether this zombie is a villager.
3751 func_82231_m isVillager 2 Return whether this zombie is a villager.
3752 func_82232_p convertToVillager 2 Convert this zombie into a villager.
3753 func_82233_q getConversionTimeBoost 2 Return the amount of time decremented from conversionTime every tick.
3754 func_82235_h getIsBatHanging 2
3755 func_82236_f setIsBatHanging 2
3756 func_82238_cc getHideCape 2
3757 func_82239_b setHideCape 2
3758 func_82240_a displayGUIBeacon 2 Displays the GUI for interacting with a beacon.
3759 func_82241_s getHideCape 2
3760 func_82242_a addExperienceLevel 2 Add experience levels to this player.
3761 func_82244_d displayGUIAnvil 2 Displays the GUI for interacting with an anvil.
3762 func_82245_bX isSpawnForced 2
3763 func_82246_f canCurrentToolHarvestBlock 2 Returns true if the item the player is holding can harvest the block at the given coords. Args: x, y, z.
3764 func_82247_a canPlayerEdit 2
3765 func_82273_a setFlatGeneratorInfo 2
3766 func_82274_h getRenderItem 2
3767 func_82275_e getFlatGeneratorInfo 2
3768 func_82294_a addPreset 2 Add a flat world preset.
3769 func_82295_i getPresets 2 Return the list of defined flat world presets.
3770 func_82297_a addPresetNoFeatures 2 Add a flat world preset with no world features.
3771 func_82299_h getPresetIconRenderer 2 Return the RenderItem instance used to render preset icons.
3772 func_82328_a setDirection 2
3773 func_82331_h dropItemStack 2 Drop the item currently on this item frame.
3774 func_82333_j getRotation 2 Return the rotation of the item currently on this frame.
3775 func_82334_a setDisplayedItem 2
3776 func_82335_i getDisplayedItem 2
3777 func_82336_g setItemRotation 2
3778 func_82340_a setPotionDamage 2
3779 func_82341_c getMotionFactor 2 Return the motion factor for this projectile. The factor is multiplied by the original motion.
3780 func_82342_d isInvulnerable 2 Return whether this skull comes from an invulnerable (aura) wither boss.
3781 func_82343_e setInvulnerable 2 Set whether this skull comes from an invulnerable (aura) wither boss.
3782 func_82347_b clearInventory 2 Clear this player's inventory, using the specified ID and metadata as filters or -1 for no filter.
3783 func_82351_a executeCommandOnPowered 2 Execute the command, called when the command block is powered.
3784 func_82352_b setCommand 2 Sets the command this block will execute when powered.
3785 func_82353_c getCommand 2 Return the command this command block is set to execute.
3786 func_82355_al registerDispenseBehaviors 2 Register all dispense behaviors.
3787 func_82356_Z isCommandBlockEnabled 2 Return whether command blocks are enabled.
3816 func_82499_a getProjectileEntity 2 Return the projectile entity spawned by this dispense behavior.
3817 func_82519_a_ onFinishFalling 2 Called when the falling block entity for this block hits the ground and turns back into a block
3818 func_82520_a onStartFalling 2 Called when the falling block entity for this block is created
3819 func_82526_n dispense 2
3820 func_82529_a makeWither 2 This method attempts to create a wither at the given location and skull
3821 func_82530_a getMetaForPlant 2 Return the flower pot metadata value associated with the specified item.
3822 func_82531_c getPlantForMeta 2 Return the item associated with the specified flower pot metadata value.
3823 func_82532_h getSeedItem 2 Generate a seed ItemStack for this crop.
3824 func_82533_j getCropItem 2 Generate a crop produce ItemStack for this crop.
3825 func_82538_d canConnectWallTo 2 Return whether an adjacent block can connect to a wall.
3826 func_82547_a comparePlayers 2 Compare the position of two players.
3827 func_82563_j getShowCape 2
3828 func_82572_b incrementTotalWorldTime 2
3829 func_82573_f getWorldTotalTime 2
3830 func_82574_x getGameRulesInstance 2 Gets the GameRules class Instance.
3831 func_82579_a getTagMap 2 Return the tag map for this compound.
3832 func_82580_o removeTag 2 Remove the specified tag.
3833 func_82581_a createCrashReport 2 Create a crash report which indicates a NBT read error.
3834 func_82582_d hasNoTags 2 Return whether this compound has no tags.
3835 func_82591_c getPoolSize 2
3836 func_82593_b getPlaceSound 2 Used when a player places a block.
3837 func_82595_a putObject 2 Register an object on this registry.
3838 func_82615_a getX 2
3848 func_82644_b getWorldFeatures 2 Return the list of world features enabled on this preset.
3849 func_82647_a setBiome 2 Set the biome used on this preset.
3850 func_82648_a getBiome 2 Return the biome used on this preset.
3851 func_82649_e getDefaultFlatGenerator 2
3852 func_82650_c getFlatLayers 2 Return the list of layers on this preset.
3853 func_82651_a createFlatGeneratorFromString 2
3854 func_82656_d getMinY 2 Return the minimum Y coordinate for this layer, set during generation.
3855 func_82657_a getLayerCount 2 Return the amount of layers for this set of layers.
3856 func_82658_c getFillBlockMeta 2 Return the block metadata used on this set of layers.
3857 func_82659_b getFillBlock 2 Return the block type used on this set of layers.
3858 func_82660_d setMinY 2 Set the minimum Y coordinate for this layer.
3859 func_82667_a getScatteredFeatureSpawnList 2 returns possible spawns for scattered features
3860 func_82674_a pickRandomCrop 2 Returns a crop type to be planted on this field.
3861 func_82677_a pickRandomCrop 2 Returns a crop type to be planted on this field.
3862 func_82684_a getReputationForPlayer 2 Return the village reputation for a player
3864 func_82688_a setReputationForPlayer 2 Set the village reputation for a player
3865 func_82689_b writeVillageDataToNBT 2 Write this village's data to NBT.
3866 func_82690_a readVillageDataFromNBT 2 Read this village's data from NBT.
3867 func_82695_e recreateStructures 2
3868 func_82704_a isEntityApplicable 2 Return whether the specified entity is applicable to this filter.
3869 func_82705_e getAnimal 2 Return whether this creature type is an animal.
3870 func_82709_a addObjectByDataType 2 Add a new object for the DataWatcher to watch, using the specified data type.
3871 func_82710_f getWatchableObjectItemStack 2 Get a watchable object as an ItemStack.
3872 func_82711_a setWatchableObjectWatched 2 Set whether the specified watchable object is being watched.
3873 func_82712_a parseDoubleWithDefault 2 parses the string as double or returns the second parameter if it fails.
3874 func_82714_a parseIntWithDefaultAndMax 2 parses the string as integer or returns the second parameter if it fails. this value is capped to par2
3875 func_82715_a parseIntWithDefault 2 parses the string as integer or returns the second parameter if it fails
3876 func_82716_a getRandomDoubleInRange 2
3877 func_82719_a writeCustomPotionEffectToNBT 2 Write a custom potion effect to a potion item's NBT data.
3878 func_82721_a setSplashPotion 2 Set whether this potion is a splash potion.
3879 func_82722_b readCustomPotionEffectFromNBT 2 Read a custom potion effect from a potion item's NBT data.
3880 func_82725_o isMagicDamage 2 Returns true if the damage is magic based.
3881 func_82726_p setMagicDamage 2 Define the damage type as magic based.
3882 func_82732_R getWorldVec3Pool 2 Return the Vec3Pool object for this world.
3883 func_82733_a selectEntitiesWithinAABB 2
3884 func_82736_K getGameRules 2 Gets the GameRules instance
3885 func_82737_E getTotalWorldTime 2
3886 func_82742_i resetUpdateEntityTick 2 Resets the updateEntityTick field to 0
3887 func_82743_f getCreationCloudUpdateTick 2 retrieves the 'date' at which the PartiallyDestroyedBlock was created
3888 func_82744_b setCloudUpdateTick 2 saves the current Cloud update tick into the PartiallyDestroyedBlock
3889 func_82746_a broadcastSound 2
3890 func_82752_c isAdventure 2 Returns true if this is the ADVENTURE game type
3891 func_82756_a getGameRuleStringValue 2 Gets the GameRule's value as String.
3892 func_82757_a setValue 2 Set this game rule value.
3893 func_82758_b getGameRuleBooleanValue 2 Gets the GameRule's value as boolean.
3894 func_82763_b getRules 2 Return the defined game rules.
3895 func_82764_b setOrCreateGameRule 2
3896 func_82765_e hasRule 2 Return whether the specified game rule is defined.
3897 func_82766_b getGameRuleBooleanValue 2 Gets the boolean Game Rule value.
3898 func_82767_a getGameRuleStringValue 2 Gets the string Game Rule value.
3899 func_82768_a readGameRulesFromNBT 2 Set defined game rules from NBT.
3900 func_82769_a addGameRule 2 Define a game rule and its default value.
3901 func_82770_a writeGameRulesToNBT 2 Return the defined game rules as NBT.
3902 func_82775_a renderBlockAnvil 2 Renders anvil
3903 func_82778_a renderBlockBeacon 2 Renders beacon block
3904 func_82779_a renderBlockWall 2 Renders wall block
3905 func_82780_a renderBlockFlowerpot 2 Renders flower pot
3906 func_82781_a getEnchantments 2 Return the enchantments for the specified stack.
3907 func_82782_a setEnchantments 2 Set the enchantments for the specified stack.
3908 func_82787_a findMatchingRecipe 2
3913 func_82814_b getColor 2 Return the color for the specified armor ItemStack.
3914 func_82815_c removeColor 2 Remove the color from the specified armor ItemStack.
3915 func_82816_b_ hasColor 2 Return whether the specified armor ItemStack has a color.
3916 func_82819_b setHideAddress 2
3917 func_82820_d isHidingAddress 2
3918 func_82833_r getDisplayName 2 returns the display name of the itemstack
3919 func_82834_c setItemName 2 Sets the item's name (used by anvil to rename the items).
3920 func_82836_z getItemFrame 2 Return the item frame this stack is on. Returns null if not on an item frame.
3928 func_82845_b getArmorCraftingMaterial 2 Return the crafting material for this armor material, used to determine the item that can be used to repair an armor piece with an anvil
3929 func_82846_b transferStackInSlot 2 Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
3930 func_82847_b removeCraftingFromCrafters 2 Remove this crafting listener from the listener list.
3931 func_82863_d getBeacon 2 Returns the Tile Entity behind this beacon inventory / container
3932 func_82869_a canTakeStack 2 Return whether this slot's stack can be taken from this slot.
3933 func_82870_a onPickupFromSlot 2
3934 func_82879_c sendSettingsToServer 2 Send a client info packet with settings information to the server
3940 func_83008_x getBlockBoundsMinY 2 returns the block bounderies minY value
3941 func_83009_v getBlockBoundsMinX 2 returns the block bounderies minX value
3942 func_83010_y getBlockBoundsMaxY 2 returns the block bounderies maxY value
3943 func_83012_d getnextPoolIndex 2
3944 func_83013_c getlistAABBsize 2
3945 func_83015_S getCurrentDate 2 returns a calendar object containing the current date
3946 func_83020_a setRenderMinMax 2 Sets the size and offset of the block to be rendered, ie: half size and rendered center block: 0.25D, 0.75D

View file

@ -1,6 +1,6 @@
diff -r -U 3 minecraft\net\minecraft\client\Minecraft.java minecraft_patched\net\minecraft\client\Minecraft.java
--- minecraft\net\minecraft\client\Minecraft.java Thu Nov 08 22:48:11 2012
+++ minecraft_patched\net\minecraft\client\Minecraft.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\client\Minecraft.java Fri Nov 16 21:42:28 2012
+++ minecraft_patched\net\minecraft\client\Minecraft.java Fri Nov 16 21:44:38 2012
@@ -546,9 +546,8 @@
return;
}
@ -30,8 +30,8 @@ diff -r -U 3 minecraft\net\minecraft\client\Minecraft.java minecraft_patched\net
private void func_71411_J() {
diff -r -U 3 minecraft\net\minecraft\src\CallableSuspiciousClasses.java minecraft_patched\net\minecraft\src\CallableSuspiciousClasses.java
--- minecraft\net\minecraft\src\CallableSuspiciousClasses.java Thu Nov 08 22:48:11 2012
+++ minecraft_patched\net\minecraft\src\CallableSuspiciousClasses.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\CallableSuspiciousClasses.java Fri Nov 16 21:42:29 2012
+++ minecraft_patched\net\minecraft\src\CallableSuspiciousClasses.java Fri Nov 16 21:44:38 2012
@@ -21,9 +21,14 @@
public String func_85085_a() {
@ -51,8 +51,8 @@ diff -r -U 3 minecraft\net\minecraft\src\CallableSuspiciousClasses.java minecraf
boolean var5 = !CrashReport.class.getCanonicalName().equals("net.minecraft.CrashReport");
HashMap var6 = new HashMap();
diff -r -U 3 minecraft\net\minecraft\src\CodecMus.java minecraft_patched\net\minecraft\src\CodecMus.java
--- minecraft\net\minecraft\src\CodecMus.java Thu Nov 08 22:48:11 2012
+++ minecraft_patched\net\minecraft\src\CodecMus.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\CodecMus.java Fri Nov 16 21:42:29 2012
+++ minecraft_patched\net\minecraft\src\CodecMus.java Fri Nov 16 21:44:38 2012
@@ -1,5 +1,6 @@
package net.minecraft.src;
@ -73,8 +73,8 @@ diff -r -U 3 minecraft\net\minecraft\src\CodecMus.java minecraft_patched\net\min
}
}
diff -r -U 3 minecraft\net\minecraft\src\ComponentStrongholdRightTurn.java minecraft_patched\net\minecraft\src\ComponentStrongholdRightTurn.java
--- minecraft\net\minecraft\src\ComponentStrongholdRightTurn.java Thu Nov 08 22:48:12 2012
+++ minecraft_patched\net\minecraft\src\ComponentStrongholdRightTurn.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\ComponentStrongholdRightTurn.java Fri Nov 16 21:42:29 2012
+++ minecraft_patched\net\minecraft\src\ComponentStrongholdRightTurn.java Fri Nov 16 21:44:38 2012
@@ -11,6 +11,10 @@
public class ComponentStrongholdRightTurn extends ComponentStrongholdLeftTurn {
@ -87,8 +87,8 @@ diff -r -U 3 minecraft\net\minecraft\src\ComponentStrongholdRightTurn.java minec
if(this.field_74885_f != 2 && this.field_74885_f != 3) {
this.func_74989_b((ComponentStrongholdStairs2)p_74861_1_, p_74861_2_, p_74861_3_, 1, 1);
diff -r -U 3 minecraft\net\minecraft\src\DedicatedServer.java minecraft_patched\net\minecraft\src\DedicatedServer.java
--- minecraft\net\minecraft\src\DedicatedServer.java Thu Nov 08 22:48:12 2012
+++ minecraft_patched\net\minecraft\src\DedicatedServer.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\DedicatedServer.java Fri Nov 16 21:42:29 2012
+++ minecraft_patched\net\minecraft\src\DedicatedServer.java Fri Nov 16 21:44:38 2012
@@ -202,7 +202,7 @@
System.exit(0);
}
@ -99,8 +99,8 @@ diff -r -U 3 minecraft\net\minecraft\src\DedicatedServer.java minecraft_patched\
this.func_71333_ah();
}
diff -r -U 3 minecraft\net\minecraft\src\EntityMooshroom.java minecraft_patched\net\minecraft\src\EntityMooshroom.java
--- minecraft\net\minecraft\src\EntityMooshroom.java Thu Nov 08 22:48:12 2012
+++ minecraft_patched\net\minecraft\src\EntityMooshroom.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\EntityMooshroom.java Fri Nov 16 21:42:30 2012
+++ minecraft_patched\net\minecraft\src\EntityMooshroom.java Fri Nov 16 21:44:38 2012
@@ -56,10 +56,10 @@
return new EntityMooshroom(this.field_70170_p);
}
@ -116,9 +116,30 @@ diff -r -U 3 minecraft\net\minecraft\src\EntityMooshroom.java minecraft_patched\
// $FF: synthetic method
public EntityAgeable func_90011_a(EntityAgeable p_90011_1_) {
diff -r -U 3 minecraft\net\minecraft\src\FontRenderer.java minecraft_patched\net\minecraft\src\FontRenderer.java
--- minecraft\net\minecraft\src\FontRenderer.java Fri Nov 16 21:42:30 2012
+++ minecraft_patched\net\minecraft\src\FontRenderer.java Fri Nov 16 21:47:09 2012
@@ -611,8 +611,6 @@
case 10:
--var5;
break;
- case 32:
- var6 = var5;
case 167:
if(var5 < var3 - 1) {
++var5;
@@ -626,6 +624,8 @@
}
}
break;
+ case 32:
+ var6 = var5;
default:
var4 += this.func_78263_a(var8);
if(var7) {
diff -r -U 3 minecraft\net\minecraft\src\IntegratedServer.java minecraft_patched\net\minecraft\src\IntegratedServer.java
--- minecraft\net\minecraft\src\IntegratedServer.java Thu Nov 08 22:48:13 2012
+++ minecraft_patched\net\minecraft\src\IntegratedServer.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\IntegratedServer.java Fri Nov 16 21:42:30 2012
+++ minecraft_patched\net\minecraft\src\IntegratedServer.java Fri Nov 16 21:44:38 2012
@@ -98,7 +98,7 @@
return true;
}
@ -129,8 +150,8 @@ diff -r -U 3 minecraft\net\minecraft\src\IntegratedServer.java minecraft_patched
this.field_71348_o = this.field_71347_n.func_71752_f();
if(!var1 && this.field_71348_o) {
diff -r -U 3 minecraft\net\minecraft\src\RenderGlobal.java minecraft_patched\net\minecraft\src\RenderGlobal.java
--- minecraft\net\minecraft\src\RenderGlobal.java Thu Nov 08 22:48:14 2012
+++ minecraft_patched\net\minecraft\src\RenderGlobal.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\RenderGlobal.java Fri Nov 16 21:42:31 2012
+++ minecraft_patched\net\minecraft\src\RenderGlobal.java Fri Nov 16 21:44:38 2012
@@ -1446,7 +1446,7 @@
double var15 = this.field_72777_q.field_71451_h.field_70165_t - p_72726_2_;
double var17 = this.field_72777_q.field_71451_h.field_70163_u - p_72726_4_;
@ -141,8 +162,8 @@ diff -r -U 3 minecraft\net\minecraft\src\RenderGlobal.java minecraft_patched\net
this.field_72777_q.field_71452_i.func_78873_a(var21 = new EntityHugeExplodeFX(this.field_72769_h, p_72726_2_, p_72726_4_, p_72726_6_, p_72726_8_, p_72726_10_, p_72726_12_));
} else if(p_72726_1_.equals("largeexplode")) {
diff -r -U 3 minecraft\net\minecraft\src\TcpMasterThread.java minecraft_patched\net\minecraft\src\TcpMasterThread.java
--- minecraft\net\minecraft\src\TcpMasterThread.java Thu Nov 08 22:48:14 2012
+++ minecraft_patched\net\minecraft\src\TcpMasterThread.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\TcpMasterThread.java Fri Nov 16 21:42:32 2012
+++ minecraft_patched\net\minecraft\src\TcpMasterThread.java Fri Nov 16 21:44:38 2012
@@ -11,6 +11,7 @@
this.field_74504_a = p_i3285_1_;
}
@ -152,8 +173,8 @@ diff -r -U 3 minecraft\net\minecraft\src\TcpMasterThread.java minecraft_patched\
try {
Thread.sleep(5000L);
diff -r -U 3 minecraft\net\minecraft\src\ThreadedFileIOBase.java minecraft_patched\net\minecraft\src\ThreadedFileIOBase.java
--- minecraft\net\minecraft\src\ThreadedFileIOBase.java Thu Nov 08 22:48:14 2012
+++ minecraft_patched\net\minecraft\src\ThreadedFileIOBase.java Thu Nov 08 22:50:26 2012
--- minecraft\net\minecraft\src\ThreadedFileIOBase.java Fri Nov 16 21:42:32 2012
+++ minecraft_patched\net\minecraft\src\ThreadedFileIOBase.java Fri Nov 16 21:44:38 2012
@@ -20,7 +20,8 @@
}

View file

@ -1,6 +1,6 @@
diff -r -U 3 minecraft_server\net\minecraft\src\CallableSuspiciousClasses.java minecraft_server_patched\net\minecraft\src\CallableSuspiciousClasses.java
--- minecraft_server\net\minecraft\src\CallableSuspiciousClasses.java Thu Nov 08 22:07:52 2012
+++ minecraft_server_patched\net\minecraft\src\CallableSuspiciousClasses.java Thu Nov 08 22:09:16 2012
--- minecraft_server\net\minecraft\src\CallableSuspiciousClasses.java Fri Nov 16 21:43:38 2012
+++ minecraft_server_patched\net\minecraft\src\CallableSuspiciousClasses.java Fri Nov 16 21:44:48 2012
@@ -21,9 +21,14 @@
public String func_85085_a() {
@ -20,8 +20,8 @@ diff -r -U 3 minecraft_server\net\minecraft\src\CallableSuspiciousClasses.java m
boolean var5 = !CrashReport.class.getCanonicalName().equals("net.minecraft.CrashReport");
HashMap var6 = new HashMap();
diff -r -U 3 minecraft_server\net\minecraft\src\ComponentStrongholdRightTurn.java minecraft_server_patched\net\minecraft\src\ComponentStrongholdRightTurn.java
--- minecraft_server\net\minecraft\src\ComponentStrongholdRightTurn.java Thu Nov 08 22:07:53 2012
+++ minecraft_server_patched\net\minecraft\src\ComponentStrongholdRightTurn.java Thu Nov 08 22:09:16 2012
--- minecraft_server\net\minecraft\src\ComponentStrongholdRightTurn.java Fri Nov 16 21:43:38 2012
+++ minecraft_server_patched\net\minecraft\src\ComponentStrongholdRightTurn.java Fri Nov 16 21:44:48 2012
@@ -11,6 +11,10 @@
public class ComponentStrongholdRightTurn extends ComponentStrongholdLeftTurn {
@ -34,8 +34,8 @@ diff -r -U 3 minecraft_server\net\minecraft\src\ComponentStrongholdRightTurn.jav
if(this.field_74885_f != 2 && this.field_74885_f != 3) {
this.func_74989_b((ComponentStrongholdStairs2)p_74861_1_, p_74861_2_, p_74861_3_, 1, 1);
diff -r -U 3 minecraft_server\net\minecraft\src\DedicatedServer.java minecraft_server_patched\net\minecraft\src\DedicatedServer.java
--- minecraft_server\net\minecraft\src\DedicatedServer.java Thu Nov 08 22:07:53 2012
+++ minecraft_server_patched\net\minecraft\src\DedicatedServer.java Thu Nov 08 22:09:16 2012
--- minecraft_server\net\minecraft\src\DedicatedServer.java Fri Nov 16 21:43:38 2012
+++ minecraft_server_patched\net\minecraft\src\DedicatedServer.java Fri Nov 16 21:44:48 2012
@@ -203,7 +203,7 @@
System.exit(0);
}
@ -46,8 +46,8 @@ diff -r -U 3 minecraft_server\net\minecraft\src\DedicatedServer.java minecraft_s
this.func_71333_ah();
}
diff -r -U 3 minecraft_server\net\minecraft\src\EntityMooshroom.java minecraft_server_patched\net\minecraft\src\EntityMooshroom.java
--- minecraft_server\net\minecraft\src\EntityMooshroom.java Thu Nov 08 22:07:53 2012
+++ minecraft_server_patched\net\minecraft\src\EntityMooshroom.java Thu Nov 08 22:15:13 2012
--- minecraft_server\net\minecraft\src\EntityMooshroom.java Fri Nov 16 21:43:39 2012
+++ minecraft_server_patched\net\minecraft\src\EntityMooshroom.java Fri Nov 16 21:44:48 2012
@@ -56,10 +56,10 @@
return new EntityMooshroom(this.field_70170_p);
}
@ -64,8 +64,8 @@ diff -r -U 3 minecraft_server\net\minecraft\src\EntityMooshroom.java minecraft_s
// $FF: synthetic method
public EntityAgeable func_90011_a(EntityAgeable p_90011_1_) {
diff -r -U 3 minecraft_server\net\minecraft\src\TcpMasterThread.java minecraft_server_patched\net\minecraft\src\TcpMasterThread.java
--- minecraft_server\net\minecraft\src\TcpMasterThread.java Thu Nov 08 22:07:54 2012
+++ minecraft_server_patched\net\minecraft\src\TcpMasterThread.java Thu Nov 08 22:09:16 2012
--- minecraft_server\net\minecraft\src\TcpMasterThread.java Fri Nov 16 21:43:40 2012
+++ minecraft_server_patched\net\minecraft\src\TcpMasterThread.java Fri Nov 16 21:44:48 2012
@@ -11,6 +11,7 @@
this.field_74504_a = p_i3285_1_;
}
@ -75,8 +75,8 @@ diff -r -U 3 minecraft_server\net\minecraft\src\TcpMasterThread.java minecraft_s
try {
Thread.sleep(5000L);
diff -r -U 3 minecraft_server\net\minecraft\src\ThreadedFileIOBase.java minecraft_server_patched\net\minecraft\src\ThreadedFileIOBase.java
--- minecraft_server\net\minecraft\src\ThreadedFileIOBase.java Thu Nov 08 22:07:54 2012
+++ minecraft_server_patched\net\minecraft\src\ThreadedFileIOBase.java Thu Nov 08 22:09:16 2012
--- minecraft_server\net\minecraft\src\ThreadedFileIOBase.java Fri Nov 16 21:43:40 2012
+++ minecraft_server_patched\net\minecraft\src\ThreadedFileIOBase.java Fri Nov 16 21:44:48 2012
@@ -20,7 +20,8 @@
}

View file

@ -1,4 +1,4 @@
[VERSION]
MCPVersion = 7.21
ClientVersion = 1.4.4
ServerVersion = 1.4.4
MCPVersion = 7.22
ClientVersion = 1.4.5
ServerVersion = 1.4.5

View file

@ -45,6 +45,11 @@
<type>2</type>
<locationURI>MCP_LOC/src-work/common</locationURI>
</link>
<link>
<name>fml-common/fmlversion.properties</name>
<type>1</type>
<locationURI>FML_LOC/fmlversion.properties</locationURI>
</link>
</linkedResources>
<filteredResources>
<filter>

View file

@ -648,7 +648,7 @@ def setup_mcp(fml_dir, mcp_dir, dont_gen_conf=True):
commands_sanity_check()
except ImportError as ex:
print 'Could not verify commands.py patch integrity, this typically means that you are not in a clean MCP environment.'
print 'Download a clean version of MCP 7.20 and try again'
print 'Download a clean version of MCP 7.22 and try again'
print ex
sys.exit(1)

View file

@ -1,5 +1,5 @@
[default]
current_ver = 1.4.4
current_ver = 1.4.5
base_url = http://s3.amazonaws.com/MinecraftDownload/
libraries = lwjgl.jar lwjgl_util.jar jinput.jar
natives = windows_natives.jar macosx_natives.jar linux_natives.jar
@ -9,4 +9,11 @@ client_url = http://assets.minecraft.net/1_4_4/minecraft.jar
server_url = http://assets.minecraft.net/1_4_4/minecraft_server.jar
client_md5 = 7aa46c8058cba2f38e9d2ddddcc77c72
server_md5 = b5feed15df1db87c9aaf78dcefad513d
mcp_ver = 7.21
mcp_ver = 7.21
[1.4.5]
client_url = http://assets.minecraft.net/1_4_5/minecraft.jar
server_url = http://assets.minecraft.net/1_4_5/minecraft_server.jar
client_md5 = 469c9743ba88b7aa498769db75e31b1c
server_md5 = c6f1b976385db8bb502902c57458be00
mcp_ver = 7.22