Class ConfirmationManager
java.lang.Object
me.despical.commandframework.confirmations.ConfirmationManager
This class handles the confirmations for commands and subcommands.
This is an internal class and should not be instantiated by any external class.
- Since:
- 1.4.8
Created at 18.07.2024
- Author:
- Despical
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckConfirmations(org.bukkit.command.CommandSender sender, Command command, Method method)
-
Constructor Details
-
ConfirmationManager
public ConfirmationManager()
-
-
Method Details
-
checkConfirmations
-