Uses of Enum Class
net.minecraft.world.scores.DisplaySlot
Packages that use DisplaySlot
Package
Description
-
Uses of DisplaySlot in net.minecraft.commands.arguments
Methods 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.game
Fields 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_301315_, Objective p_133132_) -
Uses of DisplaySlot in net.minecraft.server
Methods in net.minecraft.server with parameters of type DisplaySlotModifier and TypeMethodDescriptionvoidServerScoreboard.setDisplayObjective(DisplaySlot p_297629_, Objective p_136200_) -
Uses of DisplaySlot in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type DisplaySlotModifier and TypeMethodDescriptionprivate static intScoreboardCommand.clearDisplaySlot(CommandSourceStack p_138478_, DisplaySlot p_301105_) private static intScoreboardCommand.setDisplaySlot(CommandSourceStack p_138481_, DisplaySlot p_300906_, Objective p_138483_) -
Uses of DisplaySlot in net.minecraft.world.scores
Fields 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_298500_) 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_297931_) voidScoreboard.setDisplayObjective(DisplaySlot p_297926_, Objective p_83419_)