C# Class BinhlEmul.WorldObjects.RedstoneTorch

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

Méthodes publiques

Свойство Type Description
BlockTime int
BurntOut bool
ChangetCount int
OVal int
OldAciv bool
OldValue bool
PlaceBlockDirect Direction

Méthodes publiques

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

Method Details

RedstoneTorch() public méthode

public RedstoneTorch ( int x, int y, int z, Direction dir, World world )
x int
y int
z int
dir Direction
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

BlockTime public_oe property

public int BlockTime
Résultat int

BurntOut public_oe property

public bool BurntOut
Résultat bool

ChangetCount public_oe property

public int ChangetCount
Résultat int

OVal public_oe property

public int OVal
Résultat int

OldAciv public_oe property

public bool OldAciv
Résultat bool

OldValue public_oe property

public bool OldValue
Résultat bool

PlaceBlockDirect public_oe property

public Direction PlaceBlockDirect
Résultat Direction