Packages

package components

Type Members

  1. case class CommandInfo[G[_]](permission: Option[String], help: (CommandSource) ⇒ G[Option[Text]], shortDescription: (CommandSource) ⇒ G[Option[Text]]) extends Product with Serializable
  2. trait SpongeBase extends ScammanderBase
  3. trait SpongeBaseAll extends SpongeBase with ScammanderBaseAll with SpongeValidators with SpongeParameter with SpongeOrParameter with SpongeHelpCommands
  4. trait SpongeBaseAllEither extends SpongeBaseAll
  5. 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
  6. trait SpongeHelpCommands extends HelpCommands
  7. trait SpongeOrParameter extends AnyRef
  8. trait SpongeParameter extends AnyRef
  9. trait SpongeValidators extends AnyRef

Ungrouped