C# 클래스 ChestControl.CPlayer

상속: TShockAPI.TSPlayer
파일 보기 프로젝트 열기: Deathmax/Chest-Control 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PasswordForChest string

보호된 프로퍼티들

프로퍼티 타입 설명
State SettingState
UnlockedChests List

공개 메소드들

메소드 설명
CPlayer ( int index ) : System.Collections.Generic
GetState ( ) : SettingState
HasAccessToChest ( int id ) : bool
SetState ( SettingState state ) : void
UnlockedChest ( int id ) : void

메소드 상세

CPlayer() 공개 메소드

public CPlayer ( int index ) : System.Collections.Generic
index int
리턴 System.Collections.Generic

GetState() 공개 메소드

public GetState ( ) : SettingState
리턴 SettingState

HasAccessToChest() 공개 메소드

public HasAccessToChest ( int id ) : bool
id int
리턴 bool

SetState() 공개 메소드

public SetState ( SettingState state ) : void
state SettingState
리턴 void

UnlockedChest() 공개 메소드

public UnlockedChest ( int id ) : void
id int
리턴 void

프로퍼티 상세

PasswordForChest 공개적으로 프로퍼티

public string PasswordForChest
리턴 string

State 보호되어 있는 프로퍼티

protected SettingState State
리턴 SettingState

UnlockedChests 보호되어 있는 프로퍼티

protected List UnlockedChests
리턴 List