C# 클래스 BinhlEmul.World

파일 보기 프로젝트 열기: Gl237man/mineroute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NotFullTick bool
WorldSizeX int
WorldSizeY int
WorldSizeZ int
debug bool
inPorts List
outPorts List
tick int
worldName string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TestStruct ( ) : bool
WTickTorch ( ) : int
WTickWire ( ) : int

메소드 상세

GetObject() 공개 메소드

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

GetPortValue() 공개 메소드

public GetPortValue ( string portName ) : bool
portName string
리턴 bool

SetPortValue() 공개 메소드

public SetPortValue ( string portName, bool value ) : void
portName string
value bool
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

TickTorch() 공개 메소드

public TickTorch ( ) : void
리턴 void

TickWire() 공개 메소드

public TickWire ( ) : void
리턴 void

WTick() 공개 메소드

public WTick ( ) : int
리턴 int

World() 공개 메소드

public World ( ) : System.Collections.Generic
리턴 System.Collections.Generic

World() 공개 메소드

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

프로퍼티 상세

NotFullTick 공개적으로 프로퍼티

public bool NotFullTick
리턴 bool

WorldSizeX 공개적으로 프로퍼티

public int WorldSizeX
리턴 int

WorldSizeY 공개적으로 프로퍼티

public int WorldSizeY
리턴 int

WorldSizeZ 공개적으로 프로퍼티

public int WorldSizeZ
리턴 int

debug 공개적으로 프로퍼티

public bool debug
리턴 bool

inPorts 공개적으로 프로퍼티

public List inPorts
리턴 List

outPorts 공개적으로 프로퍼티

public List outPorts
리턴 List

tick 공개적으로 프로퍼티

public int tick
리턴 int

worldName 공개적으로 프로퍼티

public string worldName
리턴 string