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

19 lines
580 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS crl net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcro;
FIELD b name Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD c criterion Lcrr;
2019-03-27 13:54:53 -04:00
FIELD d displayName Ljm;
2019-03-20 13:56:26 -04:00
FIELD e criterionType Lcrr$a;
METHOD <init> (Lcro;Ljava/lang/String;Lcrr;Ljm;Lcrr$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2019-03-20 13:56:26 -04:00
METHOD a getScoreboard ()Lcro;
METHOD a setCriterionType (Lcrr$a;)V
2019-03-27 13:54:53 -04:00
METHOD a setDisplayName (Ljm;)V
METHOD b getName ()Ljava/lang/String;
2019-03-20 13:56:26 -04:00
METHOD c getCriterion ()Lcrr;
METHOD d getDisplayName ()Ljm;
METHOD e getTextComponent ()Ljm;
METHOD f getCriterionType ()Lcrr$a;