Interface ScoreAccess


public interface ScoreAccess
Mappings:
Namespace Name
official emv
intermediary net/minecraft/class_9014
named net/minecraft/scoreboard/ScoreAccess
  • Method Details

    • getScore

      int getScore()
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a()I
      intermediary method_55409 Lnet/minecraft/class_9014;method_55409()I
      named getScore Lnet/minecraft/scoreboard/ScoreAccess;getScore()I
    • setScore

      void setScore(int score)
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a(I)V
      intermediary method_55410 Lnet/minecraft/class_9014;method_55410(I)V
      named setScore Lnet/minecraft/scoreboard/ScoreAccess;setScore(I)V
    • incrementScore

      default int incrementScore(int amount)
      Mappings:
      Namespace Name Mixin selector
      official b Lemv;b(I)I
      intermediary method_55414 Lnet/minecraft/class_9014;method_55414(I)I
      named incrementScore Lnet/minecraft/scoreboard/ScoreAccess;incrementScore(I)I
    • incrementScore

      default int incrementScore()
      Mappings:
      Namespace Name Mixin selector
      official b Lemv;b()I
      intermediary method_55413 Lnet/minecraft/class_9014;method_55413()I
      named incrementScore Lnet/minecraft/scoreboard/ScoreAccess;incrementScore()I
    • resetScore

      default void resetScore()
      Mappings:
      Namespace Name Mixin selector
      official c Lemv;c()V
      intermediary method_55415 Lnet/minecraft/class_9014;method_55415()V
      named resetScore Lnet/minecraft/scoreboard/ScoreAccess;resetScore()V
    • isLocked

      boolean isLocked()
      Mappings:
      Namespace Name Mixin selector
      official d Lemv;d()Z
      intermediary method_55416 Lnet/minecraft/class_9014;method_55416()Z
      named isLocked Lnet/minecraft/scoreboard/ScoreAccess;isLocked()Z
    • unlock

      void unlock()
      Mappings:
      Namespace Name Mixin selector
      official e Lemv;e()V
      intermediary method_55417 Lnet/minecraft/class_9014;method_55417()V
      named unlock Lnet/minecraft/scoreboard/ScoreAccess;unlock()V
    • lock

      void lock()
      Mappings:
      Namespace Name Mixin selector
      official f Lemv;f()V
      intermediary method_55418 Lnet/minecraft/class_9014;method_55418()V
      named lock Lnet/minecraft/scoreboard/ScoreAccess;lock()V
    • getDisplayText

      @Nullable @Nullable Text getDisplayText()
      Mappings:
      Namespace Name Mixin selector
      official g Lemv;g()Lvf;
      intermediary method_55419 Lnet/minecraft/class_9014;method_55419()Lnet/minecraft/class_2561;
      named getDisplayText Lnet/minecraft/scoreboard/ScoreAccess;getDisplayText()Lnet/minecraft/text/Text;
    • setDisplayText

      void setDisplayText(@Nullable @Nullable Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a(Lvf;)V
      intermediary method_55411 Lnet/minecraft/class_9014;method_55411(Lnet/minecraft/class_2561;)V
      named setDisplayText Lnet/minecraft/scoreboard/ScoreAccess;setDisplayText(Lnet/minecraft/text/Text;)V
    • setNumberFormat

      void setNumberFormat(@Nullable @Nullable NumberFormat numberFormat)
      Mappings:
      Namespace Name Mixin selector
      official a Lemv;a(Lwv;)V
      intermediary method_55412 Lnet/minecraft/class_9014;method_55412(Lnet/minecraft/class_9022;)V
      named setNumberFormat Lnet/minecraft/scoreboard/ScoreAccess;setNumberFormat(Lnet/minecraft/scoreboard/number/NumberFormat;)V