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

17 lines
501 B
Plaintext
Raw Normal View History

CLASS chx net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcia;
FIELD b name Ljava/lang/String;
FIELD c criterion Lcid;
FIELD e criterionType Lcid$a;
METHOD <init> (Lcia;Ljava/lang/String;Lcid;Liw;Lcid$a;)V
ARG 0 scoreboard
ARG 1 name
ARG 3 criterion
METHOD a getScoreboard ()Lcia;
METHOD a setCriterionType (Lcid$a;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lcid;
METHOD d getDisplayName ()Liw;
METHOD f getCriterionType ()Lcid$a;