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.Action
Returns 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 int
AdvancementCommands.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 int
AdvancementCommands.performCriterion
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, AdvancementCommands.Action pAction, AdvancementHolder pAdvancement, String pCriterionName)