C# Class FBClient.Core.Players.AIPlayer

Inheritance: Player
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
AIPlayer ( int id ) : System
ApplyBadItem ( BadEffect effect ) : void

Méthodes protégées

Méthode Description
Move ( GameTime gameTime, Map map, int hazardMap ) : void
MoveFromEdgeWall ( ) : void
RemoveBadItem ( ) : void

Private Methods

Méthode Description
CheckIsBlocked ( Map map, int hazardMap ) : void
Walk ( ) : void

Method Details

AIPlayer() public méthode

public AIPlayer ( int id ) : System
id int
Résultat System

ApplyBadItem() public méthode

public ApplyBadItem ( BadEffect effect ) : void
effect BadEffect
Résultat void

Move() protected méthode

protected Move ( GameTime gameTime, Map map, int hazardMap ) : void
gameTime Microsoft.Xna.Framework.GameTime
map FBClient.WorldEngine.Map
hazardMap int
Résultat void

MoveFromEdgeWall() protected méthode

protected MoveFromEdgeWall ( ) : void
Résultat void

RemoveBadItem() protected méthode

protected RemoveBadItem ( ) : void
Résultat void