net.minecraft.server.command

public class TagCommand

vk
net.minecraft.server.commands.TagCommand
net.minecraft.class_3140
net.minecraft.server.command.TagCommand
net.minecraft.unmapped.C_eccukmge
net.minecraft.command.impl.TagCommand
net.minecraft.command.impl.TagCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
ERROR_ADD_FAILED
field_13742
ADD_FAILED_EXCEPTION
f_vzbjepyu
field_198752_a
ADD_FAILED
private static final SimpleCommandExceptionType
b
ERROR_REMOVE_FAILED
field_13743
REMOVE_FAILED_EXCEPTION
f_spytpzom
field_198753_b
REMOVE_FAILED

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cq> 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_clkjgyhn(com.mojang.brigadier.CommandDispatcher<C_pennblrk> arg0)
func_198743_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static Collection<String>
a(Collection<? extends akn> arg0)
getTags(Collection<? extends Entity> arg0)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> entities)
m_uutklzhv(Collection<? extends C_astfners> arg0)
func_198748_a(Collection<? extends Entity> arg0)
getAllTags(Collection<? extends Entity> entities)
private static int
a(cq arg0, Collection<? extends akn> 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_bshpfrao(C_pennblrk arg0, Collection<? extends C_astfners> arg1, String arg2)
func_198749_a(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
addTag(CommandSource source, Collection<? extends Entity> entities, String tagName)
private static int
b(cq arg0, Collection<? extends akn> 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_zkrnhazm(C_pennblrk arg0, Collection<? extends C_astfners> arg1, String arg2)
func_198750_b(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
removeTag(CommandSource source, Collection<? extends Entity> entities, String tagName)
private static int
a(cq arg0, Collection<? extends akn> 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_uuuikepe(C_pennblrk arg0, Collection<? extends C_astfners> arg1)
func_198744_a(CommandSource arg0, Collection<? extends Entity> arg1)
listTags(CommandSource source, Collection<? extends Entity> entities)