Package

net.katsstuff.scammander.sponge

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. case class CommandInfo[G[_]](permission: Option[String], help: (CommandSource) ⇒ G[Option[Text]], shortDescription: (CommandSource) ⇒ G[Option[Text]]) extends Product with Serializable

    Permalink
  2. trait SpongeBase extends ScammanderBase

    Permalink
  3. trait SpongeBaseAll extends SpongeBase with ScammanderBaseAll with SpongeValidators with SpongeParameter with SpongeOrParameter with SpongeHelpCommands

    Permalink
  4. trait SpongeBaseAllEither extends SpongeBaseAll

    Permalink
  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

    Permalink
  6. trait SpongeHelpCommands extends HelpCommands

    Permalink
  7. trait SpongeOrParameter extends AnyRef

    Permalink
  8. trait SpongeParameter extends AnyRef

    Permalink
  9. trait SpongeValidators extends AnyRef

    Permalink

Ungrouped