C# Class EntityData.Monsters.Monster

Inheritance: IMonster
ファイルを表示 Open project: Kursledare/Mookieraw

Public Methods

Method Description
Action ( ) : void
AddCommand ( Commands command ) : bool
AlterHealth ( int amount ) : void
CalculateDamage ( ) : int
GetNextCommand ( ) : Commands

Protected Methods

Method Description
Monster ( ) : System

Private Methods

Method Description
Attack ( IEntity entity ) : void

Method Details

Action() public method

public Action ( ) : void
return void

AddCommand() public method

public AddCommand ( Commands command ) : bool
command Commands
return bool

AlterHealth() public method

public AlterHealth ( int amount ) : void
amount int
return void

CalculateDamage() public method

public CalculateDamage ( ) : int
return int

GetNextCommand() public method

public GetNextCommand ( ) : Commands
return Commands

Monster() protected method

protected Monster ( ) : System
return System