Uses of Class
net.minecraft.server.command.AdvancementCommand.Operation
| Package | Description |
|---|---|
| net.minecraft.server.command |
-
Uses of AdvancementCommand.Operation in net.minecraft.server.command
Methods in net.minecraft.server.command that return AdvancementCommand.Operation Modifier and Type Method Description static AdvancementCommand.OperationAdvancementCommand.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static AdvancementCommand.Operation[]AdvancementCommand.Operation. 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.Operation Modifier and Type Method Description private static intAdvancementCommand. executeAdvancement(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<Advancement> selection)private static intAdvancementCommand. executeCriterion(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Advancement advancement, String criterion)