C# Class FBClient.Core.Players.AIPlayer

Inheritance: Player
ファイルを表示 Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
AIPlayer ( int id ) : System
ApplyBadItem ( BadEffect effect ) : void

Protected Methods

Method Description
Move ( GameTime gameTime, Map map, int hazardMap ) : void
MoveFromEdgeWall ( ) : void
RemoveBadItem ( ) : void

Private Methods

Method Description
CheckIsBlocked ( Map map, int hazardMap ) : void
Walk ( ) : void

Method Details

AIPlayer() public method

public AIPlayer ( int id ) : System
id int
return System

ApplyBadItem() public method

public ApplyBadItem ( BadEffect effect ) : void
effect BadEffect
return void

Move() protected method

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

MoveFromEdgeWall() protected method

protected MoveFromEdgeWall ( ) : void
return void

RemoveBadItem() protected method

protected RemoveBadItem ( ) : void
return void