Add basic UI/Entity binders
EntityBinders are used to connect an entity component
with a ui element. The binder can then refresh the
content of the element without the screen or panel
having to do anything.
For example, the EntityComponentLabelBinder can be used
to connect an entity stats component to a label, and
then change if the stat is updated.