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

25 lines
673 B
Plaintext

CLASS csv net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcsy;
FIELD b name Ljava/lang/String;
FIELD c criterion Lctb;
FIELD d displayName Ljm;
FIELD e renderType Lctb$a;
METHOD <init> (Lcsy;Ljava/lang/String;Lctb;Ljm;Lctb$a;)V
ARG 1 scoreboard
ARG 2 name
ARG 3 criterion
ARG 4 displayName
ARG 5 renderType
METHOD a getScoreboard ()Lcsy;
METHOD a setRenderType (Lctb$a;)V
ARG 1 renderType
METHOD a setDisplayName (Ljm;)V
ARG 1 name
METHOD a (Lju;)V
ARG 1 style
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lctb;
METHOD d getDisplayName ()Ljm;
METHOD e toHoverableText ()Ljm;
METHOD f getRenderType ()Lctb$a;