126 lines
2.8 KiB
C
126 lines
2.8 KiB
C
![]() |
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class bwapi4_Bullet */
|
||
|
|
||
|
#ifndef _Included_bwapi4_Bullet
|
||
|
#define _Included_bwapi4_Bullet
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getID_native
|
||
|
* Signature: (J)I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_bwapi4_Bullet_getID_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: exists_native
|
||
|
* Signature: (J)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL Java_bwapi4_Bullet_exists_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getPlayer_native
|
||
|
* Signature: (J)Lbwapi4/Player;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getPlayer_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getType_native
|
||
|
* Signature: (J)Lbwapi4/BulletType;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getType_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getSource_native
|
||
|
* Signature: (J)Lbwapi4/Unit;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getSource_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getPosition_native
|
||
|
* Signature: (J)Lbwapi4/Position;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getPosition_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getAngle_native
|
||
|
* Signature: (J)D
|
||
|
*/
|
||
|
JNIEXPORT jdouble JNICALL Java_bwapi4_Bullet_getAngle_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getVelocityX_native
|
||
|
* Signature: (J)D
|
||
|
*/
|
||
|
JNIEXPORT jdouble JNICALL Java_bwapi4_Bullet_getVelocityX_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getVelocityY_native
|
||
|
* Signature: (J)D
|
||
|
*/
|
||
|
JNIEXPORT jdouble JNICALL Java_bwapi4_Bullet_getVelocityY_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getTarget_native
|
||
|
* Signature: (J)Lbwapi4/Unit;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getTarget_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getTargetPosition_native
|
||
|
* Signature: (J)Lbwapi4/Position;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi4_Bullet_getTargetPosition_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: getRemoveTimer_native
|
||
|
* Signature: (J)I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_bwapi4_Bullet_getRemoveTimer_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: isVisible_native
|
||
|
* Signature: (J)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL Java_bwapi4_Bullet_isVisible_1native__J
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Bullet
|
||
|
* Method: isVisible_native
|
||
|
* Signature: (JLbwapi4/Player;)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL Java_bwapi4_Bullet_isVisible_1native__JLbwapi4_Player_2
|
||
|
(JNIEnv *, jobject, jlong, jobject);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|