Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MCLawl
Command
C# Class MCLawl.Command
Mostrar archivo
Open project: dekema2/MCDek
Class Usage Examples
Public Properties
Property
Type
Description
all
CommandList
core
CommandList
Public Methods
Method
Description
Help
(
Player
p
) :
void
InitAll
( ) :
void
Use
(
Player
p
,
string
message
) :
void
Method Details
Help()
public
abstract
method
public
abstract
Help
(
Player
p
) :
void
p
Player
return
void
InitAll()
public
static
method
public
static
InitAll
( ) :
void
return
void
Use()
public
abstract
method
public
abstract
Use
(
Player
p
,
string
message
) :
void
p
Player
message
string
return
void
Property Details
all
public_oe static_oe property
public
static
CommandList,MCLawl
all
return
CommandList
core
public_oe static_oe property
public
static
CommandList,MCLawl
core
return
CommandList