net.minecraft.server.commands

public class TagCommand

aor
net.minecraft.server.commands.TagCommand
net.minecraft.class_3140
net.minecraft.server.command.TagCommand
net.minecraft.src.C_5381_
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
f_138833_
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_REMOVE_FAILED
field_13743
REMOVE_FAILED_EXCEPTION
f_138834_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<et> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13698(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
m_138836_(com.mojang.brigadier.CommandDispatcher<C_2969_> p_138837_)
private static Collection<String>
a(Collection<? extends bsr> arg0)
getTags(Collection<? extends Entity> arg0)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> entities)
m_138852_(Collection<? extends C_507_> p_138853_)
private static int
a(et arg0, Collection<? extends bsr> 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)
m_138848_(C_2969_ p_138849_, Collection<? extends C_507_> p_138850_, String p_138851_)
private static int
b(et arg0, Collection<? extends bsr> 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)
m_138856_(C_2969_ p_138857_, Collection<? extends C_507_> p_138858_, String p_138859_)
private static int
a(et arg0, Collection<? extends bsr> 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)
m_138845_(C_2969_ p_138846_, Collection<? extends C_507_> p_138847_)