minor update

This commit is contained in:
asie 2018-11-09 12:34:44 +01:00
parent 6d3075daeb
commit fcc786466a
44 changed files with 131 additions and 30 deletions

View File

@ -1,4 +0,0 @@
CLASS awz
METHOD b getId ()Lpw;
METHOD c isIgnoredInRecipeBook ()Z
METHOD d getOutput ()Lava;

View File

@ -1,5 +0,0 @@
CLASS cmp
FIELD a INSTANCE Lcmp;
FIELD b narrator Lcom/mojang/text2speech/Narrator;
METHOD a isNarratorActive ()Z
METHOD b clearNarrator ()V

5
mappings/cmq.mapping Normal file
View File

@ -0,0 +1,5 @@
CLASS cmq
FIELD a game Lclx;
METHOD a onChatMessage (Lix;Liz;)V
ARG 2 message
ARG 3 gameSetting

View File

@ -1,5 +1,6 @@
CLASS cnq
METHOD b getListeners ()Ljava/util/List;
METHOD b focusOn (Lcnr;)V
METHOD keyPressed (III)Z
ARG 1 keyCode
ARG 2 scanCode
@ -7,3 +8,4 @@ CLASS cnq
ARG 1 mouseX
METHOD mouseReleased (DDI)Z
ARG 1 mouseX
METHOD t focusNext ()V

View File

@ -45,6 +45,7 @@ CLASS cmk net/minecraft/client/font/FontRenderer
METHOD a (Ljava/lang/String;IZ)Ljava/lang/String;
ARG 2 width
METHOD a setRightToLeft (Z)V
METHOD b getStringWidth (Ljava/lang/String;)I
METHOD b drawWithShadow (Ljava/lang/String;FFI)I
ARG 1 str
ARG 2 x

View File

@ -2,7 +2,7 @@ CLASS cmm net/minecraft/client/gui/Drawable
FIELD b OPTIONS_BG Lpw;
FIELD c STAT_ICONS Lpw;
FIELD d ICONS Lpw;
FIELD e z F
FIELD e zOffset F
METHOD a drawTexturedRect (FFIIII)V
ARG 1 x
ARG 2 y

View File

@ -0,0 +1,5 @@
CLASS cmr net/minecraft/client/gui/hud/HudChatListener
FIELD a game Lclx;
METHOD a onChatMessage (Lix;Liz;)V
ARG 2 message
ARG 3 gameSetting

View File

@ -1,4 +1,7 @@
CLASS cml net/minecraft/client/gui/hud/HudInGame
FIELD H scaledWidth I
FIELD I scaledHeight I
FIELD J listeners Ljava/util/Map;
FIELD f VIGNETTE_TEX Lpw;
FIELD g WIDGETS_TEX Lpw;
FIELD h PUMPKIN_BLUR Lpw;
@ -12,10 +15,17 @@ CLASS cml net/minecraft/client/gui/hud/HudInGame
FIELD u hudSpectator Lcnv;
FIELD v hudScoreboard Lcnk;
FIELD w hudBossBar Lcmt;
METHOD <init> (Lclx;)V
ARG 2 narrator
METHOD a draw (F)V
METHOD a addChatMessage (Lix;Liz;)V
ARG 2 message
METHOD d renderDemoTimer ()V
ARG 1 text
METHOD f getHudChat ()Lcmv;
METHOD h getFontRenderer ()Lcmk;
METHOD i getSpectatorWidget ()Lcnv;
METHOD j getScoreboardWidget ()Lcnk;
METHOD k clear ()V
METHOD l getHudBossBar ()Lcmt;
METHOD n getCameraPlayer ()Lapv;

View File

@ -1,4 +1,5 @@
CLASS cpf net/minecraft/client/gui/ingame/GuiChat
FIELD a chatField Lcmy;
METHOD a draw (IIF)V
ARG 1 mouseX
ARG 2 mouseY

View File

@ -1,5 +1,6 @@
CLASS coy net/minecraft/client/gui/menu/GuiRealms
FIELD a realmsScreen Lnet/minecraft/realms/RealmsScreen;
FIELD f LOGGER_REALMS Lorg/apache/logging/log4j/Logger;
METHOD a getRealmsScreen ()Lnet/minecraft/realms/RealmsScreen;
METHOD a draw (IIF)V
ARG 1 mouseX
@ -32,6 +33,8 @@ CLASS coy net/minecraft/client/gui/menu/GuiRealms
METHOD a drawTooltip (Ljava/util/List;II)V
ARG 1 text
ARG 2 x
METHOD a addButton (Lnet/minecraft/realms/RealmsButton;)V
METHOD a addWidget (Lnet/minecraft/realms/RealmsGuiEventListener;)V
METHOD b drawTexturedRect (IIIIII)V
ARG 1 x
ARG 2 y
@ -44,8 +47,10 @@ CLASS coy net/minecraft/client/gui/menu/GuiRealms
ARG 3 y
METHOD b draw (Ljava/lang/String;IIIZ)I
METHOD b removeButton (Lnet/minecraft/realms/RealmsButton;)V
METHOD b removeWidget (Lnet/minecraft/realms/RealmsGuiEventListener;)V
METHOD c onInitialized ()V
METHOD c getStringWidth (Ljava/lang/String;)I
METHOD c containsWidget (Lnet/minecraft/realms/RealmsGuiEventListener;)Z
METHOD c_ drawBackground (I)V
METHOD confirmResult handle (ZI)V
ARG 1 result
@ -53,11 +58,12 @@ CLASS coy net/minecraft/client/gui/menu/GuiRealms
METHOD e isPauseScreen ()Z
METHOD f update ()V
METHOD i getFontHeight ()I
METHOD j clearWidgets ()V
METHOD j clearListeners ()V
METHOD k getButtons ()Ljava/util/List;
METHOD keyPressed (III)Z
ARG 1 keyCode
ARG 2 scanCode
METHOD m clearWidgets ()V
METHOD mouseClicked (DDI)Z
ARG 1 mouseX
METHOD mouseReleased (DDI)Z

View File

@ -1,16 +1,19 @@
CLASS cxg net/minecraft/client/network/handler/ClientGameNetworkHandler
CLASS cxg net/minecraft/client/network/handler/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b connection Lin;
FIELD e game Lclx;
FIELD f world Lcxj;
FIELD i advancementHandler Lcxd;
FIELD j commandSource Lcxh;
FIELD k tagManager Lxt;
FIELD m rand Ljava/util/Random;
FIELD n commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
FIELD o recipeManager Laxh;
METHOD a getClientConnection ()Lin;
METHOD a onConnectionLost (Liz;)V
METHOD a sendPacket (Ljn;)V
METHOD a onEntitySpawn (Ljr;)V
ARG 1 packet
METHOD a onExperienceOrbSpawn (Ljs;)V
METHOD a onEntitySpawnGlobal (Ljt;)V
METHOD a onMobSpawn (Lju;)V
@ -84,6 +87,7 @@ CLASS cxg net/minecraft/client/network/handler/ClientGameNetworkHandler
METHOD a onAdvancements (Lmt;)V
METHOD a onEntityAttributes (Lmu;)V
METHOD a onEntityPotionEffect (Lmv;)V
METHOD b getCommandSource ()Lcxh;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
METHOD d getRecipeManager ()Laxh;
METHOD g getAdvancementHandler ()Lcxd;

View File

@ -47,10 +47,11 @@ CLASS czm net/minecraft/client/player/EntityPlayerClient
METHOD g setServerBrand (Ljava/lang/String;)V
METHOD h getYaw (F)F
METHOD k updateMovement ()V
METHOD p closeGui ()V
METHOD p closeGuiClient ()V
METHOD s updateHealth (F)V
METHOD v openRidingInventory ()V
METHOD w getServerBrand ()Ljava/lang/String;
METHOD x getStats ()Lxk;
METHOD x_ closeGui ()V
METHOD y getPermissionLevel ()I
METHOD z getRecipeBook ()Lclr;

View File

@ -0,0 +1,4 @@
CLASS cmo net/minecraft/client/sortme/ClientChatListener
METHOD a onChatMessage (Lix;Liz;)V
ARG 2 message
ARG 3 gameSetting

View File

@ -15,6 +15,12 @@ CLASS ckq net/minecraft/client/texture/NativeImage
METHOD a setPixelRGBA (III)V
ARG 1 x
ARG 2 y
METHOD a fillRGBA (IIIII)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 color
METHOD a resizeSubRectTo (IIIILckq;)V
METHOD a fromInputStream (Lckq$a;Ljava/io/InputStream;)Lckq;
METHOD a fromByteBuffer (Lckq$a;Ljava/nio/ByteBuffer;)Lckq;
@ -25,6 +31,8 @@ CLASS ckq net/minecraft/client/texture/NativeImage
METHOD a writeFile (Ljava/nio/file/Path;)V
METHOD b getHeight ()I
METHOD b blendPixel (III)V
METHOD b fromBase64 (Ljava/lang/String;)Lckq;
ARG 0 string
METHOD c getFormat ()Lckq$a;
METHOD d makePixelArray ()[I
METHOD g checkAllocated ()V

View File

@ -1,4 +1,6 @@
CLASS djc net/minecraft/client/texture/NativeImageBackedTexture
FIELD f image Lckq;
METHOD a setImage (Lckq;)V
ARG 1 image
METHOD a load (Lvw;)V
METHOD e getImage ()Lckq;

View File

@ -0,0 +1,10 @@
CLASS cmp net/minecraft/client/util/NarratorManager
FIELD a INSTANCE Lcmp;
FIELD b narrator Lcom/mojang/text2speech/Narrator;
METHOD a isActive ()Z
METHOD a addToast (I)V
ARG 1 gameSetting
METHOD a onChatMessage (Lix;Liz;)V
ARG 2 message
ARG 3 gameSetting
METHOD b clear ()V

View File

@ -160,4 +160,5 @@ CLASS apv net/minecraft/entity/player/EntityPlayer
METHOD r setReducedDebugInfo (Z)V
METHOD t isSpectator ()Z
METHOD u isCreative ()Z
METHOD x_ closeGui ()V
METHOD y_ initDataTracker ()V

View File

@ -52,8 +52,10 @@ CLASS uf net/minecraft/entity/player/EntityPlayerServer
METHOD d addExperience (I)V
METHOD f attack (Lafy;)V
METHOD g createCooldownManager ()Lauv;
METHOD m closeContainer ()V
METHOD n initAi ()V
METHOD s getServerWorld ()Lud;
METHOD t isSpectator ()Z
METHOD u isCreative ()Z
METHOD x_ closeGui ()V
METHOD y getPermissionLevel ()I

View File

@ -1,5 +1,6 @@
CLASS jq net/minecraft/network/handler/ClientPlayPacketListener
METHOD a onEntitySpawn (Ljr;)V
ARG 1 packet
METHOD a onExperienceOrbSpawn (Ljs;)V
METHOD a onEntitySpawnGlobal (Ljt;)V
METHOD a onMobSpawn (Lju;)V

View File

@ -8,5 +8,6 @@ CLASS ut net/minecraft/network/handler/ServerPlayNetworkHandler
METHOD a onConnectionLost (Liz;)V
METHOD a sendPacket (Ljn;)V
METHOD a sendPacket (Ljn;Lio/netty/util/concurrent/GenericFutureListener;)V
METHOD a onGuiClose (Lni;)V
METHOD a onCustomPayload (Lnj;)V
METHOD a onBookUpdate (Lnk;)V

View File

@ -1,3 +1,4 @@
CLASS my net/minecraft/network/handler/ServerPlayPacketListener
METHOD a onGuiClose (Lni;)V
METHOD a onCustomPayload (Lnj;)V
METHOD a onBookUpdate (Lnk;)V

View File

@ -0,0 +1,8 @@
CLASS ni net/minecraft/network/packet/server/SPacketGuiClose
FIELD a id I
METHOD <init> (I)V
ARG 1 id
METHOD a read (Lip;)V
METHOD a apply (Lis;)V
METHOD a apply (Lmy;)V
METHOD b write (Lip;)V

View File

@ -0,0 +1,7 @@
CLASS awz net/minecraft/recipe/AbstractRecipe
FIELD a id Lpw;
METHOD <init> (Lpw;)V
ARG 1 id
METHOD b getId ()Lpw;
METHOD c isIgnoredInRecipeBook ()Z
METHOD d getOutput ()Lava;

View File

@ -15,3 +15,7 @@ CLASS axj net/minecraft/recipe/RecipeSerializers
METHOD a read (Lpw;Lip;)Laxg;
ARG 0 id
ARG 1 buf
METHOD a toPacket (Laxg;Lip;)V
METHOD a register (Laxi;)Laxi;
METHOD a fromPacket (Lip;)Laxg;
METHOD a fromJson (Lpw;Lcom/google/gson/JsonObject;)Laxg;

View File

@ -1,4 +1,6 @@
CLASS aww net/minecraft/recipe/crafting/RecipeArmorDye
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS awx net/minecraft/recipe/crafting/RecipeBannerDuplicate
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS awy net/minecraft/recipe/crafting/RecipeBookCloning
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axa net/minecraft/recipe/crafting/RecipeFireworkRocket
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axc net/minecraft/recipe/crafting/RecipeFireworkStar
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axb net/minecraft/recipe/crafting/RecipeFireworkStarFade
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axe net/minecraft/recipe/crafting/RecipeMapCloning
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axk net/minecraft/recipe/crafting/RecipeRepairItem
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axn net/minecraft/recipe/crafting/RecipeShieldDecoration
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axo net/minecraft/recipe/crafting/RecipeShulkerBoxColoring
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axq net/minecraft/recipe/crafting/RecipeSuspiciousStew
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -1,4 +1,6 @@
CLASS axr net/minecraft/recipe/crafting/RecipeTippedArrow
METHOD <init> (Lpw;)V
ARG 1 id
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -15,6 +15,7 @@ CLASS axp net/minecraft/recipe/smelting/RecipeSmelting
FIELD c input Laxd;
FIELD d output Lava;
FIELD e experience F
FIELD f cookTime I
METHOD a getSerializer ()Laxi;
METHOD a fits (II)Z
ARG 1 width

View File

@ -2,9 +2,12 @@ CLASS wr net/minecraft/server/rcon/BufferHelper
FIELD a HEX_CHARS_LOOKUP [C
METHOD a toHex (B)Ljava/lang/String;
ARG 0 b
METHOD a getIntLE ([BI)I
ARG 0 buf
ARG 1 start
METHOD a getString ([BII)Ljava/lang/String;
ARG 0 buf
METHOD b gutIntLE ([BII)I
METHOD b getIntLE ([BII)I
ARG 0 buf
ARG 1 start
ARG 2 limit

View File

@ -1,7 +1,9 @@
CLASS wx net/minecraft/server/rcon/RconServer
FIELD h port I
FIELD i serverPort I
FIELD j hostname Ljava/lang/String;
FIELD k listener Ljava/net/ServerSocket;
FIELD l password Ljava/lang/String;
FIELD m clients Ljava/util/Map;
METHOD a start ()V
METHOD f cleanClientList ()V

View File

@ -1,10 +0,0 @@
CLASS anp net/minecraft/sortme/Painting
FIELD A width I
FIELD B height I
FIELD C x I
FIELD D y I
METHOD a getWidth ()I
METHOD a register (Ljava/lang/String;IIII)Lanp;
METHOD b getHeight ()I
METHOD c getX ()I
METHOD d getY ()I

View File

@ -0,0 +1,10 @@
CLASS anp net/minecraft/sortme/PaintingMotive
FIELD A width I
FIELD B height I
FIELD C textureX I
FIELD D textureY I
METHOD a getWidth ()I
METHOD a register (Ljava/lang/String;IIII)Lanp;
METHOD b getHeight ()I
METHOD c getTextureX ()I
METHOD d getTextureY ()I

View File

@ -108,6 +108,7 @@ CLASS es net/minecraft/util/math/BlockPos
METHOD b add (III)Les;
ARG 1 x
ARG 2 y
METHOD b isHeightInvalid (J)Z
METHOD b iterateBoxPositionsMutable (Les;Les;)Ljava/lang/Iterable;
ARG 0 pos1
ARG 1 pos2

View File

@ -20,7 +20,7 @@ CLASS fj net/minecraft/util/registry/Registry
FIELD v BLOCK_ENTITIES Lfj;
FIELD w CHUNK_GENERATOR_TYPES Lfj;
FIELD x DIMENSIONS Lfj;
FIELD y PAINTINGS Lew;
FIELD y MOTIVES Lew;
FIELD z CUSTOM_STATS Lfj;
METHOD a getDefaultId ()Lpw;
METHOD a set (Lfj;ILjava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;

View File

@ -1,5 +0,0 @@
CLASS ni
METHOD a read (Lip;)V
METHOD a apply (Lis;)V
METHOD a apply (Lmy;)V
METHOD b write (Lip;)V