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

17 lines
521 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS cld net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lclg;
FIELD b name Ljava/lang/String;
2018-11-21 11:58:05 -05:00
FIELD c criterion Lclj;
FIELD e criterionType Lclj$a;
METHOD <init> (Lclg;Ljava/lang/String;Lclj;Liz;Lclj$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2018-11-21 11:58:05 -05:00
METHOD a getScoreboard ()Lclg;
METHOD a setCriterionType (Lclj$a;)V
METHOD b getName ()Ljava/lang/String;
2018-11-21 11:58:05 -05:00
METHOD c getCriterion ()Lclj;
2018-11-07 11:37:58 -05:00
METHOD d getDisplayName ()Liz;
METHOD e getTextComponent ()Liz;
2018-11-21 11:58:05 -05:00
METHOD f getCriterionType ()Lclj$a;