Class ScoreboardState

java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.scoreboard.ScoreboardState

public class ScoreboardState
extends PersistentState
Mappings:
Namespace Name
official dkb
intermediary net/minecraft/class_273
named net/minecraft/scoreboard/ScoreboardState
  • Field Details

    • scoreboard

      private final Scoreboard scoreboard
      Mappings:
      Namespace Name Mixin selector
      official a Ldkb;a:Ldka;
      intermediary field_27936 Lnet/minecraft/class_273;field_27936:Lnet/minecraft/class_269;
      named scoreboard Lnet/minecraft/scoreboard/ScoreboardState;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;
  • Constructor Details

    • ScoreboardState

      public ScoreboardState​(Scoreboard scoreboard)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldkb;<init>(Ldka;)V
      intermediary <init> Lnet/minecraft/class_273;<init>(Lnet/minecraft/class_269;)V
      named <init> Lnet/minecraft/scoreboard/ScoreboardState;<init>(Lnet/minecraft/scoreboard/Scoreboard;)V
  • Method Details

    • readNbt

      public ScoreboardState readNbt​(CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official b Ldkb;b(Lmq;)Ldkb;
      intermediary method_32481 Lnet/minecraft/class_273;method_32481(Lnet/minecraft/class_2487;)Lnet/minecraft/class_273;
      named readNbt Lnet/minecraft/scoreboard/ScoreboardState;readNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/scoreboard/ScoreboardState;
    • readTeamsFromNbt

      private void readTeamsFromNbt​(ListTag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkb;a(Lmw;)V
      intermediary method_1219 Lnet/minecraft/class_273;method_1219(Lnet/minecraft/class_2499;)V
      named readTeamsFromNbt Lnet/minecraft/scoreboard/ScoreboardState;readTeamsFromNbt(Lnet/minecraft/nbt/ListTag;)V
    • readTeamPlayersFromNbt

      private void readTeamPlayersFromNbt​(Team team, ListTag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkb;a(Ldjy;Lmw;)V
      intermediary method_1215 Lnet/minecraft/class_273;method_1215(Lnet/minecraft/class_268;Lnet/minecraft/class_2499;)V
      named readTeamPlayersFromNbt Lnet/minecraft/scoreboard/ScoreboardState;readTeamPlayersFromNbt(Lnet/minecraft/scoreboard/Team;Lnet/minecraft/nbt/ListTag;)V
    • readDisplaySlotsFromNbt

      private void readDisplaySlotsFromNbt​(CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official c Ldkb;c(Lmq;)V
      intermediary method_1221 Lnet/minecraft/class_273;method_1221(Lnet/minecraft/class_2487;)V
      named readDisplaySlotsFromNbt Lnet/minecraft/scoreboard/ScoreboardState;readDisplaySlotsFromNbt(Lnet/minecraft/nbt/CompoundTag;)V
    • readObjectivesFromNbt

      private void readObjectivesFromNbt​(ListTag tag)
      Mappings:
      Namespace Name Mixin selector
      official b Ldkb;b(Lmw;)V
      intermediary method_1220 Lnet/minecraft/class_273;method_1220(Lnet/minecraft/class_2499;)V
      named readObjectivesFromNbt Lnet/minecraft/scoreboard/ScoreboardState;readObjectivesFromNbt(Lnet/minecraft/nbt/ListTag;)V
    • writeNbt

      public CompoundTag writeNbt​(CompoundTag tag)
      Specified by:
      writeNbt in class PersistentState
      Mappings:
      Namespace Name Mixin selector
      official a Lddo;a(Lmq;)Lmq;
      intermediary method_75 Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      named writeNbt Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
    • teamsToNbt

      private ListTag teamsToNbt()
      Mappings:
      Namespace Name Mixin selector
      official a Ldkb;a()Lmw;
      intermediary method_1217 Lnet/minecraft/class_273;method_1217()Lnet/minecraft/class_2499;
      named teamsToNbt Lnet/minecraft/scoreboard/ScoreboardState;teamsToNbt()Lnet/minecraft/nbt/ListTag;
    • writeDisplaySlotsToNbt

      private void writeDisplaySlotsToNbt​(CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official d Ldkb;d(Lmq;)V
      intermediary method_1222 Lnet/minecraft/class_273;method_1222(Lnet/minecraft/class_2487;)V
      named writeDisplaySlotsToNbt Lnet/minecraft/scoreboard/ScoreboardState;writeDisplaySlotsToNbt(Lnet/minecraft/nbt/CompoundTag;)V
    • objectivesToNbt

      private ListTag objectivesToNbt()
      Mappings:
      Namespace Name Mixin selector
      official d Ldkb;d()Lmw;
      intermediary method_1216 Lnet/minecraft/class_273;method_1216()Lnet/minecraft/class_2499;
      named objectivesToNbt Lnet/minecraft/scoreboard/ScoreboardState;objectivesToNbt()Lnet/minecraft/nbt/ListTag;