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

18 lines
575 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS czl net/minecraft/client/network/ScoreboardEntry
FIELD a profile Lcom/mojang/authlib/GameProfile;
2018-11-29 15:10:38 -05:00
FIELD c gameMode Lban;
FIELD d latency I
2018-11-27 13:50:51 -05:00
FIELD g displayName Lja;
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD a setLatency (I)V
2018-11-29 15:10:38 -05:00
METHOD a setGameMode (Lban;)V
2018-11-27 13:50:51 -05:00
METHOD a setDisplayName (Lja;)V
2018-11-29 15:10:38 -05:00
METHOD b getGameMode ()Lban;
METHOD c getLatency ()I
METHOD e isSkinTextureLoaded ()Z
2018-11-27 13:50:51 -05:00
METHOD g getSkinTexture ()Lpy;
METHOD h getCapeTexture ()Lpy;
METHOD i getElytraTexture ()Lpy;
2018-11-29 15:10:38 -05:00
METHOD j getScoreboardTeam ()Lcln;
2018-11-27 13:50:51 -05:00
METHOD l getDisplayName ()Lja;