C# Class MCSharp.CmdLock

Inheritance: MCSharp.Command
ファイルを表示 Open project: Voziv/MCSharp

Public Properties

Property Type Description
ignoreList byte[]
opMats Block
type byte

Public Methods

Method Description
Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
Blockchange2 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
BufferAdd ( List list, ushort x, ushort y, ushort z ) : void
CmdLock ( CommandGroup g, GroupEnum group, string name ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void

Method Details

Blockchange1() public method

public Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
return void

Blockchange2() public method

public Blockchange2 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
return void

BufferAdd() public method

public BufferAdd ( List list, ushort x, ushort y, ushort z ) : void
list List
x ushort
y ushort
z ushort
return void

CmdLock() public method

public CmdLock ( CommandGroup g, GroupEnum group, string name ) : System
g CommandGroup
group GroupEnum
name string
return System

Help() public method

public Help ( Player p ) : void
p Player
return void

Use() public method

public Use ( Player p, string message ) : void
p Player
message string
return void

Property Details

ignoreList public_oe property

public byte[] ignoreList
return byte[]

opMats public_oe property

public Block opMats
return Block

type public_oe property

public byte type
return byte