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

17 lines
521 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS cod net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcog;
FIELD b name Ljava/lang/String;
2019-02-13 12:35:08 -05:00
FIELD c criterion Lcoj;
FIELD e criterionType Lcoj$a;
METHOD <init> (Lcog;Ljava/lang/String;Lcoj;Ljg;Lcoj$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2019-02-13 12:35:08 -05:00
METHOD a getScoreboard ()Lcog;
METHOD a setCriterionType (Lcoj$a;)V
METHOD b getName ()Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD c getCriterion ()Lcoj;
METHOD d getDisplayName ()Ljg;
METHOD e getTextComponent ()Ljg;
METHOD f getCriterionType ()Lcoj$a;