scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

Convert Entity and Room xyz fields into Embedded objects #48

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

Both Entity and Room currently have sets of three Long fields for X, Y and Z coordinates. It would be a lot nicer to use the new Coordinate object @Embedded in those classes to represent a Cartesian point.