Package lacewing :: Package moo :: Package packetloaders :: Module server :: Class PlayerJoined
[frames] | no frames]

Class PlayerJoined

source code

            object --+            
                     |            
baseloader._BaseLoader --+        
                         |        
         common._MooLoader --+    
                             |    
      common._ChannelMixin --+    
                             |    
   common._ConnectionMixin --+    
                             |    
                 _PlayerCommon --+
                                 |
                                PlayerJoined

Instance Methods

Inherited from _PlayerCommon: generate

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

Inherited from _PlayerCommon: channelId, masterId, playerId, playerIp, playerName

Inherited from common._MooLoader: settings

Properties

Inherited from object: __class__