Uses of Enum Class
net.minecraft.server.commands.AdvancementCommands.Action
Packages that use AdvancementCommands.Action
-
Uses of AdvancementCommands.Action in net.minecraft.server.commands
Methods 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> targets, AdvancementCommands.Action action, Collection<AdvancementHolder> advancements) Performs the given action on each advancement in the list, for each player.private static intAdvancementCommands.performCriterion(CommandSourceStack source, Collection<ServerPlayer> targets, AdvancementCommands.Action action, AdvancementHolder p_advancement, String criterionName)