C# 클래스 MCDawn.CommandList

파일 보기 프로젝트 열기: jonnyli1125/MCDawn

공개 프로퍼티들

프로퍼티 타입 설명
commands List

공개 메소드들

메소드 설명
Add ( MCDawn.Command cmd ) : void
AddRange ( List listCommands ) : void
All ( ) : List
CommandList ( ) : System
Contains ( MCDawn.Command cmd ) : bool
Contains ( string name ) : bool
Find ( string name ) : MCDawn.Command
FindShort ( string shortcut ) : string
Remove ( MCDawn.Command cmd ) : bool
commandNames ( ) : List

메소드 상세

Add() 공개 메소드

public Add ( MCDawn.Command cmd ) : void
cmd MCDawn.Command
리턴 void

AddRange() 공개 메소드

public AddRange ( List listCommands ) : void
listCommands List
리턴 void

All() 공개 메소드

public All ( ) : List
리턴 List

CommandList() 공개 메소드

public CommandList ( ) : System
리턴 System

Contains() 공개 메소드

public Contains ( MCDawn.Command cmd ) : bool
cmd MCDawn.Command
리턴 bool

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

Find() 공개 메소드

public Find ( string name ) : MCDawn.Command
name string
리턴 MCDawn.Command

FindShort() 공개 메소드

public FindShort ( string shortcut ) : string
shortcut string
리턴 string

Remove() 공개 메소드

public Remove ( MCDawn.Command cmd ) : bool
cmd MCDawn.Command
리턴 bool

commandNames() 공개 메소드

public commandNames ( ) : List
리턴 List

프로퍼티 상세

commands 공개적으로 프로퍼티

public List commands
리턴 List