If I have a mod that adds entities, can I store the type of an entity from that mod inside an EntityType
object? If not, what’s the best way which avoids storing the class or a dummy entity of that type?
Edit: Also, if I have a Entity ID / name string, how would I parse it into said EntityType?