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

131 lines
4.4 KiB
Plaintext
Raw Normal View History

CLASS none/bdq net/minecraft/client/MinecraftGame
FIELD B profiler Lnone/os;
FIELD C isRunning Z
2016-08-12 14:24:17 -04:00
FIELD J LOGGER Lorg/apache/logging/log4j/Logger;
2016-08-14 09:33:52 -04:00
FIELD K RESOURCE_LOGO Lnone/kp;
FIELD L DISPLAY_MODES Ljava/util/List;
2016-09-15 06:15:02 -04:00
FIELD O sessionPropertyMap Lcom/mojang/authlib/properties/PropertyMap;
2016-09-12 06:08:56 -04:00
FIELD P currentServerEntry Lnone/bmj;
FIELD Q textureManager Lnone/bxe;
FIELD R instance Lnone/bdq;
2016-09-11 06:46:28 -04:00
FIELD S migrationHandler Lnone/pf;
FIELD T fullscreen Z
2016-09-12 06:08:56 -04:00
FIELD Z snooper Lnone/rk;
2016-08-22 18:18:58 -04:00
FIELD aB defaultResourcePacks Ljava/util/List;
FIELD aC gameResourcePack Lnone/bxt;
2016-09-15 06:15:02 -04:00
FIELD aD resourcePackDownloader Lnone/byh;
2016-09-12 06:08:56 -04:00
FIELD aE languageManager Lnone/byn;
FIELD aF blockColorMap Lnone/bdz;
FIELD aG itemColorMap Lnone/bec;
FIELD aI spriteAtlas Lnone/bxc;
FIELD aJ soundLoader Lnone/caw;
FIELD aK musicTracker Lnone/cat;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
2016-08-14 09:33:52 -04:00
FIELD aP thread Ljava/lang/Thread;
2016-09-12 06:08:56 -04:00
FIELD aQ bakedModelManager Lnone/bzp;
FIELD aR blockRenderManager Lnone/bpo;
2016-09-11 06:46:28 -04:00
FIELD a isSystemMac Z
2016-09-12 06:08:56 -04:00
FIELD aa entityRenderManager Lnone/btc;
FIELD ab itemRenderer Lnone/btq;
FIELD ad cameraEntity Lnone/sf;
FIELD ae session Lnone/bdx;
2016-09-12 06:08:56 -04:00
FIELD aj server Lnone/cal;
2016-09-11 06:46:28 -04:00
FIELD al gameVersion Ljava/lang/String;
FIELD an netProxy Ljava/net/Proxy;
2016-09-12 06:08:56 -04:00
FIELD ao worldStorage Lnone/baw;
2016-09-15 06:15:02 -04:00
FIELD ap currentFps I
FIELD ar autoConnectServerIp Ljava/lang/String;
FIELD as autoConnectServerPort I
2016-08-25 05:56:41 -04:00
FIELD au is64Bit Z
2016-08-14 16:19:38 -04:00
FIELD av isDemo Z
2016-09-12 06:08:56 -04:00
FIELD az resourceManager Lnone/bya;
2016-08-21 12:43:14 -04:00
FIELD d width I
FIELD e height I
2016-09-12 06:08:56 -04:00
FIELD f world Lnone/bmg;
FIELD h player Lnone/bog;
FIELD k fontRenderer Lnone/bee;
FIELD l fontRendererSGA Lnone/bee;
FIELD m currentGui Lnone/bgm;
FIELD o worldRenderer Lnone/bos;
FIELD q hudAchievements Lnone/bgw;
FIELD r hudInGame Lnone/bef;
FIELD t hitResult Lnone/bcs;
FIELD u settings Lnone/bds;
FIELD w runDirectory Ljava/io/File;
2016-09-11 06:46:28 -04:00
METHOD B checkMaxTextureSize ()I
2016-09-12 06:08:56 -04:00
METHOD C getCurrentServerEntry ()Lnone/bmj;
METHOD F getServer ()Lnone/cal;
METHOD G onShutdown ()V
2016-09-12 06:08:56 -04:00
METHOD H getSnooper ()Lnone/rk;
2016-08-12 14:24:17 -04:00
METHOD I getCurrentTimeMillis ()J
2016-08-25 09:23:15 -04:00
METHOD J isFullscreen ()Z
METHOD K getSession ()Lnone/bdx;
2016-09-15 06:15:02 -04:00
METHOD L getSessionProperties ()Lcom/mojang/authlib/properties/PropertyMap;
METHOD M getNetworkProxy ()Ljava/net/Proxy;
2016-09-12 06:08:56 -04:00
METHOD N getTextureManager ()Lnone/bxe;
METHOD O getResourceManager ()Lnone/byc;
2016-09-15 06:15:02 -04:00
METHOD P getResourcePackDownloader ()Lnone/byh;
2016-09-12 06:08:56 -04:00
METHOD Q getLanguageManager ()Lnone/byn;
METHOD R getSpriteAtlas ()Lnone/bxc;
2016-08-25 05:56:41 -04:00
METHOD S is64Bit ()Z
2016-09-12 06:08:56 -04:00
METHOD U getSoundLoader ()Lnone/caw;
METHOD V getMusicType ()Lnone/cat$a;
2016-08-21 07:11:10 -04:00
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;
2016-08-28 16:34:06 -04:00
ARG 0 runnable
2016-08-25 05:56:41 -04:00
METHOD a checkGlError (Ljava/lang/String;)V
ARG 0 title
METHOD a serializeBlockEntityTag (Lnone/aer;Lnone/ard;)Lnone/aer;
ARG 0 stack
2016-09-14 16:57:36 -04:00
ARG 1 blockEntity
2016-09-12 06:08:56 -04:00
METHOD a setGui (Lnone/bgm;)V
2016-08-25 05:46:44 -04:00
ARG 0 screen
2016-09-12 06:08:56 -04:00
METHOD a setCurrentServerEntry (Lnone/bmj;)V
2016-09-11 06:46:28 -04:00
ARG 0 value
2016-09-12 06:08:56 -04:00
METHOD a drawLogo (Lnone/bxe;)V
ARG 0 tm
2016-09-12 06:08:56 -04:00
METHOD a addSnooperInfo (Lnone/rk;)V
ARG 0 snooper
2016-09-12 06:08:56 -04:00
METHOD a setCameraEntity (Lnone/sf;)V
ARG 0 entity
METHOD aB handleMouseEvents ()V
METHOD aC doItemPick ()V
2016-09-11 06:46:28 -04:00
METHOD aD getCurrentAction ()Ljava/lang/String;
METHOD aE isMainThread ()Z
2016-09-12 06:08:56 -04:00
METHOD aa getCameraEntity ()Lnone/sf;
METHOD ab getBlockRenderManager ()Lnone/bpo;
METHOD ac getEntityRenderManager ()Lnone/btc;
METHOD ad getItemRenderer ()Lnone/btq;
2016-09-15 06:15:02 -04:00
METHOD af getCurrentFps ()I
2016-09-11 06:46:28 -04:00
METHOD ai getMigrationHandler ()Lnone/pf;
2016-09-12 06:08:56 -04:00
METHOD ak getBlockColorMap ()Lnone/bdz;
METHOD am hasReducedDebugInfo ()Z
METHOD an init ()V
METHOD ap createDisplay ()V
METHOD aq setDisplayMode ()V
METHOD ar setIcons ()V
2016-08-25 05:56:41 -04:00
METHOD as checkIs64Bit ()Z
METHOD at startTimerHackThread ()V
METHOD au ()V
METHOD aw doAttack ()V
METHOD ax doItemUse ()V
METHOD az handleKeyboardEvents ()V
2016-09-12 06:08:56 -04:00
METHOD b addSnooperInitialInfo (Lnone/rk;)V
ARG 0 snooper
2016-09-11 06:46:28 -04:00
METHOD c getGameVersion ()Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD g getWorldStorage ()Lnone/baw;
METHOD h stop ()V
METHOD k getMaxFps ()I
METHOD l limitFramerate ()Z
METHOD r toggleFullscreen ()V
2016-09-12 06:08:56 -04:00
METHOD s getMusicTracker ()Lnone/cat;
2016-08-14 16:19:38 -04:00
METHOD u isDemo ()Z
2016-09-12 06:08:56 -04:00
METHOD v getNetworkHandler ()Lnone/bme;
METHOD x isFancyGraphicsEnabled ()Z
METHOD y isAmbientOcclusionEnabled ()Z
2016-09-12 06:08:56 -04:00
METHOD z getInstance ()Lnone/bdq;