MongoPlayerEquipment

data class MongoPlayerEquipment(val necklace: ByteArray?, val cloak: ByteArray?, val belt: ByteArray?, val gloves: ByteArray?) : MongoRepr<PlayerEquipment> (source)

Constructors

Link copied to clipboard
constructor(necklace: ByteArray?, cloak: ByteArray?, belt: ByteArray?, gloves: ByteArray?)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
open override val actual: PlayerEquipment

Gets actual representation of this object

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard