Class SubCommand

java.lang.Object
dev.oumaimaa.kawaiiapi.command.SubCommand

public abstract class SubCommand extends Object
Abstract base class for subcommands within a core command structure. Example: In /chunkcollector buy, "buy" would be the subcommand.

Subcommands should be lightweight, stateless, and thread-safe. Each subcommand is instantiated once per command registration.

Version:
1.0
Author:
KawaiiDevelopment