net.minecraft.server.command

public class TagCommand

to
net.minecraft.class_3140
net.minecraft.server.command.TagCommand
net.minecraft.command.impl.TagCommand
net.minecraft.command.impl.TagCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_13742
COULD_NOT_ADD_TAG_EXCEPTION
field_198752_a
field_198752_a
private static final SimpleCommandExceptionType
b
field_13743
COULD_NOT_REMOVE_TAG_EXCEPTION
field_198753_b
field_198753_b

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13698(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198743_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static Collection<String>
a(Collection<? extends aif> arg0)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> targets)
func_198748_a(Collection<? extends Entity> arg0)
getAllTags(Collection<? extends Entity> entities)
private static int
a(cd arg0, Collection<? extends aif> arg1, String arg2)
method_13702(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
addTag(CommandSourceStack source, Collection<? extends Entity> targets, String tag)
func_198749_a(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
addTag(CommandSource source, Collection<? extends Entity> entities, String tagName)
private static int
b(cd arg0, Collection<? extends aif> arg1, String arg2)
method_13699(class_2168 arg0, Collection<? extends class_1297> arg1, String arg2)
removeTag(CommandSourceStack source, Collection<? extends Entity> targets, String tag)
func_198750_b(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
removeTag(CommandSource source, Collection<? extends Entity> entities, String tagName)
private static int
a(cd arg0, Collection<? extends aif> arg1)
method_13700(class_2168 arg0, Collection<? extends class_1297> arg1)
listTags(CommandSourceStack source, Collection<? extends Entity> targets)
func_198744_a(CommandSource arg0, Collection<? extends Entity> arg1)
listTags(CommandSource source, Collection<? extends Entity> entities)