C# 클래스 MCSharp.CmdLock

상속: MCSharp.Command
파일 보기 프로젝트 열기: Voziv/MCSharp

공개 프로퍼티들

프로퍼티 타입 설명
ignoreList byte[]
opMats Block
type byte

공개 메소드들

메소드 설명
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

메소드 상세

Blockchange1() 공개 메소드

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

Blockchange2() 공개 메소드

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

BufferAdd() 공개 메소드

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

CmdLock() 공개 메소드

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

Help() 공개 메소드

public Help ( Player p ) : void
p Player
리턴 void

Use() 공개 메소드

public Use ( Player p, string message ) : void
p Player
message string
리턴 void

프로퍼티 상세

ignoreList 공개적으로 프로퍼티

public byte[] ignoreList
리턴 byte[]

opMats 공개적으로 프로퍼티

public Block opMats
리턴 Block

type 공개적으로 프로퍼티

public byte type
리턴 byte