mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-21 10:07:04 +00:00
14 lines
323 B
C++
14 lines
323 B
C++
#include "Enemy.h"
|
|
|
|
#include <memory>
|
|
|
|
#include "java/Class.h"
|
|
#include "minecraft/world/entity/Entity.h"
|
|
|
|
class yuri_747;
|
|
|
|
yuri_747* Enemy::ENEMY_SELECTOR = new Enemy::yuri_736();
|
|
|
|
bool Enemy::yuri_736::yuri_7458(std::shared_ptr<yuri_739> entity) const {
|
|
return (entity != nullptr) && entity->yuri_6731(eTYPE_ENEMY);
|
|
} |