yarn/mappings/net/minecraft/client/gui/ingame/GuiStructureBlock.mapping

68 lines
1.8 KiB
Plaintext

CLASS bia net/minecraft/client/gui/ingame/GuiStructureBlock
FIELD A inputSizeY Lbep;
FIELD B inputSizeZ Lbep;
FIELD C inputIntegrity Lbep;
FIELD D inputSeed Lbep;
FIELD E inputMetadata Lbep;
FIELD F buttonDone Lbel;
FIELD G buttonCancel Lbel;
FIELD H buttonSave Lbel;
FIELD I buttonLoad Lbel;
FIELD J buttonRotate0 Lbel;
FIELD K buttonRotate90 Lbel;
FIELD L buttonRotate180 Lbel;
FIELD M buttonRotate270 Lbel;
FIELD N buttonMode Lbel;
FIELD O buttonDetect Lbel;
FIELD P buttonEntities Lbel;
FIELD Q buttonMirror Lbel;
FIELD R buttonShowAir Lbel;
FIELD S buttonShowBoundingBox Lbel;
FIELD T textFields Ljava/util/List;
FIELD U decimalFormat Ljava/text/DecimalFormat;
FIELD f LOGGER Lorg/apache/logging/log4j/Logger;
FIELD g structureBlock Lary;
FIELD h mirror Lany;
FIELD i rotation Lapl;
FIELD r mode Lary$a;
FIELD s ignoreEntities Z
FIELD t showAir Z
FIELD u showBoundingBox Z
FIELD v inputName Lbep;
FIELD w inputPosX Lbep;
FIELD x inputPosY Lbep;
FIELD y inputPosZ Lbep;
FIELD z inputSizeX Lbep;
METHOD <init> (Lary;)V
ARG 0 structureBlock
METHOD a updateIgnoreEntitiesButton ()V
METHOD a onKeyPressed (CI)V
ARG 0 keyChar
ARG 1 keyCode
METHOD a draw (IIF)V
ARG 0 mouseX
ARG 1 mouseY
ARG 2 delta
METHOD a onMousePressed (III)V
ARG 0 mouseX
ARG 1 mouseY
ARG 2 mouseButton
METHOD a onWidgetPressed (Lbel;)V
ARG 0 widget
METHOD a parseLong (Ljava/lang/String;)J
ARG 0 s
METHOD b init ()V
METHOD b sendUpdate (I)Z
ARG 0 type
METHOD b parseFloat (Ljava/lang/String;)F
ARG 0 s
METHOD c parseInt (Ljava/lang/String;)I
ARG 0 s
METHOD e update ()V
METHOD f updateShowAirButton ()V
METHOD g updateShowBoundingBoxButton ()V
METHOD h updateMirrorButton ()V
METHOD i updateRotationButton ()V
METHOD j updateMode ()V
METHOD m onClosed ()V