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

49 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/cam net/minecraft/server/IntegratedServer
2016-10-10 08:02:36 -04:00
CLASS none/cam$1
METHOD a call ()Ljava/lang/String;
CLASS none/cam$2
METHOD a call ()Ljava/lang/String;
2016-08-12 14:24:17 -04:00
FIELD k LOGGER Lorg/apache/logging/log4j/Logger;
2016-09-20 11:18:54 -04:00
FIELD l game Lnone/bdr;
FIELD m levelInfo Lnone/aiz;
METHOD <init> (Lnone/bdr;Ljava/lang/String;Ljava/lang/String;Lnone/aiz;Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lcom/mojang/authlib/GameProfileRepository;Lnone/mn;)V
ARG 0 game
ARG 1 levelName
ARG 3 levelInfo
2016-08-14 13:51:55 -04:00
METHOD A getRunDirectory ()Ljava/io/File;
2016-08-25 16:22:09 -04:00
METHOD C doServerTick ()V
METHOD Z isSnooperEnabled ()Z
2016-09-20 11:18:54 -04:00
METHOD a loadSave (Ljava/lang/String;Ljava/lang/String;JLnone/ajb;Ljava/lang/String;)V
2016-10-13 10:14:09 -04:00
ARG 0 oldLevelName
ARG 1 levelName
ARG 2 seed
ARG 3 generatorType
ARG 4 generatorOptions
2016-09-20 11:18:54 -04:00
METHOD a setGameMode (Lnone/aiu;)V
ARG 0 gameMode
2016-09-20 11:18:54 -04:00
METHOD a (Lnone/aiu;Z)Ljava/lang/String;
2016-08-28 16:34:06 -04:00
ARG 0 gameMode
2016-10-15 11:21:53 -04:00
ARG 1 cheatsAllowed
2016-09-20 11:18:54 -04:00
METHOD a setDifficulty (Lnone/qz;)V
ARG 0 difficulty
2016-09-20 11:18:54 -04:00
METHOD a addSnooperInfo (Lnone/rl;)V
ARG 0 snooper
METHOD a saveWorlds (Z)V
ARG 0 dontLog
2016-08-17 17:15:57 -04:00
METHOD aa isDedicated ()Z
2016-09-20 11:18:54 -04:00
METHOD ai areCommandBlocksEnabled ()Z
2016-09-18 10:43:16 -04:00
METHOD b reloadResources ()V
METHOD b addServerInfoToCrashReport (Lnone/b;)Lnone/b;
2016-09-12 09:16:04 -04:00
ARG 0 report
METHOD i createCommandManager ()Lnone/bc;
METHOD j ()Z
METHOD m shouldGenerateStructures ()Z
2016-09-20 11:18:54 -04:00
METHOD n getGameMode ()Lnone/aiu;
METHOD o getDifficulty ()Lnone/qz;
METHOD p isHardcore ()Z
METHOD q getOpPermissionLevel ()I
METHOD r shouldBroadcastRconToOps ()Z
METHOD s shouldBroadcastConsoleToOps ()Z
METHOD u shutdown ()V
METHOD x stop ()V