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

29 lines
889 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS dhd 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-04-10 11:36:17 -04:00
FIELD c gameMode Lbgx;
FIELD d latency I
2019-03-31 20:45:27 -04:00
FIELD e texturesLoaded Z
FIELD f model Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD g displayName Ljm;
2019-03-31 20:45:27 -04:00
METHOD <init> (Lcom/mojang/authlib/GameProfile;)V
ARG 1 profile
METHOD <init> (Lma$b;)V
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-04-10 11:36:17 -04:00
METHOD a setGameMode (Lbgx;)V
2019-03-20 13:56:26 -04:00
METHOD a setDisplayName (Ljm;)V
2019-03-31 20:45:27 -04:00
ARG 1 displayName
2019-04-10 11:36:17 -04:00
METHOD b getGameMode ()Lbgx;
METHOD c getLatency ()I
2019-03-31 20:45:27 -04:00
METHOD e hasSkinTexture ()Z
METHOD f getModel ()Ljava/lang/String;
2019-04-05 12:03:47 -04:00
METHOD g getSkinTexture ()Lqs;
METHOD h getCapeTexture ()Lqs;
METHOD i getElytraTexture ()Lqs;
2019-04-10 11:36:17 -04:00
METHOD j getScoreboardTeam ()Lcsm;
2019-03-31 20:45:27 -04:00
METHOD k loadTextures ()V
2019-03-20 13:56:26 -04:00
METHOD l getDisplayName ()Ljm;