C# 클래스 EssentialsPlugin.ProcessHandlers.ProcessConceal

상속: EssentialsPlugin.ProcessHandlers.ProcessHandlerBase
파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin

공개 메소드들

메소드 설명
GetUpdateResolution ( ) : int
Handle ( ) : void
OnPlayerJoined ( ulong remoteUserId ) : void
OnPlayerLeft ( ulong remoteUserId ) : void
OnPlayerWorldSent ( ulong remoteUserId ) : void

메소드 상세

GetUpdateResolution() 공개 메소드

public GetUpdateResolution ( ) : int
리턴 int

Handle() 공개 메소드

public Handle ( ) : void
리턴 void

OnPlayerJoined() 공개 메소드

public OnPlayerJoined ( ulong remoteUserId ) : void
remoteUserId ulong
리턴 void

OnPlayerLeft() 공개 메소드

public OnPlayerLeft ( ulong remoteUserId ) : void
remoteUserId ulong
리턴 void

OnPlayerWorldSent() 공개 메소드

public OnPlayerWorldSent ( ulong remoteUserId ) : void
remoteUserId ulong
리턴 void