C# Class SmartboyDevelopments.Haxxit.Maps.Map

Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
AddSilicoinListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
CheckIfHackedListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
CommandListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
CreateNodeListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
Map ( int x_size, int y_size, ushort initial_silicoins, ushort total_spawn_weights ) : System
MapChanged ( ) : void
MapChanged ( IEnumerable changed_nodes ) : void
MoveListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
TurnDoneListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
UndoCommandListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
UndoMoveListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void

Private Methods

Méthode Description
SubscribeAll ( ) : void

Method Details

AddSilicoinListener() public méthode

public AddSilicoinListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

CheckIfHackedListener() public abstract méthode

public abstract CheckIfHackedListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

CommandListener() public méthode

public CommandListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

CreateNodeListener() public méthode

public CreateNodeListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

Map() public méthode

public Map ( int x_size, int y_size, ushort initial_silicoins, ushort total_spawn_weights ) : System
x_size int
y_size int
initial_silicoins ushort
total_spawn_weights ushort
Résultat System

MapChanged() public méthode

public MapChanged ( ) : void
Résultat void

MapChanged() public méthode

public MapChanged ( IEnumerable changed_nodes ) : void
changed_nodes IEnumerable
Résultat void

MoveListener() public méthode

public MoveListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

TurnDoneListener() public méthode

public TurnDoneListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

UndoCommandListener() public méthode

public UndoCommandListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void

UndoMoveListener() public méthode

public UndoMoveListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
Résultat void