yarn/mappings/net/minecraft/client/network/PlayerListEntry.mapping

29 lines
889 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dhs net/minecraft/client/network/PlayerListEntry
FIELD a profile Lcom/mojang/authlib/GameProfile;
2019-03-31 20:45:27 -04:00
FIELD b textures Ljava/util/Map;
2019-06-19 13:48:53 -04:00
FIELD c gameMode Lbhj;
FIELD d latency I
2019-03-31 20:45:27 -04:00
FIELD e texturesLoaded Z
FIELD f model Ljava/lang/String;
2019-06-07 07:45:25 -04:00
FIELD g displayName Ljn;
2019-03-31 20:45:27 -04:00
METHOD <init> (Lcom/mojang/authlib/GameProfile;)V
ARG 1 profile
2019-06-07 07:45:25 -04:00
METHOD <init> (Lmb$b;)V
2019-03-31 20:45:27 -04:00
ARG 1 playerListPacketEntry
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD a setLatency (I)V
2019-03-31 20:45:27 -04:00
ARG 1 latency
2019-06-19 13:48:53 -04:00
METHOD a setGameMode (Lbhj;)V
2019-06-07 07:45:25 -04:00
METHOD a setDisplayName (Ljn;)V
2019-03-31 20:45:27 -04:00
ARG 1 displayName
2019-06-19 13:48:53 -04:00
METHOD b getGameMode ()Lbhj;
METHOD c getLatency ()I
2019-03-31 20:45:27 -04:00
METHOD e hasSkinTexture ()Z
METHOD f getModel ()Ljava/lang/String;
2019-06-07 07:45:25 -04:00
METHOD g getSkinTexture ()Lqt;
METHOD h getCapeTexture ()Lqt;
METHOD i getElytraTexture ()Lqt;
2019-06-19 13:48:53 -04:00
METHOD j getScoreboardTeam ()Lcsz;
2019-03-31 20:45:27 -04:00
METHOD k loadTextures ()V
2019-06-07 07:45:25 -04:00
METHOD l getDisplayName ()Ljn;