net.minecraft.server.commands

public class TagCommand

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

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13698(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static Collection<String>
a(Collection<? extends bvk> arg0)
getTags(Collection<? extends Entity> arg0)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> entities)
private static int
a(ew arg0, Collection<? extends bvk> arg1, String arg2)
addTag(CommandSourceStack arg0, Collection<? extends Entity> arg1, String arg2)
method_13702(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
executeAdd(ServerCommandSource source, Collection<? extends Entity> targets, String tag)
private static int
b(ew arg0, Collection<? extends bvk> arg1, String arg2)
removeTag(CommandSourceStack arg0, Collection<? extends Entity> arg1, String arg2)
method_13699(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
executeRemove(ServerCommandSource source, Collection<? extends Entity> targets, String tag)
private static int
a(ew arg0, Collection<? extends bvk> arg1)
listTags(CommandSourceStack arg0, Collection<? extends Entity> arg1)
method_13700(class_2168 arg0, Collection<? extends class_1297> arg1)
executeList(ServerCommandSource source, Collection<? extends Entity> targets)