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

29 lines
919 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS po net/minecraft/server/ServerMetadata
CLASS po$a Players
2018-11-05 12:02:24 -05:00
FIELD a max I
FIELD b online I
FIELD c sample [Lcom/mojang/authlib/GameProfile;
2018-12-12 12:22:18 -05:00
METHOD <init> (II)V
2018-11-05 12:02:24 -05:00
ARG 1 max
METHOD a getPlayerLimit ()I
METHOD a setSample ([Lcom/mojang/authlib/GameProfile;)V
METHOD b getOnlinePlayerCount ()I
METHOD c getSample ()[Lcom/mojang/authlib/GameProfile;
2019-01-09 12:20:38 -05:00
CLASS po$c Version
2018-11-05 12:02:24 -05:00
FIELD a gameVersion Ljava/lang/String;
FIELD b protocolVersion I
METHOD a getGameVersion ()Ljava/lang/String;
METHOD b getProtocolVersion ()I
2018-12-12 12:12:26 -05:00
FIELD a description Ljd;
2019-01-09 12:20:38 -05:00
FIELD b players Lpo$a;
FIELD c version Lpo$c;
2018-11-05 12:02:24 -05:00
FIELD d favicon Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD a getDescription ()Ljd;
2018-11-05 12:02:24 -05:00
METHOD a setFavicon (Ljava/lang/String;)V
2018-12-12 12:12:26 -05:00
METHOD a setDescription (Ljd;)V
2019-01-09 12:20:38 -05:00
METHOD a setPlayers (Lpo$a;)V
METHOD a setVersion (Lpo$c;)V
METHOD b getPlayers ()Lpo$a;
METHOD c getVersion ()Lpo$c;
2018-11-05 12:02:24 -05:00
METHOD d getFavicon ()Ljava/lang/String;