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

29 lines
919 B
Plaintext

CLASS pj net/minecraft/server/ServerMetadata
CLASS pj$a Players
FIELD a max I
FIELD b online I
FIELD c sample [Lcom/mojang/authlib/GameProfile;
METHOD <init> (II)V
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;
CLASS pj$c Version
FIELD a gameVersion Ljava/lang/String;
FIELD b protocolVersion I
METHOD a getGameVersion ()Ljava/lang/String;
METHOD b getProtocolVersion ()I
FIELD a description Ljb;
FIELD b players Lpj$a;
FIELD c version Lpj$c;
FIELD d favicon Ljava/lang/String;
METHOD a getDescription ()Ljb;
METHOD a setFavicon (Ljava/lang/String;)V
METHOD a setDescription (Ljb;)V
METHOD a setPlayers (Lpj$a;)V
METHOD a setVersion (Lpj$c;)V
METHOD b getPlayers ()Lpj$a;
METHOD c getVersion ()Lpj$c;
METHOD d getFavicon ()Ljava/lang/String;