This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/headers/bwapi_BulletImpl.h
2014-08-05 10:43:14 +02:00

126 lines
2.9 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_BulletImpl */
#ifndef _Included_bwapi_BulletImpl
#define _Included_bwapi_BulletImpl
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_BulletImpl
* Method: getID_native
* Signature: (J)I
*/
JNIEXPORT jint JNICALL Java_bwapi_BulletImpl_getID_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getPlayer_native
* Signature: (J)Lbwapi/Player;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getPlayer_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getType_native
* Signature: (J)Lbwapi/BulletType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getType_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getSource_native
* Signature: (J)Lbwapi/Unit;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getSource_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getPosition_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getPosition_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getAngle_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwapi_BulletImpl_getAngle_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getVelocityX_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwapi_BulletImpl_getVelocityX_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getVelocityY_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwapi_BulletImpl_getVelocityY_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getTarget_native
* Signature: (J)Lbwapi/Unit;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getTarget_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getTargetPosition_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwapi_BulletImpl_getTargetPosition_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: getRemoveTimer_native
* Signature: (J)I
*/
JNIEXPORT jint JNICALL Java_bwapi_BulletImpl_getRemoveTimer_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: exists_native
* Signature: (J)Z
*/
JNIEXPORT jboolean JNICALL Java_bwapi_BulletImpl_exists_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: isVisible_native
* Signature: (J)Z
*/
JNIEXPORT jboolean JNICALL Java_bwapi_BulletImpl_isVisible_1native__J
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_BulletImpl
* Method: isVisible_native
* Signature: (JLbwapi/Player;)Z
*/
JNIEXPORT jboolean JNICALL Java_bwapi_BulletImpl_isVisible_1native__JLbwapi_Player_2
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif