- roll
- yaw pitch equal to entity yaw pitch
- In resource_packages.yml, change force_resources to true.
- this plugin load
- image file put at plugin_data/ImageParticle/image/
- Enter a file name at plugin_data/ImageParticle/Images.yml
- server reboot
use skymin\ImageParticle\particle\ImageParticleAPI;
/** @see skymin\ImageParticle\utils\ImageTypes for $imageType*/
ImageParticleAPI::getInstance()->registerImage(string $name, string $imageFile, int $imageType);
use skymin\ImageParticle\particle\ImageParticleAPI;
use skymin\ImageParticle\particle\EulerAngle;
ImageParticleAPI::getInstance()->sendParticle(string $name, EulerAngle $center, int $count, float $unit, bool $asyncEncode);