C# 클래스 MCLawl.CmdCopy

상속: Command
파일 보기 프로젝트 열기: dekema2/MCDek

공개 프로퍼티들

프로퍼티 타입 설명
allowoffset int

공개 메소드들

메소드 설명
Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
Blockchange2 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
Blockchange3 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
BufferAdd ( Player p, ushort x, ushort y, ushort z, byte type ) : void
CmdCopy ( ) : 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

Blockchange3() 공개 메소드

public Blockchange3 ( 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 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
리턴 void

CmdCopy() 공개 메소드

public CmdCopy ( ) : System
리턴 System

Help() 공개 메소드

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

Use() 공개 메소드

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

프로퍼티 상세

allowoffset 공개적으로 프로퍼티

public int allowoffset
리턴 int