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

18 lines
575 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS dcn net/minecraft/client/network/ScoreboardEntry
FIELD a profile Lcom/mojang/authlib/GameProfile;
2019-02-06 15:22:24 -05:00
FIELD c gameMode Lbcr;
FIELD d latency I
2019-01-24 11:47:45 -05:00
FIELD g displayName Ljc;
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD a setLatency (I)V
2019-02-06 15:22:24 -05:00
METHOD a setGameMode (Lbcr;)V
2019-01-24 11:47:45 -05:00
METHOD a setDisplayName (Ljc;)V
2019-02-06 15:22:24 -05:00
METHOD b getGameMode ()Lbcr;
METHOD c getLatency ()I
METHOD e isSkinTextureLoaded ()Z
2019-01-24 11:47:45 -05:00
METHOD g getSkinTexture ()Lqd;
METHOD h getCapeTexture ()Lqd;
METHOD i getElytraTexture ()Lqd;
2019-02-06 15:22:24 -05:00
METHOD j getScoreboardTeam ()Lcnx;
2019-01-24 11:47:45 -05:00
METHOD l getDisplayName ()Ljc;