Uses of Enum Class
net.minecraft.world.scores.DisplaySlot
Packages that use DisplaySlot
Package
Description
- 
Uses of DisplaySlot in net.minecraft.commands.argumentsMethods in net.minecraft.commands.arguments that return DisplaySlotModifier and TypeMethodDescriptionstatic DisplaySlotScoreboardSlotArgument.getDisplaySlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_) ScoreboardSlotArgument.parse(com.mojang.brigadier.StringReader p_109198_) 
- 
Uses of DisplaySlot in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game declared as DisplaySlotModifier and TypeFieldDescriptionprivate final DisplaySlotClientboundSetDisplayObjectivePacket.slotMethods in net.minecraft.network.protocol.game that return DisplaySlotConstructors in net.minecraft.network.protocol.game with parameters of type DisplaySlotModifierConstructorDescriptionClientboundSetDisplayObjectivePacket(DisplaySlot p_294785_, Objective p_133132_) 
- 
Uses of DisplaySlot in net.minecraft.serverMethods in net.minecraft.server with parameters of type DisplaySlotModifier and TypeMethodDescriptionvoidServerScoreboard.setDisplayObjective(DisplaySlot p_294118_, Objective p_136200_) 
- 
Uses of DisplaySlot in net.minecraft.server.commandsMethods in net.minecraft.server.commands with parameters of type DisplaySlotModifier and TypeMethodDescriptionprivate static intScoreboardCommand.clearDisplaySlot(CommandSourceStack p_138478_, DisplaySlot p_294251_) private static intScoreboardCommand.setDisplaySlot(CommandSourceStack p_138481_, DisplaySlot p_294651_, Objective p_138483_) 
- 
Uses of DisplaySlot in net.minecraft.world.scoresFields in net.minecraft.world.scores with type parameters of type DisplaySlotModifier and TypeFieldDescriptionstatic final IntFunction<DisplaySlot>DisplaySlot.BY_IDstatic final StringRepresentable.EnumCodec<DisplaySlot>DisplaySlot.CODECprivate final Map<DisplaySlot,Objective> Scoreboard.displayObjectivesMethods in net.minecraft.world.scores that return DisplaySlotModifier and TypeMethodDescriptionstatic DisplaySlotDisplaySlot.teamColorToSlot(ChatFormatting p_296133_) static DisplaySlotReturns the enum constant of this class with the specified name.static DisplaySlot[]DisplaySlot.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.scores with parameters of type DisplaySlotModifier and TypeMethodDescriptionScoreboard.getDisplayObjective(DisplaySlot p_295165_) voidScoreboard.setDisplayObjective(DisplaySlot p_296205_, Objective p_83419_)