C# Class invertika_game.Game.Thing

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

Protected Properties

Свойство Type Description
mListeners List

Méthodes publiques

Méthode Description
Thing ( ThingType type ) : System
Thing ( ThingType type, MapComposite map ) : System
canMove ( ) : bool
getMap ( ) : MapComposite
getType ( ) : ThingType
inserted ( ) : void
isVisible ( ) : bool
setMap ( MapComposite map ) : void
update ( ) : void

Méthodes protégées

Méthode Description
addListener ( EventListener one ) : void
removeListener ( EventListener one ) : void
removed ( ) : void

Method Details

Thing() public méthode

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

Thing() public méthode

public Thing ( ThingType type, MapComposite map ) : System
type ThingType
map MapComposite
Résultat System

addListener() protected méthode

protected addListener ( EventListener one ) : void
one EventListener
Résultat void

canMove() public méthode

public canMove ( ) : bool
Résultat bool

getMap() public méthode

public getMap ( ) : MapComposite
Résultat MapComposite

getType() public méthode

public getType ( ) : ThingType
Résultat ThingType

inserted() public méthode

public inserted ( ) : void
Résultat void

isVisible() public méthode

public isVisible ( ) : bool
Résultat bool

removeListener() protected méthode

protected removeListener ( EventListener one ) : void
one EventListener
Résultat void

removed() protected méthode

protected removed ( ) : void
Résultat void

setMap() public méthode

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

update() public méthode

public update ( ) : void
Résultat void

Property Details

mListeners protected_oe property

protected List mListeners
Résultat List