yarn/mappings/net/minecraft/scoreboard/ScoreboardObjective.mapping

25 lines
673 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS csx net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcta;
FIELD b name Ljava/lang/String;
2019-06-07 07:45:25 -04:00
FIELD c criterion Lctd;
FIELD d displayName Ljn;
FIELD e renderType Lctd$a;
METHOD <init> (Lcta;Ljava/lang/String;Lctd;Ljn;Lctd$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
2019-04-16 10:16:45 -04:00
ARG 3 criterion
ARG 4 displayName
ARG 5 renderType
2019-06-07 07:45:25 -04:00
METHOD a getScoreboard ()Lcta;
METHOD a setRenderType (Lctd$a;)V
ARG 1 renderType
2019-06-07 07:45:25 -04:00
METHOD a setDisplayName (Ljn;)V
ARG 1 name
2019-06-07 07:45:25 -04:00
METHOD a (Ljv;)V
ARG 1 style
METHOD b getName ()Ljava/lang/String;
2019-06-07 07:45:25 -04:00
METHOD c getCriterion ()Lctd;
METHOD d getDisplayName ()Ljn;
METHOD e toHoverableText ()Ljn;
METHOD f getRenderType ()Lctd$a;