C# 클래스 fCraft.Drawing.ReplaceNotBrush

Brush that replaces all blocks EXCEPT those of given type(s) with a replacement block type.
상속: ReplaceBrush
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( [ player, [ op ) : bool
End ( ) : void
NextBlock ( [ op ) : Block
ReplaceNotBrush ( ) : System
ReplaceNotBrush ( Block blocks, Block replacement ) : System
ReplaceNotBrush ( [ other ) : System

비공개 메소드들

메소드 설명
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

메소드 상세

Begin() 공개 메소드

public Begin ( [ player, [ op ) : bool
player [
op [
리턴 bool

End() 공개 메소드

public End ( ) : void
리턴 void

NextBlock() 공개 메소드

public NextBlock ( [ op ) : Block
op [
리턴 Block

ReplaceNotBrush() 공개 메소드

public ReplaceNotBrush ( ) : System
리턴 System

ReplaceNotBrush() 공개 메소드

public ReplaceNotBrush ( Block blocks, Block replacement ) : System
blocks Block
replacement Block
리턴 System

ReplaceNotBrush() 공개 메소드

public ReplaceNotBrush ( [ other ) : System
other [
리턴 System