yarn/mappings/net/minecraft/client/MinecraftGame.mapping

198 lines
6.5 KiB
Plaintext

CLASS none/bdr net/minecraft/client/MinecraftGame
CLASS none/bdr$1
METHOD a format (Ljava/lang/String;)Ljava/lang/String;
CLASS none/bdr$2
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$3
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$4
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$5
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$6
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$7
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$11
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$13
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$14
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$15
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$16
METHOD a call ()Ljava/lang/String;
CLASS none/bdr$17
METHOD a call ()Ljava/lang/String;
FIELD B profiler Lnone/os;
FIELD C isRunning Z
FIELD D fpsDebugString Ljava/lang/String;
FIELD J LOGGER Lorg/apache/logging/log4j/Logger;
FIELD K RESOURCE_LOGO Lnone/kp;
FIELD L DISPLAY_MODES Ljava/util/List;
FIELD M resourcePackDirectory Ljava/io/File;
FIELD O sessionPropertyMap Lcom/mojang/authlib/properties/PropertyMap;
FIELD P currentServerEntry Lnone/bmk;
FIELD Q textureManager Lnone/bxf;
FIELD R instance Lnone/bdr;
FIELD S migrationHandler Lnone/pf;
FIELD T fullscreen Z
FIELD V crashed Z
FIELD W crashReport Lnone/b;
FIELD Z snooper Lnone/rl;
FIELD aA metadataDeserializer Lnone/byu;
FIELD aB defaultResourcePacks Ljava/util/List;
FIELD aC gameResourcePack Lnone/bxu;
FIELD aD resourcePackManager Lnone/byi;
FIELD aE languageManager Lnone/byo;
FIELD aF blockColorMap Lnone/bea;
FIELD aG itemColorMap Lnone/bed;
FIELD aH framebuffer Lnone/bpg;
FIELD aI spriteAtlas Lnone/bxd;
FIELD aJ soundLoader Lnone/cax;
FIELD aK musicTracker Lnone/cau;
FIELD aL logoTexture Lnone/kp;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD aO taskQueue Ljava/util/Queue;
FIELD aP thread Ljava/lang/Thread;
FIELD aQ bakedModelManager Lnone/bzq;
FIELD aR blockRenderManager Lnone/bpp;
FIELD aS lastFpsUpdate J
FIELD aT fpsCounter I
FIELD a isSystemMac Z
FIELD aa entityRenderManager Lnone/btd;
FIELD ab itemRenderer Lnone/btr;
FIELD ac firstPersonRenderer Lnone/box;
FIELD ad cameraEntity Lnone/sg;
FIELD ae session Lnone/bdy;
FIELD aj server Lnone/cam;
FIELD ak assetDirectory Ljava/io/File;
FIELD al gameVersion Ljava/lang/String;
FIELD am versionType Ljava/lang/String;
FIELD an netProxy Ljava/net/Proxy;
FIELD ao levelStorage Lnone/bax;
FIELD ap currentFps I
FIELD ar autoConnectServerIp Ljava/lang/String;
FIELD as autoConnectServerPort I
FIELD au is64Bit Z
FIELD av isDemo Z
FIELD az resourceManager Lnone/byb;
FIELD d width I
FIELD e height I
FIELD f world Lnone/bmh;
FIELD g renderer Lnone/bpb;
FIELD h player Lnone/boh;
FIELD k fontRenderer Lnone/bef;
FIELD l fontRendererSGA Lnone/bef;
FIELD m currentGui Lnone/bgn;
FIELD n progressBar Lnone/bdu;
FIELD o worldRenderer Lnone/bot;
FIELD q hudAchievements Lnone/bgx;
FIELD r hudInGame Lnone/beg;
FIELD t hitResult Lnone/bct;
FIELD u settings Lnone/bdt;
FIELD w runDirectory Ljava/io/File;
FIELD x guiClosed Z
METHOD <init> (Lnone/bjn;)V
ARG 0 args
METHOD A scheduleReloadResources ()Lcom/google/common/util/concurrent/ListenableFuture;
METHOD B checkMaxTextureSize ()I
METHOD C getCurrentServerEntry ()Lnone/bmk;
METHOD F getServer ()Lnone/cam;
METHOD G onShutdown ()V
METHOD H getSnooper ()Lnone/rl;
METHOD I getCurrentTimeMillis ()J
METHOD J isFullscreen ()Z
METHOD K getSession ()Lnone/bdy;
METHOD L getSessionProperties ()Lcom/mojang/authlib/properties/PropertyMap;
METHOD M getNetworkProxy ()Ljava/net/Proxy;
METHOD N getTextureManager ()Lnone/bxf;
METHOD O getResourceManager ()Lnone/byd;
METHOD P getResourcePackDownloader ()Lnone/byi;
METHOD Q getLanguageManager ()Lnone/byo;
METHOD R getSpriteAtlas ()Lnone/bxd;
METHOD S is64Bit ()Z
METHOD U getSoundLoader ()Lnone/cax;
METHOD V getMusicType ()Lnone/cau$a;
METHOD X getSessionService ()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
METHOD Z isSnooperEnabled ()Z
METHOD a start ()V
METHOD a swizzle (Ljava/io/InputStream;)Ljava/nio/ByteBuffer;
ARG 0 stream
METHOD a scheduleOnMainThread (Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
ARG 0 runnable
METHOD a checkGlError (Ljava/lang/String;)V
ARG 0 title
METHOD a startIntegratedServer (Ljava/lang/String;Ljava/lang/String;Lnone/aiz;)V
ARG 0 name
ARG 1 displayName
ARG 2 levelInfo
METHOD a serializeBlockEntityTag (Lnone/aes;Lnone/are;)Lnone/aes;
ARG 0 stack
ARG 1 blockEntity
METHOD a setCrashReport (Lnone/b;)V
ARG 0 crashReport
METHOD a openGui (Lnone/bgn;)V
ARG 0 screen
METHOD a setCurrentServerEntry (Lnone/bmk;)V
ARG 0 value
METHOD a drawLogo (Lnone/bxf;)V
ARG 0 tm
METHOD a addSnooperInfo (Lnone/rl;)V
ARG 0 snooper
METHOD a setCameraEntity (Lnone/sg;)V
ARG 0 entity
METHOD aB handleMouseEvents ()V
METHOD aC doItemPick ()V
METHOD aD getCurrentAction ()Ljava/lang/String;
METHOD aF isMainThread ()Z
METHOD aa getCameraEntity ()Lnone/sg;
METHOD ab getBlockRenderManager ()Lnone/bpp;
METHOD ac getEntityRenderManager ()Lnone/btd;
METHOD ad getItemRenderer ()Lnone/btr;
METHOD af getCurrentFps ()I
METHOD ai getMigrationHandler ()Lnone/pf;
METHOD ak getBlockColorMap ()Lnone/bea;
METHOD am hasReducedDebugInfo ()Z
METHOD an init ()V
METHOD ao registerMetadataDeserializers ()V
METHOD ap createDisplay ()V
METHOD aq setDisplayMode ()V
METHOD ar setIcons ()V
METHOD as checkIs64Bit ()Z
METHOD at startTimerHackThread ()V
METHOD au enableFullscreen ()V
METHOD aw doAttack ()V
METHOD ax doItemUse ()V
METHOD az handleKeyboardEvents ()V
METHOD b getFramebuffer ()Lnone/bpg;
METHOD b addCrashReportDetails (Lnone/b;)Lnone/b;
ARG 0 report
METHOD b addSnooperInitialInfo (Lnone/rl;)V
ARG 0 snooper
METHOD c getGameVersion ()Ljava/lang/String;
METHOD c printCrashReport (Lnone/b;)V
ARG 0 crashReport
METHOD d getVersionType ()Ljava/lang/String;
METHOD e shouldUseUnicodeFont ()Z
METHOD f reloadResources ()V
METHOD g getLevelStorage ()Lnone/bax;
METHOD h stop ()V
METHOD i updateDisplay ()V
METHOD j checkResize ()V
METHOD k getMaxFps ()I
METHOD l limitFramerate ()Z
METHOD n stopThread ()V
METHOD o closeGui ()V
METHOD p afterOpenGui ()V
METHOD q openInGameMenu ()V
METHOD r toggleFullscreen ()V
METHOD s getMusicTracker ()Lnone/cau;
METHOD t tick ()V
METHOD u isDemo ()Z
METHOD v getNetworkHandler ()Lnone/bmf;
METHOD x isFancyGraphicsEnabled ()Z
METHOD y isAmbientOcclusionEnabled ()Z
METHOD z getInstance ()Lnone/bdr;