C# 클래스 SmartboyDevelopments.Haxxit.Maps.Map

파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SubscribeAll ( ) : void

메소드 상세

AddSilicoinListener() 공개 메소드

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

CheckIfHackedListener() 공개 추상적인 메소드

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

CommandListener() 공개 메소드

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

CreateNodeListener() 공개 메소드

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

Map() 공개 메소드

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
리턴 System

MapChanged() 공개 메소드

public MapChanged ( ) : void
리턴 void

MapChanged() 공개 메소드

public MapChanged ( IEnumerable changed_nodes ) : void
changed_nodes IEnumerable
리턴 void

MoveListener() 공개 메소드

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

TurnDoneListener() 공개 메소드

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

UndoCommandListener() 공개 메소드

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

UndoMoveListener() 공개 메소드

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