C# Class fCraft.MineField

Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Свойство Type Description
Failed List
Mines Vector3I>.ConcurrentDictionary

Méthodes publiques

Méthode Description
GetInstance ( ) : MineField
PlayerBlowUpCheck ( Player player ) : bool
Start ( Player player ) : void
Stop ( Player player, bool Won ) : void

Private Methods

Méthode Description
MineField ( ) : System
PlayerMoving ( object sender, PlayerMovingEventArgs e ) : void
PlayerPlacing ( object sender, PlayerPlacingBlockEventArgs e ) : void
SetUpGreen ( ) : void
SetUpMiddleWater ( ) : void
SetUpMines ( ) : void
SetUpRed ( ) : void

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : MineField
Résultat MineField

PlayerBlowUpCheck() public static méthode

public static PlayerBlowUpCheck ( Player player ) : bool
player Player
Résultat bool

Start() public static méthode

public static Start ( Player player ) : void
player Player
Résultat void

Stop() public static méthode

public static Stop ( Player player, bool Won ) : void
player Player
Won bool
Résultat void

Property Details

Failed public_oe static_oe property

public static List Failed
Résultat List

Mines public_oe static_oe property

public static ConcurrentDictionary Mines
Résultat Vector3I>.ConcurrentDictionary