Class KickCommand
java.lang.Object
net.minecraft.server.commands.KickCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SimpleCommandExceptionTypeprivate static final SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intkickPlayers(CommandSourceStack source, Collection<ServerPlayer> players, Component reason) static voidregister(CommandDispatcher<CommandSourceStack> dispatcher)
-
Field Details
-
ERROR_KICKING_OWNER
-
ERROR_SINGLEPLAYER
-
-
Constructor Details
-
KickCommand
public KickCommand()
-
-
Method Details
-
register
-
kickPlayers
private static int kickPlayers(CommandSourceStack source, Collection<ServerPlayer> players, Component reason) throws CommandSyntaxException - Throws:
CommandSyntaxException
-