Uses of Enum Class
net.minecraft.class_8646
Packages that use class_8646
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8646 in net.minecraft
Fields in net.minecraft with type parameters of type class_8646Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_8646>class_8646.field_45175static final IntFunction<class_8646>class_8646.field_45176Methods in net.minecraft that return class_8646Modifier and TypeMethodDescriptionstatic @Nullable class_8646class_8646.method_52622(Formatting formatting) static class_8646Returns the enum constant of this class with the specified name.static class_8646[]class_8646.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_8646 in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return class_8646Modifier and TypeMethodDescriptionstatic class_8646ScoreboardSlotArgumentType.getScoreboardSlot(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) ScoreboardSlotArgumentType.parse(com.mojang.brigadier.StringReader stringReader) -
Uses of class_8646 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_8646Methods in net.minecraft.network.packet.s2c.play that return class_8646Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_8646ModifierConstructorDescriptionScoreboardDisplayS2CPacket(class_8646 class_8646, @Nullable ScoreboardObjective objective) -
Uses of class_8646 in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type class_8646Modifier and TypeFieldDescriptionprivate final Map<class_8646,ScoreboardObjective> Scoreboard.objectiveSlotsMethods in net.minecraft.scoreboard with parameters of type class_8646Modifier and TypeMethodDescriptionScoreboard.getObjectiveForSlot(class_8646 class_8646) voidScoreboard.setObjectiveSlot(class_8646 class_8646, @Nullable ScoreboardObjective objective) voidServerScoreboard.setObjectiveSlot(class_8646 class_8646, @Nullable ScoreboardObjective objective) -
Uses of class_8646 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_8646Modifier and TypeMethodDescriptionprivate static intScoreboardCommand.executeClearDisplay(ServerCommandSource source, class_8646 class_8646) private static intScoreboardCommand.executeSetDisplay(ServerCommandSource source, class_8646 class_8646, ScoreboardObjective objective)