Package net.minecraft.scoreboard
Class ScoreboardState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.scoreboard.ScoreboardState
public class ScoreboardState extends PersistentState
- Mappings:
Namespace Name official djt
intermediary net/minecraft/class_273
named net/minecraft/scoreboard/ScoreboardState
-
Field Summary
Fields Modifier and Type Field Description private Scoreboard
scoreboard
-
Constructor Summary
Constructors Constructor Description ScoreboardState(Scoreboard scoreboard)
-
Method Summary
Modifier and Type Method Description private void
displaySlotsFromTag(CompoundTag tag)
private void
displaySlotsToTag(CompoundTag tag)
ScoreboardState
fromTag(CompoundTag tag)
private void
objectivesFromTag(ListTag tag)
private ListTag
objectivesToTag()
private void
teamPlayersFromTag(Team team, ListTag tag)
private void
teamsFromTag(ListTag tag)
private ListTag
teamsToTag()
CompoundTag
toNbt(CompoundTag tag)
Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
scoreboard
- Mappings:
Namespace Name Mixin selector official a
Ldjt;a:Ldjs;
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
- Mappings:
Namespace Name Mixin selector official <init>
Ldjt;<init>(Ldjs;)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
-
fromTag
- Mappings:
Namespace Name Mixin selector official b
Ldjt;b(Lmq;)Ldjt;
intermediary method_32481
Lnet/minecraft/class_273;method_32481(Lnet/minecraft/class_2487;)Lnet/minecraft/class_273;
named fromTag
Lnet/minecraft/scoreboard/ScoreboardState;fromTag(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/scoreboard/ScoreboardState;
-
teamsFromTag
- Mappings:
Namespace Name Mixin selector official a
Ldjt;a(Lmw;)V
intermediary method_1219
Lnet/minecraft/class_273;method_1219(Lnet/minecraft/class_2499;)V
named teamsFromTag
Lnet/minecraft/scoreboard/ScoreboardState;teamsFromTag(Lnet/minecraft/nbt/ListTag;)V
-
teamPlayersFromTag
- Mappings:
Namespace Name Mixin selector official a
Ldjt;a(Ldjq;Lmw;)V
intermediary method_1215
Lnet/minecraft/class_273;method_1215(Lnet/minecraft/class_268;Lnet/minecraft/class_2499;)V
named teamPlayersFromTag
Lnet/minecraft/scoreboard/ScoreboardState;teamPlayersFromTag(Lnet/minecraft/scoreboard/Team;Lnet/minecraft/nbt/ListTag;)V
-
displaySlotsFromTag
- Mappings:
Namespace Name Mixin selector official c
Ldjt;c(Lmq;)V
intermediary method_1221
Lnet/minecraft/class_273;method_1221(Lnet/minecraft/class_2487;)V
named displaySlotsFromTag
Lnet/minecraft/scoreboard/ScoreboardState;displaySlotsFromTag(Lnet/minecraft/nbt/CompoundTag;)V
-
objectivesFromTag
- Mappings:
Namespace Name Mixin selector official b
Ldjt;b(Lmw;)V
intermediary method_1220
Lnet/minecraft/class_273;method_1220(Lnet/minecraft/class_2499;)V
named objectivesFromTag
Lnet/minecraft/scoreboard/ScoreboardState;objectivesFromTag(Lnet/minecraft/nbt/ListTag;)V
-
toNbt
- Specified by:
toNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector official a
Lddg;a(Lmq;)Lmq;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named toNbt
Lnet/minecraft/world/PersistentState;toNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
teamsToTag
- Mappings:
Namespace Name Mixin selector official a
Ldjt;a()Lmw;
intermediary method_1217
Lnet/minecraft/class_273;method_1217()Lnet/minecraft/class_2499;
named teamsToTag
Lnet/minecraft/scoreboard/ScoreboardState;teamsToTag()Lnet/minecraft/nbt/ListTag;
-
displaySlotsToTag
- Mappings:
Namespace Name Mixin selector official d
Ldjt;d(Lmq;)V
intermediary method_1222
Lnet/minecraft/class_273;method_1222(Lnet/minecraft/class_2487;)V
named displaySlotsToTag
Lnet/minecraft/scoreboard/ScoreboardState;displaySlotsToTag(Lnet/minecraft/nbt/CompoundTag;)V
-
objectivesToTag
- Mappings:
Namespace Name Mixin selector official d
Ldjt;d()Lmw;
intermediary method_1216
Lnet/minecraft/class_273;method_1216()Lnet/minecraft/class_2499;
named objectivesToTag
Lnet/minecraft/scoreboard/ScoreboardState;objectivesToTag()Lnet/minecraft/nbt/ListTag;
-