Uses of Enum Class
net.minecraft.server.command.AdvancementCommand.Selection
Packages that use AdvancementCommand.Selection
- 
Uses of AdvancementCommand.Selection in net.minecraft.server.commandMethods in net.minecraft.server.command that return AdvancementCommand.SelectionModifier and TypeMethodDescriptionstatic AdvancementCommand.SelectionReturns the enum constant of this class with the specified name.static AdvancementCommand.Selection[]AdvancementCommand.Selection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.command with parameters of type AdvancementCommand.SelectionModifier and TypeMethodDescriptionprivate static List<AdvancementEntry> AdvancementCommand.select(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, AdvancementEntry advancement, AdvancementCommand.Selection selection)