Package-level declarations
Types
Link copied to clipboard
Basically BlockStorage, but for entities. Works on all the same principles.
Link copied to clipboard
Represents a Rebar entity in the world.
Link copied to clipboard
class RebarEntitySchema(key: NamespacedKey, val entityClass: Class<*>, rebarEntityClass: Class<out RebarEntity<*>>, isPersistent: Boolean) : Keyed
Stores information about a Rebar entity type, including its key, vanilla entity class, and Pylion entity class.