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

25 lines
673 B
Plaintext

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