graphmine-core / io.github.sof3.graphmine.entity
| Entity | class EntityAn entity is a mobile object that exists in a world |
| EntityController | interface EntityControllerControls the actions of an entity. |
| EntityState | open class EntityStateContains the savable data of an entity |
| EntityViewEvent | interface EntityViewEventEvents that an entity’s view changes. This may be due to changes in entity external views, blocks in world views, or other reasons. |
| ExternalView | interface ExternalViewRepresents one of the appearances of an entity. |
| ExternalViewer | interface ExternalViewerProvides an adapter that determines how this entity looks to other entities. |
| InternalViewer | interface InternalViewerActs like the receiver to the camera signals of an entity |