Pylon Entity Schema
class PylonEntitySchema(key: NamespacedKey, val entityClass: Class<*>, pylonEntityClass: Class<out PylonEntity<*>>) : Keyed(source)
Stores information about a Pylon entity type, including its key, vanilla entity class, and Pylion entity class.
You should not need to use this if you are not working on Pylon Core.