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 Pylon entity in the world.
Link copied to clipboard
class PylonEntitySchema(key: NamespacedKey, val entityClass: Class<*>, pylonEntityClass: Class<out PylonEntity<*>>) : Keyed
Stores information about a Pylon entity type, including its key, vanilla entity class, and Pylion entity class.