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 pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, Collection<AdvancementHolder> pAdvancements) Performs the given action on each advancement in the list, for each player.private static intAdvancementCommands.perform(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, Collection<AdvancementHolder> pAdvancements, boolean pGrantEverything) private static intAdvancementCommands.performCriterion(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, AdvancementHolder pAdvancement, String pCriterionName)