Entity access — a universal handle to any entity by UUID.
In Minecraft most actions are entity-level (Player → LivingEntity → Entity):
teleport, position, health... So Yog exposes them here, by UUID, for any
entity. Player (in yog-player) is a thin wrapper that adds player-only
things (inventory, networking) on top.