C# Class net.sf.robocode.repository.RobotType

Inheritance: global::java.lang.Object, global::java.io.Serializable
Mostra file Open project: f13mash/roboyuddh

Private Properties

Property Type Description
InitJNI void
RobotType
RobotType
getCode int
isAdvancedRobot bool
isDroid bool
isInteractiveRobot bool
isJuniorRobot bool
isPaintRobot bool
isStandardRobot bool
isTeamRobot bool
isValid bool

Protected Methods

Method Description
RobotType ( global @__env )

Private Methods

Method Description
InitJNI ( global @__env, java @__class ) : void
RobotType ( bool par0, bool par1, bool par2, bool par3, bool par4, bool par5, bool par6 )
RobotType ( int par0 )
getCode ( ) : int
isAdvancedRobot ( ) : bool
isDroid ( ) : bool
isInteractiveRobot ( ) : bool
isJuniorRobot ( ) : bool
isPaintRobot ( ) : bool
isStandardRobot ( ) : bool
isTeamRobot ( ) : bool
isValid ( ) : bool

Method Details

RobotType() protected method

protected RobotType ( global @__env )
@__env global