-
Bug
-
Resolution: Invalid
-
Minor
-
None
-
None
-
Windows 7
Java 9
**
SmallFireball fireball = player.launchProjectile(SmallFireball.class); Bukkit.broadcastMessage(fireball.getVelocity().toString());
Output: 0.0, 0.0, 0.0
Even though the fireball is clearly moving at a constant speed. When replaced with Snowball.class, this method returns a correct velocity vector.