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

29 lines
919 B
Plaintext

CLASS pg net/minecraft/server/ServerMetadata
CLASS pg$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 pg$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 Liz;
FIELD b players Lpg$a;
FIELD c version Lpg$c;
FIELD d favicon Ljava/lang/String;
METHOD a getDescription ()Liz;
METHOD a setDescription (Liz;)V
METHOD a setFavicon (Ljava/lang/String;)V
METHOD a setPlayers (Lpg$a;)V
METHOD a setVersion (Lpg$c;)V
METHOD b getPlayers ()Lpg$a;
METHOD c getVersion ()Lpg$c;
METHOD d getFavicon ()Ljava/lang/String;