C# Class DodongosQuest.Containers.TreasureChest

Inheritance: IContainer
Mostra file Open project: faintpixel/Roguelike Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
IsEmpty ( ) : bool
TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

TreasureChest() public method

public TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
contents List
isLocked bool
worldIndex Vector2
world World
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void