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

90 lines
2.9 KiB
Plaintext
Raw Normal View History

2016-08-12 14:24:17 -04:00
CLASS none/bdo net/minecraft/client/Minecraft
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;
FIELD Q textureManager Lnone/bxc;
2016-08-14 09:33:52 -04:00
FIELD R instance Lnone/bdo;
FIELD T fullscreen Z
FIELD Z snooper Lnone/rj;
2016-08-22 18:18:58 -04:00
FIELD aB defaultResourcePacks Ljava/util/List;
FIELD aC mcResourcePack Lnone/bxr;
2016-08-24 09:41:16 -04:00
FIELD aF blockColorMap Lnone/bdx;
FIELD aG itemColorMap Lnone/bea;
2016-08-21 07:11:10 -04:00
FIELD aI spriteAtlas Lnone/bxa;
2016-08-25 05:56:41 -04:00
FIELD aJ soundLoader Lnone/cau;
FIELD aK musicTracker Lnone/car;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
2016-08-14 09:33:52 -04:00
FIELD aP thread Ljava/lang/Thread;
2016-08-25 05:56:41 -04:00
FIELD aQ blockModelManager Lnone/bzn;
2016-08-25 09:23:15 -04:00
FIELD aa entityRenderManager Lnone/bta;
2016-08-24 09:41:16 -04:00
FIELD ab itemRenderer Lnone/bto;
2016-08-14 16:19:38 -04:00
FIELD aj server Lnone/caj;
FIELD an netProxy Ljava/net/Proxy;
FIELD ap fps 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-08-24 09:41:16 -04:00
FIELD az resourceManager Lnone/bxy;
2016-08-21 12:43:14 -04:00
FIELD d width I
FIELD e height I
FIELD f world Lnone/bme;
FIELD h player Lnone/boe;
FIELD k fontRenderer Lnone/bec;
FIELD l fontRendererSGA Lnone/bec;
FIELD m currentGuiScreen Lnone/bgk;
FIELD r guiInGame Lnone/bed;
FIELD t hitResult Lnone/bcq;
FIELD u settings Lnone/bdq;
FIELD w runDirectory Ljava/io/File;
METHOD F getServer ()Lnone/caj;
METHOD G onShutdown ()V
METHOD H getSnooper ()Lnone/rj;
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 M getNetworkProxy ()Ljava/net/Proxy;
METHOD N getTextureManager ()Lnone/bxc;
2016-08-24 09:41:16 -04:00
METHOD O getResourceManager ()Lnone/bya;
2016-08-21 07:11:10 -04:00
METHOD R getSpriteAtlas ()Lnone/bxa;
2016-08-25 05:56:41 -04:00
METHOD S is64Bit ()Z
METHOD U getSoundLoader ()Lnone/cau;
METHOD V getMusicType ()Lnone/car$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-25 05:56:41 -04:00
METHOD a checkGlError (Ljava/lang/String;)V
ARG 0 title
2016-08-25 05:46:44 -04:00
METHOD a setGuiScreen (Lnone/bgk;)V
ARG 0 screen
METHOD a drawLogo (Lnone/bxc;)V
ARG 0 tm
METHOD aB handleMouseEvents ()V
METHOD aC doItemPick ()V
METHOD aE isMainThread ()Z
2016-08-25 09:23:15 -04:00
METHOD ac getEntityRenderManager ()Lnone/bta;
2016-08-24 09:41:16 -04:00
METHOD ad getItemRenderer ()Lnone/bto;
METHOD ak getBlockColorMap ()Lnone/bdx;
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
METHOD h stop ()V
METHOD k getMaxFps ()I
METHOD l limitFramerate ()Z
METHOD r toggleFullscreen ()V
2016-08-25 05:56:41 -04:00
METHOD s getMusicTracker ()Lnone/car;
2016-08-14 16:19:38 -04:00
METHOD u isDemo ()Z
METHOD v getNetworkHandler ()Lnone/bmc;
METHOD x isFancyGraphicsEnabled ()Z
METHOD y isAmbientOcclusionEnabled ()Z
2016-08-14 09:33:52 -04:00
METHOD z getInstance ()Lnone/bdo;