Uses of Enum Class
net.minecraft.server.command.AdvancementCommand.Operation
Packages that use AdvancementCommand.Operation
-
Uses of AdvancementCommand.Operation in net.minecraft.server.command
Methods in net.minecraft.server.command that return AdvancementCommand.OperationModifier and TypeMethodDescriptionstatic AdvancementCommand.Operation
Returns the enum constant of this class with the specified name.static AdvancementCommand.Operation[]
AdvancementCommand.Operation.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.OperationModifier and TypeMethodDescriptionprivate static int
AdvancementCommand.executeAdvancement
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<AdvancementEntry> selection) private static int
AdvancementCommand.executeCriterion
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, AdvancementEntry advancement, String criterion)