Uses of Enum Class
net.minecraft.server.commands.AdvancementCommands.Action
Packages that use AdvancementCommands.Action
-
Uses of AdvancementCommands.Action in net.minecraft.server.commands
Subclasses with type arguments of type AdvancementCommands.Action in net.minecraft.server.commandsMethods in net.minecraft.server.commands that return AdvancementCommands.ActionModifier and TypeMethodDescriptionstatic AdvancementCommands.ActionReturns the enum constant of this class with the specified name.static AdvancementCommands.Action[]AdvancementCommands.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.commands with parameters of type AdvancementCommands.ActionModifier and TypeMethodDescriptionprivate static intAdvancementCommands.perform(CommandSourceStack source, Collection<ServerPlayer> players, AdvancementCommands.Action action, Collection<AdvancementHolder> advancements) Performs the given action on each advancement in the list, for each player.private static intAdvancementCommands.perform(CommandSourceStack source, Collection<ServerPlayer> players, AdvancementCommands.Action action, Collection<AdvancementHolder> advancements, boolean showAdvancements) private static intAdvancementCommands.performCriterion(CommandSourceStack source, Collection<ServerPlayer> players, AdvancementCommands.Action action, AdvancementHolder holder, String criterion)