Package

net.katsstuff.scammander.bukkit

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. trait BukkitBase extends ScammanderBase

    Permalink
  2. trait BukkitBaseAll extends BukkitBase with ScammanderBaseAll with BukkitValidators with BukkitParameters

    Permalink
  3. trait BukkitBaseAllEither extends BukkitBaseAll

    Permalink
  4. case class BukkitCommandWrapper[G[_]](command: scammander.ComplexCommand[G, CommandSender, BukkitExtra, BukkitExtra, Boolean, ChildCommandExtra[G]], runG: FunctionK[G, [β$1$]Either[NonEmptyList[scammander.CommandFailure], β$1$]]) extends TabExecutor with Product with Serializable

    Permalink
  5. case class BukkitExtra(bukkitCommand: org.bukkit.command.Command, label: String) extends Product with Serializable

    Permalink
  6. trait BukkitParameters extends AnyRef

    Permalink
  7. trait BukkitValidators extends AnyRef

    Permalink
  8. case class ChildCommandExtra[G[_]](commandWrapper: BukkitCommandWrapper[G], permission: Option[String], help: (CommandSender) ⇒ G[Option[String]], description: (CommandSender) ⇒ G[Option[String]]) extends ComplexStaticChildCommand[G, CommandSender, BukkitExtra, BukkitExtra, Boolean, ChildCommandExtra[G]] with Product with Serializable

    Permalink

Ungrouped