Package ch.njol.skript.command
@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD})
package ch.njol.skript.command
Code related to handling commands, either Skript commands or custom script commands.
-
ClassDescriptionArgument<T>Represents an argument of a commandcopied from CraftBukkit (org.bukkit.craftbukkit.help.CommandAliasHelpTopic)This class is used for user-defined commands.