GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.9k stars 273 forks source link

Fishing (partial) #829

Closed Pr0methean closed 6 years ago

Pr0methean commented 6 years ago

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.

aramperes commented 6 years ago

Related to #567