C# Class invertika_game.Game.Actor

Inheritance: Thing
Afficher le fichier Open project: Invertika/server Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
getBlockType ( ) : BlockType

Method Details

Actor() public méthode

public Actor ( ThingType type ) : System
type ThingType
Résultat System

getBlockType() protected méthode

protected getBlockType ( ) : BlockType
Résultat BlockType

getPosition() public méthode

public getPosition ( ) : Point
Résultat Point

getWalkMask() public méthode

public getWalkMask ( ) : byte
Résultat byte

raiseUpdateFlags() public méthode

public raiseUpdateFlags ( byte n ) : void
n byte
Résultat void

setMap() public méthode

public setMap ( MapComposite mapComposite ) : void
mapComposite MapComposite
Résultat void

setPosition() public méthode

public setPosition ( Point p ) : void
p Point
Résultat void

setPublicID() public méthode

public setPublicID ( int id ) : void
id int
Résultat void