C02Accessor

interface C02Accessor : Packet<T>

Functions

Link copied to clipboard
abstract fun processPacket(handler: T)
Link copied to clipboard
abstract fun readPacketData(buf: PacketBuffer)
Link copied to clipboard
abstract fun setAction(paramAction: C02PacketUseEntity.Action)
Link copied to clipboard
abstract fun setEntityId(paramInt: Int)
Link copied to clipboard
abstract fun writePacketData(buf: PacketBuffer)