Client class mappings (#534)

* Client class mappings

* A few more classes

* 3 more

* A few more classes

* a

* Suggestions

* ErrorScreen
This commit is contained in:
Runemoro 2019-03-18 15:53:22 -04:00 committed by Modmuss50
parent cd3b01ffc5
commit 936397a574
50 changed files with 104 additions and 24 deletions

View File

@ -1 +0,0 @@
CLASS aoa

View File

@ -1 +0,0 @@
CLASS cgb

View File

@ -1 +0,0 @@
CLASS clo

View File

@ -1 +0,0 @@
CLASS cun

View File

@ -1 +0,0 @@
CLASS cut

View File

@ -1 +0,0 @@
CLASS cvx

View File

@ -1 +0,0 @@
CLASS cxa

View File

@ -1 +0,0 @@
CLASS cxd

View File

@ -1 +0,0 @@
CLASS czm

View File

@ -1 +0,0 @@
CLASS dcm

View File

@ -1 +0,0 @@
CLASS dmj

View File

@ -1 +0,0 @@
CLASS dmp

View File

@ -1 +0,0 @@
CLASS dmu

View File

@ -1 +0,0 @@
CLASS drn

View File

@ -0,0 +1,3 @@
CLASS cyo net/minecraft/client/gui/StatsListener
FIELD b_ PROGRESS_BAR_STAGES [Ljava/lang/String;
METHOD m onStatsReady ()V

View File

@ -0,0 +1,2 @@
CLASS czm net/minecraft/client/gui/ingame/CreativePlayerInventoryContainerListener
FIELD a client Lctp;

View File

@ -1,5 +1 @@
CLASS cxs net/minecraft/client/gui/menu/ErrorScreen
FIELD a title Ljava/lang/String;
FIELD b message Ljava/lang/String;
METHOD <init> (Ljava/lang/String;Ljava/lang/String;)V
ARG 1 title
CLASS cxd net/minecraft/client/gui/menu/ErrorScreen

View File

@ -1,5 +1,6 @@
CLASS cwu
CLASS cwu net/minecraft/client/gui/menu/RealmsButton
METHOD Z_ isVisible ()Z
METHOD b getRealmsProxy ()Lcwt;
METHOD b setEnabled (Z)V
ARG 1 enabled
METHOD c isEnabled ()Z

View File

@ -0,0 +1,5 @@
CLASS cxs net/minecraft/client/gui/menu/SevereErrorScreen
FIELD a title Ljava/lang/String;
FIELD b message Ljava/lang/String;
METHOD <init> (Ljava/lang/String;Ljava/lang/String;)V
ARG 1 title

View File

@ -0,0 +1,3 @@
CLASS cyt net/minecraft/client/gui/widget/AchievementObtainedStatus
FIELD c spriteIndex I
METHOD a getSpriteIndex ()I

View File

@ -0,0 +1,5 @@
CLASS cxa net/minecraft/client/gui/widget/SliderButtonWidget
METHOD a setValue (D)V
METHOD i getY ()I
METHOD j getValue ()D
METHOD l getHeight ()I

View File

@ -2,15 +2,18 @@ CLASS dgc net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b connection Liz;
FIELD c profile Lcom/mojang/authlib/GameProfile;
FIELD d loginScreen Lcyg;
FIELD e client Lctp;
FIELD f world Ldgf;
FIELD h scoreboardEntries Ljava/util/Map;
FIELD i advancementHandler Ldfz;
FIELD j commandSource Ldgd;
FIELD k tagManager Lyz;
FIELD l queryHandler Lctj;
FIELD m random Ljava/util/Random;
FIELD n commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
FIELD o recipeManager Lbda;
FIELD p sessionId Ljava/util/UUID;
METHOD <init> (Lctp;Lcyg;Liz;Lcom/mojang/authlib/GameProfile;)V
ARG 1 client
METHOD a getClientConnection ()Liz;
@ -27,3 +30,5 @@ CLASS dgc net/minecraft/client/network/ClientPlayNetworkHandler
METHOD h getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
METHOD i getWorld ()Ldgf;
METHOD j getTagManager ()Lyz;
METHOD k getQueryHandler ()Lctj;
METHOD l getSessionId ()Ljava/util/UUID;

View File

@ -0,0 +1,8 @@
CLASS ctj net/minecraft/client/network/QueryHandler
FIELD a networkHandler Ldgc;
FIELD b expectedTransactionId I
FIELD c queryConsumer Ljava/util/function/Consumer;
METHOD a handleQueryResponse (ILia;)Z
METHOD a queryEntityNbt (ILjava/util/function/Consumer;)V
METHOD a queryBlockNbt (Leu;Ljava/util/function/Consumer;)V
METHOD a setNextQueryConsumer (Ljava/util/function/Consumer;)I

View File

@ -5,6 +5,9 @@ CLASS lb net/minecraft/client/network/packet/CustomPayloadS2CPacket
FIELD d DEBUG_CAVES Lqp;
FIELD e DEBUG_STRUCTURES Lqp;
FIELD f DEBUG_WORLDGEN_ATTEMPT Lqp;
FIELD g DEBUG_POI Lqp;
FIELD h DEBUG_GOAL_SELECTOR Lqp;
FIELD i DEBUG_BRAIN Lqp;
FIELD j channel Lqp;
FIELD k data Ljb;
METHOD <init> (Lqp;Ljb;)V

View File

@ -0,0 +1,7 @@
CLASS ctc net/minecraft/client/options/AoOption
FIELD d OPTIONS [Lctc;
FIELD e value I
FIELD f translationKey Ljava/lang/String;
METHOD a getValue ()I
METHOD a getOption (I)Lctc;
METHOD b getTranslationKey ()Ljava/lang/String;

View File

@ -0,0 +1,4 @@
CLASS dho net/minecraft/client/particle/ParticleTextureData
FIELD a textureList Ljava/util/List;
METHOD a getTextureList ()Ljava/util/List;
METHOD a load (Lcom/google/gson/JsonObject;)Ldho;

View File

@ -0,0 +1,3 @@
CLASS dia net/minecraft/client/particle/SpriteProvider
METHOD a getSprite (II)Ldtb;
METHOD a getSprite (Ljava/util/Random;)Ldtb;

View File

@ -0,0 +1,2 @@
CLASS dmj net/minecraft/client/render/debug/BrainDebugRenderer
METHOD b getTargetedEntity ()Lahw;

View File

@ -1,5 +1,5 @@
CLASS dmo net/minecraft/client/render/debug/DebugRenderer
CLASS dmo$a DebugRenderer
CLASS dmo$a Renderer
METHOD a render (J)V
FIELD a pathfindingDebugRenderer Ldmt;
FIELD b waterDebugRenderer Ldmo$a;
@ -11,6 +11,9 @@ CLASS dmo net/minecraft/client/render/debug/DebugRenderer
FIELD h structureDebugRenderer Ldmw;
FIELD i skyLightDebugRenderer Ldmo$a;
FIELD j worldGenAttemptDebugRenderer Ldmo$a;
FIELD m pointsOfInterestDebugRenderer Ldmu;
FIELD n goalSelectorDebugRenderer Ldmp;
FIELD o brainDebugRenderer Ldmj;
FIELD p showChunkBorder Z
FIELD q showPathfinding Z
FIELD r showWater Z

View File

@ -0,0 +1,5 @@
CLASS dmp net/minecraft/client/render/debug/GoalSelectorDebugRenderer
CLASS net/minecraft/client/render/debug/GoalSelectorDebugRenderer$a GoalSelector
FIELD a client Lctp;
FIELD b goalSelectors Ljava/util/Map;
METHOD a setGoalSelectorList (ILjava/lang/String;Leu;Ljava/util/List;)V

View File

@ -0,0 +1,4 @@
CLASS dmu net/minecraft/client/render/debug/PointOfInterestDebugRenderer
FIELD b pointsOfInterest Ljava/util/Map;
METHOD a addPointOfInterest (Leu;Lqp;)V
METHOD b removePointOfInterest (Leu;Lqp;)V

View File

@ -0,0 +1 @@
CLASS drn net/minecraft/client/render/entity/feature/FoxHeldItemFeatureRenderer

View File

@ -0,0 +1 @@
CLASS dcm net/minecraft/client/render/entity/model/AbstractZombieModel

View File

@ -0,0 +1,2 @@
CLASS dnd net/minecraft/client/render/entity/model/ModelWithArms
METHOD a setArmAngle (FLaie;)V

View File

@ -0,0 +1,3 @@
CLASS dom net/minecraft/client/render/entity/model/ModelWithHead
METHOD a getHead ()Ldfv;
METHOD c setHeadAngle (F)V

View File

@ -0,0 +1,2 @@
CLASS cun net/minecraft/client/sortme/GameInfoChatListener
FIELD a client Lctp;

View File

@ -0,0 +1 @@
CLASS csh net/minecraft/client/sortme/Snooper

View File

@ -20,5 +20,6 @@ CLASS dta net/minecraft/client/texture/SpriteAtlasTexture
METHOD a loadSprite (Lxa;Ldtb;)Z
ARG 1 container
METHOD a stitch (Lxa;Ljava/lang/Iterable;Lafv;)Ldta$a;
METHOD a loadSprites (Lxa;Ljava/util/Set;)Ljava/util/Collection;
METHOD b getTexturePath (Lqp;)Lqp;
METHOD g clear ()V

View File

@ -0,0 +1,2 @@
CLASS cvx net/minecraft/client/toast/SystemToast
CLASS cvx$a Type

View File

@ -5,3 +5,4 @@ CLASS cvy net/minecraft/client/toast/Toast
FIELD a TOASTS_TEX Lqp;
METHOD a draw (Lcvz;J)Lcvy$a;
ARG 1 manager
METHOD b getType ()Ljava/lang/Object;

View File

@ -0,0 +1,8 @@
CLASS csf net/minecraft/client/util/PngFile
CLASS net/minecraft/client/util/PngFile$a
METHOD a seek (I)V
CLASS net/minecraft/client/util/PngFile$b
FIELD e eofIndex I
FIELD f currentIndex I
FIELD a width I
FIELD b height I

View File

@ -0,0 +1,4 @@
CLASS crw net/minecraft/client/util/UntrackMemoryUtil
FIELD a UNTRACK_METHOD_HANDLE Ljava/lang/invoke/MethodHandle;
METHOD a untrack (J)V
METHOD a untrack (Lorg/lwjgl/system/Pointer;)V

View File

@ -0,0 +1,5 @@
CLASS dw net/minecraft/command/arguments/ItemStackArgument
FIELD a OVERSTACKED_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD b item Lbam;
FIELD c tag Lia;
METHOD a getItem ()Lbam;

View File

@ -0,0 +1 @@
CLASS aoa net/minecraft/entity/ai/pathing/BirdNavigation

View File

@ -0,0 +1 @@
CLASS clo net/minecraft/entity/ai/pathing/BirdPathNodeMaker

View File

@ -1,4 +1,4 @@
CLASS aob net/minecraft/entity/ai/pathing/EntityMobNavigation
CLASS aob net/minecraft/entity/ai/pathing/MobNavigation
FIELD p avoidSunlight Z
METHOD <init> (Laig;Lbfx;)V
ARG 1 entity

View File

@ -5,7 +5,7 @@ CLASS aun net/minecraft/entity/player/PlayerEntity
FIELD c TOO_FAR_AWAY Laun$a;
FIELD e INVALID_ATTEMPT Laun$a;
FIELD f NOT_SAFE Laun$a;
FIELD bA containerPlayer Laxp;
FIELD bA playerContainer Laxp;
FIELD bB container Laws;
FIELD bC hungerManager Lawo;
FIELD b SIZES Ljava/util/Map;

View File

@ -0,0 +1 @@
CLASS cwt net/minecraft/realms/RealmsAbstractButton

View File

@ -0,0 +1 @@
CLASS cgb net/minecraft/structure/VillageStructureStart

View File

@ -1,3 +1,3 @@
CLASS aie net/minecraft/sortme/OptionMainHand
CLASS aie net/minecraft/util/AbsoluteHand
FIELD c name Ljl;
METHOD a getOpposite ()Laie;