net.minecraft.server.commands

public class TagCommand

yn
net.minecraft.server.commands.TagCommand
net.minecraft.class_3140
net.minecraft.server.command.TagCommand
net.minecraft.command.impl.TagCommand
net.minecraft.server.v1_16_R2.CommandTag

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_ADD_FAILED
field_13742
ADD_FAILED_EXCEPTION
field_198752_a
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_REMOVE_FAILED
field_13743
REMOVE_FAILED_EXCEPTION
field_198753_b

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<db> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13698(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
func_198743_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static Collection<String>
a(Collection<? extends apx> arg0)
getTags(Collection<? extends Entity> arg0)
method_13706(Collection<? extends class_1297> arg0)
getTags(Collection<? extends Entity> entities)
func_198748_a(Collection<? extends Entity> arg0)
private static int
a(db arg0, Collection<? extends apx> 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)
func_198749_a(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
private static int
b(db arg0, Collection<? extends apx> 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)
func_198750_b(CommandSource arg0, Collection<? extends Entity> arg1, String arg2)
private static int
a(db arg0, Collection<? extends apx> 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)
func_198744_a(CommandSource arg0, Collection<? extends Entity> arg1)