net.minecraft.server.command

public class KillCommand

net.minecraft.server.commands.KillCommand
net.minecraft.server.commands.KillCommand
net.minecraft.class_3075
net.minecraft.server.command.KillCommand

Field summary

Modifier and TypeField
private static final ElementAggregator$Reporter<Entity>
RESPONSE_KILL
RESPONSE_KILL
field_1_7361
field_1_7361

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13429(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
kill(CommandSourceStack source, Collection<? extends Entity> victims)
kill(CommandSourceStack source, Collection<? extends Entity> victims)
method_13430(class_2168 arg0, Collection<? extends class_1297> arg1)
execute(ServerCommandSource source, Collection<? extends Entity> targets)