C# Class BinhlEmul.WorldObjects.RedstoneTorch

Inheritance: WorldObject
显示文件 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_oe property

public int BlockTime
return int

BurntOut public_oe property

public bool BurntOut
return bool

ChangetCount public_oe property

public int ChangetCount
return int

OVal public_oe property

public int OVal
return int

OldAciv public_oe property

public bool OldAciv
return bool

OldValue public_oe property

public bool OldValue
return bool

PlaceBlockDirect public_oe property

public Direction PlaceBlockDirect
return Direction