This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/concat_header4.h

8897 lines
226 KiB
C
Raw Normal View History

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_AbstractPoint */
2015-02-07 12:16:07 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_AbstractPoint
#define _Included_bwapi_AbstractPoint
2015-02-07 12:16:07 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_AIModule */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_AIModule
#define _Included_bwapi_AIModule
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_BestFilter */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_BestFilter
#define _Included_bwapi_BestFilter
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_BestUnitFilter */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_BestUnitFilter
#define _Included_bwapi_BestUnitFilter
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Bullet */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Bullet
#define _Included_bwapi_Bullet
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Bullet_getID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: exists_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Bullet_exists_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getPlayer_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getPlayer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/BulletType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getSource_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getSource_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getAngle_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Bullet_getAngle_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getVelocityX_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Bullet_getVelocityX_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getVelocityY_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Bullet_getVelocityY_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getTarget_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getTargetPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Bullet_getTargetPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: getRemoveTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Bullet_getRemoveTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: isVisible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Bullet_isVisible_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Bullet
* Method: isVisible_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Bullet_isVisible_1native__JLbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Bulletset */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Bulletset
#define _Included_bwapi_Bulletset
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_BulletType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_BulletType
#define _Included_bwapi_BulletType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_BulletType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_BulletType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_BWEventListener */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_BWEventListener
#define _Included_bwapi_BWEventListener
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_CenteredObject */
2015-02-07 12:16:07 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_CenteredObject
#define _Included_bwapi_CenteredObject
2015-02-07 12:16:07 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Client */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Client
#define _Included_bwapi_Client
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Client
* Method: isConnected_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Client_isConnected_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Client
* Method: connect_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Client_connect_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Client
* Method: disconnect_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Client_disconnect_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Client
* Method: update_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Client_update_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Color */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Color
#define _Included_bwapi_Color
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_CompareFilter */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_CompareFilter
#define _Included_bwapi_CompareFilter
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_DamageType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_DamageType
#define _Included_bwapi_DamageType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_DamageType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_DamageType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_DefaultBWListener */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_DefaultBWListener
#define _Included_bwapi_DefaultBWListener
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Error */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Error
#define _Included_bwapi_Error
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Error
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Error_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Event */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Event
#define _Included_bwapi_Event
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Event
* Method: getPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Event_getPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Event
* Method: getText_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Event_getText_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Event
* Method: getUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Event_getUnit_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Event
* Method: getPlayer_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Event_getPlayer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Event
* Method: isWinner_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Event_isWinner_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_ExplosionType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_ExplosionType
#define _Included_bwapi_ExplosionType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_ExplosionType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_ExplosionType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Force */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Force
#define _Included_bwapi_Force
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Force
* Method: getID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Force_getID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Force
* Method: getName_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Force_getName_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Force
* Method: getPlayers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Force_getPlayers_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Forceset */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Forceset
#define _Included_bwapi_Forceset
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Forceset
* Method: getPlayers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Forceset_getPlayers_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Game */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Game
#define _Included_bwapi_Game
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getForces_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getForces_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getPlayers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getPlayers_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getAllUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getAllUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getMinerals_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getGeysers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getGeysers_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getNeutralUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getNeutralUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getStaticMinerals_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getStaticMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getStaticGeysers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getStaticGeysers_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getStaticNeutralUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getStaticNeutralUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getBullets_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getBullets_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getForce_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/Force;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getForce_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getPlayer_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getPlayer_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getUnit_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: indexToUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_indexToUnit_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRegion_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getRegion_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getGameType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/GameType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getGameType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getLatency_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getLatency_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getFrameCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getFrameCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getReplayFrameCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getReplayFrameCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getFPS_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getFPS_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getAverageFPS_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Game_getAverageFPS_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getMousePosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getMousePosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getMouseState_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/MouseButton;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_getMouseState_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getKeyState_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Key;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_getKeyState_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getScreenPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getScreenPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setScreenPosition_native
* Signature: (JII)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setScreenPosition_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setScreenPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setScreenPosition_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: pingMinimap_native
* Signature: (JII)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_pingMinimap_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: pingMinimap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_pingMinimap_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isFlagEnabled_native
* Signature: (JI)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isFlagEnabled_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: enableFlag_native
* Signature: (JI)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_enableFlag_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getLastError_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Error;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getLastError_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setLastError_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setLastError_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setLastError_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Error;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setLastError_1native__JLbwapi_Error_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapWidth_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_mapWidth_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapHeight_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_mapHeight_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapFileName_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Game_mapFileName_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapPathName_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Game_mapPathName_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapName_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Game_mapName_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: mapHash_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Game_mapHash_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isWalkable_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isWalkable_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isWalkable_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/WalkPosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isWalkable_1native__JLbwapi_WalkPosition_2
(JNIEnv *, jobject, jlong, jobject);
2015-02-09 13:16:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-09 13:16:11 -05:00
* Method: getGroundHeight_native
* Signature: (JII)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getGroundHeight_1native__JII
2015-02-09 13:16:11 -05:00
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-09 13:16:11 -05:00
* Method: getGroundHeight_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)I
2015-02-09 13:16:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getGroundHeight_1native__JLbwapi_TilePosition_2
2015-02-09 13:16:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isBuildable_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isBuildable_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isBuildable_native
* Signature: (JIIZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isBuildable_1native__JIIZ
(JNIEnv *, jobject, jlong, jint, jint, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isBuildable_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isBuildable_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isBuildable_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isBuildable_1native__JLbwapi_TilePosition_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isVisible_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isVisible_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isVisible_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isVisible_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isExplored_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isExplored_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isExplored_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isExplored_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasCreep_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasCreep_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasCreep_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasCreep_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPowerPrecise_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPowerPrecise_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPowerPrecise_native
2015-02-10 10:47:28 -05:00
* Signature: (JIILbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPowerPrecise_1native__JIILbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPowerPrecise_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPowerPrecise_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPowerPrecise_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPowerPrecise_1native__JLbwapi_Position_2Lbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
* Signature: (JII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JIILbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JIILbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Lbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JLbwapi_TilePosition_2Lbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
* Signature: (JIIII)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JIIII
(JNIEnv *, jobject, jlong, jint, jint, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JIIIILbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;II)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JLbwapi_TilePosition_2II
(JNIEnv *, jobject, jlong, jobject, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPower_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;IILbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPower_1native__JLbwapi_TilePosition_2IILbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canBuildHere_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Lbwapi/UnitType;Lbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canBuildHere_1native__JLbwapi_TilePosition_2Lbwapi_UnitType_2Lbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canBuildHere_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Lbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canBuildHere_1native__JLbwapi_TilePosition_2Lbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canBuildHere_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Lbwapi/UnitType;Lbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canBuildHere_1native__JLbwapi_TilePosition_2Lbwapi_UnitType_2Lbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canMake_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canMake_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canMake_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canMake_1native__JLbwapi_UnitType_2Lbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canResearch_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canResearch_1native__JLbwapi_TechType_2Lbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canResearch_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canResearch_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canResearch_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canResearch_1native__JLbwapi_TechType_2Lbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;Lbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canUpgrade_1native__JLbwapi_UpgradeType_2Lbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canUpgrade_1native__JLbwapi_UpgradeType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: canUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;Lbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_canUpgrade_1native__JLbwapi_UpgradeType_2Lbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
2015-02-07 12:16:07 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: printf_native
* Signature: (JLjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_printf_1native
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: sendText_native
* Signature: (JLjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_sendText_1native
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: sendTextEx_native
* Signature: (JZLjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_sendTextEx_1native
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jboolean, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isInGame_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isInGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isMultiplayer_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isMultiplayer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isBattleNet_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isBattleNet_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isPaused_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isPaused_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isReplay_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isReplay_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: pauseGame_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_pauseGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: resumeGame_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_resumeGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: leaveGame_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_leaveGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: restartGame_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_restartGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setLocalSpeed_native
* Signature: (JI)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setLocalSpeed_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: issueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLjava/util/List;Lbwapi/UnitCommand;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_issueCommand_1native
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getSelectedUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getSelectedUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: self_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_self_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: enemy_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_enemy_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: neutral_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_neutral_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: allies_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_allies_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: enemies_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_enemies_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: observers_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_observers_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setTextSize_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setTextSize_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setTextSize_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Text/Size/Enum;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setTextSize_1native__JLbwapi_Text_Size_Enum_2
(JNIEnv *, jobject, jlong, jobject);
2015-02-07 12:16:07 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawText_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IILjava/lang/String;)V
2015-02-07 12:16:07 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawText_1native
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jobject, jint, jint, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextMap_native
* Signature: (JIILjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextMap_1native__JIILjava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jint, jint, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Ljava/lang/String;)V
2015-02-07 12:16:07 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextMap_1native__JLbwapi_Position_2Ljava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jobject, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextMouse_native
* Signature: (JIILjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextMouse_1native__JIILjava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jint, jint, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Ljava/lang/String;)V
2015-02-07 12:16:07 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextMouse_1native__JLbwapi_Position_2Ljava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jobject, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextScreen_native
* Signature: (JIILjava/lang/String;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextScreen_1native__JIILjava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jint, jint, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-07 12:16:07 -05:00
* Method: drawTextScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Ljava/lang/String;)V
2015-02-07 12:16:07 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTextScreen_1native__JLbwapi_Position_2Ljava_lang_String_2
2015-02-07 12:16:07 -05:00
(JNIEnv *, jobject, jlong, jobject, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBox_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBox_1native__JLbwapi_CoordinateType_Enum_2IIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBox_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBox_1native__JLbwapi_CoordinateType_Enum_2IIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMap_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMap_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMap_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMap_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMouse_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMouse_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMouse_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxMouse_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxScreen_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxScreen_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxScreen_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawBoxScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawBoxScreen_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangle_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangle_1native__JLbwapi_CoordinateType_Enum_2IIIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangle_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangle_1native__JLbwapi_CoordinateType_Enum_2IIIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMap_1native__JIIIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMap_1native__JIIIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMap_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMap_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMouse_1native__JIIIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMouse_1native__JIIIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMouse_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleMouse_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleScreen_1native__JIIIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleScreen_1native__JIIIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleScreen_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawTriangleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Position;Lbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawTriangleScreen_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircle_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircle_1native__JLbwapi_CoordinateType_Enum_2IIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircle_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircle_1native__JLbwapi_CoordinateType_Enum_2IIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMap_1native__JIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMap_1native__JIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMap_1native__JLbwapi_Position_2ILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMap_1native__JLbwapi_Position_2ILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMouse_1native__JIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMouse_1native__JIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMouse_1native__JLbwapi_Position_2ILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleMouse_1native__JLbwapi_Position_2ILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleScreen_1native__JIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleScreen_1native__JIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleScreen_1native__JLbwapi_Position_2ILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawCircleScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawCircleScreen_1native__JLbwapi_Position_2ILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipse_1native__JLbwapi_CoordinateType_Enum_2IIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipse_1native__JLbwapi_CoordinateType_Enum_2IIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMap_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMap_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMap_1native__JLbwapi_Position_2IILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMap_1native__JLbwapi_Position_2IILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMouse_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMouse_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMouse_1native__JLbwapi_Position_2IILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseMouse_1native__JLbwapi_Position_2IILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseScreen_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseScreen_1native__JIIIILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseScreen_1native__JLbwapi_Position_2IILbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawEllipseScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;IILbwapi/Color;Z)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawEllipseScreen_1native__JLbwapi_Position_2IILbwapi_Color_2Z
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDot_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDot_1native
(JNIEnv *, jobject, jlong, jobject, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotMap_1native__JIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotMap_1native__JLbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotMouse_1native__JIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotMouse_1native__JLbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotScreen_1native__JIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawDotScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawDotScreen_1native__JLbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLine_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/CoordinateType/Enum;IIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLine_1native
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineMap_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineMap_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineMap_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineMouse_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineMouse_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineMouse_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JIIIILbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineScreen_1native__JIIIILbwapi_Color_2
(JNIEnv *, jobject, jlong, jint, jint, jint, jint, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: drawLineScreen_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;Lbwapi/Color;)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_drawLineScreen_1native__JLbwapi_Position_2Lbwapi_Position_2Lbwapi_Color_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getLatencyFrames_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getLatencyFrames_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getLatencyTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getLatencyTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRemainingLatencyFrames_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getRemainingLatencyFrames_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRemainingLatencyTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getRemainingLatencyTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRevision_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getRevision_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isDebug_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isDebug_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isLatComEnabled_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isLatComEnabled_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setLatCom_native
* Signature: (JZ)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setLatCom_1native
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: isGUIEnabled_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_isGUIEnabled_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setGUI_native
* Signature: (JZ)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setGUI_1native
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getInstanceNumber_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getInstanceNumber_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getAPM_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getAPM_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getAPM_native
* Signature: (JZ)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getAPM_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setMap_native
* Signature: (JLjava/lang/String;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setMap_1native
(JNIEnv *, jobject, jlong, jstring);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setFrameSkip_native
* Signature: (JI)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setFrameSkip_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: hasPath_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Lbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_hasPath_1native
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setAlliance_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setAlliance_1native__JLbwapi_Player_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setAlliance_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setAlliance_1native__JLbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setAlliance_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setAlliance_1native__JLbwapi_Player_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setVision_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setVision_1native__JLbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setVision_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setVision_1native__JLbwapi_Player_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
2015-02-09 13:16:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-09 13:16:11 -05:00
* Method: elapsedTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_elapsedTime_1native
2015-02-09 13:16:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setCommandOptimizationLevel_native
* Signature: (JI)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Game_setCommandOptimizationLevel_1native
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: countdownTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_countdownTimer_1native
(JNIEnv *, jobject, jlong);
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
2015-02-09 16:40:11 -05:00
* Method: getAllRegions_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getAllRegions_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRegionAt_native
2015-02-10 10:47:28 -05:00
* Signature: (JII)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getRegionAt_1native__JII
(JNIEnv *, jobject, jlong, jint, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getRegionAt_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getRegionAt_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getLastEventTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getLastEventTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setRevealAll_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setRevealAll_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: setRevealAll_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Game_setRevealAll_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getBuildLocation_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;I)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getBuildLocation_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2I
(JNIEnv *, jobject, jlong, jobject, jobject, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getBuildLocation_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getBuildLocation_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getBuildLocation_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;IZ)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Game_getBuildLocation_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2IZ
(JNIEnv *, jobject, jlong, jobject, jobject, jint, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageFrom_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;Lbwapi/Player;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageFrom_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2Lbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageFrom_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageFrom_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageFrom_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;Lbwapi/Player;Lbwapi/Player;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageFrom_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2Lbwapi_Player_2Lbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageTo_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;Lbwapi/Player;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageTo_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2Lbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageTo_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageTo_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Game
* Method: getDamageTo_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/UnitType;Lbwapi/Player;Lbwapi/Player;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Game_getDamageTo_1native__JLbwapi_UnitType_2Lbwapi_UnitType_2Lbwapi_Player_2Lbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject, jobject, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_GameType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_GameType
#define _Included_bwapi_GameType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_GameType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_GameType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Key */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Key
#define _Included_bwapi_Key
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Mirror_FrameCallback */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Mirror_FrameCallback
#define _Included_bwapi_Mirror_FrameCallback
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Mirror_JarResources */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Mirror_JarResources
#define _Included_bwapi_Mirror_JarResources
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Mirror */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Mirror
#define _Included_bwapi_Mirror
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
2015-02-10 10:47:28 -05:00
#undef bwapi_Mirror_EXTRACT_JAR
#define bwapi_Mirror_EXTRACT_JAR 1L
2015-02-09 10:58:08 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Mirror
2015-02-09 10:58:08 -05:00
* Method: startGame
* Signature: ()V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Mirror_startGame
2015-02-09 10:58:08 -05:00
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_MouseButton */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_MouseButton
#define _Included_bwapi_MouseButton
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Order */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Order
#define _Included_bwapi_Order
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Player */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Player
#define _Included_bwapi_Player
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getName_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Player_getName_1native
(JNIEnv *, jobject, jlong);
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
2015-02-09 16:40:11 -05:00
* Method: getUnits_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getUnits_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getRace_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Race;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getRace_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/PlayerType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getForce_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Force;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getForce_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isAlly_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isAlly_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isEnemy_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isEnemy_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isNeutral_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isNeutral_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getStartLocation_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getStartLocation_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isVictorious_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isVictorious_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isDefeated_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isDefeated_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: leftGame_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_leftGame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: minerals_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_minerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: gas_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_gas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: gatheredMinerals_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_gatheredMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: gatheredGas_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_gatheredGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: repairedMinerals_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_repairedMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: repairedGas_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_repairedGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: refundedMinerals_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_refundedMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: refundedGas_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_refundedGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: spentMinerals_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_spentMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: spentGas_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_spentGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: supplyTotal_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_supplyTotal_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: supplyTotal_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Race;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_supplyTotal_1native__JLbwapi_Race_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: supplyUsed_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_supplyUsed_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: supplyUsed_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Race;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_supplyUsed_1native__JLbwapi_Race_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: allUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_allUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: allUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_allUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: visibleUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_visibleUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: visibleUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_visibleUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: completedUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_completedUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: completedUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_completedUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: incompleteUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_incompleteUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: incompleteUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_incompleteUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: deadUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_deadUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: deadUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_deadUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: killedUnitCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_killedUnitCount_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: killedUnitCount_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_killedUnitCount_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getUpgradeLevel_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getUpgradeLevel_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: hasResearched_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_hasResearched_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isResearching_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isResearching_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isUpgrading_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isUpgrading_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getColor_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Color;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Player_getColor_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getTextColor_native
* Signature: (J)C
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jchar JNICALL Java_bwapi_Player_getTextColor_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: maxEnergy_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_maxEnergy_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: topSpeed_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Player_topSpeed_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: weaponMaxRange_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/WeaponType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_weaponMaxRange_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: sightRange_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_sightRange_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: weaponDamageCooldown_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_weaponDamageCooldown_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: armor_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_armor_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: damage_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/WeaponType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_damage_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getUnitScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getUnitScore_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getKillScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getKillScore_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getBuildingScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getBuildingScore_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getRazingScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getRazingScore_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getCustomScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getCustomScore_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isObserver_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isObserver_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: getMaxUpgradeLevel_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Player_getMaxUpgradeLevel_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isResearchAvailable_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isResearchAvailable_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Player
* Method: isUnitAvailable_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Player_isUnitAvailable_1native
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Playerset */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Playerset
#define _Included_bwapi_Playerset
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Playerset
* Method: getUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Playerset_getUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Playerset
* Method: setAlliance_native
* Signature: (JZ)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Playerset_setAlliance_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Playerset
* Method: setAlliance_native
* Signature: (J)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Playerset_setAlliance_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Playerset
* Method: setAlliance_native
* Signature: (JZZ)V
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT void JNICALL Java_bwapi_Playerset_setAlliance_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_PlayerType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_PlayerType
#define _Included_bwapi_PlayerType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_PlayerType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_PlayerType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_PlayerType
2015-02-09 16:40:11 -05:00
* Method: isLobbyType_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_PlayerType_isLobbyType_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_PlayerType
2015-02-09 16:40:11 -05:00
* Method: isGameType_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_PlayerType_isGameType_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Position */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Position
#define _Included_bwapi_Position
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Position
* Method: isValid
* Signature: ()Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Position_isValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Position
* Method: makeValid
2015-02-10 10:47:28 -05:00
* Signature: ()Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Position_makeValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Position
* Method: getApproxDistance
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Position;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Position_getApproxDistance
(JNIEnv *, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Position
* Method: getLength
* Signature: ()D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Position_getLength
(JNIEnv *, jobject);
2015-02-07 12:16:07 -05:00
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_PositionedObject */
2015-02-07 12:16:07 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_PositionedObject
#define _Included_bwapi_PositionedObject
2015-02-07 12:16:07 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_PositionOrUnit */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_PositionOrUnit
#define _Included_bwapi_PositionOrUnit
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Race */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Race
#define _Included_bwapi_Race
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_Race_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: getWorker_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Race_getWorker_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: getCenter_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Race_getCenter_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: getRefinery_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Race_getRefinery_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: getTransport_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Race_getTransport_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Race
2015-02-09 16:40:11 -05:00
* Method: getSupplyProvider_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Race_getSupplyProvider_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Region */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Region
#define _Included_bwapi_Region
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getRegionGroupID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getRegionGroupID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getCenter_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Region_getCenter_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: isHigherGround_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Region_isHigherGround_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getDefensePriority_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getDefensePriority_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: isAccessible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Region_isAccessible_1native
(JNIEnv *, jobject, jlong);
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
2015-02-09 16:40:11 -05:00
* Method: getNeighbors_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Region_getNeighbors_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getBoundsLeft_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getBoundsLeft_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getBoundsTop_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getBoundsTop_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getBoundsRight_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getBoundsRight_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getBoundsBottom_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getBoundsBottom_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getClosestAccessibleRegion_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Region_getClosestAccessibleRegion_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getClosestInaccessibleRegion_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Region_getClosestInaccessibleRegion_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Region
* Method: getDistance_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Region;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Region_getDistance_1native
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Regionset */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Regionset
#define _Included_bwapi_Regionset
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Regionset
* Method: getCenter_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Regionset_getCenter_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_TechType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_TechType
#define _Included_bwapi_TechType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_TechType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: getRace_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Race;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_TechType_getRace_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: mineralPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_TechType_mineralPrice_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: gasPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_TechType_gasPrice_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: researchTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_TechType_researchTime_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: energyCost_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_TechType_energyCost_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: whatResearches_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_TechType_whatResearches_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: getWeapon_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/WeaponType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_TechType_getWeapon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: targetsUnit_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_TechType_targetsUnit_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: targetsPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_TechType_targetsPosition_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TechType
2015-02-09 16:40:11 -05:00
* Method: getOrder_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Order;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_TechType_getOrder_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_TilePosition */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_TilePosition
#define _Included_bwapi_TilePosition
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TilePosition
* Method: isValid
* Signature: ()Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_TilePosition_isValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TilePosition
* Method: makeValid
2015-02-10 10:47:28 -05:00
* Signature: ()Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_TilePosition_makeValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_TilePosition
* Method: getLength
* Signature: ()D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_TilePosition_getLength
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnaryFilter */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnaryFilter
#define _Included_bwapi_UnaryFilter
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Unit */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Unit
#define _Included_bwapi_Unit
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: exists_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_exists_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getReplayID_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getReplayID_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getPlayer_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getPlayer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTilePosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getTilePosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getAngle_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Unit_getAngle_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getVelocityX_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Unit_getVelocityX_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getVelocityY_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_Unit_getVelocityY_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRegion_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Region;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getRegion_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLeft_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getLeft_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTop_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getTop_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRight_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRight_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getBottom_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getBottom_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getHitPoints_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getHitPoints_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getShields_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getShields_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getEnergy_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getEnergy_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getResources_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getResources_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getResourceGroup_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getResourceGroup_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getDistance_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getDistance_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: hasPath_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_hasPath_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLastCommandFrame_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getLastCommandFrame_1native
(JNIEnv *, jobject, jlong);
2015-02-09 13:16:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
2015-02-09 13:16:11 -05:00
* Method: getLastCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitCommand;
2015-02-09 13:16:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getLastCommand_1native
2015-02-09 13:16:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLastAttackingPlayer_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Player;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getLastAttackingPlayer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInitialType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getInitialType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInitialPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getInitialPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInitialTilePosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TilePosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getInitialTilePosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInitialHitPoints_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getInitialHitPoints_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInitialResources_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getInitialResources_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getKillCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getKillCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getAcidSporeCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getAcidSporeCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInterceptorCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getInterceptorCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getScarabCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getScarabCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getSpiderMineCount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getSpiderMineCount_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getGroundWeaponCooldown_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getGroundWeaponCooldown_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getAirWeaponCooldown_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getAirWeaponCooldown_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getSpellCooldown_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getSpellCooldown_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getDefenseMatrixPoints_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getDefenseMatrixPoints_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getDefenseMatrixTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getDefenseMatrixTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getEnsnareTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getEnsnareTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getIrradiateTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getIrradiateTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLockdownTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getLockdownTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getMaelstromTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getMaelstromTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getOrderTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getOrderTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getPlagueTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getPlagueTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRemoveTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRemoveTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getStasisTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getStasisTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getStimTimer_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getStimTimer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getBuildType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getBuildType_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTech_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TechType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getTech_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UpgradeType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getUpgrade_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRemainingBuildTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRemainingBuildTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRemainingTrainTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRemainingTrainTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRemainingResearchTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRemainingResearchTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRemainingUpgradeTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getRemainingUpgradeTime_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getBuildUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getBuildUnit_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getTarget_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTargetPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getTargetPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getOrder_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Order;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getOrder_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getSecondaryOrder_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Order;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getSecondaryOrder_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getOrderTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getOrderTarget_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getOrderTargetPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getOrderTargetPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRallyPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getRallyPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getRallyUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getRallyUnit_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getAddon_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getNydusExit_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getNydusExit_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getPowerUp_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getPowerUp_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getTransport_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getTransport_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLoadedUnits_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getLoadedUnits_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getSpaceRemaining_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_Unit_getSpaceRemaining_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getCarrier_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getCarrier_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getInterceptors_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getInterceptors_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getHatchery_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Unit;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getHatchery_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: getLarva_native
2015-02-07 12:16:07 -05:00
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unit_getLarva_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: hasNuke_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_hasNuke_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isAccelerating_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isAccelerating_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isAttacking_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isAttacking_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isAttackFrame_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isAttackFrame_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBeingConstructed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBeingConstructed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBeingGathered_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBeingGathered_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBeingHealed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBeingHealed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBlind_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBlind_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBraking_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBraking_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isBurrowed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isBurrowed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isCarryingGas_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isCarryingGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isCarryingMinerals_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isCarryingMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isCloaked_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isCloaked_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isCompleted_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isCompleted_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isConstructing_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isConstructing_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isDefenseMatrixed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isDefenseMatrixed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isDetected_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isDetected_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isEnsnared_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isEnsnared_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isFlying_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isFlying_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isFollowing_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isFollowing_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isGatheringGas_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isGatheringGas_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isGatheringMinerals_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isGatheringMinerals_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isHallucination_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isHallucination_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isHoldingPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isHoldingPosition_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isIdle_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isIdle_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isInterruptible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isInterruptible_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isInvincible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isInvincible_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isInWeaponRange_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isInWeaponRange_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isIrradiated_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isIrradiated_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isLifted_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isLifted_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isLoaded_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isLoaded_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isLockedDown_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isLockedDown_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isMaelstrommed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isMaelstrommed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isMorphing_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isMorphing_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isMoving_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isMoving_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isParasited_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isParasited_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isPatrolling_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isPatrolling_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isPlagued_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isPlagued_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isRepairing_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isRepairing_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isResearching_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isResearching_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isSelected_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isSelected_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isSieged_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isSieged_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isStartingAttack_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isStartingAttack_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isStasised_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isStasised_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isStimmed_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isStimmed_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isStuck_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isStuck_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isTraining_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isTraining_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isUnderAttack_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isUnderAttack_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isUnderDarkSwarm_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isUnderDarkSwarm_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isUnderDisruptionWeb_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isUnderDisruptionWeb_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isUnderStorm_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isUnderStorm_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isPowered_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isPowered_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isUpgrading_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isUpgrading_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isVisible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isVisible_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isVisible_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Player;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isVisible_1native__JLbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: isTargetable_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_isTargetable_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: issueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_issueCommand_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: attack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_attack_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: attack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_attack_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: build_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_build_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: build_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_build_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: buildAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_buildAddon_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: train_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_train_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: train_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_train_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: morph_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_morph_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: research_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_research_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: upgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_upgrade_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: setRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_setRallyPoint_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: move_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_move_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: move_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_move_1native__JLbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: patrol_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_patrol_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: patrol_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_patrol_1native__JLbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: holdPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_holdPosition_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: holdPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_holdPosition_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: stop_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_stop_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: stop_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_stop_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: follow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_follow_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: follow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_follow_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: gather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_gather_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: gather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_gather_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: returnCargo_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_returnCargo_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: returnCargo_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_returnCargo_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: repair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_repair_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: repair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_repair_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: burrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_burrow_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unburrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unburrow_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cloak_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: decloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_decloak_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: siege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_siege_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unsiege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unsiege_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: lift_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_lift_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: land_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_land_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: load_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_load_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: load_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_load_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unload_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unloadAll_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unloadAll_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unloadAll_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unloadAll_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unloadAll_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unloadAll_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: unloadAll_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_unloadAll_1native__JLbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: rightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_rightClick_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: rightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_rightClick_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: haltConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_haltConstruction_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelConstruction_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelAddon_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelTrain_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelTrain_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelTrain_native
* Signature: (JI)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelTrain_1native__JI
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelMorph_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelMorph_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelResearch_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelResearch_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: cancelUpgrade_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_cancelUpgrade_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: useTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_useTech_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: useTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_useTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: placeCOP_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_placeCOP_1native
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2ZZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommand_1native__JLbwapi_UnitCommand_2ZZZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2ZZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;ZZZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandGrouped_1native__JLbwapi_UnitCommand_2ZZZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCommand_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCommand_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCommandGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCommandGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCommandGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCommandGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandType_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommandType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandType_1native__JLbwapi_UnitCommandType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandType_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommandType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandType_1native__JLbwapi_UnitCommandType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandTypeGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommandType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandTypeGrouped_1native__JLbwapi_UnitCommandType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandTypeGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommandType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandTypeGrouped_1native__JLbwapi_UnitCommandType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canIssueCommandTypeGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommandType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canIssueCommandTypeGrouped_1native__JLbwapi_UnitCommandType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTargetUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTargetUnit_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTargetUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTargetUnit_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__JLbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttack_1native__JLbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JLbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JLbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackGrouped_1native__JLbwapi_PositionOrUnit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackMove_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackMove_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackMove_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackMove_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackMoveGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackMoveGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackMoveGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackMoveGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackMoveGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackMoveGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnit_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canAttackUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canAttackUnitGrouped_1native__JLbwapi_Unit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2ZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuild_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuild_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuildAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuildAddon_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuildAddon_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuildAddon_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuildAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuildAddon_1native__JLbwapi_UnitType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuildAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuildAddon_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBuildAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBuildAddon_1native__JLbwapi_UnitType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTrain_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTrain_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTrain_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTrain_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTrain_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTrain_1native__JLbwapi_UnitType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTrain_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTrain_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canTrain_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canTrain_1native__JLbwapi_UnitType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMorph_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMorph_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMorph_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMorph_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMorph_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMorph_1native__JLbwapi_UnitType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMorph_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMorph_1native__JLbwapi_UnitType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMorph_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMorph_1native__JLbwapi_UnitType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canResearch_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canResearch_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canResearch_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canResearch_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canResearch_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canResearch_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canResearch_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canResearch_1native__JLbwapi_TechType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUpgrade_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUpgrade_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUpgrade_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUpgrade_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUpgrade_1native__JLbwapi_UpgradeType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UpgradeType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUpgrade_1native__JLbwapi_UpgradeType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__JLbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPoint_1native__JLbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPosition_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyPosition_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSetRallyUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSetRallyUnit_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMove_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMove_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMove_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMove_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMoveGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMoveGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMoveGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMoveGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canMoveGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canMoveGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPatrol_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPatrol_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPatrol_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPatrol_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPatrolGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPatrolGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPatrolGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPatrolGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPatrolGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPatrolGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canFollow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canFollow_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canGather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canGather_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canReturnCargo_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canReturnCargo_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canReturnCargo_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canReturnCargo_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canHoldPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canHoldPosition_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canHoldPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canHoldPosition_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canStop_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canStop_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canStop_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canStop_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRepair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRepair_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBurrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBurrow_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canBurrow_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canBurrow_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnburrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnburrow_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnburrow_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnburrow_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCloak_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCloak_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCloak_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canDecloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canDecloak_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canDecloak_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canDecloak_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSiege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSiege_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canSiege_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canSiege_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnsiege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnsiege_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnsiege_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnsiege_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLift_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLift_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLift_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLift_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLand_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLand_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLand_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLand_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLand_1native__JLbwapi_TilePosition_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLand_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLand_1native__JLbwapi_TilePosition_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canLoad_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canLoad_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadWithOrWithoutTarget_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadWithOrWithoutTarget_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadWithOrWithoutTarget_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadWithOrWithoutTarget_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAtPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAtPosition_1native__JLbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAtPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAtPosition_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAtPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAtPosition_1native__JLbwapi_Position_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnload_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnload_1native__JLbwapi_Unit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAll_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAll_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAll_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAll_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAllPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAllPosition_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAllPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAllPosition_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAllPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAllPosition_1native__JLbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAllPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAllPosition_1native__JLbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUnloadAllPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUnloadAllPosition_1native__JLbwapi_Position_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__JLbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClick_1native__JLbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JLbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JLbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JLbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JLbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickGrouped_1native__JLbwapi_PositionOrUnit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickPosition_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickPosition_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickPositionGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickPositionGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickPositionGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickPositionGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickPositionGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickPositionGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnit_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
* Signature: (JZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JZZ
(JNIEnv *, jobject, jlong, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JLbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JLbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JLbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JLbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canRightClickUnitGrouped_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canRightClickUnitGrouped_1native__JLbwapi_Unit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canHaltConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canHaltConstruction_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canHaltConstruction_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canHaltConstruction_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelConstruction_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelConstruction_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelConstruction_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelAddon_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelAddon_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelAddon_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrain_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrain_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrain_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrain_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrainSlot_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrainSlot_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrainSlot_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrainSlot_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrainSlot_native
* Signature: (JIZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrainSlot_1native__JIZ
(JNIEnv *, jobject, jlong, jint, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrainSlot_native
* Signature: (JI)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrainSlot_1native__JI
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelTrainSlot_native
* Signature: (JIZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelTrainSlot_1native__JIZZ
(JNIEnv *, jobject, jlong, jint, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelMorph_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelMorph_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelMorph_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelMorph_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelResearch_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelResearch_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelResearch_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelResearch_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelUpgrade_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelUpgrade_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canCancelUpgrade_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canCancelUpgrade_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithOrWithoutTarget_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithOrWithoutTarget_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithOrWithoutTarget_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithOrWithoutTarget_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithOrWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithOrWithoutTarget_1native__JLbwapi_TechType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithOrWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithOrWithoutTarget_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithOrWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithOrWithoutTarget_1native__JLbwapi_TechType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithoutTarget_1native__JLbwapi_TechType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithoutTarget_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechWithoutTarget_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechWithoutTarget_1native__JLbwapi_TechType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Lbwapi_Unit_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Lbwapi_Unit_2ZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Lbwapi_Unit_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Lbwapi_Unit_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechUnit_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Unit;ZZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechUnit_1native__JLbwapi_TechType_2Lbwapi_Unit_2ZZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Position;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2Lbwapi_Position_2ZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Position;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2Lbwapi_Position_2Z
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2Lbwapi_Position_2
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canUseTechPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/Position;ZZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canUseTechPosition_1native__JLbwapi_TechType_2Lbwapi_Position_2ZZZ
(JNIEnv *, jobject, jlong, jobject, jobject, jboolean, jboolean, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPlaceCOP_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPlaceCOP_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPlaceCOP_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPlaceCOP_1native__JZ
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPlaceCOP_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;Z)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPlaceCOP_1native__JLbwapi_TilePosition_2Z
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPlaceCOP_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPlaceCOP_1native__JLbwapi_TilePosition_2
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unit
* Method: canPlaceCOP_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TilePosition;ZZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unit_canPlaceCOP_1native__JLbwapi_TilePosition_2ZZ
(JNIEnv *, jobject, jlong, jobject, jboolean, jboolean);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnitCommand */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnitCommand
#define _Included_bwapi_UnitCommand
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: attack
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/PositionOrUnit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_attack__Lbwapi_Unit_2Lbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: attack
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/PositionOrUnit;Z)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_attack__Lbwapi_Unit_2Lbwapi_PositionOrUnit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: build
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TilePosition;Lbwapi/UnitType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_build
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: buildAddon
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/UnitType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_buildAddon
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: train
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/UnitType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_train
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: morph
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/UnitType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_morph
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: research
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TechType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_research
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: upgrade
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/UpgradeType;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_upgrade
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: setRallyPoint
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/PositionOrUnit;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_setRallyPoint
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: move
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_move__Lbwapi_Unit_2Lbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: move
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;Z)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_move__Lbwapi_Unit_2Lbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: patrol
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_patrol__Lbwapi_Unit_2Lbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: patrol
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;Z)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_patrol__Lbwapi_Unit_2Lbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: holdPosition
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_holdPosition__Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: holdPosition
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Z)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_holdPosition__Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: stop
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_stop__Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: stop
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_stop__Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: follow
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_follow__Lbwapi_Unit_2Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: follow
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_follow__Lbwapi_Unit_2Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: gather
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_gather__Lbwapi_Unit_2Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: gather
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_gather__Lbwapi_Unit_2Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: returnCargo
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_returnCargo__Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: returnCargo
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_returnCargo__Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: repair
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_repair__Lbwapi_Unit_2Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: repair
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_repair__Lbwapi_Unit_2Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: burrow
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_burrow
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unburrow
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unburrow
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cloak
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cloak
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: decloak
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_decloak
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: siege
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_siege
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unsiege
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unsiege
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: lift
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_lift
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: land
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TilePosition;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_land
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: load
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_load__Lbwapi_Unit_2Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: load
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_load__Lbwapi_Unit_2Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unload
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unload
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unloadAll
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unloadAll__Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unloadAll
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unloadAll__Lbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unloadAll
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unloadAll__Lbwapi_Unit_2Lbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: unloadAll
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/Position;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_unloadAll__Lbwapi_Unit_2Lbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: rightClick
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/PositionOrUnit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_rightClick__Lbwapi_Unit_2Lbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: rightClick
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/PositionOrUnit;Z)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_rightClick__Lbwapi_Unit_2Lbwapi_PositionOrUnit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: haltConstruction
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_haltConstruction
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelConstruction
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelConstruction
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelAddon
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelAddon
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelTrain
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelTrain__Lbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelTrain
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;I)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelTrain__Lbwapi_Unit_2I
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelMorph
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelMorph
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelResearch
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelResearch
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: cancelUpgrade
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_cancelUpgrade
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: useTech
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TechType;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_useTech__Lbwapi_Unit_2Lbwapi_TechType_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: useTech
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TechType;Lbwapi/PositionOrUnit;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_useTech__Lbwapi_Unit_2Lbwapi_TechType_2Lbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommand
2015-02-09 16:40:11 -05:00
* Method: placeCOP
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/Unit;Lbwapi/TilePosition;)Lbwapi/UnitCommand;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitCommand_placeCOP
2015-02-09 16:40:11 -05:00
(JNIEnv *, jclass, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnitCommandType */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnitCommandType
#define _Included_bwapi_UnitCommandType
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitCommandType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_UnitCommandType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnitFilter */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnitFilter
#define _Included_bwapi_UnitFilter
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Unitset */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Unitset
#define _Included_bwapi_Unitset
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: getPosition_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Position;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unitset_getPosition_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: getLoadedUnits_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unitset_getLoadedUnits_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: getInterceptors_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unitset_getInterceptors_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: getLarva_native
* Signature: (J)Ljava/util/List;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_Unitset_getLarva_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: issueCommand_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitCommand;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_issueCommand_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: attack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_attack_1native__JLbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: attack_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_attack_1native__JLbwapi_PositionOrUnit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: build_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_build_1native__JLbwapi_UnitType_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: build_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;Lbwapi/TilePosition;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_build_1native__JLbwapi_UnitType_2Lbwapi_TilePosition_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: buildAddon_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_buildAddon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: train_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_train_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: morph_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/UnitType;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_morph_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: setRallyPoint_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_setRallyPoint_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: move_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_move_1native__JLbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: move_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_move_1native__JLbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: patrol_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_patrol_1native__JLbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: patrol_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_patrol_1native__JLbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: holdPosition_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_holdPosition_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: holdPosition_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_holdPosition_1native__JZ
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: stop_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_stop_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: stop_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_stop_1native__JZ
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: follow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_follow_1native__JLbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: follow_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_follow_1native__JLbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: gather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_gather_1native__JLbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: gather_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_gather_1native__JLbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: returnCargo_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_returnCargo_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: returnCargo_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_returnCargo_1native__JZ
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: repair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_repair_1native__JLbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: repair_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_repair_1native__JLbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: burrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_burrow_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unburrow_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unburrow_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cloak_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: decloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_decloak_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: siege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_siege_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unsiege_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unsiege_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: lift_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_lift_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: load_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_load_1native__JLbwapi_Unit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: load_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Unit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_load_1native__JLbwapi_Unit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unloadAll_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unloadAll_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unloadAll_native
* Signature: (JZ)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unloadAll_1native__JZ
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unloadAll_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unloadAll_1native__JLbwapi_Position_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: unloadAll_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/Position;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_unloadAll_1native__JLbwapi_Position_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: rightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_rightClick_1native__JLbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: rightClick_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/PositionOrUnit;Z)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_rightClick_1native__JLbwapi_PositionOrUnit_2Z
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jboolean);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: haltConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_haltConstruction_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelConstruction_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelConstruction_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelAddon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelTrain_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelTrain_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelTrain_native
* Signature: (JI)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelTrain_1native__JI
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelMorph_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelMorph_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelResearch_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelResearch_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: cancelUpgrade_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_cancelUpgrade_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: useTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_useTech_1native__JLbwapi_TechType_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_Unitset
2015-02-09 16:40:11 -05:00
* Method: useTech_native
2015-02-10 10:47:28 -05:00
* Signature: (JLbwapi/TechType;Lbwapi/PositionOrUnit;)Z
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_Unitset_useTech_1native__JLbwapi_TechType_2Lbwapi_PositionOrUnit_2
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnitSizeType */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnitSizeType
#define _Included_bwapi_UnitSizeType
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitSizeType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_UnitSizeType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UnitType */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UnitType
#define _Included_bwapi_UnitType
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_UnitType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: getRace_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Race;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_getRace_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: requiredTech_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TechType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_requiredTech_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: cloakingTech_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TechType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_cloakingTech_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: armorUpgrade_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UpgradeType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_armorUpgrade_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: maxHitPoints_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_maxHitPoints_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: maxShields_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_maxShields_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: maxEnergy_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_maxEnergy_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: armor_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_armor_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: mineralPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_mineralPrice_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: gasPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_gasPrice_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: buildTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_buildTime_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: supplyRequired_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_supplyRequired_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: supplyProvided_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_supplyProvided_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: spaceRequired_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_spaceRequired_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: spaceProvided_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_spaceProvided_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: buildScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_buildScore_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: destroyScore_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_destroyScore_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: size_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitSizeType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_size_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: tileWidth_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_tileWidth_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: tileHeight_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_tileHeight_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: tileSize_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TilePosition;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_tileSize_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: dimensionLeft_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_dimensionLeft_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: dimensionUp_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_dimensionUp_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: dimensionRight_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_dimensionRight_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: dimensionDown_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_dimensionDown_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: width_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_width_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: height_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_height_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: seekRange_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_seekRange_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: sightRange_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_sightRange_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: groundWeapon_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/WeaponType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_groundWeapon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: maxGroundHits_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_maxGroundHits_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: airWeapon_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/WeaponType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UnitType_airWeapon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: maxAirHits_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_maxAirHits_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: topSpeed_native
* Signature: (J)D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_UnitType_topSpeed_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: acceleration_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_acceleration_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: haltDistance_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_haltDistance_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: turnRadius_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UnitType_turnRadius_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: canProduce_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_canProduce_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: canAttack_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_canAttack_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: canMove_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_canMove_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isFlyer_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isFlyer_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: regeneratesHP_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_regeneratesHP_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isSpellcaster_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isSpellcaster_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: hasPermanentCloak_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_hasPermanentCloak_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isInvincible_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isInvincible_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isOrganic_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isOrganic_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isMechanical_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isMechanical_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isRobotic_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isRobotic_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isDetector_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isDetector_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isResourceContainer_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isResourceContainer_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isResourceDepot_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isResourceDepot_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isRefinery_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isRefinery_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isWorker_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isWorker_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: requiresPsi_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_requiresPsi_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: requiresCreep_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_requiresCreep_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isTwoUnitsInOneEgg_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isTwoUnitsInOneEgg_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isBurrowable_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isBurrowable_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isCloakable_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isCloakable_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isBuilding_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isBuilding_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isAddon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isFlyingBuilding_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isFlyingBuilding_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isNeutral_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isNeutral_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isHero_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isHero_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isPowerup_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isPowerup_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isBeacon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isBeacon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isFlagBeacon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isFlagBeacon_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isSpecialBuilding_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isSpecialBuilding_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isSpell_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isSpell_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: producesLarva_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_producesLarva_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isMineralField_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isMineralField_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: isCritter_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_isCritter_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UnitType
2015-02-09 16:40:11 -05:00
* Method: canBuildAddon_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_UnitType_canBuildAddon_1native
(JNIEnv *, jobject, jlong);
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_UpgradeType */
2015-02-09 16:40:11 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_UpgradeType
#define _Included_bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_UpgradeType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: getRace_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/Race;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UpgradeType_getRace_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: mineralPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_mineralPrice_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: mineralPrice_native
* Signature: (JI)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_mineralPrice_1native__JI
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: mineralPriceFactor_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_mineralPriceFactor_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: gasPrice_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_gasPrice_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: gasPrice_native
* Signature: (JI)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_gasPrice_1native__JI
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: gasPriceFactor_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_gasPriceFactor_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: upgradeTime_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_upgradeTime_1native__J
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: upgradeTime_native
* Signature: (JI)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_upgradeTime_1native__JI
(JNIEnv *, jobject, jlong, jint);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: upgradeTimeFactor_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_upgradeTimeFactor_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: maxRepeats_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_UpgradeType_maxRepeats_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: whatUpgrades_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UpgradeType_whatUpgrades_1native
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: whatsRequired_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UpgradeType_whatsRequired_1native__J
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_UpgradeType
2015-02-09 16:40:11 -05:00
* Method: whatsRequired_native
2015-02-10 10:47:28 -05:00
* Signature: (JI)Lbwapi/UnitType;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_UpgradeType_whatsRequired_1native__JI
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong, jint);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_Utils */
2015-02-09 10:58:08 -05:00
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_Utils
#define _Included_bwapi_Utils
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
extern "C" {
#endif
2015-02-10 10:47:28 -05:00
#undef bwapi_Utils_Previous
#define bwapi_Utils_Previous 1L
#undef bwapi_Utils_Cyan
#define bwapi_Utils_Cyan 2L
#undef bwapi_Utils_Yellow
#define bwapi_Utils_Yellow 3L
#undef bwapi_Utils_White
#define bwapi_Utils_White 4L
#undef bwapi_Utils_Grey
#define bwapi_Utils_Grey 5L
#undef bwapi_Utils_Red
#define bwapi_Utils_Red 6L
#undef bwapi_Utils_Green
#define bwapi_Utils_Green 7L
#undef bwapi_Utils_Red_P1
#define bwapi_Utils_Red_P1 8L
#undef bwapi_Utils_Tab
#define bwapi_Utils_Tab 9L
#undef bwapi_Utils_Newline
#define bwapi_Utils_Newline 10L
#undef bwapi_Utils_Invisible_no_override
#define bwapi_Utils_Invisible_no_override 11L
#undef bwapi_Utils_Remove_beyond
#define bwapi_Utils_Remove_beyond 12L
#undef bwapi_Utils_Clear_formatting
#define bwapi_Utils_Clear_formatting 13L
#undef bwapi_Utils_Blue
#define bwapi_Utils_Blue 14L
#undef bwapi_Utils_Teal
#define bwapi_Utils_Teal 15L
#undef bwapi_Utils_Purple
#define bwapi_Utils_Purple 16L
#undef bwapi_Utils_Orange
#define bwapi_Utils_Orange 17L
#undef bwapi_Utils_Right_Align
#define bwapi_Utils_Right_Align 18L
#undef bwapi_Utils_Center_Align
#define bwapi_Utils_Center_Align 19L
#undef bwapi_Utils_Invisible
#define bwapi_Utils_Invisible 20L
#undef bwapi_Utils_Brown
#define bwapi_Utils_Brown 21L
#undef bwapi_Utils_White_p7
#define bwapi_Utils_White_p7 22L
#undef bwapi_Utils_Yellow_p8
#define bwapi_Utils_Yellow_p8 23L
#undef bwapi_Utils_Green_p9
#define bwapi_Utils_Green_p9 24L
#undef bwapi_Utils_Brighter_Yellow
#define bwapi_Utils_Brighter_Yellow 25L
#undef bwapi_Utils_Cyan_default
#define bwapi_Utils_Cyan_default 26L
#undef bwapi_Utils_Pinkish
#define bwapi_Utils_Pinkish 27L
#undef bwapi_Utils_Dark_Cyan
#define bwapi_Utils_Dark_Cyan 28L
#undef bwapi_Utils_Greygreen
#define bwapi_Utils_Greygreen 29L
#undef bwapi_Utils_Bluegrey
#define bwapi_Utils_Bluegrey 30L
#undef bwapi_Utils_Turquoise
#define bwapi_Utils_Turquoise 31L
2015-02-09 10:58:08 -05:00
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_WalkPosition */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_WalkPosition
#define _Included_bwapi_WalkPosition
#ifdef __cplusplus
extern "C" {
#endif
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WalkPosition
* Method: isValid
* Signature: ()Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WalkPosition_isValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WalkPosition
* Method: makeValid
2015-02-10 10:47:28 -05:00
* Signature: ()Lbwapi/WalkPosition;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WalkPosition_makeValid
(JNIEnv *, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WalkPosition
* Method: getApproxDistance
2015-02-10 10:47:28 -05:00
* Signature: (Lbwapi/WalkPosition;)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WalkPosition_getApproxDistance
(JNIEnv *, jobject, jobject);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WalkPosition
* Method: getLength
* Signature: ()D
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jdouble JNICALL Java_bwapi_WalkPosition_getLength
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
2015-02-10 10:47:28 -05:00
/* Header for class bwapi_WeaponType */
2015-02-10 10:47:28 -05:00
#ifndef _Included_bwapi_WeaponType
#define _Included_bwapi_WeaponType
#ifdef __cplusplus
extern "C" {
#endif
2015-02-09 16:40:11 -05:00
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jstring JNICALL Java_bwapi_WeaponType_toString_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: getTech_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/TechType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WeaponType_getTech_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: whatUses_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UnitType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WeaponType_whatUses_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: damageAmount_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_damageAmount_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: damageBonus_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_damageBonus_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: damageCooldown_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_damageCooldown_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: damageFactor_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_damageFactor_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: upgradeType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/UpgradeType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WeaponType_upgradeType_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: damageType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/DamageType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WeaponType_damageType_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: explosionType_native
2015-02-10 10:47:28 -05:00
* Signature: (J)Lbwapi/ExplosionType;
2015-02-09 16:40:11 -05:00
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jobject JNICALL Java_bwapi_WeaponType_explosionType_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: minRange_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_minRange_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: maxRange_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_maxRange_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: innerSplashRadius_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_innerSplashRadius_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: medianSplashRadius_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_medianSplashRadius_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: outerSplashRadius_native
* Signature: (J)I
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jint JNICALL Java_bwapi_WeaponType_outerSplashRadius_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsAir_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsAir_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsGround_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsGround_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsMechanical_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsMechanical_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsOrganic_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsOrganic_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsNonBuilding_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsNonBuilding_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsNonRobotic_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsNonRobotic_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsTerrain_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsTerrain_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsOrgOrMech_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsOrgOrMech_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
/*
2015-02-10 10:47:28 -05:00
* Class: bwapi_WeaponType
2015-02-09 16:40:11 -05:00
* Method: targetsOwn_native
* Signature: (J)Z
*/
2015-02-10 10:47:28 -05:00
JNIEXPORT jboolean JNICALL Java_bwapi_WeaponType_targetsOwn_1native
2015-02-09 16:40:11 -05:00
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif