Update and merge the old fishing branch. Use the GlowProjectile class from #614 instead of creating a duplicate. Rename ItemFishingRode to ItemFishingRod.
This introduces the first tests for entity classes, and also an abstract GlowEntityTest with testCreateSpawnMessage, so it should eventually help create tests for other entities as well.
Update and merge the old fishing branch. Use the GlowProjectile class from #614 instead of creating a duplicate. Rename ItemFishingRode to ItemFishingRod.
This introduces the first tests for entity classes, and also an abstract
GlowEntityTest
withtestCreateSpawnMessage
, so it should eventually help create tests for other entities as well.