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

29 lines
919 B
Plaintext

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