Class KillCommand
java.lang.Object
net.minecraft.server.commands.KillCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intkill(CommandSourceStack source, Collection<? extends Entity> victims) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
-
Field Details
-
RESPONSE_KILL
-
-
Constructor Details
-
KillCommand
public KillCommand()
-
-
Method Details
-
register
-
kill
private static int kill(CommandSourceStack source, Collection<? extends Entity> victims) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-