C# Class MCSharp.CmdLock

Inheritance: MCSharp.Command
Afficher le fichier Open project: Voziv/MCSharp

Méthodes publiques

Свойство Type Description
ignoreList byte[]
opMats Block
type byte

Méthodes publiques

Méthode 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 méthode

public Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
Résultat void

Blockchange2() public méthode

public Blockchange2 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
Résultat void

BufferAdd() public méthode

public BufferAdd ( List list, ushort x, ushort y, ushort z ) : void
list List
x ushort
y ushort
z ushort
Résultat void

CmdLock() public méthode

public CmdLock ( CommandGroup g, GroupEnum group, string name ) : System
g CommandGroup
group GroupEnum
name string
Résultat System

Help() public méthode

public Help ( Player p ) : void
p Player
Résultat void

Use() public méthode

public Use ( Player p, string message ) : void
p Player
message string
Résultat void

Property Details

ignoreList public_oe property

public byte[] ignoreList
Résultat byte[]

opMats public_oe property

public Block opMats
Résultat Block

type public_oe property

public byte type
Résultat byte