C# 클래스 BinhlEmul.WorldObjects.RedstoneTorch

상속: WorldObject
파일 보기 프로젝트 열기: Gl237man/mineroute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BlockTime int
BurntOut bool
ChangetCount int
OVal int
OldAciv bool
OldValue bool
PlaceBlockDirect Direction

공개 메소드들

메소드 설명
RedstoneTorch ( int x, int y, int z, Direction dir, World world )
Tick ( ) : void
WTick ( ) : bool
testState ( ) : bool

메소드 상세

RedstoneTorch() 공개 메소드

public RedstoneTorch ( int x, int y, int z, Direction dir, World world )
x int
y int
z int
dir Direction
world World

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

WTick() 공개 메소드

public WTick ( ) : bool
리턴 bool

testState() 공개 메소드

public testState ( ) : bool
리턴 bool

프로퍼티 상세

BlockTime 공개적으로 프로퍼티

public int BlockTime
리턴 int

BurntOut 공개적으로 프로퍼티

public bool BurntOut
리턴 bool

ChangetCount 공개적으로 프로퍼티

public int ChangetCount
리턴 int

OVal 공개적으로 프로퍼티

public int OVal
리턴 int

OldAciv 공개적으로 프로퍼티

public bool OldAciv
리턴 bool

OldValue 공개적으로 프로퍼티

public bool OldValue
리턴 bool

PlaceBlockDirect 공개적으로 프로퍼티

public Direction PlaceBlockDirect
리턴 Direction