C# Class invertika_game.Game.Actor

Inheritance: Thing
Mostrar archivo Open project: Invertika/server Class Usage Examples

Public Methods

Method Description
Actor ( ThingType type ) : System
getPosition ( ) : Point
getWalkMask ( ) : byte
raiseUpdateFlags ( byte n ) : void
setMap ( MapComposite mapComposite ) : void
setPosition ( Point p ) : void
setPublicID ( int id ) : void

Protected Methods

Method Description
getBlockType ( ) : BlockType

Method Details

Actor() public method

public Actor ( ThingType type ) : System
type ThingType
return System

getBlockType() protected method

protected getBlockType ( ) : BlockType
return BlockType

getPosition() public method

public getPosition ( ) : Point
return Point

getWalkMask() public method

public getWalkMask ( ) : byte
return byte

raiseUpdateFlags() public method

public raiseUpdateFlags ( byte n ) : void
n byte
return void

setMap() public method

public setMap ( MapComposite mapComposite ) : void
mapComposite MapComposite
return void

setPosition() public method

public setPosition ( Point p ) : void
p Point
return void

setPublicID() public method

public setPublicID ( int id ) : void
id int
return void