map some client things

This commit is contained in:
asie 2018-11-03 08:44:17 +01:00
parent fd623e3235
commit d5ddad5c30
42 changed files with 173 additions and 37 deletions

View File

@ -1,9 +0,0 @@
CLASS ckn
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c game Lcko;
FIELD l fullscreen Z
METHOD b updateSettingVsync (Z)V
METHOD g toggleFullscreen ()V
METHOD i isFullscreen ()Z
METHOD o getWidth ()I
METHOD p getHeight ()I

View File

@ -1,2 +1,2 @@
CLASS cko CLASS cko
METHOD a updateGuiScale ()V METHOD a onResolutionChanged ()V

3
mappings/cnp.mapping Normal file
View File

@ -0,0 +1,3 @@
CLASS cnp
METHOD a draw (Lcnt;J)Lcns$a;
ARG 0 manager

3
mappings/cnq.mapping Normal file
View File

@ -0,0 +1,3 @@
CLASS cnq
METHOD a draw (Lcnt;J)Lcns$a;
ARG 0 manager

3
mappings/cnr.mapping Normal file
View File

@ -0,0 +1,3 @@
CLASS cnr
METHOD a draw (Lcnt;J)Lcns$a;
ARG 0 manager

View File

@ -1,2 +0,0 @@
CLASS cnt
FIELD a game Lclp;

3
mappings/cnu.mapping Normal file
View File

@ -0,0 +1,3 @@
CLASS cnu
METHOD a draw (Lcnt;J)Lcns$a;
ARG 0 manager

View File

@ -1,4 +1,4 @@
CLASS bma net/minecraft/sortme/Entity CLASS bma net/minecraft/block/entity/BlockEntityJukebox
FIELD a record Lauv; FIELD a record Lauv;
METHOD a setRecord (Lauv;)V METHOD a setRecord (Lauv;)V
METHOD a serialize (Lhm;)Lhm; METHOD a serialize (Lhm;)Lhm;

View File

@ -0,0 +1 @@
CLASS cbr net/minecraft/block/piston/PistonBehavior

View File

@ -22,15 +22,18 @@ CLASS clp net/minecraft/client/MinecraftGame
FIELD aG thread Ljava/lang/Thread; FIELD aG thread Ljava/lang/Thread;
FIELD aH bakedModelManager Ldkn; FIELD aH bakedModelManager Ldkn;
FIELD aI blockRenderManager Ldam; FIELD aI blockRenderManager Ldam;
FIELD aJ toastManager Lcnt;
FIELD aK isRunning Z FIELD aK isRunning Z
FIELD aM fpsCounter I FIELD aM fpsCounter I
FIELD aN tutorialManager Ldmp; FIELD aN tutorialManager Ldmp;
FIELD a isSystemMac Z FIELD a isSystemMac Z
FIELD ab server Ldlv; FIELD ab server Ldlv;
FIELD ac creativeHotbarStorage Lclm;
FIELD ad assetDirectory Ljava/io/File; FIELD ad assetDirectory Ljava/io/File;
FIELD ae gameVersion Ljava/lang/String; FIELD ae gameVersion Ljava/lang/String;
FIELD af versionType Ljava/lang/String; FIELD af versionType Ljava/lang/String;
FIELD ag netProxy Ljava/net/Proxy; FIELD ag netProxy Ljava/net/Proxy;
FIELD ah levelStorage Lceu;
FIELD ai currentFps I FIELD ai currentFps I
FIELD ak autoConnectServerIp Ljava/lang/String; FIELD ak autoConnectServerIp Ljava/lang/String;
FIELD al autoConnectServerPort I FIELD al autoConnectServerPort I
@ -43,6 +46,7 @@ CLASS clp net/minecraft/client/MinecraftGame
FIELD ay itemColorMap Lcma; FIELD ay itemColorMap Lcma;
FIELD az framebuffer Lcjy; FIELD az framebuffer Lcjy;
FIELD e playerCapabilities Lcwz; FIELD e playerCapabilities Lcwz;
FIELD g window Lckn;
FIELD h world Lcxa; FIELD h world Lcxa;
FIELD i renderer Lczw; FIELD i renderer Lczw;
FIELD j player Lczd; FIELD j player Lczd;
@ -80,7 +84,7 @@ CLASS clp net/minecraft/client/MinecraftGame
METHOD X getEntityRenderManager ()Ldei; METHOD X getEntityRenderManager ()Ldei;
METHOD Y getItemRenderer ()Ldfc; METHOD Y getItemRenderer ()Ldfc;
METHOD Z getFirstPersonRenderer ()Lczu; METHOD Z getFirstPersonRenderer ()Lczu;
METHOD a updateGuiScale ()V METHOD a onResolutionChanged ()V
METHOD a addSnooperInfo (Laey;)V METHOD a addSnooperInfo (Laey;)V
ARG 0 snooper ARG 0 snooper
METHOD a setCameraEntity (Lafv;)V METHOD a setCameraEntity (Lafv;)V
@ -106,8 +110,10 @@ CLASS clp net/minecraft/client/MinecraftGame
METHOD af_ openInGameMenu ()V METHOD af_ openInGameMenu ()V
METHOD ag getBlockColorMap ()Lclx; METHOD ag getBlockColorMap ()Lclx;
METHOD ai hasReducedDebugInfo ()Z METHOD ai hasReducedDebugInfo ()Z
METHOD aj getToastManager ()Lcnt;
METHOD ak getTutorialManager ()Ldmp; METHOD ak getTutorialManager ()Ldmp;
METHOD al ()Z METHOD al ()Z
METHOD am getCreativeHotbarStorage ()Lclm;
METHOD an getBakedModelManager ()Ldkn; METHOD an getBakedModelManager ()Ldkn;
METHOD ap getProfiler ()Ladx; METHOD ap getProfiler ()Ladx;
METHOD aq init ()V METHOD aq init ()V

View File

@ -0,0 +1,10 @@
CLASS clm net/minecraft/client/sortme/CreativeHotbarStorage
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b file Ljava/io/File;
FIELD c dataFixer Lcom/mojang/datafixers/DataFixer;
FIELD d entries [Lczf;
FIELD e loaded Z
METHOD a save ()V
METHOD a getSavedHotbar (I)Lczf;
ARG 0 i
METHOD b load ()V

View File

@ -0,0 +1,5 @@
CLASS czf net/minecraft/client/sortme/HotbarEntry
FIELD a delegate Lfe;
METHOD a toTagList ()Lhs;
METHOD a fromTagList (Lhs;)V
ARG 0 list

View File

@ -0,0 +1,24 @@
CLASS ckn net/minecraft/client/sortme/Window
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c game Lcko;
FIELD f handle J
FIELD l fullscreen Z
FIELD r windowWidth I
FIELD s windowHeight I
FIELD t scaledWidth I
FIELD u scaledHeight I
METHOD a setWindowIcon (Ljava/io/InputStream;Ljava/io/InputStream;)V
ARG 0 icon16
ARG 1 icon32
METHOD b onSizeChanged (JII)V
ARG 0 handle
METHOD b setVsync (Z)V
ARG 0 value
METHOD g toggleFullscreen ()V
METHOD h getHandle ()J
METHOD i isFullscreen ()Z
METHOD j getWindowWidth ()I
METHOD k getWindowHeight ()I
METHOD l pollEvents ()V
METHOD o getScaledWidth ()I
METHOD p getScaledHeight ()I

View File

@ -0,0 +1,7 @@
CLASS cns net/minecraft/client/toast/Toast
CLASS cns$a
FIELD c sound Lww;
METHOD a play (Ldmf;)V
FIELD a TOASTS_TEX Lpu;
METHOD a draw (Lcnt;J)Lcns$a;
ARG 0 manager

View File

@ -0,0 +1,15 @@
CLASS cnt net/minecraft/client/toast/ToastManager
CLASS cnt$a Entry
FIELD b instance Lcns;
METHOD <init> (Lcnt;Lcns;)V
ARG 1 instance
METHOD a getInstance ()Lcns;
METHOD a draw (II)Z
FIELD a game Lclp;
FIELD f visibleEntries [Lcnt$a;
FIELD g toastQueue Ljava/util/Deque;
METHOD a draw ()V
METHOD a add (Lcns;)V
ARG 0 toast
METHOD b clear ()V
METHOD c getGame ()Lclp;

View File

@ -1,4 +1,4 @@
CLASS asl net/minecraft/container/slot/Slot CLASS asl net/minecraft/container/Slot
FIELD a invSlot I FIELD a invSlot I
FIELD d inventory Laei; FIELD d inventory Laei;
FIELD e id I FIELD e id I

View File

@ -1,4 +1,4 @@
CLASS arn net/minecraft/container/slot/SlotActionType CLASS arn net/minecraft/container/SlotActionType
FIELD a CLICK Larn; FIELD a CLICK Larn;
FIELD b SHIFT_CLICK Larn; FIELD b SHIFT_CLICK Larn;
FIELD c HOTBAR_KEY Larn; FIELD c HOTBAR_KEY Larn;

View File

@ -1,4 +1,4 @@
CLASS asi net/minecraft/container/slot/SlotCraftingResult CLASS asi net/minecraft/container/SlotCraftingResult
FIELD a craftingInv Larp; FIELD a craftingInv Larp;
FIELD b player Lapr; FIELD b player Lapr;
METHOD <init> (Lapr;Larp;Laei;III)V METHOD <init> (Lapr;Larp;Laei;III)V

View File

@ -1,4 +1,4 @@
CLASS art net/minecraft/container/slot/SlotFurnaceFuel CLASS art net/minecraft/container/SlotFurnaceFuel
METHOD <init> (Laei;III)V METHOD <init> (Laei;III)V
ARG 0 inventory ARG 0 inventory
ARG 1 invSlot ARG 1 invSlot

View File

@ -1,4 +1,4 @@
CLASS arv net/minecraft/container/slot/SlotFurnaceOutput CLASS arv net/minecraft/container/SlotFurnaceOutput
FIELD a player Lapr; FIELD a player Lapr;
METHOD <init> (Lapr;Laei;III)V METHOD <init> (Lapr;Laei;III)V
ARG 0 player ARG 0 player

View File

@ -1,4 +1,4 @@
CLASS asd net/minecraft/container/slot/SlotVillagerOutput CLASS asd net/minecraft/container/SlotVillagerOutput
FIELD a villagerInventory Lasb; FIELD a villagerInventory Lasb;
FIELD b player Lapr; FIELD b player Lapr;
FIELD c amount I FIELD c amount I

View File

@ -0,0 +1,4 @@
CLASS agq net/minecraft/entity/attribute/Attribute
METHOD a getId ()Ljava/lang/String;
METHOD b getDefaultValue ()D
METHOD d getParent ()Lagq;

View File

@ -0,0 +1,18 @@
CLASS agr net/minecraft/entity/attribute/AttributeInstance
METHOD a getAttribute ()Lagq;
METHOD a setBaseValue (D)V
ARG 0 baseValue
METHOD a hasModifier (Lags;)Z
ARG 0 modifier
METHOD a getModifier (Ljava/util/UUID;)Lags;
ARG 0 uuid
METHOD b getBaseValue ()D
METHOD b addModifier (Lags;)V
ARG 0 modifier
METHOD b removeModifier (Ljava/util/UUID;)V
ARG 0 id
METHOD c getModifiers ()Ljava/util/Collection;
METHOD c removeModifier (Lags;)V
ARG 0 modifier
METHOD d clearModifiers ()V
METHOD e getValue ()D

View File

@ -0,0 +1,33 @@
CLASS aei net/minecraft/inventory/Inventory
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
METHOD V_ getInvWidth ()I
METHOD a getInvStack (I)Lauv;
ARG 0 slot
METHOD a takeInvStack (II)Lauv;
ARG 0 slot
ARG 1 amount
METHOD a setInvStack (ILauv;)V
ARG 0 slot
ARG 1 stack
METHOD a canPlayerUseInv (Lapr;)Z
ARG 0 player
METHOD b removeInvStack (I)Lauv;
ARG 0 slot
METHOD b setInvProperty (II)V
ARG 0 pos
ARG 1 value
METHOD b isValidInvStack (ILauv;)Z
ARG 0 slot
ARG 1 stack
METHOD b onInvOpen (Lapr;)V
ARG 0 player
METHOD c getInvProperty (I)I
ARG 0 pos
METHOD c onInvClose (Lapr;)V
ARG 0 player
METHOD f getInvMaxStackAmount ()I
METHOD g markDirty ()V
METHOD h getInvPropertyCount ()I
METHOD m clearInv ()V
METHOD n getInvHeight ()I

View File

@ -1 +0,0 @@
CLASS cbr net/minecraft/sortme/PistonBehavior

View File

@ -1,4 +1,4 @@
CLASS yk net/minecraft/util/ChatUtils CLASS yk net/minecraft/util/ChatUtil
FIELD a PATTERN Ljava/util/regex/Pattern; FIELD a PATTERN Ljava/util/regex/Pattern;
METHOD a stripTextFormat (Ljava/lang/String;)Ljava/lang/String; METHOD a stripTextFormat (Ljava/lang/String;)Ljava/lang/String;
ARG 0 text ARG 0 text

View File

@ -1,4 +1,4 @@
CLASS aej net/minecraft/util/InventoryUtils CLASS aej net/minecraft/util/InventoryUtil
METHOD a serialize (Lhm;Lfe;)Lhm; METHOD a serialize (Lhm;Lfe;)Lhm;
ARG 0 tag ARG 0 tag
ARG 1 stacks ARG 1 stacks

View File

@ -1,4 +1,4 @@
CLASS k net/minecraft/util/SystemUtils CLASS k net/minecraft/util/SystemUtil
CLASS k$a IdentityHashStrategy CLASS k$a IdentityHashStrategy
FIELD a INSTANCE Lk$a; FIELD a INSTANCE Lk$a;
CLASS k$b OperatingSystem CLASS k$b OperatingSystem
@ -27,8 +27,9 @@ CLASS k net/minecraft/util/SystemUtils
ARG 1 id ARG 1 id
METHOD a get (Ljava/util/function/Supplier;)Ljava/lang/Object; METHOD a get (Ljava/util/function/Supplier;)Ljava/lang/Object;
ARG 0 supplier ARG 0 supplier
METHOD b getTimeMiliseconds ()J METHOD b getMeasuringTimeMili ()J
METHOD c getTimeNanoseconds ()J METHOD c getMeasuringTimeNano ()J
METHOD d getEpochTimeMili ()J
METHOD e getOperatingSystem ()Lk$b; METHOD e getOperatingSystem ()Lk$b;
METHOD g identityHashStrategy ()Lit/unimi/dsi/fastutil/Hash$Strategy; METHOD g identityHashStrategy ()Lit/unimi/dsi/fastutil/Hash$Strategy;
METHOD h getLogger ()Lorg/apache/logging/log4j/Logger; METHOD h getLogger ()Lorg/apache/logging/log4j/Logger;

View File

@ -0,0 +1,7 @@
CLASS er net/minecraft/util/math/BlockPointer
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
METHOD d getBlockPos ()Leq;
METHOD e getBlockState ()Lbnh;
METHOD g getBlockEntity ()Lbll;

View File

@ -0,0 +1,4 @@
CLASS ff net/minecraft/util/math/Position
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D

View File

@ -1,4 +1,4 @@
CLASS chl net/minecraft/world/loot/condition/LootTableConditionEntityScores CLASS chl net/minecraft/world/loot/condition/LootItemConditionEntityScores
CLASS chl$b Provider CLASS chl$b Provider
METHOD a serialize (Lcom/google/gson/JsonObject;Lchl;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lchl;Lcom/google/gson/JsonSerializationContext;)V
METHOD a serialize (Lcom/google/gson/JsonObject;Lchq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lchq;Lcom/google/gson/JsonSerializationContext;)V

View File

@ -1,4 +1,4 @@
CLASS chv net/minecraft/world/loot/condition/LootTableConditionRandomChanceWithLooting CLASS chv net/minecraft/world/loot/condition/LootItemConditionRandomChanceWithLooting
CLASS chv$a Provider CLASS chv$a Provider
METHOD a serialize (Lcom/google/gson/JsonObject;Lchq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lchq;Lcom/google/gson/JsonSerializationContext;)V
METHOD a serialize (Lcom/google/gson/JsonObject;Lchv;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lchv;Lcom/google/gson/JsonSerializationContext;)V

View File

@ -0,0 +1 @@
CLASS chr net/minecraft/world/loot/condition/LootItemConditions

View File

@ -1,4 +1,4 @@
CLASS cgg net/minecraft/world/loot/function/LootTableFunctionEnchantRandomly CLASS cgg net/minecraft/world/loot/function/LootItemFunctionEnchantRandomly
CLASS cgg$b DeSerializer CLASS cgg$b DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgg;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgg;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgg; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgg;

View File

@ -1,4 +1,4 @@
CLASS cgh net/minecraft/world/loot/function/LootTableFunctionEnchantWithLevels CLASS cgh net/minecraft/world/loot/function/LootItemFunctionEnchantWithLevels
CLASS cgh$b DeSerializer CLASS cgh$b DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgh;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgh;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgh; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgh;

View File

@ -1,4 +1,4 @@
CLASS cgz net/minecraft/world/loot/function/LootTableFunctionFurnaceSmelt CLASS cgz net/minecraft/world/loot/function/LootItemFunctionFurnaceSmelt
CLASS cgz$a DeSerializer CLASS cgz$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgz; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgz;
METHOD b deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgm; METHOD b deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgm;

View File

@ -1,4 +1,4 @@
CLASS cgp net/minecraft/world/loot/function/LootTableFunctionLootingEnchant CLASS cgp net/minecraft/world/loot/function/LootItemFunctionLootingEnchant
CLASS cgp$b DeSerializer CLASS cgp$b DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgp;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgp;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgp; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgp;

View File

@ -1,4 +1,4 @@
CLASS cgq net/minecraft/world/loot/function/LootTableFunctionSetAttributes CLASS cgq net/minecraft/world/loot/function/LootItemFunctionSetAttributes
CLASS cgq$b Attribute CLASS cgq$b Attribute
FIELD a name Ljava/lang/String; FIELD a name Ljava/lang/String;
FIELD b attribute Ljava/lang/String; FIELD b attribute Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS cgt net/minecraft/world/loot/function/LootTableFunctionSetCount CLASS cgt net/minecraft/world/loot/function/LootItemFunctionSetCount
CLASS cgt$a DeSerializer CLASS cgt$a DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgt;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgt;Lcom/google/gson/JsonSerializationContext;)V
METHOD b deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgm; METHOD b deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgm;

View File

@ -1,4 +1,4 @@
CLASS cgu net/minecraft/world/loot/function/LootTableFunctionSetDamage CLASS cgu net/minecraft/world/loot/function/LootItemFunctionSetDamage
CLASS cgu$a DeSerializer CLASS cgu$a DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgu;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgu;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgu; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgu;

View File

@ -1,4 +1,4 @@
CLASS cgx net/minecraft/world/loot/function/LootTableFunctionSetTag CLASS cgx net/minecraft/world/loot/function/LootItemFunctionSetTag
CLASS cgx$a DeSerializer CLASS cgx$a DeSerializer
METHOD a serialize (Lcom/google/gson/JsonObject;Lcgx;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lcgx;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgx; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lchq;)Lcgx;

View File

@ -1,4 +1,4 @@
CLASS cgo CLASS cgo net/minecraft/world/loot/function/LootItemFunctions
CLASS cgo$a DeSerializer CLASS cgo$a DeSerializer
METHOD a serialize (Lcgn;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement; METHOD a serialize (Lcgn;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lcgn; METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lcgn;