C# Class BinhlEmul.WorldObjects.RedstoneRepiter

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

Méthodes publiques

Свойство Type Description
Act bool
ActArch bool[]
Delay int
Direct Direction
OVal int
OldAciv bool
TimeToStop int

Méthodes publiques

Méthode Description
RedstoneRepiter ( int x, int y, int z, Direction dir, int delay, World world )
Tick ( ) : void
WTick ( ) : bool
testState ( ) : bool

Method Details

RedstoneRepiter() public méthode

public RedstoneRepiter ( int x, int y, int z, Direction dir, int delay, World world )
x int
y int
z int
dir Direction
delay int
world World

Tick() public méthode

public Tick ( ) : void
Résultat void

WTick() public méthode

public WTick ( ) : bool
Résultat bool

testState() public méthode

public testState ( ) : bool
Résultat bool

Property Details

Act public_oe property

public bool Act
Résultat bool

ActArch public_oe property

public bool[] ActArch
Résultat bool[]

Delay public_oe property

public int Delay
Résultat int

Direct public_oe property

public Direction Direct
Résultat Direction

OVal public_oe property

public int OVal
Résultat int

OldAciv public_oe property

public bool OldAciv
Résultat bool

TimeToStop public_oe property

public int TimeToStop
Résultat int