Package xyz.theprogramsrc.commandsmodule.objects

Types

Link copied to clipboard
class CommandRequirement<T>(message: String, check: (T) -> Boolean)

Representation of a requirement for a command

Link copied to clipboard
enum CommandType : Enum<CommandType>