yarn/mappings/net/minecraft/client/gui/widget/LockButtonWidget.mapping

19 lines
387 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cxd net/minecraft/client/gui/widget/LockButtonWidget
2019-06-19 15:24:08 -04:00
CLASS a IconLocation
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
FIELD g u I
FIELD h v I
2018-12-12 12:22:18 -05:00
METHOD <init> (Ljava/lang/String;III)V
ARG 1 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
METHOD a getU ()I
METHOD b getV ()I
2019-02-13 12:35:08 -05:00
FIELD a locked Z
2019-06-19 13:48:53 -04:00
METHOD <init> (IILcwu$a;)V
2019-03-14 20:21:29 -04:00
ARG 1 x
ARG 2 y
2019-03-20 13:56:26 -04:00
METHOD a isLocked ()Z
METHOD a setLocked (Z)V
2019-04-16 11:51:03 -04:00
METHOD renderButton (IIF)V
ARG 1 mouseX
ARG 2 mouseY
ARG 3 delta