package components
Type Members
- case class CommandInfo[G[_]](permission: Option[String], help: (CommandSource) ⇒ G[Option[Text]], shortDescription: (CommandSource) ⇒ G[Option[Text]]) extends Product with Serializable
- trait SpongeBase extends ScammanderBase
- trait SpongeBaseAll extends SpongeBase with ScammanderBaseAll with SpongeValidators with SpongeParameter with SpongeOrParameter with SpongeHelpCommands
- trait SpongeBaseAllEither extends SpongeBaseAll
- case class SpongeCommandWrapper[G[_]](command: scammander.ComplexCommand[G, CommandSource, Unit, Option[Location[World]], Int, SpongeCommandWrapper[G]], info: CommandInfo[G], runG: FunctionK[G, [β$1$]Either[NonEmptyList[scammander.CommandFailure], β$1$]]) extends CommandCallable with ComplexStaticChildCommand[G, CommandSource, Unit, Option[Location[World]], Int, SpongeCommandWrapper[G]] with Product with Serializable
- trait SpongeHelpCommands extends HelpCommands
- trait SpongeOrParameter extends AnyRef
- trait SpongeParameter extends AnyRef
- trait SpongeValidators extends AnyRef