C# 클래스 fCraft.PlayerOpException

Exception that is thrown when a player's action or command could not be completed.
상속: System.Exception
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
PlayerOpException ( [ player, PlayerInfo target, PlayerOpExceptionCode errorCode, [ message, [ messageColored ) : System

비공개 메소드들

메소드 설명
CheckBanReason ( [ reason, [ player, PlayerInfo targetInfo, bool unban ) : void
CheckKickReason ( [ reason, [ player, PlayerInfo targetInfo ) : void
CheckRankChangeReason ( [ reason, [ player, PlayerInfo targetInfo, bool promoting ) : void
ThrowCancelled ( [ player, [ target ) : void
ThrowCannotTargetSelf ( [ player, [ target, [ action ) : void
ThrowInvalidIP ( [ player, [ target, [ ip ) : void
ThrowNoOneToBan ( [ player, [ targetInfo, [ address ) : void
ThrowNoOneToUnban ( [ player, [ targetInfo, [ address ) : void
ThrowNoWorld ( [ player ) : void
ThrowPermissionLimit ( [ player, [ targetInfo, [ action, Permission permission ) : void
ThrowPermissionLimitIP ( [ player, [ infoWhomPlayerCantBan, [ targetAddress ) : void
ThrowPermissionMissing ( [ player, [ target, [ action ) : void
ThrowPlayerAlreadyBanned ( [ player, [ target, [ action ) : void
ThrowPlayerAndIPNotBanned ( [ player, [ targetInfo, [ address ) : void
ThrowPlayerNotBanned ( [ player, [ target, [ action ) : void

메소드 상세

PlayerOpException() 공개 메소드

public PlayerOpException ( [ player, PlayerInfo target, PlayerOpExceptionCode errorCode, [ message, [ messageColored ) : System
player [
target PlayerInfo
errorCode PlayerOpExceptionCode
message [
messageColored [
리턴 System