C# Class BinhlEmul.WorldObjects.RedstoneWire

Inheritance: WorldObject
ファイルを表示 Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
Blocked bool
OVal int
OldAciv bool

Public Methods

Method Description
RedstoneWire ( int x, int y, int z, World world ) : System.Linq
Tick ( ) : void
WTick ( ) : bool
testState ( ) : bool

Method Details

RedstoneWire() public method

public RedstoneWire ( int x, int y, int z, World world ) : System.Linq
x int
y int
z int
world World
return System.Linq

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

Blocked public_oe property

public bool Blocked
return bool

OVal public_oe property

public int OVal
return int

OldAciv public_oe property

public bool OldAciv
return bool