yarn/mappings/net/minecraft/client/player/EntityPlayerClient.mapping

72 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS boh net/minecraft/client/player/EntityPlayerClient
FIELD bY stats Lnz;
2016-10-15 11:21:53 -04:00
FIELD bZ clientPermissionLevel I
2016-10-18 11:31:59 -04:00
FIELD d networkHandler Lbmf;
FIELD f game Lbdr;
METHOD <init> (Lbdr;Laiw;Lbmf;Lnz;)V
ARG 0 game
2016-08-25 16:22:09 -04:00
ARG 1 world
ARG 2 networkHandler
ARG 3 stats
METHOD A closeGui ()V
2016-10-18 11:26:35 -04:00
METHOD C openRidingInventory ()V
2016-10-18 11:31:59 -04:00
METHOD E getStats ()Lnz;
2016-10-15 11:21:53 -04:00
METHOD G getClientPermissionLevel ()I
METHOD a hasPermission (ILjava/lang/String;)Z
ARG 0 permissionLevel
ARG 1 commandName
2016-10-18 11:31:59 -04:00
METHOD a openBookEditor (Laes;Lrb;)V
METHOD a openVillagerGui (Laih;)V
METHOD a openCommandBlockMinecart (Lail;)V
METHOD a openCommandBlock (Larh;)V
METHOD a openSignEditor (Larw;)V
Misc mappings (#131) * Misc mappings * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * BIomes, biome generation (#132) * BIomes, biome generation * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * Fix a few things * Remove Vector3f (fixes Enigma mapping conflict) * Map WidgetLockButton * Fix gameMode setters to use "value"
2016-10-17 13:39:56 -04:00
ARG 0 sign
2016-10-18 11:31:59 -04:00
METHOD a openStructureBlock (Lary;)V
METHOD a appendCommandFeedback (Lfa;)V
ARG 0 component
2016-10-18 11:31:59 -04:00
METHOD a addChatMessage (Lfa;Z)V
2016-10-15 11:21:53 -04:00
ARG 0 message
2016-10-18 11:31:59 -04:00
METHOD a onTrackedDataSet (Lkj;)V
ARG 0 data
2016-10-18 11:31:59 -04:00
METHOD a playSoundAtEntity (Lnk;FF)V
ARG 0 sound
ARG 1 volume
ARG 2 pitch
2016-10-18 11:31:59 -04:00
METHOD a incrementStat (Lnu;I)V
ARG 0 stat
ARG 1 amount
2016-10-18 11:31:59 -04:00
METHOD a openInventory (Lqv;)V
2016-09-12 09:16:04 -04:00
ARG 0 inv
2016-10-18 11:31:59 -04:00
METHOD a swingHand (Lrb;)V
ARG 0 hand
2016-10-18 11:31:59 -04:00
METHOD a openContainer (Lrc;)V
METHOD a damage (Lrr;F)Z
ARG 0 source
ARG 1 damage
2016-10-18 11:31:59 -04:00
METHOD a (Lsg;)V
ARG 0 entity
2016-10-18 11:31:59 -04:00
METHOD a startRiding (Lsg;Z)Z
ARG 0 entity
ARG 1 ignoreRequirements
2016-10-18 11:31:59 -04:00
METHOD a openHorseInventory (Lxd;Lqv;)V
METHOD a spawnEntityItem (Lza;)Laes;
2016-09-12 16:13:50 -04:00
ARG 0 entityItem
2016-10-18 11:31:59 -04:00
METHOD a dropSelectedItem (Z)Lza;
2016-09-12 16:13:50 -04:00
METHOD aM isSneaking ()Z
METHOD b heal (F)V
ARG 0 amount
2016-10-18 11:31:59 -04:00
METHOD c getBlockPos ()Lcn;
METHOD c setCurrentHand (Lrb;)V
METHOD cy ()Lrb;
METHOD d move (DDD)V
2016-10-15 14:49:37 -04:00
ARG 0 deltaX
ARG 1 deltaY
ARG 2 deltaZ
METHOD g sendChatMessage (Ljava/lang/String;)V
ARG 0 message
2016-10-15 14:49:37 -04:00
METHOD n updateMovement ()V
2016-10-15 11:21:53 -04:00
METHOD o setClientPermissionLevel (I)V
ARG 0 value
METHOD p stopRiding ()V
2016-09-12 06:08:56 -04:00
METHOD y_ update ()V