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

17 lines
521 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS ckv net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcky;
FIELD b name Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD c criterion Lclb;
FIELD e criterionType Lclb$a;
METHOD <init> (Lcky;Ljava/lang/String;Lclb;Lja;Lclb$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2018-11-27 13:50:51 -05:00
METHOD a getScoreboard ()Lcky;
METHOD a setCriterionType (Lclb$a;)V
METHOD b getName ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD c getCriterion ()Lclb;
METHOD d getDisplayName ()Lja;
METHOD e getTextComponent ()Lja;
METHOD f getCriterionType ()Lclb$a;