object Shortcut extends Marshallable[Shortcut]
- Alphabetic
- By Inheritance
- Shortcut
- Marshallable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Implant(tile: String) extends Shortcut with Product with Serializable
Converter for an implant name token that acts like a preset.
Converter for an implant name token that acts like a preset.
- tile
implant name
- returns
Some
shortcut that represents an implant
- Exceptions thrown
`AssertionError`
if an implant is not named
- final case class Macro(acronym: String, msg: String) extends Shortcut with Product with Serializable
Converter for text macro parameters that acts like a preset.
Converter for text macro parameters that acts like a preset.
- acronym
a three letter acronym displayed in the hotbar
- msg
the chat message content
- returns
Some
shortcut that represents a voice macro command
- final case class Medkit() extends Shortcut with Product with Serializable
Preset for the medkit quick-use option.
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val codec: Codec[Shortcut]
- Definition Classes
- Shortcut → Marshallable
- def decode(a: BitVector): Attempt[DecodeResult[Shortcut]]
- Definition Classes
- Marshallable
- def encode(a: Shortcut): Attempt[BitVector]
- Definition Classes
- Marshallable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val implantCodec: Codec[Implant]
Main transcoder for implant quick-use shortcuts.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val macroCodec: Codec[Macro]
Main transcoder for text chat macro shortcuts.
Main transcoder for text chat macro shortcuts. All strings transcoders are utilized.
- val medkitCodec: Codec[Medkit]
Main transcoder for medkit shortcuts.
- 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 shortcutSwitch(code: Int): Codec[Shortcut]
Convert the numeric flag for a specific kind of shortcut into the transcoder for that kind of shortcut.
Convert the numeric flag for a specific kind of shortcut into the transcoder for that kind of shortcut.
- code
numeric code for shortcut type
- returns
transcoder for that shortcut type
- Exceptions thrown
IllegalArgumentException
if the numeric code does not map to any valid transcoders
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()