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

17 lines
521 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS crd net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcrg;
FIELD b name Ljava/lang/String;
2019-03-14 11:39:51 -04:00
FIELD c criterion Lcrj;
FIELD e criterionType Lcrj$a;
METHOD <init> (Lcrg;Ljava/lang/String;Lcrj;Ljl;Lcrj$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2019-03-14 11:39:51 -04:00
METHOD a getScoreboard ()Lcrg;
METHOD a setCriterionType (Lcrj$a;)V
METHOD b getName ()Ljava/lang/String;
2019-03-14 11:39:51 -04:00
METHOD c getCriterion ()Lcrj;
2019-03-14 08:57:09 -04:00
METHOD d getDisplayName ()Ljl;
METHOD e getTextComponent ()Ljl;
2019-03-14 11:39:51 -04:00
METHOD f getCriterionType ()Lcrj$a;