Uses of Class
net.minecraft.server.command.AdvancementCommand.Selection
Package | Description |
---|---|
net.minecraft.server.command |
-
Uses of AdvancementCommand.Selection in net.minecraft.server.command
Methods in net.minecraft.server.command that return AdvancementCommand.Selection Modifier and Type Method Description static AdvancementCommand.Selection
AdvancementCommand.Selection. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdvancementCommand.Selection[]
AdvancementCommand.Selection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.server.command with parameters of type AdvancementCommand.Selection Modifier and Type Method Description private static List<Advancement>
AdvancementCommand. select(Advancement advancement, AdvancementCommand.Selection selection)