trait SpongeHelpCommands extends HelpCommands
- Self Type
- SpongeHelpCommands with SpongeBase with NormalParameters with HelperParameters
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpongeHelpCommands
- HelpCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Title = Text
- Definition Classes
- SpongeHelpCommands → HelpCommands
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( ... )
- def createCommandHelp(source: CommandSource, commandName: String, fullCommandName: String, command: (SpongeHelpCommands.this)#StaticChildCommand, detail: Boolean, indent: Int = 0, isIndentEnd: Boolean = false): Seq[Text]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
helpCommand(title: (SpongeHelpCommands.this)#Title, commands: ⇒ Set[(SpongeHelpCommands.this)#ChildCommand])(implicit G: Monad[(SpongeHelpCommands.this)#G], E: (SpongeHelpCommands.this)#ParserError[(SpongeHelpCommands.this)#G]): (SpongeHelpCommands.this)#Command[(SpongeHelpCommands.this)#RootSender, (SpongeHelpCommands.this)#ZeroOrMore[String]]
- Definition Classes
- HelpCommands
-
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
sendCommandHelp(title: (SpongeHelpCommands.this)#Title, source: (SpongeHelpCommands.this)#RootSender, command: (SpongeHelpCommands.this)#StaticChildCommand, path: List[String]): (SpongeHelpCommands.this)#G[(SpongeHelpCommands.this)#CommandSuccess]
- Definition Classes
- SpongeHelpCommands → HelpCommands
-
def
sendMultipleCommandHelp(title: (SpongeHelpCommands.this)#Title, source: (SpongeHelpCommands.this)#RootSender, commands: Set[(SpongeHelpCommands.this)#ChildCommand]): (SpongeHelpCommands.this)#G[(SpongeHelpCommands.this)#CommandSuccess]
- Definition Classes
- SpongeHelpCommands → HelpCommands
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )