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