Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MCLawl
Command
C# 클래스 MCLawl.Command
파일 보기
프로젝트 열기: dekema2/MCDek
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
all
CommandList
core
CommandList
공개 메소드들
메소드
설명
Help
(
Player
p
) :
void
InitAll
( ) :
void
Use
(
Player
p
,
string
message
) :
void
메소드 상세
Help()
공개
추상적인
메소드
public
abstract
Help
(
Player
p
) :
void
p
Player
리턴
void
InitAll()
공개
정적인
메소드
public
static
InitAll
( ) :
void
리턴
void
Use()
공개
추상적인
메소드
public
abstract
Use
(
Player
p
,
string
message
) :
void
p
Player
message
string
리턴
void
프로퍼티 상세
all
공개적으로 정적으로 프로퍼티
public
static
CommandList,MCLawl
all
리턴
CommandList
core
공개적으로 정적으로 프로퍼티
public
static
CommandList,MCLawl
core
리턴
CommandList