C# Class EssentialsPlugin.ProcessHandlers.ProcessConceal

Inheritance: EssentialsPlugin.ProcessHandlers.ProcessHandlerBase
Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode Description
GetUpdateResolution ( ) : int
Handle ( ) : void
OnPlayerJoined ( ulong remoteUserId ) : void
OnPlayerLeft ( ulong remoteUserId ) : void
OnPlayerWorldSent ( ulong remoteUserId ) : void

Method Details

GetUpdateResolution() public méthode

public GetUpdateResolution ( ) : int
Résultat int

Handle() public méthode

public Handle ( ) : void
Résultat void

OnPlayerJoined() public méthode

public OnPlayerJoined ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void

OnPlayerLeft() public méthode

public OnPlayerLeft ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void

OnPlayerWorldSent() public méthode

public OnPlayerWorldSent ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void