/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* 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