net.minecraft.server.command

public class TagCommand

rw
net.minecraft.unmapped.C_32969099
net.minecraft.server.command.TagCommand
net.minecraft.command.impl.TagCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
f_42179714
COULD_NOT_ADD_TAG_EXCEPTION
field_198752_a
private static final SimpleCommandExceptionType
b
f_33115774
COULD_NOT_REMOVE_TAG_EXCEPTION
field_198753_b

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
m_56749168(com.mojang.brigadier.CommandDispatcher<C_30485881> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198743_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static Collection<String>
a(Collection<? extends aeo> arg0)
m_19708954(Collection<? extends C_42232651> arg0)
getTags(Collection<? extends Entity> targets)
func_198748_a(Collection<? extends Entity> arg0)
private static int
a(bu arg0, Collection<? extends aeo> arg1, String arg2)
m_82206505(C_30485881 arg0, Collection<? extends C_42232651> arg1, String arg2)
addTag(CommandSourceStack source, Collection<? extends Entity> targets, String tag)
func_198749_a(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
private static int
b(bu arg0, Collection<? extends aeo> arg1, String arg2)
m_95745620(C_30485881 arg0, Collection<? extends C_42232651> arg1, String arg2)
removeTag(CommandSourceStack source, Collection<? extends Entity> targets, String tag)
func_198750_b(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
private static int
a(bu arg0, Collection<? extends aeo> arg1)
m_71938226(C_30485881 arg0, Collection<? extends C_42232651> arg1)
listTags(CommandSourceStack source, Collection<? extends Entity> targets)
func_198744_a(CommandSource arg0, Collection<? extends Entity> arg1)