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

19 lines
580 B
Plaintext

CLASS csd net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcsg;
FIELD b name Ljava/lang/String;
FIELD c criterion Lcsj;
FIELD d displayName Ljm;
FIELD e criterionType Lcsj$a;
METHOD <init> (Lcsg;Ljava/lang/String;Lcsj;Ljm;Lcsj$a;)V
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
METHOD a getScoreboard ()Lcsg;
METHOD a setCriterionType (Lcsj$a;)V
METHOD a setDisplayName (Ljm;)V
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lcsj;
METHOD d getDisplayName ()Ljm;
METHOD e getTextComponent ()Ljm;
METHOD f getCriterionType ()Lcsj$a;