C# Class Bricklayer.Common.Networking.Messages.PlayerModeMessage

Inheritance: IMessage
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( NetIncomingMessage im ) : void
Encode ( NetOutgoingMessage om ) : void
PlayerModeMessage ( NetIncomingMessage im ) : Bricklayer.Common.Entities
PlayerModeMessage ( Player player ) : Bricklayer.Common.Entities

Method Details

Decode() public méthode

public Decode ( NetIncomingMessage im ) : void
im Lidgren.Network.NetIncomingMessage
Résultat void

Encode() public méthode

public Encode ( NetOutgoingMessage om ) : void
om Lidgren.Network.NetOutgoingMessage
Résultat void

PlayerModeMessage() public méthode

public PlayerModeMessage ( NetIncomingMessage im ) : Bricklayer.Common.Entities
im Lidgren.Network.NetIncomingMessage
Résultat Bricklayer.Common.Entities

PlayerModeMessage() public méthode

public PlayerModeMessage ( Player player ) : Bricklayer.Common.Entities
player Bricklayer.Common.Entities.Player
Résultat Bricklayer.Common.Entities