C# 클래스 fCraft.MessageBlockHandler

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
CreateMessageBlock ( MessageBlock MessageBlock, World source ) : void
GetInstance ( ) : MessageBlockHandler
GetMessageBlock ( World world, Vector3I block ) : MessageBlock
IsInRangeOfSpawnpoint ( World world, Vector3I block ) : bool

비공개 메소드들

메소드 설명
MessageBlockHandler ( ) : System
Player_Moved ( object sender, Events e ) : void
Player_PlacingBlock ( object sender, Events e ) : void

메소드 상세

CreateMessageBlock() 공개 정적인 메소드

public static CreateMessageBlock ( MessageBlock MessageBlock, World source ) : void
MessageBlock MessageBlock
source World
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : MessageBlockHandler
리턴 MessageBlockHandler

GetMessageBlock() 공개 정적인 메소드

public static GetMessageBlock ( World world, Vector3I block ) : MessageBlock
world World
block Vector3I
리턴 MessageBlock

IsInRangeOfSpawnpoint() 공개 정적인 메소드

public static IsInRangeOfSpawnpoint ( World world, Vector3I block ) : bool
world World
block Vector3I
리턴 bool