C# Class BinhlEmul.WorldObjects.Cloth

Inheritance: WorldObject
显示文件 Open project: Gl237man/mineroute Class Usage Examples

Public Methods

Method Description
Cloth ( int x, int y, int z, World world )
Tick ( ) : void
WTick ( ) : bool
testState ( ) : bool

Method Details

Cloth() public method

public Cloth ( int x, int y, int z, World world )
x int
y int
z int
world World

Tick() public method

public Tick ( ) : void
return void

WTick() public method

public WTick ( ) : bool
return bool

testState() public method

public testState ( ) : bool
return bool