C# Class BinhlEmul.WorldObjects.RedstoneTorch

Inheritance: WorldObject
Show file Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
BlockTime int
BurntOut bool
ChangetCount int
OVal int
OldAciv bool
OldValue bool
PlaceBlockDirect Direction

Public Methods

Method Description
RedstoneTorch ( int x, int y, int z, Direction dir, World world )
Tick ( ) : void
WTick ( ) : bool
testState ( ) : bool

Method Details

RedstoneTorch() public method

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

Tick() public method

public Tick ( ) : void
return void

WTick() public method

public WTick ( ) : bool
return bool

testState() public method

public testState ( ) : bool
return bool

Property Details

BlockTime public property

public int BlockTime
return int

BurntOut public property

public bool BurntOut
return bool

ChangetCount public property

public int ChangetCount
return int

OVal public property

public int OVal
return int

OldAciv public property

public bool OldAciv
return bool

OldValue public property

public bool OldValue
return bool

PlaceBlockDirect public property

public Direction PlaceBlockDirect
return Direction