C# Class SmartboyDevelopments.Haxxit.Maps.Map

Exibir arquivo Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method 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

Method Description
SubscribeAll ( ) : void

Method Details

AddSilicoinListener() public method

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

CheckIfHackedListener() public abstract method

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

CommandListener() public method

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

CreateNodeListener() public method

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

Map() public method

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
return System

MapChanged() public method

public MapChanged ( ) : void
return void

MapChanged() public method

public MapChanged ( IEnumerable changed_nodes ) : void
changed_nodes IEnumerable
return void

MoveListener() public method

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

TurnDoneListener() public method

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

UndoCommandListener() public method

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

UndoMoveListener() public method

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