DualOrb / libserializable

A library for handling all things serialization with minecraft entities
MIT License
0 stars 0 forks source link

Warnings for if interface is not implemented yet #11

Open DualOrb opened 3 months ago

DualOrb commented 3 months ago

Will help catch when there could be data leakage that rly should be saved, or between versions when features are introduced.

DualOrb commented 3 months ago

Will have to have a running list of "entity" related interfaces/ classes to subtract from to get only a list of ones that describe the entity. Ex, LivingEntity, Mob, Creature all don't need to worry about adding stuff to handle, but we should worry about something like "Transformable" (idk if this is a real thing or not)