net.minecraft.server.command

public class TagCommand

net.minecraft.server.commands.TagCommand
net.minecraft.class_3140
net.minecraft.server.command.TagCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_ADD_FAILED
field_13742
ADD_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_REMOVE_FAILED
field_13743
REMOVE_FAILED_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13698(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static Collection<String>
getTags(Collection<? extends Entity> entities)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> entities)
private static int
addTag(CommandSourceStack source, Collection<? extends Entity> targets, String name)
method_13702(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
executeAdd(ServerCommandSource source, Collection<? extends Entity> targets, String tag)
private static int
removeTag(CommandSourceStack source, Collection<? extends Entity> targets, String name)
method_13699(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
executeRemove(ServerCommandSource source, Collection<? extends Entity> targets, String tag)
private static int
listTags(CommandSourceStack source, Collection<? extends Entity> targets)
method_13700(class_2168 arg0, Collection<? extends class_1297> arg1)
executeList(ServerCommandSource source, Collection<? extends Entity> targets)
private static Text
lambda$listTags$11(Collection arg0, Set arg1)
method_52094(Collection arg0, Set arg1)
method_52094(Collection arg0, Set arg1)
private static Text
lambda$listTags$10(Collection arg0)
method_52096(Collection arg0)
method_52096(Collection arg0)
private static Text
lambda$listTags$9(Entity arg0, Set arg1)
method_52092(class_1297 arg0, Set arg1)
method_52092(Entity arg0, Set arg1)
private static Text
lambda$listTags$8(Entity arg0)
method_52091(class_1297 arg0)
method_52091(Entity arg0)
private static Text
lambda$removeTag$7(String arg0, Collection arg1)
method_52093(String arg0, Collection arg1)
method_52093(String arg0, Collection arg1)
private static Text
lambda$removeTag$6(String arg0, Collection arg1)
method_52095(String arg0, Collection arg1)
method_52095(String arg0, Collection arg1)
private static Text
lambda$addTag$5(String arg0, Collection arg1)
method_52097(String arg0, Collection arg1)
method_52097(String arg0, Collection arg1)
private static Text
lambda$addTag$4(String arg0, Collection arg1)
method_52098(String arg0, Collection arg1)
method_52098(String arg0, Collection arg1)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_13704(com.mojang.brigadier.context.CommandContext arg0)
method_13704(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_13697(com.mojang.brigadier.context.CommandContext arg0)
method_13697(com.mojang.brigadier.context.CommandContext context)
private static CompletableFuture
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_13701(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_13701(com.mojang.brigadier.context.CommandContext context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13703(com.mojang.brigadier.context.CommandContext arg0)
method_13703(com.mojang.brigadier.context.CommandContext context)