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

25 lines
732 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bmi net/minecraft/client/network/handler/ScoreboardEntry
FIELD b profile Lcom/mojang/authlib/GameProfile;
2016-10-18 11:31:59 -04:00
FIELD c gameMode Laiu;
FIELD d latency I
2016-10-18 11:31:59 -04:00
FIELD g displayName Lfa;
METHOD <init> (Lcom/mojang/authlib/GameProfile;)V
ARG 0 profile
2016-10-18 11:31:59 -04:00
METHOD <init> (Lhf$b;)V
ARG 0 packet
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD a setLatency (I)V
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD a setGameMode (Laiu;)V
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD a setDisplayName (Lfa;)V
ARG 0 value
2016-10-18 11:31:59 -04:00
METHOD b getGameMode ()Laiu;
METHOD c getLatency ()I
METHOD e isSkinTextureLoaded ()Z
2016-10-18 11:31:59 -04:00
METHOD g getSkinTexture ()Lkp;
METHOD h getCapeTexture ()Lkp;
METHOD i getElytraTexture ()Lkp;
METHOD j getScoreboardTeam ()Lbcy;
METHOD l getDisplayName ()Lfa;