Uses of Interface
net.minecraft.class_9022
Packages that use class_9022
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9022 in net.minecraft
Classes in net.minecraft with type parameters of type class_9022Classes in net.minecraft that implement class_9022Fields in net.minecraft declared as class_9022Modifier and TypeFieldDescriptionprivate final @Nullable class_9022
class_9011.numberFormatOverride
The field for thenumberFormatOverride
record component.Fields in net.minecraft with type parameters of type class_9022Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_9022>
class_9024.field_47563
static final com.mojang.serialization.Codec<class_9022>
class_9024.field_47564
Methods in net.minecraft with type parameters of type class_9022Modifier and TypeMethodDescriptionstatic <T extends class_9022>
voidclass_9024.method_55468
(PacketByteBuf packetByteBuf, T t) Methods in net.minecraft that return class_9022Modifier and TypeMethodDescriptionclass_9013.method_55400()
static class_9022
class_9024.method_55467
(PacketByteBuf packetByteBuf) class_9011.numberFormatOverride()
Returns the value of thenumberFormatOverride
record component.Methods in net.minecraft that return types with arguments of type class_9022Methods in net.minecraft with parameters of type class_9022Modifier and TypeMethodDescriptionclass_9011.method_55386
(class_9022 class_9022) static MutableText
class_9013.method_55398
(@Nullable class_9013 class_9013, class_9022 class_9022) default MutableText
class_9013.method_55399
(class_9022 class_9022) void
class_9014.method_55412
(@Nullable class_9022 class_9022) Constructors in net.minecraft with parameters of type class_9022ModifierConstructorDescriptionclass_9011
(String string, int int2, @Nullable Text text, @Nullable class_9022 class_9022) -
Uses of class_9022 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_9022Modifier and TypeFieldDescriptionprivate final @Nullable class_9022
ScoreboardObjectiveUpdateS2CPacket.field_47519
private final @Nullable class_9022
ScoreboardPlayerUpdateS2CPacket.numberFormat
The field for thenumberFormat
record component.Methods in net.minecraft.network.packet.s2c.play that return class_9022Modifier and TypeMethodDescriptionScoreboardObjectiveUpdateS2CPacket.method_55336()
ScoreboardPlayerUpdateS2CPacket.numberFormat()
Returns the value of thenumberFormat
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_9022ModifierConstructorDescriptionScoreboardPlayerUpdateS2CPacket
(String string, String string2, int int2, @Nullable Text text, @Nullable class_9022 class_9022) -
Uses of class_9022 in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as class_9022Modifier and TypeFieldDescriptionprivate @Nullable class_9022
ScoreboardObjective.field_47528
private @Nullable class_9022
ScoreboardPlayerScore.field_47536
Methods in net.minecraft.scoreboard that return class_9022Modifier and TypeMethodDescriptionScoreboardObjective.method_55380
(class_9022 class_9022) ScoreboardObjective.method_55384()
ScoreboardPlayerScore.method_55400()
Methods in net.minecraft.scoreboard with parameters of type class_9022Modifier and TypeMethodDescriptionScoreboard.addObjective
(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType, boolean bool, @Nullable class_9022 class_9022) ScoreboardObjective.method_55380
(class_9022 class_9022) void
ScoreboardObjective.method_55382
(@Nullable class_9022 class_9022) void
ScoreboardPlayerScore.method_55406
(@Nullable class_9022 class_9022) Constructors in net.minecraft.scoreboard with parameters of type class_9022ModifierConstructorDescriptionScoreboardObjective
(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType, boolean bool, @Nullable class_9022 class_9022) -
Uses of class_9022 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_9022Modifier and TypeMethodDescriptionprivate static int
ScoreboardCommand.method_55347
(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) private static int
ScoreboardCommand.method_55350
(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) int
ScoreboardCommand.class_9008.run
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, @Nullable class_9022 class_9022)