C# Class BinhlEmul.World

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

Public Properties

Property Type Description
NotFullTick bool
WorldSizeX int
WorldSizeY int
WorldSizeZ int
debug bool
inPorts List
outPorts List
tick int
worldName string

Public Methods

Method Description
GetObject ( int xCoord, int yCoord, int zCoord ) : WorldObject
GetPortValue ( string portName ) : bool
SetPortValue ( string portName, bool value ) : void
Tick ( ) : void
TickTorch ( ) : void
TickWire ( ) : void
WTick ( ) : int
World ( ) : System.Collections.Generic
World ( Node node, string fileName ) : System.Collections.Generic

Private Methods

Method Description
TestStruct ( ) : bool
WTickTorch ( ) : int
WTickWire ( ) : int

Method Details

GetObject() public method

public GetObject ( int xCoord, int yCoord, int zCoord ) : WorldObject
xCoord int
yCoord int
zCoord int
return BinhlEmul.WorldObjects.WorldObject

GetPortValue() public method

public GetPortValue ( string portName ) : bool
portName string
return bool

SetPortValue() public method

public SetPortValue ( string portName, bool value ) : void
portName string
value bool
return void

Tick() public method

public Tick ( ) : void
return void

TickTorch() public method

public TickTorch ( ) : void
return void

TickWire() public method

public TickWire ( ) : void
return void

WTick() public method

public WTick ( ) : int
return int

World() public method

public World ( ) : System.Collections.Generic
return System.Collections.Generic

World() public method

public World ( Node node, string fileName ) : System.Collections.Generic
node RouteUtils.Node
fileName string
return System.Collections.Generic

Property Details

NotFullTick public_oe property

public bool NotFullTick
return bool

WorldSizeX public_oe property

public int WorldSizeX
return int

WorldSizeY public_oe property

public int WorldSizeY
return int

WorldSizeZ public_oe property

public int WorldSizeZ
return int

debug public_oe property

public bool debug
return bool

inPorts public_oe property

public List inPorts
return List

outPorts public_oe property

public List outPorts
return List

tick public_oe property

public int tick
return int

worldName public_oe property

public string worldName
return string