C# 클래스 MCLawl.CmdPortal

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

공개 메소드들

메소드 설명
CmdPortal ( ) : System
EntryChange ( Player p, ushort x, ushort y, ushort z, byte type ) : void
ExitChange ( Player p, ushort x, ushort y, ushort z, byte type ) : void
Help ( Player p ) : void
Use ( Player p, string message ) : void
showPortals ( Player p ) : void

메소드 상세

CmdPortal() 공개 메소드

public CmdPortal ( ) : System
리턴 System

EntryChange() 공개 메소드

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

ExitChange() 공개 메소드

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

Help() 공개 메소드

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

Use() 공개 메소드

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

showPortals() 공개 메소드

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