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

18 lines
679 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dxo net/minecraft/server/integrated/IntegratedServer
2019-01-09 12:20:38 -05:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-06-19 13:48:53 -04:00
FIELD h client Lcvo;
FIELD i levelInfo Lbhq;
2019-06-07 07:45:25 -04:00
FIELD k lanPort I
2019-06-19 13:48:53 -04:00
FIELD l lanPinger Ldxr;
2019-06-07 07:45:25 -04:00
FIELD m localPlayerUuid Ljava/util/UUID;
2019-06-19 13:48:53 -04:00
METHOD <init> (Lcvo;Ljava/lang/String;Ljava/lang/String;Lbhq;Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lcom/mojang/authlib/GameProfileRepository;Lxp;Lvs;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2018-11-04 07:22:38 -05:00
ARG 2 levelName
ARG 3 displayName
ARG 4 levelInfo
ARG 5 authService
ARG 6 sessionService
ARG 7 profileRepo
2019-04-18 16:56:09 -04:00
METHOD b setLocalPlayerUuid (Ljava/util/UUID;)V
ARG 1 localPlayerUuid