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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpongeCommandWrapper
- Serializable
- Serializable
- Product
- Equals
- ComplexStaticChildCommand
- CommandCallable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpongeCommandWrapper(command: scammander.ComplexCommand[G, CommandSource, Unit, Option[Location[World]], Int, SpongeCommandWrapper[G]], info: CommandInfo[G], runG: FunctionK[G, [β$1$]Either[NonEmptyList[scammander.CommandFailure], β$1$]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
command: scammander.ComplexCommand[G, CommandSource, Unit, Option[Location[World]], Int, SpongeCommandWrapper[G]]
- Definition Classes
- SpongeCommandWrapper → ComplexStaticChildCommand
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHelp(source: CommandSource): Optional[Text]
- Definition Classes
- SpongeCommandWrapper → CommandCallable
-
def
getShortDescription(source: CommandSource): Optional[Text]
- Definition Classes
- SpongeCommandWrapper → CommandCallable
-
def
getSuggestions(source: CommandSource, arguments: String, targetPosition: Location[World]): List[String]
- Definition Classes
- SpongeCommandWrapper → CommandCallable
-
def
getUsage(source: CommandSource): Text
- Definition Classes
- SpongeCommandWrapper → CommandCallable
- val info: CommandInfo[G]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
process(source: CommandSource, arguments: String): CommandResult
- Definition Classes
- SpongeCommandWrapper → CommandCallable
- def register(plugin: AnyRef, aliases: Seq[String]): Option[CommandMapping]
- val runG: FunctionK[G, [β$0$]Either[NonEmptyList[scammander.CommandFailure], β$0$]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testPermission(source: CommandSource): Boolean
- Definition Classes
- SpongeCommandWrapper → CommandCallable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )