C# Class robocode.control.snapshot.@__ITurnSnapshot

Inheritance: global::java.lang.Object, global::robocode.control.snapshot.ITurnSnapshot
Datei anzeigen Open project: f13mash/roboyuddh

Public Methods

Method Description
getBullets ( ) : robocode.control.snapshot.IBulletSnapshot[]
getIndexedTeamScores ( ) : robocode.control.snapshot.IScoreSnapshot[]
getRobots ( ) : robocode.control.snapshot.IRobotSnapshot[]
getRound ( ) : int
getSortedTeamScores ( ) : robocode.control.snapshot.IScoreSnapshot[]
getTPS ( ) : int
getTurn ( ) : int

Private Methods

Method Description
@__ITurnSnapshot ( global @__env )
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
InitJNI ( global @__env, java @__class ) : void
getBullets1 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
getIndexedTeamScores6 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
getRobots0 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
getRound3 ( global @__envp, global @__obj ) : int
getSortedTeamScores5 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
getTPS2 ( global @__envp, global @__obj ) : int
getTurn4 ( global @__envp, global @__obj ) : int

Method Details

getBullets() public method

public getBullets ( ) : robocode.control.snapshot.IBulletSnapshot[]
return robocode.control.snapshot.IBulletSnapshot[]

getIndexedTeamScores() public method

public getIndexedTeamScores ( ) : robocode.control.snapshot.IScoreSnapshot[]
return robocode.control.snapshot.IScoreSnapshot[]

getRobots() public method

public getRobots ( ) : robocode.control.snapshot.IRobotSnapshot[]
return robocode.control.snapshot.IRobotSnapshot[]

getRound() public method

public getRound ( ) : int
return int

getSortedTeamScores() public method

public getSortedTeamScores ( ) : robocode.control.snapshot.IScoreSnapshot[]
return robocode.control.snapshot.IScoreSnapshot[]

getTPS() public method

public getTPS ( ) : int
return int

getTurn() public method

public getTurn ( ) : int
return int