Package net.minecraft.server.command
Class AdvancementCommand
java.lang.Object
net.minecraft.server.command.AdvancementCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/AdvancementCommand- intermediary - net/minecraft/class_3008- official - amz
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static enumprivate static enum
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static voidaddChildrenRecursivelyToList(PlacedAdvancement parent, List<AdvancementEntry> childList) private static intexecuteAdvancement(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<AdvancementEntry> selection) private static intexecuteAdvancement(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<AdvancementEntry> selection, boolean skipSync) private static intexecuteCriterion(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, AdvancementEntry advancement, String criterion) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static List<AdvancementEntry> select(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, AdvancementEntry advancement, AdvancementCommand.Selection selection) 
- 
Field Details- 
GENERIC_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType GENERIC_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - GENERIC_EXCEPTION- Lnet/minecraft/server/command/AdvancementCommand;GENERIC_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- intermediary - field_47182- Lnet/minecraft/class_3008;field_47182:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- official - a- Lamz;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 
- 
CRITERION_NOT_FOUND_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType CRITERION_NOT_FOUND_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - CRITERION_NOT_FOUND_EXCEPTION- Lnet/minecraft/server/command/AdvancementCommand;CRITERION_NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- intermediary - field_47183- Lnet/minecraft/class_3008;field_47183:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- official - b- Lamz;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
 
 
- 
- 
Constructor Details- 
AdvancementCommandpublic AdvancementCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/AdvancementCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_12980- Lnet/minecraft/class_3008;method_12980(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lamz;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeAdvancementprivate static int executeAdvancement(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<AdvancementEntry> selection) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeAdvancement- Lnet/minecraft/server/command/AdvancementCommand;executeAdvancement(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/server/command/AdvancementCommand$Operation;Ljava/util/Collection;)I- intermediary - method_65972- Lnet/minecraft/class_3008;method_65972(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3008$class_3009;Ljava/util/Collection;)I- official - a- Lamz;a(Lek;Ljava/util/Collection;Lamz$a;Ljava/util/Collection;)I
 
- 
executeAdvancementprivate static int executeAdvancement(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, Collection<AdvancementEntry> selection, boolean skipSync) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeAdvancement- Lnet/minecraft/server/command/AdvancementCommand;executeAdvancement(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/server/command/AdvancementCommand$Operation;Ljava/util/Collection;Z)I- intermediary - method_12988- Lnet/minecraft/class_3008;method_12988(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3008$class_3009;Ljava/util/Collection;Z)I- official - a- Lamz;a(Lek;Ljava/util/Collection;Lamz$a;Ljava/util/Collection;Z)I
 
- 
executeCriterionprivate static int executeCriterion(ServerCommandSource source, Collection<ServerPlayerEntity> targets, AdvancementCommand.Operation operation, AdvancementEntry advancement, String criterion) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeCriterion- Lnet/minecraft/server/command/AdvancementCommand;executeCriterion(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/server/command/AdvancementCommand$Operation;Lnet/minecraft/advancement/AdvancementEntry;Ljava/lang/String;)I- intermediary - method_12981- Lnet/minecraft/class_3008;method_12981(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3008$class_3009;Lnet/minecraft/class_8779;Ljava/lang/String;)I- official - a- Lamz;a(Lek;Ljava/util/Collection;Lamz$a;Laj;Ljava/lang/String;)I
 
- 
selectprivate static List<AdvancementEntry> select(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, AdvancementEntry advancement, AdvancementCommand.Selection selection) - Mappings:
- Namespace - Name - Mixin selector - named - select- Lnet/minecraft/server/command/AdvancementCommand;select(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/advancement/AdvancementEntry;Lnet/minecraft/server/command/AdvancementCommand$Selection;)Ljava/util/List;- intermediary - method_12996- Lnet/minecraft/class_3008;method_12996(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_8779;Lnet/minecraft/class_3008$class_3010;)Ljava/util/List;- official - a- Lamz;a(Lcom/mojang/brigadier/context/CommandContext;Laj;Lamz$b;)Ljava/util/List;
 
- 
addChildrenRecursivelyToListprivate static void addChildrenRecursivelyToList(PlacedAdvancement parent, List<AdvancementEntry> childList) - Mappings:
- Namespace - Name - Mixin selector - named - addChildrenRecursivelyToList- Lnet/minecraft/server/command/AdvancementCommand;addChildrenRecursivelyToList(Lnet/minecraft/advancement/PlacedAdvancement;Ljava/util/List;)V- intermediary - method_12990- Lnet/minecraft/class_3008;method_12990(Lnet/minecraft/class_8781;Ljava/util/List;)V- official - a- Lamz;a(Lak;Ljava/util/List;)V
 
 
-