Package mindustry.entities.pattern
Interface ShootPattern.BulletHandler
- Enclosing class:
- ShootPattern
public static interface ShootPattern.BulletHandler
-
Method Summary
-
Method Details
-
shoot
default void shoot(float x, float y, float rotation, float delay) - Parameters:
x- x offset of bullet, should be transformed by weapon rotationy- y offset of bullet, should be transformed by weapon rotationrotation- rotation offset relative to weapondelay- bullet delay in ticks
-
shoot
-