Uses of Enum Class
net.minecraft.server.commands.AdvancementCommands.Mode
Packages that use AdvancementCommands.Mode
-
Uses of AdvancementCommands.Mode in net.minecraft.server.commands
Subclasses with type arguments of type AdvancementCommands.Mode in net.minecraft.server.commandsMethods in net.minecraft.server.commands that return AdvancementCommands.ModeModifier and TypeMethodDescriptionstatic AdvancementCommands.ModeReturns the enum constant of this class with the specified name.static AdvancementCommands.Mode[]AdvancementCommands.Mode.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.ModeModifier and TypeMethodDescriptionprivate static List<AdvancementHolder> AdvancementCommands.getAdvancements(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, AdvancementHolder target, AdvancementCommands.Mode mode)