object InventoryItemData
Mask the use of InternalSlot
using a fake class called an InventoryItemData
.
- Source
- InventoryItemData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InventoryItemData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type InventoryItem = InternalSlot
Alias
InventoryItemData
toInternalSlot
.
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
- def apply(objClass: Int, guid: PlanetSideGUID, slot: Int, obj: ConstructorData): InventoryItem
Constructor for creating an
InventoryItemData
.Constructor for creating an
InventoryItemData
.- guid
the GUID this object will be assigned
- slot
a parent-defined slot identifier that explains where the child is to be attached to the parent
- obj
the data used as representation of the object to be constructed
- returns
an
InventoryItemData
object
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val codec: Codec[InventoryItem]
A
Codec
for0x17
ObjectCreateMessage
data. - val codec_detailed: Codec[InventoryItem]
A
Codec
for0x18
ObjectCreateDetailedMessage
data. - 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()
- 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()
- 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()