Package net.minecraft.server.command
Class TagCommand
java.lang.Object
net.minecraft.server.command.TagCommand
- Mappings:
- Namespace - Name - official - agk- intermediary - net/minecraft/class_3140- named - net/minecraft/server/command/TagCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteAdd(ServerCommandSource source, Collection<? extends Entity> targets, String tag) private static intexecuteList(ServerCommandSource source, Collection<? extends Entity> targets) private static intexecuteRemove(ServerCommandSource source, Collection<? extends Entity> targets, String tag) private static Collection<String>getTags(Collection<? extends Entity> entities) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
ADD_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADD_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagk;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13742- Lnet/minecraft/class_3140;field_13742:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- named - ADD_FAILED_EXCEPTION- Lnet/minecraft/server/command/TagCommand;ADD_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
REMOVE_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVE_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagk;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13743- Lnet/minecraft/class_3140;field_13743:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- named - REMOVE_FAILED_EXCEPTION- Lnet/minecraft/server/command/TagCommand;REMOVE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
TagCommandpublic TagCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagk;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13698- Lnet/minecraft/class_3140;method_13698(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/command/TagCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
getTags- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagk;a(Ljava/util/Collection;)Ljava/util/Collection;- intermediary - method_13706- Lnet/minecraft/class_3140;method_13706(Ljava/util/Collection;)Ljava/util/Collection;- named - getTags- Lnet/minecraft/server/command/TagCommand;getTags(Ljava/util/Collection;)Ljava/util/Collection;
 
- 
executeAddprivate static int executeAdd(ServerCommandSource source, Collection<? extends Entity> targets, String tag) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagk;a(Lds;Ljava/util/Collection;Ljava/lang/String;)I- intermediary - method_13702- Lnet/minecraft/class_3140;method_13702(Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/lang/String;)I- named - executeAdd- Lnet/minecraft/server/command/TagCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Ljava/lang/String;)I
 
- 
executeRemoveprivate static int executeRemove(ServerCommandSource source, Collection<? extends Entity> targets, String tag) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagk;b(Lds;Ljava/util/Collection;Ljava/lang/String;)I- intermediary - method_13699- Lnet/minecraft/class_3140;method_13699(Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/lang/String;)I- named - executeRemove- Lnet/minecraft/server/command/TagCommand;executeRemove(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Ljava/lang/String;)I
 
- 
executeList- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagk;a(Lds;Ljava/util/Collection;)I- intermediary - method_13700- Lnet/minecraft/class_3140;method_13700(Lnet/minecraft/class_2168;Ljava/util/Collection;)I- named - executeList- Lnet/minecraft/server/command/TagCommand;executeList(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
 
 
-