C# 클래스 MCLawl.Awards

파일 보기 프로젝트 열기: dekema2/MCDek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allAwards List
playersAwards List

공개 메소드들

메소드 설명
Load ( ) : void
Save ( ) : void
addAward ( string awardName, string awardDescription ) : bool
awardAmount ( string playerName ) : string
awardExists ( string awardName ) : bool
camelCase ( string givenName ) : string
getDescription ( string awardName ) : string
getPlayersAwards ( string playerName ) : List
giveAward ( string playerName, string awardName ) : bool
removeAward ( string awardName ) : bool
takeAward ( string playerName, string awardName ) : bool

메소드 상세

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

addAward() 공개 정적인 메소드

public static addAward ( string awardName, string awardDescription ) : bool
awardName string
awardDescription string
리턴 bool

awardAmount() 공개 정적인 메소드

public static awardAmount ( string playerName ) : string
playerName string
리턴 string

awardExists() 공개 정적인 메소드

public static awardExists ( string awardName ) : bool
awardName string
리턴 bool

camelCase() 공개 정적인 메소드

public static camelCase ( string givenName ) : string
givenName string
리턴 string

getDescription() 공개 정적인 메소드

public static getDescription ( string awardName ) : string
awardName string
리턴 string

getPlayersAwards() 공개 정적인 메소드

public static getPlayersAwards ( string playerName ) : List
playerName string
리턴 List

giveAward() 공개 정적인 메소드

public static giveAward ( string playerName, string awardName ) : bool
playerName string
awardName string
리턴 bool

removeAward() 공개 정적인 메소드

public static removeAward ( string awardName ) : bool
awardName string
리턴 bool

takeAward() 공개 정적인 메소드

public static takeAward ( string playerName, string awardName ) : bool
playerName string
awardName string
리턴 bool

프로퍼티 상세

allAwards 공개적으로 정적으로 프로퍼티

public static List allAwards
리턴 List

playersAwards 공개적으로 정적으로 프로퍼티

public static List playersAwards
리턴 List