yarn/mappings/net/minecraft/server/IntegratedServer.mapping

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS dnm net/minecraft/server/IntegratedServer
2018-10-31 12:57:21 -04:00
FIELD g LOGGER Lorg/apache/logging/log4j/Logger;
2018-11-27 13:50:51 -05:00
FIELD h game Lcnd;
FIELD i levelInfo Lbas;
2018-10-31 12:57:21 -04:00
FIELD k lanPort I
2018-11-27 13:50:51 -05:00
FIELD l lanPinger Ldnp;
METHOD <init> (Lcnd;Ljava/lang/String;Ljava/lang/String;Lbas;Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lcom/mojang/authlib/GameProfileRepository;Lwg;)V
2018-11-04 07:22:38 -05:00
ARG 1 game
ARG 2 levelName
ARG 3 displayName
ARG 4 levelInfo
ARG 5 authService
ARG 6 sessionService
ARG 7 profileRepo
METHOD C_ shouldBroadcastConsoleToOps ()Z
2018-11-21 11:58:05 -05:00
METHOD H getServerPort ()I
METHOD R isSnooperEnabled ()Z
METHOD S isDedicated ()Z
METHOD X isUsingNativeTransport ()Z
2018-11-27 13:50:51 -05:00
METHOD a setDifficulty (Laew;)V
METHOD a addSnooperInfo (Lafi;)V
2018-11-03 05:23:04 -04:00
METHOD a setCrashReport (Lb;)V
2018-11-27 13:50:51 -05:00
METHOD a setDefaultGameMode (Lbak;)V
2018-11-21 11:58:05 -05:00
METHOD a stop (Z)V
METHOD aa areCommandBlocksEnabled ()Z
METHOD af isRemote ()Z
METHOD b addServerInfoToCrashReport (Lb;)Lb;
METHOD d setupServer ()Z
METHOD f shouldGenerateStructures ()Z
2018-11-27 13:50:51 -05:00
METHOD g getDefaultGameMode ()Lbak;
METHOD h getDefaultDifficulty ()Laew;
METHOD i isHardcore ()Z
METHOD i_ shutdown ()V
METHOD j getOpPermissionLevel ()I
METHOD k shouldBroadcastRconToOps ()Z
2018-11-21 11:58:05 -05:00
METHOD t getRunDirectory ()Ljava/io/File;