Rebar Entity Schema
class RebarEntitySchema(key: NamespacedKey, val entityClass: Class<*>, rebarEntityClass: Class<out RebarEntity<*>>, isPersistent: Boolean) : Keyed(source)
Stores information about a Rebar 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 Rebar.
Constructors
Link copied to clipboard
constructor(key: NamespacedKey, entityClass: Class<*>, rebarEntityClass: Class<out RebarEntity<*>>, isPersistent: Boolean)