net.minecraft.server.command

public class TagCommand

rx
net.minecraft.class_4432
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_21792
COULD_NOT_ADD_TAG_EXCEPTION
field_198752_a
ADD_FAILED
private static final SimpleCommandExceptionType
b
field_21793
COULD_NOT_REMOVE_TAG_EXCEPTION
field_198753_b
REMOVE_FAILED

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_21049(com.mojang.brigadier.CommandDispatcher<class_3915> 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 aer> arg0)
method_21052(Collection<? extends class_864> arg0)
getTags(Collection<? extends Entity> targets)
func_198748_a(Collection<? extends Entity> arg0)
getAllTags(Collection<? extends Entity> entities)
private static int
a(bu arg0, Collection<? extends aer> arg1, String arg2)
method_21048(class_3915 arg0, Collection<? extends class_864> 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(bu arg0, Collection<? extends aer> arg1, String arg2)
method_21053(class_3915 arg0, Collection<? extends class_864> 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(bu arg0, Collection<? extends aer> arg1)
method_21047(class_3915 arg0, Collection<? extends class_864> arg1)
listTags(CommandSourceStack source, Collection<? extends Entity> targets)
func_198744_a(CommandSource arg0, Collection<? extends Entity> arg1)
listTags(CommandSource source, Collection<? extends Entity> entities)