C# Class BinhlEmul.World

Afficher le fichier Open project: Gl237man/mineroute Class Usage Examples

Méthodes publiques

Свойство Type Description
NotFullTick bool
WorldSizeX int
WorldSizeY int
WorldSizeZ int
debug bool
inPorts List
outPorts List
tick int
worldName string

Méthodes publiques

Méthode 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

Méthode Description
TestStruct ( ) : bool
WTickTorch ( ) : int
WTickWire ( ) : int

Method Details

GetObject() public méthode

public GetObject ( int xCoord, int yCoord, int zCoord ) : WorldObject
xCoord int
yCoord int
zCoord int
Résultat BinhlEmul.WorldObjects.WorldObject

GetPortValue() public méthode

public GetPortValue ( string portName ) : bool
portName string
Résultat bool

SetPortValue() public méthode

public SetPortValue ( string portName, bool value ) : void
portName string
value bool
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

TickTorch() public méthode

public TickTorch ( ) : void
Résultat void

TickWire() public méthode

public TickWire ( ) : void
Résultat void

WTick() public méthode

public WTick ( ) : int
Résultat int

World() public méthode

public World ( ) : System.Collections.Generic
Résultat System.Collections.Generic

World() public méthode

public World ( Node node, string fileName ) : System.Collections.Generic
node RouteUtils.Node
fileName string
Résultat System.Collections.Generic

Property Details

NotFullTick public_oe property

public bool NotFullTick
Résultat bool

WorldSizeX public_oe property

public int WorldSizeX
Résultat int

WorldSizeY public_oe property

public int WorldSizeY
Résultat int

WorldSizeZ public_oe property

public int WorldSizeZ
Résultat int

debug public_oe property

public bool debug
Résultat bool

inPorts public_oe property

public List inPorts
Résultat List

outPorts public_oe property

public List outPorts
Résultat List

tick public_oe property

public int tick
Résultat int

worldName public_oe property

public string worldName
Résultat string