Package lacewing :: Package moo :: Package packetloaders :: Module client :: Class PrivateMessage
[frames] | no frames]

Class PrivateMessage

source code

            object --+        
                     |        
baseloader._BaseLoader --+    
                         |    
         common._MooLoader --+
                             |
      common._ChannelMixin --+
                             |
   common._ConnectionMixin --+
                             |
                            PrivateMessage

Instance Methods
 
generate(self)
Generate the raw representation of the packetloader.
source code

Inherited from common._MooLoader: __init__, load

Inherited from baseloader._BaseLoader: initialize, new, read

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from common._ChannelMixin: setChannel

Inherited from common._ConnectionMixin: setConnection

Class Variables
  subchannel = None
hash(x)
  message = None
hash(x)
  channelId = None
hash(x)
  playerId = None
hash(x)

Inherited from common._MooLoader: settings

Properties

Inherited from object: __class__

Method Details

generate(self)

source code 

Generate the raw representation of the packetloader.

Overrides: baseloader._BaseLoader.generate
(inherited documentation)