Code:
@Listener
public void onBowShoot(LaunchProjectileEvent e){
System.out.println("FIRE!");
}
Code:
@Listener
public void onBowShoot(LaunchProjectileEvent e){
System.out.println("FIRE!");
}
Will be fixed here: https://github.com/SpongePowered/SpongeCommon/pull/1769