Object/Class

net.psforever.packet.game

Shortcut

Related Docs: class Shortcut | package game

Permalink

object Shortcut extends Marshallable[Shortcut] with Serializable

Source
CreateShortcutMessage.scala
Linear Supertypes
Serializable, Serializable, Marshallable[Shortcut], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shortcut
  2. Serializable
  3. Serializable
  4. Marshallable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val AUDIO_AMPLIFIER: Some[Shortcut]

    Permalink

    Preset for the Audio Amplifier implant.

  5. final val DARKLIGHT_VISION: Some[Shortcut]

    Permalink

    Preset for the Darklight Vision implant.

  6. final val ENHANCED_TARGETING: Some[Shortcut]

    Permalink

    Preset for the Enhanced Targeting implant.

  7. def MACRO(effect1: String, effect2: String): Some[Shortcut]

    Permalink

    Converter for text macro parameters that acts like a preset.

    Converter for text macro parameters that acts like a preset.

    effect1

    a three letter acronym displayed in the hotbar

    effect2

    the chat message content

    returns

    Some shortcut that represents a voice macro command

  8. final val MEDKIT: Some[Shortcut]

    Permalink

    Preset for the medkit quick-use option.

  9. final val MELEE_BOOSTER: Some[Shortcut]

    Permalink

    Preset for the Melee Booster implant.

  10. final val PERSONAL_SHIELD: Some[Shortcut]

    Permalink

    Preset for the Personal Shield implant.

  11. final val RANGE_MAGNIFIER: Some[Shortcut]

    Permalink

    Preset for the Range Magnifier implant.

  12. final val REGENERATION: Some[Shortcut]

    Permalink

    Preset for the Regeneration implant.

  13. final val SECOND_WIND: Some[Shortcut]

    Permalink

    Preset for the Second Wind implant.

  14. final val SENSOR_SHIELD: Some[Shortcut]

    Permalink

    Preset for the Sensor Shield implant.

  15. final val SURGE: Some[Shortcut]

    Permalink

    Preset for the Surge implant.

  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. implicit val codec: Codec[Shortcut]

    Permalink
    Definition Classes
    ShortcutMarshallable
  19. def decode(a: BitVector): Attempt[DecodeResult[Shortcut]]

    Permalink
    Definition Classes
    Marshallable
  20. def encode(a: Shortcut): Attempt[BitVector]

    Permalink
    Definition Classes
    Marshallable
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Marshallable[Shortcut]

Inherited from AnyRef

Inherited from Any

Ungrouped