Some command block gui and others mappings (#190)

* some command block gui and others mappings

* adjusted names

* remove "is" from field name
This commit is contained in:
marcin212 2018-11-14 23:19:48 +01:00 committed by Adrian Siekierka
parent 46c3256d71
commit cc751075a5
14 changed files with 39 additions and 4 deletions

2
mappings/bqf.mapping Normal file
View File

@ -0,0 +1,2 @@
CLASS bqf
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;

2
mappings/ccn.mapping Normal file
View File

@ -0,0 +1,2 @@
CLASS ccn
FIELD b MUSHROOM_FILEDS_BIOME_ID I

2
mappings/cik.mapping Normal file
View File

@ -0,0 +1,2 @@
CLASS cik
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;

3
mappings/coi.mapping Normal file
View File

@ -0,0 +1,3 @@
CLASS coi
FIELD a game Lclx;
FIELD b fontRenderer Lcmk;

View File

@ -1,2 +0,0 @@
CLASS crr
METHOD c onInitialized ()V

View File

@ -8,6 +8,7 @@ CLASS dip
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
FIELD a TEXTURE Lpw;
METHOD a shouldMergeTextures ()Z
METHOD a render (Lagh;FFFFFFF)V
METHOD a render (Lczj;FFFFFFF)V

View File

@ -4,6 +4,7 @@ CLASS blv net/minecraft/block/entity/BlockEntityChest
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
METHOD Z_ tick ()V
METHOD a getAnimationProgress (F)F
METHOD a createContainer (Lapu;Lapv;)Lark;
ARG 1 playerInv
METHOD a serialize (Lho;)Lho;

View File

@ -1,7 +1,10 @@
CLASS bmd net/minecraft/block/entity/BlockEntityEnderChest
FIELD a animationProgress F
FIELD e lastAnimationProgress F
FIELD f viewers I
FIELD g ticks I
METHOD Z_ tick ()V
METHOD a getAnimationProgress (F)F
METHOD a canPlayerUse (Lapv;)Z
METHOD c onOpen ()V
METHOD d onClose ()V

View File

@ -0,0 +1,2 @@
CLASS bmj net/minecraft/client/block/ChestAnimationProgress
METHOD a getAnimationProgress (F)F

View File

@ -1,4 +1,4 @@
CLASS crc
CLASS crc net/minecraft/client/gui/CommandBlockGui
CLASS crc$1
METHOD a onPressed (DD)V
ARG 0 mouseX
@ -8,6 +8,12 @@ CLASS crc
CLASS crc$3
METHOD a onPressed (DD)V
ARG 0 mouseX
FIELD A typeButton Lcmu;
FIELD B conditionalModeButton Lcmu;
FIELD C redstoneTriggerButton Lcmu;
FIELD D type Lblw$a;
FIELD E conditional Z
FIELD F alwaysActive Z
METHOD b onScaleChanged (Lclx;II)V
ARG 1 game
ARG 2 width

View File

@ -0,0 +1,2 @@
CLASS crr net/minecraft/client/gui/CommandBlockMinecartGui
METHOD c onInitialized ()V

View File

@ -1,4 +1,4 @@
CLASS cqw
CLASS cqw net/minecraft/client/gui/SimpleCommandBlockGui
CLASS cqw$1
METHOD a onPressed (DD)V
ARG 0 mouseX
@ -8,6 +8,11 @@ CLASS cqw
CLASS cqw$3
METHOD a onPressed (DD)V
ARG 0 mouseX
FIELD a consoleCommandTextField Lcmy;
FIELD f previousOutputTextField Lcmy;
FIELD g doneButton Lcmu;
FIELD h cancelButton Lcmu;
FIELD i toggleTrackingOutputButton Lcmu;
METHOD a draw (IIF)V
ARG 1 mouseX
ARG 2 mouseY

View File

@ -2,6 +2,7 @@ CLASS cro net/minecraft/client/gui/ingame/GuiInventory
CLASS cro$1
METHOD a onPressed (DD)V
ARG 0 mouseX
FIELD x TEXTURE Lpw;
METHOD a isClickInContainerBounds (DDIII)Z
ARG 1 mouseX
ARG 3 mouseY

7
mappings/wf.mapping Normal file
View File

@ -0,0 +1,7 @@
CLASS wf
CLASS wf$a
FIELD a BANNED_IPS_FILE Ljava/io/File;
FIELD b BANNED_PLAYERS_FILE Ljava/io/File;
FIELD c OPS_FILE Ljava/io/File;
FIELD d WHITE_LIST_FILE Ljava/io/File;
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;